Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2015 00:08:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197774] multimedia/handbrake fails during build of internal x264 library
Message-ID:  <bug-197774-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: scott.wl.furry@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197774-13>