pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/42052: Libtheora does not build on Mac OS X 10.6 (Snow Leopard)



>Number:         42052
>Category:       pkg
>Synopsis:       Libtheora does not build on Mac OS X 10.6 (Snow Leopard)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Sep 12 13:55:00 +0000 2009
>Originator:     Steven Sartorius
>Release:        5.0_STABLE
>Organization:
>Environment:
Darwin macmini.localnet 10.0.0 Darwin Kernel Version 10.0.0: Fri Jul 31 
22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 i386 i386
>Description:
Fresh install of Mac OS X 10.6 and Xcode 3.2 on a mac mini.  gcc on the mac 
reports itself as follows:

gcc -v
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5646~6/src/configure --disable-checking 
--enable-werror --prefix=/usr --mandir=/share/man 
--enable-languages=c,objc,c++,obj-c++ 
--program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib 
--build=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 
--program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 
--target=i686-apple-darwin10
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5646)

When trying to build libtheora it dies with the following message:

--- dsp_mmx.lo ---
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -no-cpp-precomp -isystem 
/usr/include 
-I/net/shuttle/usr/pkgsrc/multimedia/libtheora/work.macmini/.buildlink/include 
-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions 
-funroll-loops -pipe -O2 -MT dsp_mmx.lo -MD -MP -MF .deps/dsp_mmx.Tpo -c 
enc/x86_32/dsp_mmx.c  -fno-common -DPIC -o .libs/dsp_mmx.o
--- dct_decode_mmx.lo ---
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -no-cpp-precomp -isystem 
/usr/include 
-I/net/shuttle/usr/pkgsrc/multimedia/libtheora/work.macmini/.buildlink/include 
-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions 
-funroll-loops -pipe -O2 -MT dct_decode_mmx.lo -MD -MP -MF 
.deps/dct_decode_mmx.Tpo -c enc/x86_32/dct_decode_mmx.c -o dct_decode_mmx.o 
>/dev/null 2>&1
--- dsp_mmx.lo ---
{standard input}:484:suffix or operands invalid for `add'
{standard input}:485:suffix or operands invalid for `add'
{standard input}:501:suffix or operands invalid for `add'
{standard input}:502:suffix or operands invalid for `add'
{standard input}:541:suffix or operands invalid for `add'
{standard input}:543:suffix or operands invalid for `add'
{standard input}:554:suffix or operands invalid for `add'
{standard input}:556:suffix or operands invalid for `add'
{standard input}:567:suffix or operands invalid for `add'
{standard input}:569:suffix or operands invalid for `add'
{standard input}:580:suffix or operands invalid for `add'
{standard input}:582:suffix or operands invalid for `add'
{standard input}:593:suffix or operands invalid for `add'
{standard input}:595:suffix or operands invalid for `add'
{standard input}:606:suffix or operands invalid for `add'
{standard input}:608:suffix or operands invalid for `add'
{standard input}:619:suffix or operands invalid for `add'
{standard input}:621:suffix or operands invalid for `add'
{standard input}:632:suffix or operands invalid for `add'
{standard input}:634:suffix or operands invalid for `add'
{standard input}:719:suffix or operands invalid for `add'
{standard input}:919:suffix or operands invalid for `add'
{standard input}:921:suffix or operands invalid for `add'
{standard input}:932:suffix or operands invalid for `add'
{standard input}:934:suffix or operands invalid for `add'
{standard input}:945:suffix or operands invalid for `add'
{standard input}:947:suffix or operands invalid for `add'
{standard input}:958:suffix or operands invalid for `add'
{standard input}:960:suffix or operands invalid for `add'
{standard input}:971:suffix or operands invalid for `add'
{standard input}:973:suffix or operands invalid for `add'
{standard input}:984:suffix or operands invalid for `add'
{standard input}:986:suffix or operands invalid for `add'
{standard input}:997:suffix or operands invalid for `add'
{standard input}:999:suffix or operands invalid for `add'
{standard input}:1010:suffix or operands invalid for `add'
{standard input}:1012:suffix or operands invalid for `add'
*** [dsp_mmx.lo] Error code 1
--- state.lo ---
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -no-cpp-precomp -isystem 
/usr/include 
-I/net/shuttle/usr/pkgsrc/multimedia/libtheora/work.macmini/.buildlink/include 
-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions 
-funroll-loops -pipe -O2 -MT state.lo -MD -MP -MF .deps/state.Tpo -c 
dec/state.c -o state.o >/dev/null 2>&1
1 error

bmake: stopped in 
/net/shuttle/usr/pkgsrc/multimedia/libtheora/work.macmini/libtheora-1.0/lib
>How-To-Repeat:
Build libtheora on Snow Leopard :)
>Fix:



Home | Main Index | Thread Index | Old Index