* multilib build failure with shadow-sysroot:do_populate_sysroot_setscene
@ 2012-03-02 6:33 Zhai, Edwin
2012-03-02 15:31 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Zhai, Edwin @ 2012-03-02 6:33 UTC (permalink / raw)
To: Richard Purdie; +Cc: Patches and discussions about the oe-core layer
RP,
I have image-sato multilib build failure with following error:
"ERROR: Task do_package_setscene depends upon nonexistant task
/distro/edwin-working/poky/meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb:do_populate_sysroot_setscene
Summary: There was 1 ERROR message shown, returning a non-zero exit code."
After removing "shadow-sysroot:do_populate_sysroot_setscene" from
USERADDSETSCENEDEPS in meta/classes/useradd.bbclass, I can pass the build.
Why does it become nonexistant task in multilib building? Any possible fix for
it?
Thanks,
Edwin
--
best rgds,
edwin
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: multilib build failure with shadow-sysroot:do_populate_sysroot_setscene
2012-03-02 6:33 multilib build failure with shadow-sysroot:do_populate_sysroot_setscene Zhai, Edwin
@ 2012-03-02 15:31 ` Richard Purdie
2012-03-06 0:07 ` Zhai, Edwin
0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2012-03-02 15:31 UTC (permalink / raw)
To: Zhai, Edwin; +Cc: Patches and discussions about the oe-core layer
On Fri, 2012-03-02 at 14:33 +0800, Zhai, Edwin wrote:
> RP,
> I have image-sato multilib build failure with following error:
>
> "ERROR: Task do_package_setscene depends upon nonexistant task
> /distro/edwin-working/poky/meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb:do_populate_sysroot_setscene
> Summary: There was 1 ERROR message shown, returning a non-zero exit code."
>
> After removing "shadow-sysroot:do_populate_sysroot_setscene" from
> USERADDSETSCENEDEPS in meta/classes/useradd.bbclass, I can pass the build.
>
> Why does it become nonexistant task in multilib building? Any possible fix for
> it?
Totally guessing but does replacing:
shadow-sysroot:do_populate_sysroot_setscene
with:
${MLPREFIX}shadow-sysroot:do_populate_sysroot_setscene
work better?
Cheers,
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: multilib build failure with shadow-sysroot:do_populate_sysroot_setscene
2012-03-02 15:31 ` Richard Purdie
@ 2012-03-06 0:07 ` Zhai, Edwin
0 siblings, 0 replies; 3+ messages in thread
From: Zhai, Edwin @ 2012-03-06 0:07 UTC (permalink / raw)
To: Richard Purdie; +Cc: Patches and discussions about the oe-core layer
On 03/02/2012 11:31 PM, Richard Purdie wrote:
> On Fri, 2012-03-02 at 14:33 +0800, Zhai, Edwin wrote:
>> RP,
>> I have image-sato multilib build failure with following error:
>>
>> "ERROR: Task do_package_setscene depends upon nonexistant task
>> /distro/edwin-working/poky/meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb:do_populate_sysroot_setscene
>> Summary: There was 1 ERROR message shown, returning a non-zero exit code."
>>
>> After removing "shadow-sysroot:do_populate_sysroot_setscene" from
>> USERADDSETSCENEDEPS in meta/classes/useradd.bbclass, I can pass the build.
>>
>> Why does it become nonexistant task in multilib building? Any possible fix for
>> it?
>
> Totally guessing but does replacing:
>
> shadow-sysroot:do_populate_sysroot_setscene
>
> with:
>
> ${MLPREFIX}shadow-sysroot:do_populate_sysroot_setscene
>
> work better?
RP,
It works. I'll send out this patch after test.
BTW, shouldn't it be extended automatically?
Thanks,
Edwin
>
> Cheers,
>
> Richard
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-03-06 0:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-02 6:33 multilib build failure with shadow-sysroot:do_populate_sysroot_setscene Zhai, Edwin
2012-03-02 15:31 ` Richard Purdie
2012-03-06 0:07 ` Zhai, Edwin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox