bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] tar 1.15.90 failure on Solaris 10 with Sun C 5.7 (sparc 64)


From: Paul Eggert
Subject: [Bug-tar] tar 1.15.90 failure on Solaris 10 with Sun C 5.7 (sparc 64)
Date: Mon, 20 Feb 2006 02:25:37 -0800

I configured with "./configure 'CC=cc -xarch=v9' CXX='CC -xarch=v9'".
"make check" fails in test 30 (Split directory members in a MV
archive).  Here is the output of "./testsuite -v -d 30".  Sorry, I've
run out of time to look into it tonight but thought I'd document the
problem.

## --------------------------- ##
## GNU tar 1.15.90 test suite. ##
## --------------------------- ##
30. multiv04.at:36: testing ...
multiv04.at:64:
mkdir gnu
(cd gnu
TEST_TAR_FORMAT=gnu
export TEST_TAR_FORMAT
TAR_OPTIONS="-H gnu"
export TAR_OPTIONS
rm -rf *


mkdir directory
awk 'BEGIN { for (i = 0; i < 1024; i++) printf("genfile -f directory/%014X\n", 
i); }' </dev/null | sh

exec <&-

sleep 2

tar --listed-incremental=list -c -f archive.a directory

sleep 2

tar --listed-incremental=list -c --record-size 1024 -L 16 -f arc.1 -f arc.2 -v 
directory

echo separator

tar -MRt -f arc.1 -f arc.2)
No differences encountered
--- -   Mon Feb 20 02:21:33 2006
+++ /var/tmp/eggert/tar-1.15.90/tests/testsuite.dir/at-stdout   Mon Feb 20 
02:21:33 2006
@@ -1,5 +1,5 @@
 directory/
 separator
 block 0: directory/
-block 35: ** Block of NULs **
+block 2: ** Block of NULs **
 
30. multiv04.at:36: FAILED (multiv04.at:64)

## ------------- ##
## Test results. ##
## ------------- ##

ERROR: 1 test was run,
1 failed unexpectedly.
## -------------------------- ##
## testsuite.log was created. ##
## -------------------------- ##

Please send `testsuite.log' and all information you think might help:

   To: <address@hidden>
   Subject: [GNU tar 1.15.90] testsuite: 30 failed




reply via email to

[Prev in Thread] Current Thread [Next in Thread]