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 94122 - [FREEBSD] CVS build fails on gst/gstqueue.c
[FREEBSD] CVS build fails on gst/gstqueue.c
Status: VERIFIED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other FreeBSD
: Normal normal
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 89622
Blocks:
 
 
Reported: 2002-09-24 23:17 UTC by Andrew Turner
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andrew Turner 2002-09-24 23:17:40 UTC
As -Werror is present building gstreamer causes this:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -D_GNU_SOURCE
-DGST_CONFIG_DIR=\"/usr/testing/gstreamer/build/etc/gstreamer\"
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include/libxml2
-D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I.. -Wall -Werror -D_GNU_SOURCE
-DG_LOG_DOMAIN=g_log_domain_gstreamer
-DGST_CONFIG_DIR=\"/usr/testing/gstreamer/build/etc/gstreamer\" -g -O2 -c
gstqueue.c -Wp,-MD,.deps/libgstreamer_la-gstqueue.TPlo  -fPIC -DPIC -o
.libs/libgstreamer_la-gstqueue.lo
cc1: warnings being treated as errors
gstqueue.c: In function `gst_queue_chain':
gstqueue.c:322: warning: long int format, pthread_t arg (arg 2)
gstqueue.c:324: warning: long int format, pthread_t arg (arg 2)
gstqueue.c: In function `gst_queue_get':
gstqueue.c:477: warning: long int format, pthread_t arg (arg 2)
gstqueue.c:479: warning: long int format, pthread_t arg (arg 2)
gmake[4]: *** [libgstreamer_la-gstqueue.lo] Error 1
gmake[4]: Leaving directory `/usr/testing/gstreamer/gst-cvs/gstreamer/gst'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/testing/gstreamer/gst-cvs/gstreamer/gst'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/testing/gstreamer/gst-cvs/gstreamer/gst'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/testing/gstreamer/gst-cvs/gstreamer'
gmake: *** [all] Error 2
Comment 1 Christian Fredrik Kalager Schaller 2002-09-25 18:59:22 UTC
We have removed Werror from the release tarballs, so you should use
that. We are working on a more permanent solution for CVS.
Comment 2 Thomas Vander Stichele 2002-09-30 07:31:30 UTC
it still needs to be fixed, but I don't have this on Linux.  Can you
provide a patch ? It looks simple to do, but I can't test it ;)
Comment 3 Christian Fredrik Kalager Schaller 2003-02-23 20:20:12 UTC
Andrew, can you make a patch for this? then I can merge it like I did
with the others. Thanks in advance.
Comment 4 Andrew Turner 2003-02-23 21:53:17 UTC
I can compile it now so marking as closed