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.<br><br><div class="gmail_quote">On 15 November 2011 09:31, Andre Heinecke <span dir="ltr"><<a href="mailto:aheinecke@intevation.de">aheinecke@intevation.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<div class="im"><br>
On Tuesday 15 November <a href="tel:2011%2000" value="+49201100">2011 00</a>:30:09 Patrick Spendrin wrote:<br>
> Am 18.10.2011 16:05, schrieb Patrick von Reth:<br>
> > Hi<br>
> ><br>
> > If I try to unpack kdelibs 4.7.2 on emerge branch kde-4.7, python untar<br>
> > only extracts a nepumuk direcetory.<br>
> > But the tar is complete, with 7z I can extract it without problems.<br>
> > Does it work for you?<br>
</div>I've checked on linux with<br>
<a href="ftp://ftp.kde.org/pub/kde/stable/4.7.3/src/kdelibs-4.7.3.tar.bz2" target="_blank">ftp://ftp.kde.org/pub/kde/stable/4.7.3/src/kdelibs-4.7.3.tar.bz2</a><br>
(sha1 4f1bbd1b4d558f3541057747db9bf7e9dcececb3)<br>
<br>
With tar -xf it extracted correctly.<br>
<br>
But using Python 2.7.2 from debian sid with the following script:<br>
import tarfile<br>
import sys<br>
import os<br>
o = tarfile.open(sys.argv[1])<br>
os.mkdir("tmp")<br>
o.extractall("tmp")<br>
o.close()<br>
<br>
It extracts a folder kdelibs-4.7.3 with only nepomuk as subdirectory. That<br>
subdirectory has some files then.<br>
There is no exception thrown.<br>
<br>
Is this the same behavior that you are seeing?<br>
<div class="im HOEnZb"><br>
Regards,<br>
Andre<br>
<br>
<br>
--<br>
Andre Heinecke |  <a href="tel:%2B%2B49-541-335083-262" value="+49541335083262">++49-541-335083-262</a> |  <a href="http://www.intevation.de/" target="_blank">http://www.intevation.de/</a><br>
Intevation GmbH, Neuer Graben 17, 49074 Osnabrück | AG Osnabrück, HR B 18998<br>
Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner<br>
</div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Kde-windows mailing list<br>
<a href="mailto:Kde-windows@kde.org">Kde-windows@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-windows" target="_blank">https://mail.kde.org/mailman/listinfo/kde-windows</a><br>
</div></div></blockquote></div><br>