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 435742 - gst-ffmpeg installation fails during make
gst-ffmpeg installation fails during make
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.2
Other Mac OS
: Normal blocker
: 0.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-05-04 07:38 UTC by kasturi
Modified: 2007-05-17 15:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description kasturi 2007-05-04 07:38:08 UTC
Overview Description:
Running make produces Parameter syntax error on Mac OS X ppc v 10.4.8

Steps to Reproduce:
1)./configure
2)make

Actual Results:
Produces following error

creating libppc.la
(cd .libs && rm -f libppc.la && ln -s ../libppc.la libppc.la)
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libavutil -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../../libavutil -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//ccF7PPRS.s:6809: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

Expected results:
usual make

Does this happen every time?
Everytime
Comment 1 Tim-Philipp Müller 2007-05-04 08:00:29 UTC
Could you try whether this issue still exists with gst-ffmpeg from CVS?
Comment 2 Edward Hervey 2007-05-17 15:47:21 UTC
2007-05-17  Edward Hervey  <edward@fluendo.com>

	* configure.ac:
	* ext/ffmpeg/Makefile.am:
	* ext/libpostproc/Makefile.am:
	Fix the build on MacOSX.
	This requires a recent enough version of libtool (ex : 1.5.22), since
	the one shipped by Apple is from the middle ages and is packed with
	issues.
	Fixes #435742