* [Buildroot] failing to build the buildroot
@ 2007-07-30 8:51 Shai Lifshitz
2007-07-30 9:09 ` Bernhard Fischer
0 siblings, 1 reply; 3+ messages in thread
From: Shai Lifshitz @ 2007-07-30 8:51 UTC (permalink / raw)
To: buildroot
Dir Sir,
I downloaded today the buildroot-snapshot.tar.bz2.tar file from the FTP
site, opened it and run 'make menuconfig' for the following options:
BR2_arm=y
BR2_arm926t=y
BR2_ARM_EABI=y
after running the 'make' I have got the following error:
10:28:27 (9.77 KB/s)
-`/home/shail/downloads/tt3/buildroot/dl/gcc-4.2.0.tar.bz2'
saved[44,057,527/44,057,527]
mkdir -p /home/shail/downloads/tt3/buildroot/toolchain_build_arm
rm -rf /home/shail/downloads/tt3/buildroot/toolchain_build_arm/gcc-4.2.0
bzcat /home/shail/downloads/tt3/buildroot/dl/gcc-4.2.0.tar.bz2 | tar -C
/home/shail/downloads/tt3/buildroot/toolchain_build_arm -xf -
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
bzcat: Data integrity error when decompressing.
Input file =
/home/shail/downloads/tt3/buildroot/dl/gcc-4.2.0.tar.bz2, output file =
(stdout)
It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.
You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.
tar: Read 5480 bytes from -
tar: Error exit delayed from previous errors
make:
***[/home/shail/downloads/tt3/buildroot/toolchain_build_arm/gcc-4.2.0/.unpacked]Error
2
can anybody help me with this problem?
and if I have the solution, is it possible to continue the make from the
point it stopped, or do I have to run the 'make' all from the beginning?
sincerely
Shai Lifshitz
email: shail at visonic.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20070730/5362c3e0/attachment.htm
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] failing to build the buildroot
2007-07-30 8:51 [Buildroot] failing to build the buildroot Shai Lifshitz
@ 2007-07-30 9:09 ` Bernhard Fischer
[not found] ` <OF54359986.7DD332CA-ONC2257328.0032AEDA-C3257328.002CFE8E@visonic.com>
0 siblings, 1 reply; 3+ messages in thread
From: Bernhard Fischer @ 2007-07-30 9:09 UTC (permalink / raw)
To: buildroot
On Mon, Jul 30, 2007 at 12:51:31PM +0400, Shai Lifshitz wrote:
>Dir Sir,
>
>I downloaded today the buildroot-snapshot.tar.bz2.tar file from the FTP
>10:28:27 (9.77 KB/s)
>-`/home/shail/downloads/tt3/buildroot/dl/gcc-4.2.0.tar.bz2'
>saved[44,057,527/44,057,527]
>
>mkdir -p /home/shail/downloads/tt3/buildroot/toolchain_build_arm
>rm -rf /home/shail/downloads/tt3/buildroot/toolchain_build_arm/gcc-4.2.0
>bzcat /home/shail/downloads/tt3/buildroot/dl/gcc-4.2.0.tar.bz2 | tar -C
>/home/shail/downloads/tt3/buildroot/toolchain_build_arm -xf -
>
>tar: Skipping to next header
>tar: Archive contains obsolescent base-64 headers
>
>bzcat: Data integrity error when decompressing.
> Input file =
>/home/shail/downloads/tt3/buildroot/dl/gcc-4.2.0.tar.bz2, output file =
>(stdout)
>
>It is possible that the compressed file(s) have become corrupted.
Well, this says about all..
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] failing to build the buildroot
[not found] ` <OF54359986.7DD332CA-ONC2257328.0032AEDA-C3257328.002CFE8E@visonic.com>
@ 2007-07-30 9:24 ` Bernhard Fischer
0 siblings, 0 replies; 3+ messages in thread
From: Bernhard Fischer @ 2007-07-30 9:24 UTC (permalink / raw)
To: buildroot
On Mon, Jul 30, 2007 at 01:15:33PM +0400, Shai Lifshitz wrote:
>maybe you give me a hint how to solve the problem? I'll appreciate it
>alot.
>I am trying to build the buildroot for a week with no success
>
>
>
>
>
>Bernhard Fischer <rep.dot.nop@gmail.com>
>07/30/2007 01:09 PM
>
> To: Shai Lifshitz <ShaiL@visonic.com>
> cc: buildroot at uclibc.org
> Subject: Re: [Buildroot] failing to build the buildroot
>
>
>On Mon, Jul 30, 2007 at 12:51:31PM +0400, Shai Lifshitz wrote:
>>Dir Sir,
>>
>>I downloaded today the buildroot-snapshot.tar.bz2.tar file from the FTP
>
>>10:28:27 (9.77 KB/s)
>>-`/home/shail/downloads/tt3/buildroot/dl/gcc-4.2.0.tar.bz2'
>>saved[44,057,527/44,057,527]
>>
>>mkdir -p /home/shail/downloads/tt3/buildroot/toolchain_build_arm
>>rm -rf /home/shail/downloads/tt3/buildroot/toolchain_build_arm/gcc-4.2.0
>>bzcat /home/shail/downloads/tt3/buildroot/dl/gcc-4.2.0.tar.bz2 | tar -C
>>/home/shail/downloads/tt3/buildroot/toolchain_build_arm -xf -
>>
>>tar: Skipping to next header
>>tar: Archive contains obsolescent base-64 headers
>>
>>bzcat: Data integrity error when decompressing.
>> Input file =
>>/home/shail/downloads/tt3/buildroot/dl/gcc-4.2.0.tar.bz2, output file =
>>(stdout)
>>
>>It is possible that the compressed file(s) have become corrupted.
>
>Well, this says about all..
[please keep this on the list, thanks]
rm -f dl/gcc-4.2*tar*
make distclean && make
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-07-30 9:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-30 8:51 [Buildroot] failing to build the buildroot Shai Lifshitz
2007-07-30 9:09 ` Bernhard Fischer
[not found] ` <OF54359986.7DD332CA-ONC2257328.0032AEDA-C3257328.002CFE8E@visonic.com>
2007-07-30 9:24 ` Bernhard Fischer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox