[OE-core] base-passwd problem : No such file or directory

Richard Purdie richard.purdie at linuxfoundation.org
Tue Nov 29 09:34:51 UTC 2011


On Tue, 2011-11-29 at 10:23 +0100, Eric Bénard wrote:
> Hi,
> 
> while building an image (.bb attached), I new get the following problem 
> (reproduced on 3 different hosts) :
> 
> ERROR: Error executing a python function in 
> /home/ebenard/WORK/PROJECT/setup-scripts/sources/openembedded-core/meta/recipes-core/base-passwd/base-passwd_3.5.22.bb:
> IOError: [Errno 2] No such file or directory: 
> '/home/ebenard/WORK/PROJECT/setup-scripts/build/tmp-angstrom_2010_x-eglibc/sysroots/PROJECT-board/usr/share/base-passwd/passwd.master'
> 
> Log is attached.

A way to reproduce this easily is:

bitbake base-passwd -c clean
bitbake base-passwd -c package

since it looks like a race between the populate_sysroot and package
tasks of this specific recipe...

Cheers,

Richard





More information about the Openembedded-core mailing list