[Bug 197774] multimedia/handbrake fails during build of internal x264 library
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 18 00:08:57 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197774
Bug ID: 197774
Summary: multimedia/handbrake fails during build of internal
x264 library
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: scott.wl.furry at gmail.com
env set to build using clang35/gmake.
During build process of handbrake-0.9.9, port will download and build x264 (and
other libraries) from source strictly for handbrake (not use external
dependencies).
Build will fail with following
=====
common/pixel.c:1111:17: error: use of undeclared identifier
'X264_CPU_SSE_MISALIGN'
if( cpu&X264_CPU_SSE_MISALIGN )
^
6 warnings and 1 error generated.
<builtin>: recipe for target 'common/pixel.o' failed
gmake[3]: *** [common/pixel.o] Error 1
gmake[3]: Leaving directory
'/usr/ports/multimedia/handbrake/work/HandBrake-0.9.9/build/contrib/x264/x264'
../contrib/x264/module.rules:2: recipe for target 'contrib/x264/.stamp.build'
failed
gmake[2]: *** [contrib/x264/.stamp.build] Error 2
gmake[2]: Leaving directory
'/usr/ports/multimedia/handbrake/work/HandBrake-0.9.9/build'
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/multimedia/handbrake
*** Error code 1
Stop.
make: stopped in /usr/ports/multimedia/handbrake
=====
Error is persistent
Could not find same or similar in FreeBSD Bugzilla or internet search.
However, found reference to x264 build process failure with similar error
message as a result of config.h being clobbered.
( http://forum.doom9.org/showthread.php?t=92726&page=11 )
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list