[Bug 791019] jhbuild : Error during phase build of gstreamer: Error running ninja

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Nov 30 17:46:25 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=791019

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
> JhBuild stops twice with those lines of errors.
> /usr/include/bits/mathcalls-helper-functions.h:21: syntax error, unexpected
> identifier, expecting ')' or ',' in 'extern int __fpclassifyf128 (_Float128
> __value) __attribute__ ((__nothrow__ , __leaf__))' at '__value'

This syntax error thing doesn't look like it's our fault, more like a bug in
g-ir-scanner.


> FAILED: libs/gst/base/GstBase-1.0.gir 
> /home/$$$/.cache/jhbuild/build/gstreamer/libs/gst/base/libgstbase-1.0.so :
> référence indéfinie vers « gst_buffer_list_calculate_size »
> collect2: error: ld a retourné le statut de sortie 1
> linking of temporary binary failed: Command '['cc', '-o',
> '/home/$$$/.cache/jhbuild/build/gstreamer/tmp-introspect9p723ycg/GstBase-1.
> 0',
> '/home/$$$/.cache/jhbuild/build/gstreamer/tmp-introspect9p723ycg/GstBase-1.0.
> o', '-L.', '-Wl,-rpath,.', '-Wl,--no-as-needed', '-lgstbase-1.0',
> '-lunwind', '-lgobject-2.0', '-lm', '-ldl', '-lgstreamer-1.0',
> '-lgmodule-2.0', '-lglib-2.0',
> '-L/home/$$$/.cache/jhbuild/build/gstreamer/libs/gst/base',
> '-Wl,-rpath,/home/$$$/.cache/jhbuild/build/gstreamer/libs/gst/base',
> '-L/home/$$$/jhbuild/install/lib',
> '-Wl,-rpath,/home/$$$/jhbuild/install/lib',
> '-L/home/$$$/.cache/jhbuild/build/gstreamer/gst',
> '-Wl,-rpath,/home/$$$/.cache/jhbuild/build/gstreamer/gst',
> '-L/home/$$$/.cache/jhbuild/build/gstreamer/libs/gst/base',
> '-Wl,-rpath,/home/$$$/.cache/jhbuild/build/gstreamer/libs/gst/base',
> '-L/home/$$$/.cache/jhbuild/build/gstreamer/gst',
> '-Wl,-rpath,/home/$$$/.cache/jhbuild/build/gstreamer/gst',
> '-L/home/$$$/jhbuild/install/lib', '-lgio-2.0', '-lgobject-2.0',
> '-Wl,--export-dynamic', '-lgmodule-2.0', '-pthread', '-lglib-2.0',
> '-L/home/$$$/jhbuild/install/lib']' returned non-zero exit status 1.

It seems to fail to pick up the in-tree built libgstreamer-1.0.so here (with
the new symbol) and instead probaly picks up a system-installed lib. Not sure
where that bug is, don't think it's in our scripts, probably more likely in
Meson or g-ir-scanner.

-- 
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