[Bug 673510] New: GstNetAddress undeclared in i386 test library
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Apr 4 08:15:17 PDT 2012
https://bugzilla.gnome.org/show_bug.cgi?id=673510
GStreamer | gst-plugins-base | git
Summary: GstNetAddress undeclared in i386 test library
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: Normal
Component: gst-plugins-base
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: bugzilla at tecnocode.co.uk
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
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.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list