[Bug 784948] Building GStreamer using jhbuild fails due to "RuntimeError: generator didn't yield"

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 14 12:47:49 UTC 2017


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

Nirbheek Chauhan <nirbheek.chauhan at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #3 from Nirbheek Chauhan <nirbheek.chauhan at gmail.com> ---
>From what I can tell, that error can only happen if you don't have read-write
permissions to /tmp or something like that, but Python can create the temporary
directory, so it's quite confusing.

It's definitely a meson bug that it's not outputting the actual exception that
is happening. The error happens here:

https://github.com/mesonbuild/meson/blob/0.41/mesonbuild/compilers.py#L723

Can you edit that file in your meson installation and change the "except ...
pass" to "except ... raise" and tell us what the traceback is? That should give
us more information.

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