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 141216 - gstreamer 0.8.1 fails compile with gcc-3.4.0
gstreamer 0.8.1 fails compile with gcc-3.4.0
Status: RESOLVED DUPLICATE of bug 141083
Product: GStreamer
Classification: Platform
Component: dont know
0.8.1
Other Linux
: Normal blocker
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-27 17:46 UTC by Stef van der Made
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Stef van der Made 2004-04-27 17:46:45 UTC
During the compile of gstreamer 0.8.1 with gcc-3.4.0, glibc-2.3.2,
kernel-2.6.6-rc2 and gnome-2.6.0 I get the following compilation errors.

Making all in .
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/test/garnome/include
-I/usr/X11R6/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/test/garnome/include/libxml2 -pthread
-I/usr/test/garnome/include/glib-2.0 -I/usr/test/garnome/lib/glib-2.0/include
-I.. -Wall -DGST_DISABLE_DEPRECATED -g -I../libs -I../include
-DG_LOG_DOMAIN=g_log_domain_gstreamer -DGST_MAJORMINOR=\"0.8\" -g
-I/usr/test/garnome/include -I/usr/X11R6/include -L/usr/test/garnome/lib
-L/usr/X11R6/lib -O2 -pipe -falign-functions=4 -mfancy-math-387
-march=athlon-tbird -MT libgstreamer_0.8_la-gstcpu.lo -MD -MP -MF
.deps/libgstreamer_0.8_la-gstcpu.Tpo -c gstcpu.c  -fPIC -DPIC -o
.libs/libgstreamer_0.8_la-gstcpu.o
gstcpu.c: In function `gst_cpuid_i386':
gstcpu.c:72: error: PIC register `ebx' clobbered in `asm'
make[8]: *** [libgstreamer_0.8_la-gstcpu.lo] Error 1
make[7]: *** [all-recursive] Error 1
make[6]: *** [all] Error 2
make[5]: *** [all-recursive] Error 1
make[4]: *** [all] Error 2
make[3]: *** [build-work/main.d/gstreamer-0.8.1/Makefile] Error 2
make[2]: *** [../../desktop/gstreamer/cookies/main.d/install] Error 2
make[1]: *** [../../desktop/gst-plugins/cookies/main.d/install] Error 2
make: *** [paranoid-install] Error 2
Comment 1 David Schleef 2004-04-27 17:50:20 UTC

*** This bug has been marked as a duplicate of 141083 ***