[Bug 770623] netclock-replay tool breaks cross compile

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jan 11 15:58:51 UTC 2017


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

--- Comment #21 from Olivier Blin <gnome at blino.org> ---
(In reply to Tim-Philipp Müller from comment #20)
> > We have the same issue here with Ubuntu 14.04 and 16.04.
> > 
> > This seems to be a libtool behavior change caused by a Debian/Ubuntu patch
> > in libtool, forcing "link_all_deplibs" to "no".
> > See this LTTng bug report for a similar issue:
> > https://bugs.lttng.org/issues/321
> > 
> > This affects all people compiling from Ubuntu with no pre-existing gstbase
> > library in the rootfs, could this be reopened?
> 
> This still does not sound like it's an issue with GStreamer though?

You are right, it is not strictly speaking a GStreamer issue, but other
projects have added workarounds for this libtool issue (see the LTTng link).

Another option is to build with --disable-examples --disable-benchmarks.
That's enough to avoid the issue, and does not require any hack.

> You can also use GStreamer's meson + ninja based build which does not use
> libtool.

Unfortunately, there are a lot of config options missing in GStreamer's meson.
For embedded builds, we usually disable almost all plugins, and only keep the
ones we are really interested in.

Thanks for your feedback

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