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 155363 - [build] gst-ffmpeg fails to build RPMS from CVS
[build] gst-ffmpeg fails to build RPMS from CVS
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal normal
: 0.8.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 155402 157431 158934 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-10-14 07:54 UTC by Christian Fredrik Kalager Schaller
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2004-10-14 07:54:06 UTC
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libavcodec -DHAVE_AV_CONFIG_H=1
-msse -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -MT libmmxsse_la-fdct_mmx.lo
-MD -MP -MF .deps/libmmxsse_la-fdct_mmx.Tpo -c fdct_mmx.c  -fPIC -DPIC -o
.libs/libmmxsse_la-fdct_mmx.o
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I.
-I../.. -I../../libavcodec -DHAVE_AV_CONFIG_H=1   -msse -O2 -g -pipe -m32
-march=i386 -mtune=pentium4 -MT libmmxsse_la-cputest.lo -MD -MP -MF
".deps/libmmxsse_la-cputest.Tpo" -c -o libmmxsse_la-cputest.lo `test -f
'cputest.c' || echo './'`cputest.c; \
then mv -f ".deps/libmmxsse_la-cputest.Tpo" ".deps/libmmxsse_la-cputest.Plo";
else rm -f ".deps/libmmxsse_la-cputest.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libavcodec -DHAVE_AV_CONFIG_H=1
-msse -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -MT libmmxsse_la-cputest.lo
-MD -MP -MF .deps/libmmxsse_la-cputest.Tpo -c cputest.c  -fPIC -DPIC -o
.libs/libmmxsse_la-cputest.o
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I.
-I../.. -I../../libavcodec -DHAVE_AV_CONFIG_H=1   -msse -O2 -g -pipe -m32
-march=i386 -mtune=pentium4 -MT libmmxsse_la-dsputil_mmx.lo -MD -MP -MF
".deps/libmmxsse_la-dsputil_mmx.Tpo" -c -o libmmxsse_la-dsputil_mmx.lo `test -f
'dsputil_mmx.c' || echo './'`dsputil_mmx.c; \
then mv -f ".deps/libmmxsse_la-dsputil_mmx.Tpo"
".deps/libmmxsse_la-dsputil_mmx.Plo"; else rm -f
".deps/libmmxsse_la-dsputil_mmx.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libavcodec -DHAVE_AV_CONFIG_H=1
-msse -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -MT
libmmxsse_la-dsputil_mmx.lo -MD -MP -MF .deps/libmmxsse_la-dsputil_mmx.Tpo -c
dsputil_mmx.c  -fPIC -DPIC -o .libs/libmmxsse_la-dsputil_mmx.o
dsputil_mmx.c: In function `h263_h_loop_filter_mmx':
dsputil_mmx.c:614: error: can't find a register in class `GENERAL_REGS' while
reloading `asm'
make[8]: *** [libmmxsse_la-dsputil_mmx.lo] Error 1
make[8]: Leaving directory
`/home/cschalle/RPMS/BUILD/gst-ffmpeg-0.8.2.1/gst-libs/ext/ffmpeg/libavcodec/i386'
make[7]: *** [all-recursive] Error 1
Comment 1 Ronald Bultje 2004-10-14 11:43:26 UTC
You need to build this specific file using -fomit-frame-pointer. It used to do
that, I don't know who removed trat.
Comment 2 Ronald Bultje 2004-10-14 16:54:41 UTC
*** Bug 155402 has been marked as a duplicate of this bug. ***
Comment 3 Serhij S. Stasyuk 2004-10-14 17:12:37 UTC
Sorry for duplicating, thanks for advice - it compiles successfully with
-fomit-frame-pointer
Comment 4 Christian Fredrik Kalager Schaller 2004-11-05 11:46:11 UTC
*** Bug 157431 has been marked as a duplicate of this bug. ***
Comment 5 Ronald Bultje 2004-11-21 16:10:52 UTC
*** Bug 158934 has been marked as a duplicate of this bug. ***
Comment 6 Stephane Loeuillet 2004-11-21 16:57:32 UTC
it was also a dupe of bug #136658
Comment 7 Stephane Loeuillet 2004-12-12 18:35:34 UTC
could this be written somewhere in a README/INSTALL file of gst-ffmpeg so this
can be closed ?
Comment 8 Ronald Bultje 2004-12-13 00:01:30 UTC
No, I'm trying to push a new snapshot where this will be fixed.
Comment 9 Ronald Bultje 2004-12-16 20:22:58 UTC
New snapshot done, this is fixed now.