Hi, I have a failing test 35 on Solaris 9 Sparc with Sun Studio 12. Please see the transcript below.
The test runs fine on Solaris 9 i386 with the same configuration. BTW, I needed the following two patches, will these make it to 1.26? http://cvs.opensolaris.org/source/xref/sfw/usr/src/cmd/gtar/Patches/verify.diff http://cvs.opensolaris.org/source/xref/sfw/usr/src/cmd/gtar/Patches/xgetcwd.diff Best regards -- Dago > current9s% ./run > ## ------------------------ ## > ## GNU tar 1.25 test suite. ## > ## ------------------------ ## > 35. extrac09.at:22: testing ... > ./extrac09.at:25: > mkdir gnu > (cd gnu > TEST_TAR_FORMAT=gnu > export TEST_TAR_FORMAT > TAR_OPTIONS="-H gnu" > export TAR_OPTIONS > rm -rf * > > > echo test > 4902 > chmod 0 4902 > cat 4902 > /dev/null 2>&1 > result=0 > rm -f 4902 > test -eq 0 && exit 77 > > > mkdir dir > mkdir dir/sub > mkdir dir/sub/extract > genfile --file dir/sub/f > cd dir/sub > > tar -cf archive.tar f > > chmod a-r . .. > tar -xvf archive.tar -C extract f > status=$? > chmod a+r . .. > cmp f extract/f || status=$? > exit $status > ) > Not enabling shell tracing (command contains an embedded newline) > 0a1 > > tar: failed to return to initial working directory: No such file or > > directory > ./extrac09.at:25: exit code was 2, expected 0 > 35. extrac09.at:22: FAILED (extrac09.at:25) > > ## ------------- ## > ## Test results. ## > ## ------------- ## > > ERROR: 1 test was run, > 1 failed unexpectedly. > ## -------------------------- ## > ## testsuite.log was created. ## > ## -------------------------- ## > > Please send `tests/testsuite.log' and all information you think might help: > > To: <[email protected]> > Subject: [GNU tar 1.25] testsuite: 35 failed >
