[Bug 789316] meson recipe won't build

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Oct 27 09:33:58 UTC 2017


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

Justin J. Kim <justin.joy.9to5 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |justin.joy.9to5 at gmail.com

--- Comment #27 from Justin J. Kim <justin.joy.9to5 at gmail.com> ---
(In reply to Xavier Claessens from comment #19)
> Here is a first step at making Meson recipes first class citizen. I chosed
> to port only gst-transcoder for now because it is the only one that is
> already being built using meson.
> 
> I updated Windows instructions in README to install Meson and python3. I
> tested those steps on a fresh install of Win10 in a VM.
> 
> On my Ubuntu 16.04, gst-transcoder fail to build with that error:
> 
> Error in gtkdoc helper script:
> 'gtkdoc-scangobj' failed with status 1
> ld: unrecognized option
> '-Wl,-rpath,/home/xclaesse/programmation/cerbero/build/sources/linux_x86_64/
> gst-transcoder-1.9/cerbero-build-dir/'
> ld: use the --help option for usage information
> Linking of scanner failed: 
> 
> 
> I get the exact same error when trying to build gstreamer-1.0 recipe ported
> to Meson. Any Idea?

How about just disabling document generation by adding the below?

+    def configure(self):
+        self.meson_configure['disable_doc'] = 'true'
+        super(recipe.Recipe, self).configure()

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