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 158914 - Problem compiling gstreamer 0.8.7
Problem compiling gstreamer 0.8.7
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.8.7
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-11-21 12:34 UTC by Pierre
Modified: 2005-08-26 00:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pierre 2004-11-21 12:34:36 UTC
[...]
Making all in autoplug
make[4]: Entering directory `/tmp/gstreamer-0.8.7/gst/autoplug'
/bin/sh ../../libtool --mode=link gcc  -s -O3 -march=i686   -o spidertest 
spidertest-spidertest.o ../../gst/libgstreamer-0.8.la
gcc -s -O3 -march=i686 -o .libs/spidertest spidertest-spidertest.o 
../../gst/.libs/libgstreamer-0.8.so -L/usr/local/lib
-L/usr/local/BerkeleyDB.4.1/lib /usr/local/lib/libxml2.so -lz -lm
/usr/local/lib/libgobject-2.0.so /usr/local/lib/libgthread-2.0.so
/usr/local/lib/libgmodule-2.0.so -ldl /usr/local/lib/libglib-2.0.so
/usr/local/lib/libpopt.so -lpthread
spidertest-spidertest.o(.text+0xa9e): In function `global constructors keyed to
gst_factories_at_most_templates_GCOV':
: undefined reference to `__gcov_init'
spidertest-spidertest.o(.data+0x64): undefined reference to `__gcov_merge_add'
collect2: ld returned 1 exit status
make[4]: *** [spidertest] Error 1
make[4]: Leaving directory `/tmp/gstreamer-0.8.7/gst/autoplug'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/gstreamer-0.8.7/gst'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/gstreamer-0.8.7/gst'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/gstreamer-0.8.7'
make: *** [all] Error 2
Comment 1 David Schleef 2004-11-22 21:59:43 UTC
Why are you compiling with --enable-gcov?
Comment 2 Pierre 2004-11-23 21:47:19 UTC
Just to test it
Comment 3 Christian Fredrik Kalager Schaller 2004-12-05 11:20:45 UTC
David, is this a wontfix/invalid bug due to the --enable-gcov? Or should we
support compiling with --enable-gcov?
Comment 4 David Schleef 2004-12-05 18:09:55 UTC
Given that I can't reproduce it, and that gcov is a developer-only tool and
anyone using it should have the skills to fix problems themselves, it's wontfix.