[issue9539] python-2.6.4: test failure in test_distutils due to linking to system libpython2.6

2010-10-18 Thread jan matejek
jan matejek jmate...@suse.cz added the comment: i was able to reproduce this in clean 2.7 Sandro, this is only reproducible on systems without python - so by definition, you can hit this only during installation as for issue8335, yes, i think that it's a duplicate distutils2 is irrelevant

[issue9539] python-2.6.4: test failure in test_distutils due to linking to system libpython2.6

2010-10-18 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: i was able to reproduce this in clean 2.7 as for issue8335, yes, i think that it's a duplicate Ok, then please add your failure messages on the other bug. Sandro, this is only reproducible on systems without python - so by definition, you can

[issue9539] python-2.6.4: test failure in test_distutils due to linking to system libpython2.6

2010-10-18 Thread Sandro Tosi
Sandro Tosi sandro.t...@gmail.com added the comment: On Mon, Oct 18, 2010 at 15:29, Éric Araujo rep...@bugs.python.org wrote: Éric Araujo mer...@netwok.org added the comment: Sandro, this is only reproducible on systems without python - so by definition, you can hit this only during

[issue9539] python-2.6.4: test failure in test_distutils due to linking to system libpython2.6

2010-10-18 Thread Barry A. Warsaw
Barry A. Warsaw ba...@python.org added the comment: Even though this one's older, I'm going to mark it as a duplicate of issue 10126, which is tracking the backport of the fix I made in Python 3.2 to 3.1 and 2.7. The key issues here are that Python was built with --enabled-shared and the

[issue9539] python-2.6.4: test failure in test_distutils due to linking to system libpython2.6

2010-10-18 Thread Barry A. Warsaw
Barry A. Warsaw ba...@python.org added the comment: Seems like roundup hates me. Just go to issue 10126. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9539 ___

[issue9539] python-2.6.4: test failure in test_distutils due to linking to system libpython2.6

2010-10-18 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- superseder: distutils test_build_ext's test_get_outputs fails in bootstrap environment - test_distutils failure with --enable-shared ___ Python tracker rep...@bugs.python.org

[issue9539] python-2.6.4: test failure in test_distutils due to linking to system libpython2.6

2010-10-15 Thread Barry A. Warsaw
Barry A. Warsaw ba...@python.org added the comment: I'm afraid this can't be fixed in 2.6. -- versions: -3rd party, Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9539 ___

[issue9539] python-2.6.4: test failure in test_distutils due to linking to system libpython2.6

2010-10-14 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: If it still exists in 2.6, I don’t think it could be fixed, that version being in security mode now. (Barry is the release manager, he’ll chime in if I’m wrong.) Valeo, can you reproduces the bug on 2.7? Distutils code has been reverted to a

[issue9539] python-2.6.4: test failure in test_distutils due to linking to system libpython2.6

2010-10-14 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Jan, do you think we should close this as a duplicate of #8335? I’ve just read that one and it looks like the same bug. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9539

[issue9539] python-2.6.4: test failure in test_distutils due to linking to system libpython2.6

2010-10-13 Thread Sandro Tosi
Sandro Tosi sandro.t...@gmail.com added the comment: Hello, on an up-to-date 2.7 I can't replicate this bug: $ ./python Lib/test/regrtest.py test_distutils test_distutils 1 test OK. Is it just me or is been fixed already? -- nosy: +sandro.tosi versions: -Python 2.6

[issue9539] python-2.6.4: test failure in test_distutils due to linking to system libpython2.6

2010-08-26 Thread jan matejek
jan matejek jmate...@suse.cz added the comment: this affects 2.7 as well. the problem was introduced by r78136 which skips out of the directory containing newly built libpython2.7, so the linking command cannot find it in -L. and fails (unless a systemwide libpython is already present) the

[issue9539] python-2.6.4: test failure in test_distutils due to linking to system libpython2.6

2010-08-13 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Valeo, can you reproduce the bug? Final version of 2.6 will come out on Monday. -- nosy: +barry priority: normal - high type: - behavior ___ Python tracker rep...@bugs.python.org

[issue9539] python-2.6.4: test failure in test_distutils due to linking to system libpython2.6

2010-08-08 Thread Valeo de Vries
Valeo de Vries valeo...@gmail.com added the comment: Thanks for the speedy response! I'm fairly certain that this affects 2.6.5 as well. I'll test and report back when I'm in front of my development machine (sometime tomorrow). -- ___ Python

[issue9539] python-2.6.4: test failure in test_distutils due to linking to system libpython2.6

2010-08-07 Thread Valeo de Vries
New submission from Valeo de Vries valeo...@gmail.com: I'm under the impression that this is issue is known about, however I couldn't find an existing bug, so I'm creating a new one for the following test failure: test_distutils

[issue9539] python-2.6.4: test failure in test_distutils due to linking to system libpython2.6

2010-08-07 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Thanks for the report. Can you reproduce with a more recent 2.6, or even the current stable version 2.7? -- assignee: - tarek nosy: +merwok, tarek ___ Python tracker rep...@bugs.python.org