[coyotos-dev] Build xenv on Ubuntu

Christopher Nelson nadiasvertex at gmail.com
Thu Mar 1 07:50:58 CST 2007


>
> It doesn't look like the file you sent captured stderr at all.
>
> What did the bzip fail on?
>
>
I spaced the stderr concat.  I re-ran and attached, but the important part
is:

Unpacking binutils-2.16.1
(cd BUILD; tar xjf ../SOURCES/binutils-2.16.1.tar.bz2)
tar: Skipping to next header

bzip2: Data integrity error when decompressing.
        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.

tar: Child returned status 2
tar: Error exit delayed from previous errors
make[2]: *** [BUILD/binutils-2.16.1] Error 2
make[2]: Leaving directory `/home/christopher/coyotos/ccs-xenv'
make[1]: *** [binutils] Error 2
make[1]: Leaving directory `/home/christopher/coyotos/ccs-xenv'
make: *** [build] Error 2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.coyotos.org/pipermail/coyotos-dev/attachments/20070301/4ddc9743/attachment-0001.html 
-------------- next part --------------
make -f Makefile.target BUILDTARGET=coyotos-i386 coytools
make[1]: Entering directory `/home/christopher/coyotos/ccs-xenv'
(cd coytools; ./configure --prefix=/`echo coyotos-i386 | sed 's/\([^-]*\)-\([^-]*\)/\1/'`/host --mandir=/`echo coyotos-i386 | sed 's/\([^-]*\)-\([^-]*\)/\1/'`/host/share/man --infodir=/`echo coyotos-i386 | sed 's/\([^-]*\)-\([^-]*\)/\1/'`/host/share/info)
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking for ccache... no
checking for makeinfo... no
checking for texi2dvi... no
checking for dvips... no
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unsigned long long... yes
checking size of unsigned long long... 8
checking for __uint64... no
checking size of __uint64... 0
checking for OpenSSL library... /usr
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for uid_t in sys/types.h... yes
checking for vprintf... yes
checking for _doprnt... no
checking for getcwd... yes
checking for gethostname... yes
checking for mkdir... yes
checking for strerror... yes
checking for strtoul... yes
checking for working memcmp... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/libsherpa/Makefile
config.status: creating src/bntest/Makefile
config.status: creating src/astmaker/Makefile
config.status: creating coytools.spec
config.status: creating config.h
config.status: config.h is unchanged
make -C coytools install
make[2]: Entering directory `/home/christopher/coyotos/ccs-xenv/coytools'
CONFIG_FILES=stamp-h CONFIG_HEADERS=config.h ./config.status
config.status: creating stamp-h
config.status: creating config.h
config.status: config.h is unchanged
making all in src
make[3]: Entering directory `/home/christopher/coyotos/ccs-xenv/coytools/src'
making all in libsherpa
make[4]: Entering directory `/home/christopher/coyotos/ccs-xenv/coytools/src/libsherpa'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/christopher/coyotos/ccs-xenv/coytools/src/libsherpa'
making all in astmaker
make[4]: Entering directory `/home/christopher/coyotos/ccs-xenv/coytools/src/astmaker'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/christopher/coyotos/ccs-xenv/coytools/src/astmaker'
make[3]: Leaving directory `/home/christopher/coyotos/ccs-xenv/coytools/src'
making install in src
make[3]: Entering directory `/home/christopher/coyotos/ccs-xenv/coytools/src'
making all in libsherpa
make[4]: Entering directory `/home/christopher/coyotos/ccs-xenv/coytools/src/libsherpa'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/christopher/coyotos/ccs-xenv/coytools/src/libsherpa'
making all in astmaker
make[4]: Entering directory `/home/christopher/coyotos/ccs-xenv/coytools/src/astmaker'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/christopher/coyotos/ccs-xenv/coytools/src/astmaker'
making install in libsherpa
make[4]: Entering directory `/home/christopher/coyotos/ccs-xenv/coytools/src/libsherpa'
../../mkinstalldirs /coyotos/host/lib
/usr/bin/install -c -m 755 libsherpa.a /coyotos/host/lib/libsherpa.a
../../mkinstalldirs /coyotos/host/include/libsherpa
/usr/bin/install -c -m 755 avl.hxx BigNum.hxx BitSet.hxx bs_base.hxx ByteString.hxx CVector.hxx encode.hxx format.hxx GCPtr.hxx glob.hxx iBinaryStream.hxx ifBinaryStream.hxx LexLoc.hxx Logging.hxx LToken.hxx oBinaryStream.hxx ofBinaryStream.hxx OneLineFile.hxx os.hxx Path.hxx random.hxx Report.hxx rpmversion.hxx sha1.hxx SubProcess.hxx UExcept.hxx URI.hxx utf8.hxx util.hxx xassert.hxx xfopen.hxx /coyotos/host/include/libsherpa/
make[4]: Leaving directory `/home/christopher/coyotos/ccs-xenv/coytools/src/libsherpa'
making install in astmaker
make[4]: Entering directory `/home/christopher/coyotos/ccs-xenv/coytools/src/astmaker'
../../mkinstalldirs /coyotos/host/bin
/usr/bin/install -c -m 755 astmaker /coyotos/host/bin/astmaker
make[4]: Leaving directory `/home/christopher/coyotos/ccs-xenv/coytools/src/astmaker'
make[3]: Leaving directory `/home/christopher/coyotos/ccs-xenv/coytools/src'
make[2]: Leaving directory `/home/christopher/coyotos/ccs-xenv/coytools'
make[1]: Leaving directory `/home/christopher/coyotos/ccs-xenv'
make -f Makefile.xenv filesystem
make[1]: Entering directory `/home/christopher/coyotos/ccs-xenv'
make -f Makefile.target BUILDTARGET=coyotos-i386 filesystem
make[2]: Entering directory `/home/christopher/coyotos/ccs-xenv'
echo /`echo coyotos-i386 | sed 's/\([^-]*\)-\([^-]*\)/\1/'`
/coyotos
echo coyotos-i386
coyotos-i386
make[2]: Leaving directory `/home/christopher/coyotos/ccs-xenv'
make[1]: Leaving directory `/home/christopher/coyotos/ccs-xenv'
make -f Makefile.xenv binutils
make[1]: Entering directory `/home/christopher/coyotos/ccs-xenv'
make -f Makefile.target BUILDTARGET=coyotos-i386 binutils
make[2]: Entering directory `/home/christopher/coyotos/ccs-xenv'
echo /`echo coyotos-i386 | sed 's/\([^-]*\)-\([^-]*\)/\1/'`
/coyotos
echo coyotos-i386
coyotos-i386
mkdir BUILD
Unpacking binutils-2.16.1
(cd BUILD; tar xjf ../SOURCES/binutils-2.16.1.tar.bz2)
tar: Skipping to next header

bzip2: Data integrity error when decompressing.
	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.

tar: Child returned status 2
tar: Error exit delayed from previous errors
make[2]: *** [BUILD/binutils-2.16.1] Error 2
make[2]: Leaving directory `/home/christopher/coyotos/ccs-xenv'
make[1]: *** [binutils] Error 2
make[1]: Leaving directory `/home/christopher/coyotos/ccs-xenv'
make: *** [build] Error 2


More information about the coyotos-dev mailing list