* Problem bitbaking angstrom-x-image
@ 2011-11-21 18:19 info
2011-11-23 17:09 ` Khem Raj
0 siblings, 1 reply; 2+ messages in thread
From: info @ 2011-11-21 18:19 UTC (permalink / raw)
To: openembedded-devel
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?
Some contents of my local.conf:
MACHINE = "beagleboard"
DISTRO = "angstrom-2010.x"
Any help is welcome,
Roland
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Problem bitbaking angstrom-x-image
2011-11-21 18:19 Problem bitbaking angstrom-x-image info
@ 2011-11-23 17:09 ` Khem Raj
0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2011-11-23 17:09 UTC (permalink / raw)
To: openembedded-devel
On Mon, Nov 21, 2011 at 10:19 AM, info <info@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@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-11-23 17:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-21 18:19 Problem bitbaking angstrom-x-image info
2011-11-23 17:09 ` Khem Raj
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.