pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/51337: multimedia/ffmpeg2 does not compile on sun4v
>Number: 51337
>Category: pkg
>Synopsis: multimedia/ffmpeg2 does not compile on sun4v
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Jul 13 11:15:00 +0000 2016
>Originator: Joern Clausen
>Release:
>Organization:
University of Bielefeld
>Environment:
>Description:
Compiling multimedia/ffmpeg2 on a SPARC T server (Oracle T5 under Solaris 11.2 in this case) fails, as the architecture "sun4v" is not detected.
>How-To-Repeat:
>Fix:
--- configure.orig Wed Jul 13 11:34:37 2016
+++ configure Wed Jul 13 11:35:11 2016
@@ -3867,7 +3867,7 @@
sh4|sh)
arch="sh4"
;;
- sun4u|sparc*)
+ sun4u|sun4v|sparc*)
arch="sparc"
;;
tilegx|tile-gx)
Home |
Main Index |
Thread Index |
Old Index