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 118067 - [0.6.3] build failure with debugging disabled
[0.6.3] build failure with debugging disabled
Status: VERIFIED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.6.2
Other other
: Normal normal
: 0.6.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-07-22 16:51 UTC by Pierre
Modified: 2005-11-12 20:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix build failure (923 bytes, patch)
2003-07-29 07:46 UTC, David Schleef
none Details | Review

Description Pierre 2003-07-22 16:51:44 UTC
Hi,
I try to compile gstreamer-0.6.2 on my GNU/Linux system with gcc-3.2
there was no problem with the configure, but for the make I got this :

[...]
gmake[4]: Entering directory `/tmp/gstreamer-0.6.2/gst'
source='gstinfo.c' object='libgstreamer_0.6_la-gstinfo.lo' libtool=yes \
depfile='.deps/libgstreamer_0.6_la-gstinfo.Plo' tmpdepfile='.deps/libgstreamer_0.6_la-gstinfo.
TPlo' \
depmode=gcc3 /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile gcc -s -DHAVE_CONFIG_H -I. -I. -I..   
-I/usr/local/BerkeleyDB.4.1/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64   -I/usr/local/include/libxml2   -pthread 
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -I..  
-DGST_DISABLE_DEPRECATED -I../libs -I../include 
-DG_LOG_DOMAIN=g_log_domain_gstreamer -DGST_CACHE_DIR=\"
"/usr/local/var/cache/gstreamer-0.6"\"  -O3 -march=i686 -c -o libgstreamer_0.6_la-gstinfo.
lo `test -f 'gstinfo.c' || echo './'`gstinfo.c
rm -f .libs/libgstreamer_0.6_la-gstinfo.lo
gcc -s -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/BerkeleyDB.4.1/include 
-D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-I/usr/local/include/libxml2 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.
0/include -I.. -DGST_DISABLE_DEPRECATED -I../libs -I../include 
-DG_LOG_DOMAIN=g_log_domain_gstreamer -DGST_CACHE_DIR=\
"/usr/local/var/cache/gstreamer-0.6\" -O3 -march=i686 -c gstinfo.c -MT libgstreamer_0.
6_la-gstinfo.lo -MD -MP -MF .deps/libgstreamer_0.6_la-gstinfo.TPlo  -fPIC -DPIC -o .
libs/libgstreamer_0.6_la-gstinfo.lo
gstinfo.c: In function `_gst_debug_register_funcptr':
gstinfo.c:570: `__gst_function_pointers' undeclared (first use in this function)
gstinfo.c:570: (Each undeclared identifier is reported only once
gstinfo.c:570: for each function it appears in.)
gmake[4]: *** [libgstreamer_0.6_la-gstinfo.lo] Error 1
gmake[4]: Leaving directory `/tmp/gstreamer-0.6.2/gst'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/tmp/gstreamer-0.6.2/gst'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/tmp/gstreamer-0.6.2/gst'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/tmp/gstreamer-0.6.2'
gmake: *** [all] Error 2


It would be great if you could help me with this !

Best regards,

-- 
Pierre.
Comment 1 David Schleef 2003-07-29 04:21:10 UTC
Could you attach a complete build log?
Comment 2 David Schleef 2003-07-29 07:40:30 UTC
Oh, I see.  Don't disable debugging.
Comment 3 David Schleef 2003-07-29 07:46:31 UTC
Created attachment 18710 [details] [review]
patch to fix build failure
Comment 4 David Schleef 2003-07-30 01:39:37 UTC
Oh, I see more.  Someone deleted an m4 file from common/m4.
Readded.
Comment 5 Ronald Bultje 2003-08-03 20:57:25 UTC
Applied to 0.6.x. HEAD was fixed already.