Yes, only nepumuk appears, so maybe we should use 7z but handle openssl in a special way, the openssl script is already so special a own unpack wouldn't mess it.
On 15 November 2011 09:31, Andre Heinecke <[email protected]> wrote: > 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 > _______________________________________________ > Kde-windows mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/kde-windows >
_______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
