[Bug 773867] git master fails to build using JHbuild
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Nov 3 05:27:52 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=773867
Matthew Waters (ystreet00) <ystreet00 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ystreet00 at gmail.com
--- Comment #1 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
I just had this as well.
This seems to be because the GI infrastructure is looking in the prefix before
the build directory:
3910:[pid 12469] open("./libgstreamer-1.0.so", O_RDONLY) = -1 ENOENT (No such
file or directory)
3911:[pid 12469] open("./libgstreamer-1.0.a", O_RDONLY) = -1 ENOENT (No such
file or directory)
3912:[pid 12469]
open("/home/matt/Projects/jhbuild/native/usr/lib/libgstreamer-1.0.so",
O_RDONLY) = 17
3913:[pid 12469]
open("/home/matt/Projects/jhbuild/native/usr/lib/libgstreamer-1.0.so",
O_RDONLY) = 18
after removing /home/matt/Projects/jhbuild/native/usr/lib/libgstreamer-1.0.so
3912:[pid 22549] open("./libgstreamer-1.0.so", O_RDONLY) = -1 ENOENT (No such
file or directory)
3913:[pid 22549] open("./libgstreamer-1.0.a", O_RDONLY) = -1 ENOENT (No such
file or directory)
3914:[pid 22549]
open("/home/matt/Projects/jhbuild/native/usr/lib/libgstreamer-1.0.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
3915:[pid 22549]
open("/home/matt/Projects/jhbuild/native/usr/lib/libgstreamer-1.0.a", O_RDONLY)
= -1 ENOENT (No such file or directory)
3916:[pid 22549]
open("/home/matt/Projects/jhbuild/native/usr/lib/libgstreamer-1.0.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
3917:[pid 22549]
open("/home/matt/Projects/jhbuild/native/usr/lib/libgstreamer-1.0.a", O_RDONLY)
= -1 ENOENT (No such file or directory)
3918:[pid 22549]
open("/home/matt/.cache/jhbuild/build/gstreamer/gst/libgstreamer-1.0.so",
O_RDONLY) = 17
3919:[pid 22549]
open("/home/matt/.cache/jhbuild/build/gstreamer/gst/libgstreamer-1.0.so",
O_RDONLY) = 18
and the build succeeds
--
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