GNOME Bugzilla – Bug 673510
GstNetAddress undeclared in i386 test library
Last modified: 2012-04-11 15:01:19 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.
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