On Thu, Mar 17, 2016 at 1:57 AM, Chris Tapp <opensou...@keylevel.com> wrote: > I’m trying to build gstreamer1.0-plugins-base_git.bb under master. > Compilation is failing with:
The gstreamer _git recipes have not been updated to include the gobject introspection patches which were applied to the 1.6.3 recipes. Try disabling gobject introspection via DISTRO or MACHINE features, ie: MACHINE_FEATURES_BACKFILL_CONSIDERED_append = " gobject-introspection-data" or DISTRO_FEATURES_BACKFILL_CONSIDERED_append = " gobject-introspection-data" As an aside, I'm not sure that using DISTRO/MACHINE_FEATURES_BACKFILL for gobject-introspection-data is entirely correct since gobject introspection is not a feature which was previously enabled by default: http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#ref-features-backfill > > | g-ir-scanner: link: ../../../libtool --mode=link --tag=CC > x86_64-poky-linux-gcc -m64 -march=corei7 -mtune=corei7 -mfpmath=sse -msse4.2 > --sysroot=/media/SSD-Build/build-jethro-opty4-v2/tmp/sysroots/valleyisland-64 > -o > /media/SSD-Build/build-jethro-opty4-v2/tmp/work/corei7-64-poky-linux/gstreamer1.0-plugins-base/1.7.2+gitAUTOINC+97e108beba-r0/build/gst-libs/gst/fft/tmp-introspectIeb9nD/GstFft-1.0 > -export-dynamic -O2 -pipe -g -feliminate-unused-debug-types > -fdebug-prefix-map=/media/SSD-Build/build-jethro-opty4-v2/tmp/work/corei7-64-poky-linux/gstreamer1.0-plugins-base/1.7.2+gitAUTOINC+97e108beba-r0/build=/usr/src/gstreamer1.0-plugins-base > > -fdebug-prefix-map=/media/SSD-Build/build-jethro-opty4-v2/tmp/work/corei7-64-poky-linux/gstreamer1.0-plugins-base/1.7.2+gitAUTOINC+97e108beba-r0/git=/usr/src/gstreamer1.0-plugins-base > > -fdebug-prefix-map=/media/SSD-Build/build-jethro-opty4-v2/tmp/sysroots/x86_64-linux= > > -fdebug-prefix-map=/media/SSD-Build/build-jethro-opty4-v2/tmp/sysroots/valleyisland-64= > -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed > tmp-introspectIeb9nD/media/SSD-Build/build-jethro-opty4-v2/tmp/work/corei7-64-poky-linux/gstreamer1.0-plugins-base/1.7.2+gitAUTOINC+97e108beba-r0/build/gst-libs/gst/fft/tmp-introspectIeb9nD/GstFft-1.0.o > -L. libgstfft-1.0.la -lgio-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread > -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 > | Caught exception: <type 'exceptions.OSError'> OSError(2, 'No such file or > directory') > | > > /media/SSD-Build/build-jethro-opty4-v2/tmp/sysroots/x86_64-linux/usr/lib/python2.7/subprocess.py(1335)_execute_child() > | -> raise child_exception > | (Pdb) > > I’ve tried removing tmp/ and cleansstate but this didn’t help. > > I’m not sure what to try next. Any pointers? > > -- > > Chris Tapp > opensou...@keylevel.com > www.keylevel.com > > ---- > You can tell you're getting older when your car insurance gets real cheap! > > > -- > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto