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 673510 - GstNetAddress undeclared in i386 test library
GstNetAddress undeclared in i386 test library
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal major
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-04-04 15:15 UTC by Philip Withnall
Modified: 2012-04-11 15:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Philip Withnall 2012-04-04 15:15:13 UTC
The GNOME build slaves are showing a failure in gst-plugins-base's `make check`:

In file included from libs/libsabi.c:84:0:
libs/struct_i386.h:45:29: error: 'GstNetAddress' undeclared here (not in a function)
make[3]: *** [libs_libsabi-libsabi.o] Error 1

(Full log file: http://build.gnome.org:8080/builders/gst-plugins-base-cosimoc-deb-i686/builds/603/steps/gst-plugins-base%20check/logs/stdio)

Comparing the logs of struct_i386.h and struct_x86_64.h, it seems the following commit removed all mention of GstNetAddress from struct_x86_64.h (http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/tests/check/libs/struct_x86_64.h?id=da6fd77de9ff556f60e45f09be9d76552c4883a2), but not from struct_i386.h.

I guess the corresponding change needs to be made to struct_i386.h in order for `make check` to pass.
Comment 1 Wim Taymans 2012-04-11 15:01:11 UTC
commit 84b69fa92174e671cea003fd8d2e85cb02febb3e
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Wed Apr 11 16:59:25 2012 +0200

    tests: remove GstNetAddress
    
    Really, really remove all mention of GstNetBuffer
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=673510