kdelibs-4.7.2 untar fails
Andre Heinecke
aheinecke at intevation.de
Tue Nov 15 08:31:40 UTC 2011
Hi,
On Tuesday 15 November 2011 00:30:09 Patrick Spendrin wrote:
> Am 18.10.2011 16:05, schrieb Patrick von Reth:
> > Hi
> >
> > If I try to unpack kdelibs 4.7.2 on emerge branch kde-4.7, python untar
> > only extracts a nepumuk direcetory.
> > But the tar is complete, with 7z I can extract it without problems.
> > Does it work for you?
I've checked on linux with
ftp://ftp.kde.org/pub/kde/stable/4.7.3/src/kdelibs-4.7.3.tar.bz2
(sha1 4f1bbd1b4d558f3541057747db9bf7e9dcececb3)
With tar -xf it extracted correctly.
But using Python 2.7.2 from debian sid with the following script:
import tarfile
import sys
import os
o = tarfile.open(sys.argv[1])
os.mkdir("tmp")
o.extractall("tmp")
o.close()
It extracts a folder kdelibs-4.7.3 with only nepomuk as subdirectory. That
subdirectory has some files then.
There is no exception thrown.
Is this the same behavior that you are seeing?
Regards,
Andre
--
Andre Heinecke | ++49-541-335083-262 | http://www.intevation.de/
Intevation GmbH, Neuer Graben 17, 49074 Osnabrück | AG Osnabrück, HR B 18998
Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner
More information about the Kde-windows
mailing list