bzip2: Compressed file ends unexpectedly;
perhaps it is corrupted? *Possible* reason follows.
bzip2: Inappropriate ioctl for device
Input file = (stdin), 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.
linux-2.6.8/include/linux/if_cablemodem.h
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
cannot unpack /root/downloads/linux-2.6.8.tar.bz2
用Crosstool构建交叉编译环境工具链出现的问题,谢谢
微宝贝 于 2009-11-08 20:03:50发表:
按照提示,似乎是在告诉你下载的软件包有问题,解压的时候出现了错误(perhaps it is corrupted)
你可以使用bzip2recover回复试试(You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files),你的linux-2.6.8.tar.bz2或许下载出错误了。也许你是没有使用正确的参数解压。正确的参数使tar -jxvf linux-.....bz2