* [Buildroot] Error building buildroot r23768
@ 2008-10-22 22:23 Adam McLaurin
2008-10-23 0:11 ` Adam McLaurin
0 siblings, 1 reply; 6+ messages in thread
From: Adam McLaurin @ 2008-10-22 22:23 UTC (permalink / raw)
To: buildroot
I am having problems building buildroot r23768 on both my home and work
Ubuntu boxes. I get the same error on both:
...
mkdir -p /home/irotas/sandboxes/buildroot/project_build_i686//root/etc
echo -svn23768
>/home/irotas/sandboxes/buildroot/project_build_i686//root/etc/br-version
P /home/irotas/sandboxes/buildroot/dl
/linux/kernel/v2.6//linux-...tar.bz2
make: P: Command not found
make: [/home/irotas/sandboxes/buildroot/dl/linux-...tar.bz2] Error 127
(ignored)
*** Using kernel-headers generated from kernel source
rm -rf /home/irotas/sandboxes/buildroot/toolchain_build_i686/linux
[ -d /home/irotas/sandboxes/buildroot/toolchain_build_i686 ] ||
/usr/bin/install -d
/home/irotas/sandboxes/buildroot/toolchain_build_i686
/home/irotas/sandboxes/buildroot/dl/linux-...tar.bz2 | tar -C
/home/irotas/sandboxes/buildroot/toolchain_build_i686 -xf -
/bin/sh: /home/irotas/sandboxes/buildroot/dl/linux-...tar.bz2: not found
tar: This does not look like a tar archive
tar: Error exit delayed from previous errors
make: ***
[/home/irotas/sandboxes/buildroot/toolchain_build_i686/linux-../.unpacked]
Error 2
I've attached the complete output of 'make' if it's needed.
Any suggestions on how to troubleshoot this?
Thanks,
Adam
P.S. The uClibc website has pre-compiled uClibc development systems, but
warns "that the images mentioned above are old". How old is "old"? Would
it really be terrible to just use one of these images?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: make.log
Type: application/octet-stream
Size: 1898 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20081022/274cb8b8/attachment.obj
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Error building buildroot r23768
2008-10-22 22:23 [Buildroot] Error building buildroot r23768 Adam McLaurin
@ 2008-10-23 0:11 ` Adam McLaurin
2008-10-23 7:52 ` Peter Korsgaard
0 siblings, 1 reply; 6+ messages in thread
From: Adam McLaurin @ 2008-10-23 0:11 UTC (permalink / raw)
To: buildroot
It seems that this problem only occurs if you check out buildroot from
SVN (r23768). I tried the latest few snapshots and none exhibit this
behavior. Odd!
-Adam
On Wed, 22 Oct 2008 18:23:12 -0400, "Adam McLaurin"
<buildroot@irotas.net> said:
> I am having problems building buildroot r23768 on both my home and work
> Ubuntu boxes. I get the same error on both:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Error building buildroot r23768
2008-10-23 0:11 ` Adam McLaurin
@ 2008-10-23 7:52 ` Peter Korsgaard
2008-10-23 10:34 ` Adam McLaurin
0 siblings, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2008-10-23 7:52 UTC (permalink / raw)
To: buildroot
>>>>> "Adam" == Adam McLaurin <buildroot@irotas.net> writes:
Hi,
Adam> It seems that this problem only occurs if you check out
Adam> buildroot from SVN (r23768). I tried the latest few snapshots
Adam> and none exhibit this behavior. Odd!
Can you be more specific please? What revision worked and what is your
.config?
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Error building buildroot r23768
2008-10-23 7:52 ` Peter Korsgaard
@ 2008-10-23 10:34 ` Adam McLaurin
2008-10-23 11:55 ` Peter Korsgaard
0 siblings, 1 reply; 6+ messages in thread
From: Adam McLaurin @ 2008-10-23 10:34 UTC (permalink / raw)
To: buildroot
Hi Peter,
I only found daily snapshots that work - I haven't gone back through SVN
revisions to find one that works.
That said, I can say for sure that at least buildroot-20081022.tar.bz2
works for me. I tried several others from the past month and they all
worked as well.
As for the configuration, at first I tried a customized configuration,
which failed, then I just used the default configuration generated from
'make menuconfig', which failed as well. I can provide the exact .config
generated by that if you need.
Thanks again,
Adam
On Thu, 23 Oct 2008 09:52:04 +0200, "Peter Korsgaard"
<jacmet@uclibc.org> said:
> >>>>> "Adam" == Adam McLaurin <buildroot@irotas.net> writes:
>
> Hi,
>
> Adam> It seems that this problem only occurs if you check out
> Adam> buildroot from SVN (r23768). I tried the latest few snapshots
> Adam> and none exhibit this behavior. Odd!
>
> Can you be more specific please? What revision worked and what is your
> .config?
>
> --
> Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Error building buildroot r23768
2008-10-23 10:34 ` Adam McLaurin
@ 2008-10-23 11:55 ` Peter Korsgaard
2008-10-23 12:10 ` Adam McLaurin
0 siblings, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2008-10-23 11:55 UTC (permalink / raw)
To: buildroot
>>>>> "Adam" == Adam McLaurin <buildroot@irotas.net> writes:
Adam> Hi Peter,
Adam> I only found daily snapshots that work - I haven't gone back
Adam> through SVN revisions to find one that works.
But the daily snapshots are svn checkouts, so svn info should work.
Adam> That said, I can say for sure that at least
Adam> buildroot-20081022.tar.bz2 works for me. I tried several others
Adam> from the past month and they all worked as well.
Adam> As for the configuration, at first I tried a customized
Adam> configuration, which failed, then I just used the default
Adam> configuration generated from 'make menuconfig', which failed as
Adam> well. I can provide the exact .config generated by that if you
Adam> need.
Please do - I just tried a default build with trunk and it worked
here:
-rw-r--r-- 1 peko peko 3600384 2008-10-23 13:42 /home/peko/tmp/br-i386/binaries/uclibc/rootfs.i386.ext2
rm -f /home/peko/tmp/br-i386/project_build_i386/uclibc/.fakeroot*
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Error building buildroot r23768
2008-10-23 11:55 ` Peter Korsgaard
@ 2008-10-23 12:10 ` Adam McLaurin
0 siblings, 0 replies; 6+ messages in thread
From: Adam McLaurin @ 2008-10-23 12:10 UTC (permalink / raw)
To: buildroot
It's strange, this morning I checked out r23770 from SVN and the problem
seems to have disappeared. I am running on the exact same box with the
exact same environment and commands that I used yesterday evening.
Anyway, thanks for the help. I don't know what was wrong but at least it
seems to be working now.
-Adam
On Thu, 23 Oct 2008 13:55:12 +0200, "Peter Korsgaard"
<jacmet@uclibc.org> said:
> >>>>> "Adam" == Adam McLaurin <buildroot@irotas.net> writes:
>
> Adam> Hi Peter,
> Adam> I only found daily snapshots that work - I haven't gone back
> Adam> through SVN revisions to find one that works.
>
> But the daily snapshots are svn checkouts, so svn info should work.
>
> Adam> That said, I can say for sure that at least
> Adam> buildroot-20081022.tar.bz2 works for me. I tried several others
> Adam> from the past month and they all worked as well.
>
> Adam> As for the configuration, at first I tried a customized
> Adam> configuration, which failed, then I just used the default
> Adam> configuration generated from 'make menuconfig', which failed as
> Adam> well. I can provide the exact .config generated by that if you
> Adam> need.
>
> Please do - I just tried a default build with trunk and it worked
> here:
>
> -rw-r--r-- 1 peko peko 3600384 2008-10-23 13:42
> /home/peko/tmp/br-i386/binaries/uclibc/rootfs.i386.ext2
> rm -f /home/peko/tmp/br-i386/project_build_i386/uclibc/.fakeroot*
>
> --
> Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-10-23 12:10 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-22 22:23 [Buildroot] Error building buildroot r23768 Adam McLaurin
2008-10-23 0:11 ` Adam McLaurin
2008-10-23 7:52 ` Peter Korsgaard
2008-10-23 10:34 ` Adam McLaurin
2008-10-23 11:55 ` Peter Korsgaard
2008-10-23 12:10 ` Adam McLaurin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox