Re: [yocto] Possible introspection failure in master

2016-03-20 Thread Chris Tapp

> On 18 Mar 2016, at 18:59, alexander.kana...@linux.intel.com wrote:
> 
>> The gstreamer _git recipes have not been updated to include the
>> gobject introspection patches which were applied to the 1.6.3 recipes.
> 
> Yeah, I forgot about the git recipes, as they're totally hidden from
> default builds. I'll get them fixed.

Thanks - I’ll try and keep an eye open so I can have a look once the changes 
are available.

> 
>> Try disabling gobject introspection via DISTRO or MACHINE features, ie:
>> 
>>  MACHINE_FEATURES_BACKFILL_CONSIDERED_append = "
>> gobject-introspection-data"
> 
> That is not going to help, I'm afraid. The recipes need further custom
> fixing even when introspection is disabled.
> 
> Alex

--

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


Re: [yocto] Possible introspection failure in master

2016-03-19 Thread Burton, Ross
On 17 March 2016 at 09:37, Andre McCurdy  wrote:

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

That is true.  Maybe we should just add it to the default distro features
and remove it from backfill.  I don't suppose you could make a patch?

Ross
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Possible introspection failure in master

2016-03-19 Thread Andre McCurdy
On Thu, Mar 17, 2016 at 1:57 AM, Chris Tapp  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:  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


[yocto] Possible introspection failure in master

2016-03-19 Thread Chris Tapp
I’m trying to build gstreamer1.0-plugins-base_git.bb under master. Compilation 
is failing with:

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



signature.asc
Description: Message signed with OpenPGP using GPGMail
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Possible introspection failure in master

2016-03-18 Thread alexander . kanavin
> The gstreamer _git recipes have not been updated to include the
> gobject introspection patches which were applied to the 1.6.3 recipes.

Yeah, I forgot about the git recipes, as they're totally hidden from
default builds. I'll get them fixed.

> Try disabling gobject introspection via DISTRO or MACHINE features, ie:
>
>   MACHINE_FEATURES_BACKFILL_CONSIDERED_append = "
> gobject-introspection-data"

That is not going to help, I'm afraid. The recipes need further custom
fixing even when introspection is disabled.

Alex
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto