* Error building gdk-pixbuf-native
@ 2015-09-22 15:28 Gary Thomas
2015-09-22 18:05 ` Otavio Salvador
2015-09-23 12:15 ` Burton, Ross
0 siblings, 2 replies; 13+ messages in thread
From: Gary Thomas @ 2015-09-22 15:28 UTC (permalink / raw)
To: openembedded-core
When building gdk-pixbuf-native, I got this error:
| DEBUG: Staging files from /home/local/rpi2_2015-03-05/tmp/work/i686-linux/gdk-pixbuf-native/2.30.8-r0/sysroot-destdir/home/local/rpi2_2015-03-05/tmp/sysroots/i686-linux to
/home/local/rpi2_2015-03-05/tmp/sysroots/i686-linux
| DEBUG: Executing shell function pixbufcache_sstate_postinst
| g_module_open() failed for /home/local/rpi2_2015-03-05/tmp/sysroots/i686-linux/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: libharfbuzz.so.0: cannot open shared
object file: No such file or directory
It seems that [at least] gdk-pixbuf-native needs harfbuzz-native
I looked at the recipe, but it's not 100% obvious to me how to
add this, especially w.r.t. all of the PACKAGECONFIG options.
Guidance?
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Error building gdk-pixbuf-native
2015-09-22 15:28 Error building gdk-pixbuf-native Gary Thomas
@ 2015-09-22 18:05 ` Otavio Salvador
2015-09-22 18:14 ` Gary Thomas
2015-09-23 12:15 ` Burton, Ross
1 sibling, 1 reply; 13+ messages in thread
From: Otavio Salvador @ 2015-09-22 18:05 UTC (permalink / raw)
To: Gary Thomas; +Cc: Patches and discussions about the oe-core layer
On Tue, Sep 22, 2015 at 12:28 PM, Gary Thomas <gary@mlbassoc.com> wrote:
> When building gdk-pixbuf-native, I got this error:
> | DEBUG: Staging files from
> /home/local/rpi2_2015-03-05/tmp/work/i686-linux/gdk-pixbuf-native/2.30.8-r0/sysroot-destdir/home/local/rpi2_2015-03-05/tmp/sysroots/i686-linux
> to /home/local/rpi2_2015-03-05/tmp/sysroots/i686-linux
> | DEBUG: Executing shell function pixbufcache_sstate_postinst
> | g_module_open() failed for
> /home/local/rpi2_2015-03-05/tmp/sysroots/i686-linux/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so:
> libharfbuzz.so.0: cannot open shared object file: No such file or directory
>
> It seems that [at least] gdk-pixbuf-native needs harfbuzz-native
> I looked at the recipe, but it's not 100% obvious to me how to
> add this, especially w.r.t. all of the PACKAGECONFIG options.
>
> Guidance?
I had similar failures[1] at O.S. Systems autobuilder and rebuilding
made it work.
1. http://ci.ossystems.com.br/view/FSL%20Community%20BSP%20-%20master-next/job/fsl-community-bsp-master-next_wayland-imx28evk/827/console
The builds are now succeeding but I did no change to fix it. This
seems like a race for me.
I tried very hard to reproduce the issue locally at my laptop without
success. Do you can reliably reproduce it?
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Error building gdk-pixbuf-native
2015-09-22 18:05 ` Otavio Salvador
@ 2015-09-22 18:14 ` Gary Thomas
2015-09-22 18:38 ` Otavio Salvador
0 siblings, 1 reply; 13+ messages in thread
From: Gary Thomas @ 2015-09-22 18:14 UTC (permalink / raw)
To: Otavio Salvador; +Cc: Patches and discussions about the oe-core layer
On 2015-09-22 12:05, Otavio Salvador wrote:
> On Tue, Sep 22, 2015 at 12:28 PM, Gary Thomas <gary@mlbassoc.com> wrote:
>> When building gdk-pixbuf-native, I got this error:
>> | DEBUG: Staging files from
>> /home/local/rpi2_2015-03-05/tmp/work/i686-linux/gdk-pixbuf-native/2.30.8-r0/sysroot-destdir/home/local/rpi2_2015-03-05/tmp/sysroots/i686-linux
>> to /home/local/rpi2_2015-03-05/tmp/sysroots/i686-linux
>> | DEBUG: Executing shell function pixbufcache_sstate_postinst
>> | g_module_open() failed for
>> /home/local/rpi2_2015-03-05/tmp/sysroots/i686-linux/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so:
>> libharfbuzz.so.0: cannot open shared object file: No such file or directory
>>
>> It seems that [at least] gdk-pixbuf-native needs harfbuzz-native
>> I looked at the recipe, but it's not 100% obvious to me how to
>> add this, especially w.r.t. all of the PACKAGECONFIG options.
>>
>> Guidance?
>
> I had similar failures[1] at O.S. Systems autobuilder and rebuilding
> made it work.
>
> 1. http://ci.ossystems.com.br/view/FSL%20Community%20BSP%20-%20master-next/job/fsl-community-bsp-master-next_wayland-imx28evk/827/console
>
> The builds are now succeeding but I did no change to fix it. This
> seems like a race for me.
>
> I tried very hard to reproduce the issue locally at my laptop without
> success. Do you can reliably reproduce it?
>
Yes, I had a full tree and this rebuild was kicked off by a meta-data
update. Once it happened, I tried this:
% bitbake harfbuzz-native gdk-pixbuf-native -c cleansstate
% bitbake gdk-pixbuf-native
failed. However the manual sequence
% bitbake harfbuzz-native
% bitbake gdk-pixbuf-native
succeeded.
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Error building gdk-pixbuf-native
2015-09-22 18:14 ` Gary Thomas
@ 2015-09-22 18:38 ` Otavio Salvador
2015-09-22 19:13 ` Gary Thomas
0 siblings, 1 reply; 13+ messages in thread
From: Otavio Salvador @ 2015-09-22 18:38 UTC (permalink / raw)
To: Gary Thomas; +Cc: Patches and discussions about the oe-core layer
On Tue, Sep 22, 2015 at 3:14 PM, Gary Thomas <gary@mlbassoc.com> wrote:
> On 2015-09-22 12:05, Otavio Salvador wrote:
>>
>> On Tue, Sep 22, 2015 at 12:28 PM, Gary Thomas <gary@mlbassoc.com> wrote:
>>>
>>> When building gdk-pixbuf-native, I got this error:
>>> | DEBUG: Staging files from
>>>
>>> /home/local/rpi2_2015-03-05/tmp/work/i686-linux/gdk-pixbuf-native/2.30.8-r0/sysroot-destdir/home/local/rpi2_2015-03-05/tmp/sysroots/i686-linux
>>> to /home/local/rpi2_2015-03-05/tmp/sysroots/i686-linux
>>> | DEBUG: Executing shell function pixbufcache_sstate_postinst
>>> | g_module_open() failed for
>>>
>>> /home/local/rpi2_2015-03-05/tmp/sysroots/i686-linux/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so:
>>> libharfbuzz.so.0: cannot open shared object file: No such file or
>>> directory
>>>
>>> It seems that [at least] gdk-pixbuf-native needs harfbuzz-native
>>> I looked at the recipe, but it's not 100% obvious to me how to
>>> add this, especially w.r.t. all of the PACKAGECONFIG options.
>>>
>>> Guidance?
>>
>>
>> I had similar failures[1] at O.S. Systems autobuilder and rebuilding
>> made it work.
>>
>> 1.
>> http://ci.ossystems.com.br/view/FSL%20Community%20BSP%20-%20master-next/job/fsl-community-bsp-master-next_wayland-imx28evk/827/console
>>
>> The builds are now succeeding but I did no change to fix it. This
>> seems like a race for me.
>>
>> I tried very hard to reproduce the issue locally at my laptop without
>> success. Do you can reliably reproduce it?
>>
>
> Yes, I had a full tree and this rebuild was kicked off by a meta-data
> update. Once it happened, I tried this:
> % bitbake harfbuzz-native gdk-pixbuf-native -c cleansstate
> % bitbake gdk-pixbuf-native
> failed. However the manual sequence
> % bitbake harfbuzz-native
> % bitbake gdk-pixbuf-native
> succeeded.
I still do not reproduce it :-(
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Error building gdk-pixbuf-native
2015-09-22 18:38 ` Otavio Salvador
@ 2015-09-22 19:13 ` Gary Thomas
2015-09-22 20:52 ` Otavio Salvador
2015-09-22 23:23 ` Khem Raj
0 siblings, 2 replies; 13+ messages in thread
From: Gary Thomas @ 2015-09-22 19:13 UTC (permalink / raw)
To: openembedded-core
On 2015-09-22 12:38, Otavio Salvador wrote:
> On Tue, Sep 22, 2015 at 3:14 PM, Gary Thomas <gary@mlbassoc.com> wrote:
>> On 2015-09-22 12:05, Otavio Salvador wrote:
>>>
>>> On Tue, Sep 22, 2015 at 12:28 PM, Gary Thomas <gary@mlbassoc.com> wrote:
>>>>
>>>> When building gdk-pixbuf-native, I got this error:
>>>> | DEBUG: Staging files from
>>>>
>>>> /home/local/rpi2_2015-03-05/tmp/work/i686-linux/gdk-pixbuf-native/2.30.8-r0/sysroot-destdir/home/local/rpi2_2015-03-05/tmp/sysroots/i686-linux
>>>> to /home/local/rpi2_2015-03-05/tmp/sysroots/i686-linux
>>>> | DEBUG: Executing shell function pixbufcache_sstate_postinst
>>>> | g_module_open() failed for
>>>>
>>>> /home/local/rpi2_2015-03-05/tmp/sysroots/i686-linux/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so:
>>>> libharfbuzz.so.0: cannot open shared object file: No such file or
>>>> directory
>>>>
>>>> It seems that [at least] gdk-pixbuf-native needs harfbuzz-native
>>>> I looked at the recipe, but it's not 100% obvious to me how to
>>>> add this, especially w.r.t. all of the PACKAGECONFIG options.
>>>>
>>>> Guidance?
>>>
>>>
>>> I had similar failures[1] at O.S. Systems autobuilder and rebuilding
>>> made it work.
>>>
>>> 1.
>>> http://ci.ossystems.com.br/view/FSL%20Community%20BSP%20-%20master-next/job/fsl-community-bsp-master-next_wayland-imx28evk/827/console
>>>
>>> The builds are now succeeding but I did no change to fix it. This
>>> seems like a race for me.
>>>
>>> I tried very hard to reproduce the issue locally at my laptop without
>>> success. Do you can reliably reproduce it?
>>>
>>
>> Yes, I had a full tree and this rebuild was kicked off by a meta-data
>> update. Once it happened, I tried this:
>> % bitbake harfbuzz-native gdk-pixbuf-native -c cleansstate
>> % bitbake gdk-pixbuf-native
>> failed. However the manual sequence
>> % bitbake harfbuzz-native
>> % bitbake gdk-pixbuf-native
>> succeeded.
>
> I still do not reproduce it :-(
>
It seems to be a host [contamination?] issue. I get this error
on a build host that does not have libharfbuzz.so installed. On
a build host which does, there is no error.
Note that it is only for the native package, so perhaps that's
where the dependency needs to be updated/checked (hence my original
query)
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Error building gdk-pixbuf-native
2015-09-22 19:13 ` Gary Thomas
@ 2015-09-22 20:52 ` Otavio Salvador
2015-09-22 23:23 ` Khem Raj
1 sibling, 0 replies; 13+ messages in thread
From: Otavio Salvador @ 2015-09-22 20:52 UTC (permalink / raw)
To: Gary Thomas, Richard Purdie
Cc: Patches and discussions about the oe-core layer
Hello Gary,
On Tue, Sep 22, 2015 at 4:13 PM, Gary Thomas <gary@mlbassoc.com> wrote:
> It seems to be a host [contamination?] issue. I get this error
> on a build host that does not have libharfbuzz.so installed. On
> a build host which does, there is no error.
>
> Note that it is only for the native package, so perhaps that's
> where the dependency needs to be updated/checked (hence my original
> query)
Thanks for helping to reproduce it however it always work for me.
One thing I noticed is that the svg pixbuf backend is provided by
librsvg and the error seems to come from it. However, looking at the
dependencies it seems the harfbuzz dependency comes from 'pango'.
I am clueless about how to debug it. Richard, any hints?
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Error building gdk-pixbuf-native
2015-09-22 19:13 ` Gary Thomas
2015-09-22 20:52 ` Otavio Salvador
@ 2015-09-22 23:23 ` Khem Raj
2015-09-22 23:28 ` Otavio Salvador
1 sibling, 1 reply; 13+ messages in thread
From: Khem Raj @ 2015-09-22 23:23 UTC (permalink / raw)
To: Gary Thomas; +Cc: openembedded-core
> On Sep 22, 2015, at 12:13 PM, Gary Thomas <gary@mlbassoc.com> wrote:
>
> On 2015-09-22 12:38, Otavio Salvador wrote:
>> On Tue, Sep 22, 2015 at 3:14 PM, Gary Thomas <gary@mlbassoc.com> wrote:
>>> On 2015-09-22 12:05, Otavio Salvador wrote:
>>>>
>>>> On Tue, Sep 22, 2015 at 12:28 PM, Gary Thomas <gary@mlbassoc.com> wrote:
>>>>>
>>>>> When building gdk-pixbuf-native, I got this error:
>>>>> | DEBUG: Staging files from
>>>>>
>>>>> /home/local/rpi2_2015-03-05/tmp/work/i686-linux/gdk-pixbuf-native/2.30.8-r0/sysroot-destdir/home/local/rpi2_2015-03-05/tmp/sysroots/i686-linux
>>>>> to /home/local/rpi2_2015-03-05/tmp/sysroots/i686-linux
>>>>> | DEBUG: Executing shell function pixbufcache_sstate_postinst
>>>>> | g_module_open() failed for
>>>>>
>>>>> /home/local/rpi2_2015-03-05/tmp/sysroots/i686-linux/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so:
>>>>> libharfbuzz.so.0: cannot open shared object file: No such file or
>>>>> directory
>>>>>
>>>>> It seems that [at least] gdk-pixbuf-native needs harfbuzz-native
>>>>> I looked at the recipe, but it's not 100% obvious to me how to
>>>>> add this, especially w.r.t. all of the PACKAGECONFIG options.
>>>>>
>>>>> Guidance?
>>>>
>>>>
>>>> I had similar failures[1] at O.S. Systems autobuilder and rebuilding
>>>> made it work.
>>>>
>>>> 1.
>>>> http://ci.ossystems.com.br/view/FSL%20Community%20BSP%20-%20master-next/job/fsl-community-bsp-master-next_wayland-imx28evk/827/console
>>>>
>>>> The builds are now succeeding but I did no change to fix it. This
>>>> seems like a race for me.
>>>>
>>>> I tried very hard to reproduce the issue locally at my laptop without
>>>> success. Do you can reliably reproduce it?
>>>>
>>>
>>> Yes, I had a full tree and this rebuild was kicked off by a meta-data
>>> update. Once it happened, I tried this:
>>> % bitbake harfbuzz-native gdk-pixbuf-native -c cleansstate
>>> % bitbake gdk-pixbuf-native
>>> failed. However the manual sequence
>>> % bitbake harfbuzz-native
>>> % bitbake gdk-pixbuf-native
>>> succeeded.
>>
>> I still do not reproduce it :-(
>>
>
> It seems to be a host [contamination?] issue. I get this error
> on a build host that does not have libharfbuzz.so installed. On
> a build host which does, there is no error.
>
its normal for build to use libraries from build host for native tools. If we want to abstract that
from host deps then creating a dependency on package-native is the way
> Note that it is only for the native package, so perhaps that's
> where the dependency needs to be updated/checked (hence my original
> query)
>
> --
> ------------------------------------------------------------
> Gary Thomas | Consulting for the
> MLB Associates | Embedded world
> ------------------------------------------------------------
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Error building gdk-pixbuf-native
2015-09-22 23:23 ` Khem Raj
@ 2015-09-22 23:28 ` Otavio Salvador
2015-09-22 23:30 ` Khem Raj
0 siblings, 1 reply; 13+ messages in thread
From: Otavio Salvador @ 2015-09-22 23:28 UTC (permalink / raw)
To: Khem Raj; +Cc: Gary Thomas, Patches and discussions about the oe-core layer
On Tue, Sep 22, 2015 at 8:23 PM, Khem Raj <raj.khem@gmail.com> wrote:
> its normal for build to use libraries from build host for native tools. If we want to abstract that
> from host deps then creating a dependency on package-native is the way
The point is this seems to be not deterministic. Sometimes this works,
others it does not.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Error building gdk-pixbuf-native
2015-09-22 23:28 ` Otavio Salvador
@ 2015-09-22 23:30 ` Khem Raj
2015-09-23 0:28 ` Otavio Salvador
0 siblings, 1 reply; 13+ messages in thread
From: Khem Raj @ 2015-09-22 23:30 UTC (permalink / raw)
To: Otavio Salvador
Cc: Gary Thomas, Patches and discussions about the oe-core layer
> On Sep 22, 2015, at 4:28 PM, Otavio Salvador <otavio.salvador@ossystems.com.br> wrote:
>
> On Tue, Sep 22, 2015 at 8:23 PM, Khem Raj <raj.khem@gmail.com> wrote:
>> its normal for build to use libraries from build host for native tools. If we want to abstract that
>> from host deps then creating a dependency on package-native is the way
>
> The point is this seems to be not deterministic. Sometimes this works,
> others it does not.
you can debug it by moving the dependency from default task to earlier or later task and see where its failing sometimes
some configure might run where we do not expect it to.
>
> --
> Otavio Salvador O.S. Systems
> http://www.ossystems.com.br http://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Error building gdk-pixbuf-native
2015-09-22 23:30 ` Khem Raj
@ 2015-09-23 0:28 ` Otavio Salvador
2015-09-23 22:25 ` Richard Purdie
0 siblings, 1 reply; 13+ messages in thread
From: Otavio Salvador @ 2015-09-23 0:28 UTC (permalink / raw)
To: Khem Raj; +Cc: Gary Thomas, Patches and discussions about the oe-core layer
On Tue, Sep 22, 2015 at 8:30 PM, Khem Raj <raj.khem@gmail.com> wrote:
>
>> On Sep 22, 2015, at 4:28 PM, Otavio Salvador <otavio.salvador@ossystems.com.br> wrote:
>>
>> On Tue, Sep 22, 2015 at 8:23 PM, Khem Raj <raj.khem@gmail.com> wrote:
>>> its normal for build to use libraries from build host for native tools. If we want to abstract that
>>> from host deps then creating a dependency on package-native is the way
>>
>> The point is this seems to be not deterministic. Sometimes this works,
>> others it does not.
>
>
> you can debug it by moving the dependency from default task to earlier or later task and see where its failing sometimes
> some configure might run where we do not expect it to.
I cannot reproduce it locally, just in my autobuilder and now it does
not fail anymore. Gary is the only one seeing it.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Error building gdk-pixbuf-native
2015-09-22 15:28 Error building gdk-pixbuf-native Gary Thomas
2015-09-22 18:05 ` Otavio Salvador
@ 2015-09-23 12:15 ` Burton, Ross
2015-09-23 12:24 ` Gary Thomas
1 sibling, 1 reply; 13+ messages in thread
From: Burton, Ross @ 2015-09-23 12:15 UTC (permalink / raw)
To: Gary Thomas; +Cc: OE-core
[-- Attachment #1: Type: text/plain, Size: 910 bytes --]
On 22 September 2015 at 16:28, Gary Thomas <gary@mlbassoc.com> wrote:
> | g_module_open() failed for
> /home/local/rpi2_2015-03-05/tmp/sysroots/i686-linux/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so:
> libharfbuzz.so.0: cannot open shared object file: No such file or directory
>
Here's my guess at what happened. Starting state was a complete sysroot
with at least gdk-pixbuf, harfbuzz, librsvg installed. Yhen you did a new
build. At least harfbuzz and gdk-pixbuf were being rebuilt, so purged from
the sysroot. gdk-pixbuf rebuilt, installed into sysroot, ran the
update-cache script which then found the rsvg loader from the previous
sysroot that was not (yet?) removed that links to harfbuzz. Harfbuzz still
isn't reinstall yet, linkage fails.
Is this with master or a release? There are changes in master compared to
fido to improve situations like this.
Ross
[-- Attachment #2: Type: text/html, Size: 1314 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Error building gdk-pixbuf-native
2015-09-23 12:15 ` Burton, Ross
@ 2015-09-23 12:24 ` Gary Thomas
0 siblings, 0 replies; 13+ messages in thread
From: Gary Thomas @ 2015-09-23 12:24 UTC (permalink / raw)
To: Burton, Ross; +Cc: OE-core
On 2015-09-23 06:15, Burton, Ross wrote:
>
> On 22 September 2015 at 16:28, Gary Thomas <gary@mlbassoc.com <mailto:gary@mlbassoc.com>> wrote:
>
> | g_module_open() failed for /home/local/rpi2_2015-03-05/tmp/sysroots/i686-linux/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: libharfbuzz.so.0: cannot open
> shared object file: No such file or directory
>
>
> Here's my guess at what happened. Starting state was a complete sysroot with at least gdk-pixbuf, harfbuzz, librsvg installed. Yhen you did a new build. At least harfbuzz and
> gdk-pixbuf were being rebuilt, so purged from the sysroot. gdk-pixbuf rebuilt, installed into sysroot, ran the update-cache script which then found the rsvg loader from the
> previous sysroot that was not (yet?) removed that links to harfbuzz. Harfbuzz still isn't reinstall yet, linkage fails.
>
> Is this with master or a release? There are changes in master compared to fido to improve situations like this.
Master updated 2015-09-22 (7b86c771c80d0759c2ca0e57c46c4c966f89c49e)
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Error building gdk-pixbuf-native
2015-09-23 0:28 ` Otavio Salvador
@ 2015-09-23 22:25 ` Richard Purdie
0 siblings, 0 replies; 13+ messages in thread
From: Richard Purdie @ 2015-09-23 22:25 UTC (permalink / raw)
To: Otavio Salvador
Cc: Patches and discussions about the oe-core layer, Gary Thomas
On Tue, 2015-09-22 at 21:28 -0300, Otavio Salvador wrote:
> On Tue, Sep 22, 2015 at 8:30 PM, Khem Raj <raj.khem@gmail.com> wrote:
> >
> >> On Sep 22, 2015, at 4:28 PM, Otavio Salvador <otavio.salvador@ossystems.com.br> wrote:
> >>
> >> On Tue, Sep 22, 2015 at 8:23 PM, Khem Raj <raj.khem@gmail.com> wrote:
> >>> its normal for build to use libraries from build host for native tools. If we want to abstract that
> >>> from host deps then creating a dependency on package-native is the way
> >>
> >> The point is this seems to be not deterministic. Sometimes this works,
> >> others it does not.
> >
> >
> > you can debug it by moving the dependency from default task to earlier or later task and see where its failing sometimes
> > some configure might run where we do not expect it to.
>
> I cannot reproduce it locally, just in my autobuilder and now it does
> not fail anymore. Gary is the only one seeing it.
I think the way to reproduce this is to build gdk-pixbuf-native along
with harfbuzz-native and librsvg-native, then make a small change to the
gdk-pixbuf recipe that would cause it to rebuild, clean harfbuzz-native
and then build gdk-pixbuf.
I'm going to send out a patch which at least unblocked my own builds
when I ran into this locally.
Cheers,
Richard
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2015-09-23 22:26 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-22 15:28 Error building gdk-pixbuf-native Gary Thomas
2015-09-22 18:05 ` Otavio Salvador
2015-09-22 18:14 ` Gary Thomas
2015-09-22 18:38 ` Otavio Salvador
2015-09-22 19:13 ` Gary Thomas
2015-09-22 20:52 ` Otavio Salvador
2015-09-22 23:23 ` Khem Raj
2015-09-22 23:28 ` Otavio Salvador
2015-09-22 23:30 ` Khem Raj
2015-09-23 0:28 ` Otavio Salvador
2015-09-23 22:25 ` Richard Purdie
2015-09-23 12:15 ` Burton, Ross
2015-09-23 12:24 ` Gary Thomas
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.