[issue27337] 3.6.0a2 tarball has weird paths

2016-07-01 Thread Nick Timkovich
Nick Timkovich added the comment: In pyenv this was "fixed" by pointing to the .tar.xz archive instead of the .tgz https://github.com/yyuu/pyenv/pull/652, maybe you could implement that for Pythonz? -- nosy: +nicktimko -ned.deily, petere ___ Python

[issue27337] 3.6.0a2 tarball has weird paths

2016-06-28 Thread Ulrich Petri
Ulrich Petri added the comment: Just as another datapoint: This also breaks installing a2 with pythonz. -- nosy: +ulope ___ Python tracker ___ ___

[issue27337] 3.6.0a2 tarball has weird paths

2016-06-17 Thread Ned Deily
Ned Deily added the comment: OK, thanks for the info. I'm going to close this issue as "won't fix" and try real hard not to do it again. -- resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker

[issue27337] 3.6.0a2 tarball has weird paths

2016-06-17 Thread Peter Eisentraut
Peter Eisentraut added the comment: The affected tar is indeed a BSD-ish tar (OS X). With GNU tar I can proceed. It says "gtar: Removing leading `../' from member names". So with that I agree that it's not worth rerolling this release. -- ___ Pyth

[issue27337] 3.6.0a2 tarball has weird paths

2016-06-16 Thread Ned Deily
Changes by Ned Deily : -- Removed message: http://bugs.python.org/msg268685 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue27337] 3.6.0a2 tarball has weird paths

2016-06-16 Thread Ned Deily
Ned Deily added the comment: That's unfortunate and my fault, basically, the .tgz tarball was built with a BSD-ish tar while the .xz one was built with a GNU tar, as intended. I hate to do a stealth update, unless absolutely necessary, and I don't get see any errors unpacking the .tgz one wit

[issue27337] 3.6.0a2 tarball has weird paths

2016-06-16 Thread Ned Deily
Ned Deily added the comment: That's unfortunate and my fault, basically, the .tgz tarball was built with a BSD-ish while the .xz one was built with GNU tar, as intended. I hate to do a stealth update, unless absolutely necessary, and I don't get see any errors unpacking the .tgz one with a re

[issue27337] 3.6.0a2 tarball has weird paths

2016-06-16 Thread Ned Deily
Changes by Ned Deily : -- assignee: -> ned.deily priority: normal -> high ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue27337] 3.6.0a2 tarball has weird paths

2016-06-16 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue27337] 3.6.0a2 tarball has weird paths

2016-06-16 Thread Peter Eisentraut
New submission from Peter Eisentraut: The file Python-3.6.0a2.tgz contains paths that start with "..", e.g., $ tar tf Python-3.6.0a2.tgz | head ../Python-3.6.0a2/ ../Python-3.6.0a2/Doc/ ../Python-3.6.0a2/Grammar/ ../Python-3.6.0a2/Include/ ../Python-3.6.0a2/LICENSE ../Python-3.6.0a2/Lib/ ../Pyt