Openembedded Devel Discussions
 help / color / mirror / Atom feed
* Error building busybox_1.13.2
@ 2009-06-18  0:01 Alan Carvalho de Assis
  2009-06-18  5:24 ` Rolf Leggewie
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Carvalho de Assis @ 2009-06-18  0:01 UTC (permalink / raw)
  To: openembedded-devel

Hi list,

I am updating mx27ads as suggested by Tom Rini, but I found an issue.

The busybox_1.13.2 is broking during the do_install phase.

It is looking for:
tmp/work/armv5te-angstrom-linux-gnueabi/busybox-1.13.2-r22.1/simple.script

instead:
tmp/work/armv5te-angstrom-linux-gnueabi/busybox-1.13.2-r22.1/busybox-1.13.2/examples/udhcp/simple.script
(see error log below for further information)

I fixed it editing "openembedded/recipes/busybox/busybox.inc" and replacing:

install -m 0755 ${WORKDIR}/simple.script ${D}${sysconfdir}/udhcpc.d/50default

by this one:

install -m 0755 ${S}/examples/udhcp/simple.script
${D}${sysconfdir}/udhcpc.d/50default


Is this fix right? Or would be better to create a specific
busybox_1.13.2.bb to solve it?

Regards,

Alan

NOTE: Running task 324 of 461 (ID: 8,
/home/alan/oe/stuff/openembedded/recipes/busybox/busybox_1.13.2.bb,
do_install)
ERROR: function do_install failed
ERROR: log data follows
(/home/alan/oe/stuff/tmp/work/armv5te-angstrom-linux-gnueabi/busybox-1.13.2-r22.1/temp/log.do_install.15786)
| NOTE: make -e MAKEFLAGS= V=1 ARCH=arm
CROSS_COMPILE=arm-angstrom-linux-gnueabi-
CROSS=arm-angstrom-linux-gnueabi- busybox.links
| make: `busybox.links' is up to date.
| CONFIG_HTTPD=y
| CONFIG_APP_UDHCPD=y
| CONFIG_HWCLOCK=y
| CONFIG_APP_UDHCPC=y
| install: cannot stat
`/home/alan/oe/stuff/tmp/work/armv5te-angstrom-linux-gnueabi/busybox-1.13.2-r22.1/simple.script':
No such file or directory
NOTE: Task failed:
/home/alan/oe/stuff/tmp/work/armv5te-angstrom-linux-gnueabi/busybox-1.13.2-r22.1/temp/log.do_install.15786
ERROR: TaskFailed event exception, aborting
ERROR: Build of
/home/alan/oe/stuff/openembedded/recipes/busybox/busybox_1.13.2.bb
do_install failed
ERROR: Task 8 (/home/alan/oe/stuff/openembedded/recipes/busybox/busybox_1.13.2.bb,
do_install) failed
NOTE: Tasks Summary: Attempted 323 tasks of which 323 didn't need to
be rerun and 1 failed.
ERROR: '/home/alan/oe/stuff/openembedded/recipes/busybox/busybox_1.13.2.bb'
failed
BB>> exit
alan@metropolis:~/oe/stuff$ cd
/home/alan/oe/stuff/tmp/work/armv5te-angstrom-linux-gnueabi/busybox-1.13.2-r22.1/
alan@metropolis:~/oe/stuff/tmp/work/armv5te-angstrom-linux-gnueabi/busybox-1.13.2-r22.1$
find . -name simple.script
./busybox-1.13.2/examples/udhcp/simple.script
./busybox-1.13.2/.pc/udhcpscript.patch/examples/udhcp/simple.script
./busybox-1.13.2/.pc/udhcpc-fix-nfsroot.patch/examples/udhcp/simple.script



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Error building busybox_1.13.2
  2009-06-18  0:01 Error building busybox_1.13.2 Alan Carvalho de Assis
@ 2009-06-18  5:24 ` Rolf Leggewie
  2009-06-18 12:13   ` Alan Carvalho de Assis
  0 siblings, 1 reply; 3+ messages in thread
From: Rolf Leggewie @ 2009-06-18  5:24 UTC (permalink / raw)
  To: openembedded-devel

Alan Carvalho de Assis wrote:
> Hi list,
> 
> I am updating mx27ads as suggested by Tom Rini, but I found an issue.
> 
> The busybox_1.13.2 is broking during the do_install phase.
> 
> It is looking for:
> tmp/work/armv5te-angstrom-linux-gnueabi/busybox-1.13.2-r22.1/simple.script

Pull and retry.  It should be fixed in .dev




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Error building busybox_1.13.2
  2009-06-18  5:24 ` Rolf Leggewie
@ 2009-06-18 12:13   ` Alan Carvalho de Assis
  0 siblings, 0 replies; 3+ messages in thread
From: Alan Carvalho de Assis @ 2009-06-18 12:13 UTC (permalink / raw)
  To: openembedded-devel; +Cc: openembedded-devel

On 6/18/09, Rolf Leggewie <no2spam@nospam.arcornews.de> wrote:
> Alan Carvalho de Assis wrote:
>> Hi list,
>>
>> I am updating mx27ads as suggested by Tom Rini, but I found an issue.
>>
>> The busybox_1.13.2 is broking during the do_install phase.
>>
>> It is looking for:
>> tmp/work/armv5te-angstrom-linux-gnueabi/busybox-1.13.2-r22.1/simple.script
>
> Pull and retry.  It should be fixed in .dev
>

Thank you Rolf!

It worked like a charm!

Regards,

Alan



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-06-18 12:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-18  0:01 Error building busybox_1.13.2 Alan Carvalho de Assis
2009-06-18  5:24 ` Rolf Leggewie
2009-06-18 12:13   ` Alan Carvalho de Assis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox