bug-tar
[Top][All Lists]
Advanced

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

[Bug-tar] tar 1.27.1 regression on darwin12


From: Jack Howarth
Subject: [Bug-tar] tar 1.27.1 regression on darwin12
Date: Sun, 24 Nov 2013 13:35:37 -0500
User-agent: Mutt/1.5.18 (2008-05-17)

  I am seeing the following regression in tar 1.27.1 on x86_64-apple-darwin12...

 92: incremental restores with -C                    FAILED (incr07.at:40)

which appears in the testsuite.log as...

## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##

#                             -*- compilation -*-
92. incr07.at:18: testing incremental restores with -C ...
./incr07.at:40:
mkdir gnu
(cd gnu
TEST_TAR_FORMAT=gnu
export TEST_TAR_FORMAT
TAR_OPTIONS="-H gnu"
export TAR_OPTIONS
rm -rf *

mkdir A
echo 'a' > A/a
echo 'a' > A/b

decho C0
tar -g test.snar -vcf test.0.tar A

echo 'a' > A/c
decho C1
tar -g test.snar -vcf test.1.tar A

rm -f A/a
decho C2
tar -g test.snar -vcf test.2.tar A

mkdir ext
rm -rf A

decho E0
tar -g test.snar -vxf test.0.tar -C ext/
decho E1
tar -g test.snar -vxf test.1.tar -C ext/

decho E2
tar -g test.snar -vxf test.2.tar -C ext/

mkdir ext/A/B
touch ext/A/B/file

decho E3
tar -g test.snar -vxf test.2.tar -C ext/

echo FIN
test -d A && echo >&2 "toplevel A exists"
exit 0
)
--- -   2013-11-24 13:17:27.000000000 -0500
+++ 
/sw/src/fink.build/tar-1.27.1-1/tar-1.27.1/tests/testsuite.dir/at-groups/92/stderr
  2013-11-24 13:17:27.000000000 -0500
@@ -5,5 +5,7 @@
 E0
 E1
 E2
+mkdir: ext/A/B: File exists
+touch: ext/A/B/file: Not a directory
 E3
 
--- -   2013-11-24 13:17:27.000000000 -0500
+++ 
/sw/src/fink.build/tar-1.27.1-1/tar-1.27.1/tests/testsuite.dir/at-groups/92/stdout
  2013-11-24 13:17:27.000000000 -0500
@@ -19,6 +19,5 @@
 tar: Deleting 'A/a'
 E3
 A/
-tar: Deleting 'A/B'
 FIN
 
92. incr07.at:18: 92. incremental restores with -C (incr07.at:18): FAILED 
(incr07.at:40)


## ------------- ##

for a build configured with...

./configure --prefix=/sw --program-transform-name=s/tar/gtar/ 
--infodir=/sw/share/info --libexecdir=/sw/lib --disable-dependency-tracking 
FORCE_UNSAFE_CONFIGURE=1

The regression occurs with and without coreutils installed. I have also 
attached the complete testsuite.log
bzip2 compressed.
           Jack

Attachment: testsuite.log.bz2
Description: BZip2 compressed data


reply via email to

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