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 106047 - [0.6 Branch Candidate] undefined reference to `__gst_function_pointers'
[0.6 Branch Candidate] undefined reference to `__gst_function_pointers'
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.6.0
Other Linux
: Normal normal
: 0.6.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 108221 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-02-14 02:02 UTC by Gerhard Mourani
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to gstinfo.c (0.6.0) (681 bytes, patch)
2003-03-12 01:54 UTC, janzen
none Details | Review

Description Gerhard Mourani 2003-02-14 02:02:25 UTC
Hello,

I'm trying to compile gstreamer 0.6.0 on Gnome 2.2.0 and receive the 
folllowing error during build time:

gcc -DHAVE_CONFIG_H -I. -I. -I../..    -D_LARGEFILE_SOURCE -
D_FILE_OFFSET_BITS=64   -I/usr/include/libxml2   -pthread -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I../..  -
DGST_DISABLE_DEPRECATED -I../../libs -I../../include -O3 -march=i686 -c -o 
autoplugtest-autoplugtest.o `test -f 'autoplugtest.c' || 
echo './'`autoplugtest.c
/bin/sh ../../libtool --mode=link gcc  -O3 -march=i686   -o autoplugtest  
autoplugtest-autoplugtest.o -lxml2 -lz -lm   -pthread -Wl,--export-
dynamic -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -
lpopt ../../gst/libgstreamer-0.6.la
gcc -O3 -march=i686 -o .libs/autoplugtest autoplugtest-autoplugtest.o -
pthread -Wl,--export-dynamic  ../../gst/.libs/libgstreamer-
0.6.so /usr/lib/libxml2.so -lz -lm /usr/lib/libgobject-
2.0.so /usr/lib/libgthread-2.0.so -lpthread /usr/lib/libgmodule-2.0.so -
ldl /usr/lib/libglib-2.0.so /usr/lib/libpopt.so
../../gst/.libs/libgstreamer-0.6.so: undefined reference to 
`__gst_function_pointers'
collect2: ld returned 1 exit status
make[4]: *** [autoplugtest] Error 1
make[4]: Leaving directory `/usr/src/openna/BUILD/gstreamer-
0.6.0/gst/autoplug'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/openna/BUILD/gstreamer-0.6.0/gst'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/openna/BUILD/gstreamer-0.6.0/gst'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/openna/BUILD/gstreamer-0.6.0'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.90364 (%build)

Cheer,
Comment 1 janzen 2003-03-12 01:54:45 UTC
Created attachment 14951 [details] [review]
Patch to gstinfo.c (0.6.0)
Comment 2 janzen 2003-03-12 01:55:43 UTC
There's a missing "#ifdef GST_DEBUG_ENABLED" in gstinfo.c; see
attached patch for the fix.
Comment 3 Christian Fredrik Kalager Schaller 2003-03-12 09:52:31 UTC
Ok, I try to get this merged into head this week.
Comment 4 Ronald Bultje 2003-03-12 19:14:38 UTC
*** Bug 108221 has been marked as a duplicate of this bug. ***
Comment 5 Wim Taymans 2003-03-14 18:32:47 UTC
Just commited a similar patch to CVS HEAD. Please retest.
Comment 6 Wim Taymans 2003-04-04 19:45:02 UTC
nothing heard again, closing bug