help? gettext fails test under chroot env
If I am logged in under chroot in chap 6.3.0 I get this garbage. However,
If I am logged in under my host and run the make check it passes.
Why?
what is going on here?
Am I missing a dependancy to run this test thats not in my tools dir?
I ctrl c to get out of the test so it's not all here.
root:/sources/gettext-0.14.1# make check
Making check in autoconf-lib-link
make[1]: Entering directory `/sources/gettext-0.14.1/autoconf-lib-link'
Making check in m4
make[2]: Entering directory `/sources/gettext-0.14.1/autoconf-lib-link/m4'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/sources/gettext-0.14.1/autoconf-lib-link/m4'
Making check in tests
make[2]: Entering directory `/sources/gettext-0.14.1/autoconf-lib-link/tests'
make check-TESTS
make[3]: Entering directory `/sources/gettext-0.14.1/autoconf-lib-link/tests'
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Read 9728 bytes from -
tar: Error exit delayed from previous errors
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Read 9728 bytes from -
tar: Error exit delayed from previous errors
make[4]: *** No rule to make target `check'. Stop.
FAIL: rpath-1a
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Read 9728 bytes from -
tar: Error exit delayed from previous errors
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Read 9728 bytes from -
tar: Error exit delayed from previous errors
FAIL: rpath-1b
./rpath-2_a: line 19: cd: tstdir/rp2aaa-build1: No such file or directory
./rpath-2_a: line 20: cd: tstdir/rp2aaa-build1: No such file or directory
./rpath-2_a: line 32: cd: tstdir/rp2aaa-build2: No such file or directory
./rpath-2_a: line 33: cd: tstdir/rp2aaa-build2: No such file or directory
./rpath-2_a: line 45: cd: tstdir/rp2aaa-build3: No such file or directory
./rpath-2_a: line 46: cd: tstdir/rp2aaa-build3: No such file or directory
make[5]: *** [check-TESTS] Interrupt
make[4]: *** [check-am] Interrupt
FAIL: rpath-2aaa
./rpath-2_a: line 20: cd: tstdir/rp2aab-build1: No such file or directory
./rpath-2_a: line 32: cd: tstdir/rp2aab-build2: No such file or directory
./rpath-2_a: line 33: cd: tstdir/rp2aab-build2: No such file or directory
./rpath-2_a: line 45: cd: tstdir/rp2aab-build3: No such file or directory
./rpath-2_a: line 46: cd: tstdir/rp2aab-build3: No such file or directory
make[5]: *** [check-TESTS] Interrupt
make[4]: *** wait: No child processes. Stop.
make[4]: *** Waiting for unfinished jobs....
make[4]: *** wait: No child processes. Stop.
FAIL: rpath-2aab
./rpath-2_a: line 19: cd: tstdir/rp2aac-build1: No such file or directory
./rpath-2_a: line 20: cd: tstdir/rp2aac-build1: No such file or directory
./rpath-2_a: line 32: cd: tstdir/rp2aac-build2: No such file or directory
./rpath-2_a: line 33: cd: tstdir/rp2aac-build2: No such file or directory
./rpath-2_a: line 45: cd: tstdir/rp2aac-build3: No such file or directory
./rpath-2_a: line 45: 2069 Broken pipe tar cf - *
./rpath-2_a: line 46: cd: tstdir/rp2aac-build3: No such file or directory
make[4]: *** [check-am] Interrupt
FAIL: rpath-2aac
./rpath-2_a: line 20: cd: tstdir/rp2aad-build1: No such file or directory
./rpath-2_a: line 32: cd: tstdir/rp2aad-build2: No such file or directory
./rpath-2_a: line 33: cd: tstdir/rp2aad-build2: No such file or directory
./rpath-2_a: line 45: cd: tstdir/rp2aad-build3: No such file or directory
./rpath-2_a: line 46: cd: tstdir/rp2aad-build3: No such file or directory
make[5]: *** [check-TESTS] Interrupt
make[4]: *** [check-am] Interrupt
FAIL: rpath-2aad
tar: This does not look like a tar archive
tar: Skipping to next header
./rpath-2_b: line 28: cd: tstdir/rp2aba-build1: No such file or directory
tar: -: Cannot read
tar: At beginning of tape, quitting now
tar: Error is not recoverable: exiting now
./rpath-2_b: line 54: cd: tstdir/rp2aba-build3: No such file or directory
FAIL: rpath-2aba
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Read 9728 bytes from -
tar: Error exit delayed from previous errors
tar: This does not look like a tar archive
tar: Skipping to next header
./rpath-2_b: line 41: cd: tstdir/rp2abb-build2: No such file or directory
tar: -: Cannot read
tar: At beginning of tape, quitting now
tar: Error is not recoverable: exiting now
make[4]: *** No rule to make target `check'. Stop.
FAIL: rpath-2abb
make[3]: *** [check-TESTS] Interrupt
make[2]: *** [check-am] Interrupt
make[1]: *** [check-recursive] Interrupt
make: *** [check-recursive] Interrupt
Jobesd
|