[oe] Problem bitbaking angstrom-x-image

Khem Raj raj.khem at gmail.com
Wed Nov 23 17:09:42 UTC 2011


On Mon, Nov 21, 2011 at 10:19 AM, info <info at itpenguin.de> 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
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list