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 138705 - Problem testing gstreamer 0.8.0
Problem testing gstreamer 0.8.0
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.8.0
Other Linux
: Normal normal
: 0.8.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-01 02:55 UTC by Pierre
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pierre 2004-04-01 02:55:08 UTC
[...]
Making check in debug
gmake[2]: Entering directory `/tmp/gstreamer-0.8.0/testsuite/debug'
gmake  commandline category output printf_extension
gmake[3]: Entering directory `/tmp/gstreamer-0.8.0/testsuite/debug'
if gcc -DHAVE_CONFIG_H -I. -I. -I../..    -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../..  -Wall
-DGST_DISABLE_DEPRECATED -I../../libs -I../../include -s -O3 -march=i686 -MT
commandline.o -MD -MP -MF ".deps/commandline.Tpo" \
  -c -o commandline.o `test -f 'commandline.c' || echo './'`commandline.c; \
then mv -f ".deps/commandline.Tpo" ".deps/commandline.Po"; \
else rm -f ".deps/commandline.Tpo"; exit 1; \
fi
commandline.c:74:36: attempt to use poisoned "gst_debug_log_default"
commandline.c: In function `main':
commandline.c:74: warning: statement with no effect
commandline.c:80: warning: statement with no effect
commandline.c: At top level:
commandline.c:41: warning: `debug_not_reached' defined but not used
gmake[3]: *** [commandline.o] Error 1
gmake[3]: Leaving directory `/tmp/gstreamer-0.8.0/testsuite/debug'
gmake[2]: *** [check-am] Error 2
gmake[2]: Leaving directory `/tmp/gstreamer-0.8.0/testsuite/debug'
gmake[1]: *** [check-recursive] Error 1
gmake[1]: Leaving directory `/tmp/gstreamer-0.8.0/testsuite'
gmake: *** [check-recursive] Error 1
Comment 1 Benjamin Otte (Company) 2004-04-03 04:16:55 UTC
fixed in CVS.

It would be nice if you'd provide configure switches like --disable-gst-debug
the next time you report a build bug.