After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 310949 - Mac OS X 10.4.1 build error
Mac OS X 10.4.1 build error
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-libav
0.8.5
Other Mac OS
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-07-20 04:05 UTC by Randall Wood
Modified: 2005-11-11 16:15 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Randall Wood 2005-07-20 04:05:17 UTC
Distribution/Version: Mac OS X 10.4.2

Building gst-ffmpeg 0.8.5 on Mac OS X 10.4.1 w/ xcode 2.1 w/ gcc version powerpc-apple-darwin8-
gcc-4.0.0 (GCC) 4.0.0 (Apple Computer, Inc. build 5026), I get the following error:

make  all-recursive
Making all in gst-libs
Making all in ext
cd ffmpeg && make
make  all-recursive
Making all in doc
make[7]: Nothing to be done for `all'.
Making all in libavcodec
Making all in ppc
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libavcodec -
DHAVE_AV_CONFIG_H=1   -maltivec -mabi=altivec -g -O2 -MT libppc_la-dsputil_ppc.lo -MD -MP -MF 
".deps/libppc_la-dsputil_ppc.Tpo" -c -o libppc_la-dsputil_ppc.lo `test -f 'dsputil_ppc.c' || echo 
'./'`dsputil_ppc.c; \
then mv -f ".deps/libppc_la-dsputil_ppc.Tpo" ".deps/libppc_la-dsputil_ppc.Plo"; else rm -f ".deps/
libppc_la-dsputil_ppc.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libavcodec -DHAVE_AV_CONFIG_H=1 -maltivec -
mabi=altivec -g -O2 -MT libppc_la-dsputil_ppc.lo -MD -MP -MF .deps/libppc_la-dsputil_ppc.Tpo -c 
dsputil_ppc.c  -fno-common -DPIC -o .libs/libppc_la-dsputil_ppc.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libavcodec -
DHAVE_AV_CONFIG_H=1   -maltivec -mabi=altivec -g -O2 -MT libppc_la-mpegvideo_ppc.lo -MD -MP 
-MF ".deps/libppc_la-mpegvideo_ppc.Tpo" -c -o libppc_la-mpegvideo_ppc.lo `test -f 
'mpegvideo_ppc.c' || echo './'`mpegvideo_ppc.c; \
then mv -f ".deps/libppc_la-mpegvideo_ppc.Tpo" ".deps/libppc_la-mpegvideo_ppc.Plo"; else rm -f 
".deps/libppc_la-mpegvideo_ppc.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libavcodec -DHAVE_AV_CONFIG_H=1 -maltivec -
mabi=altivec -g -O2 -MT libppc_la-mpegvideo_ppc.lo -MD -MP -MF .deps/libppc_la-
mpegvideo_ppc.Tpo -c mpegvideo_ppc.c  -fno-common -DPIC -o .libs/libppc_la-mpegvideo_ppc.o
/bin/sh ../../libtool --mode=link gcc  -g -O2   -o libppc.la   libppc_la-dsputil_ppc.lo libppc_la-
mpegvideo_ppc.lo 
rm -fr  .libs/libppc.a .libs/libppc.la
ar cru .libs/libppc.a .libs/libppc_la-dsputil_ppc.o .libs/libppc_la-mpegvideo_ppc.o
ranlib .libs/libppc.a
creating libppc.la
(cd .libs && rm -f libppc.la && ln -s ../libppc.la libppc.la)
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libavcodec -
DHAVE_AV_CONFIG_H=1   -maltivec -mabi=altivec -g -O2 -MT libaltivec_la-dsputil_altivec.lo -MD -MP 
-MF ".deps/libaltivec_la-dsputil_altivec.Tpo" -c -o libaltivec_la-dsputil_altivec.lo `test -f 
'dsputil_altivec.c' || echo './'`dsputil_altivec.c; \
then mv -f ".deps/libaltivec_la-dsputil_altivec.Tpo" ".deps/libaltivec_la-dsputil_altivec.Plo"; else rm -f 
".deps/libaltivec_la-dsputil_altivec.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libavcodec -DHAVE_AV_CONFIG_H=1 -maltivec -
mabi=altivec -g -O2 -MT libaltivec_la-dsputil_altivec.lo -MD -MP -MF .deps/libaltivec_la-
dsputil_altivec.Tpo -c dsputil_altivec.c  -fno-common -DPIC -o .libs/libaltivec_la-dsputil_altivec.o
/var/tmp//cczoIiJM.s:1957:Parameter syntax error (parameter 1)
make[8]: *** [libaltivec_la-dsputil_altivec.lo] Error 1
make[7]: *** [all-recursive] Error 1
make[6]: *** [all-recursive] Error 1
make[5]: *** [all] Error 2
make[4]: *** [all-local] Error 2
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Comment 1 Ronald Bultje 2005-07-20 15:42:17 UTC
Please re-try CVS, I updated the CVS snapshot.
Comment 2 Luca Ognibene 2005-11-11 16:15:16 UTC
closing ater 4 months. Please reopen if it's still an issue.