On Mon, Nov 21, 2011 at 10:19 AM, info <[email protected]> wrote: > Hello, > > I managed to create several images for my beagle board, so my configuration > seems to work. > > When bitbaking angstrom-x-image I get these error messages: > > | config.status: creating cups/pstoraster > | + mkdir obj > | mkdir: cannot create directory `obj': File exists > NOTE: package gs-9.01-r0: task do_configure: Failed > ERROR: Function 'do_configure' failed (see > /project/heizung/develop/openembedded/build/tmp/work/armv7a-angstrom-linux-gnueabi/gs-9.01-r0/temp/log.do_configure.15504 > for further information) > ERROR: Task 2462 > (/project/heizung/develop/openembedded/openembedded/recipes/gs/gs_9.01.bb, > do_configure) failed with exit code '1' > ERROR: > '/project/heizung/develop/openembedded/openembedded/recipes/gs/gs_9.01.bb' > failed > > Is this a problem of the ghostscript package when creating the directory > obj? > Is there something I can do, to fix it?
It could be that directory has been created before this mkdir so using mkdir -p in this case instead can get you further. But please find out who is creating this dir before and if thats correct. > > Some contents of my local.conf: > MACHINE = "beagleboard" > DISTRO = "angstrom-2010.x" > > Any help is welcome, > Roland > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
