[issue8335] distutils test_build_ext's test_get_outputs fails in bootstrap environment

2010-10-18 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: This may be solved by backporting the fix in #10126. I’ll do it when my network gives me access to svn again :/ -- components: +Distutils2 versions: +3rd party, Python 2.7, Python 3.1, Python 3.2 -Python 2.6

[issue8335] distutils test_build_ext's test_get_outputs fails in bootstrap environment

2010-10-18 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +sandro.tosi, valeo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8335 ___ ___ Python-bugs-list

[issue8335] distutils test_build_ext's test_get_outputs fails in bootstrap environment

2010-10-18 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Marking as duplicate, following Barry in msg119022 -- nosy: +barry resolution: - duplicate stage: - committed/rejected status: open - closed superseder: - test_distutils failure with --enable-shared

[issue8335] distutils test_build_ext's test_get_outputs fails in bootstrap environment

2010-10-14 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8335 ___ ___ Python-bugs-list

[issue8335] distutils test_build_ext's test_get_outputs fails in bootstrap environment

2010-05-26 Thread jan matejek
jan matejek jmate...@suse.cz added the comment: Tarek, the error output is this: /usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/bin/ld: cannot find -lpython2.6 the chdir is the problem - because in an environment where you don't have an existing Python installation, you

[issue8335] distutils test_build_ext's test_get_outputs fails in bootstrap environment

2010-05-25 Thread jan matejek
jan matejek jmate...@suse.cz added the comment: yes, reverting r72637 fixes this problem for me it reintroduces the original bug (there is some temporary file left behind), but i don't care about that -- ___ Python tracker rep...@bugs.python.org

[issue8335] distutils test_build_ext's test_get_outputs fails in bootstrap environment

2010-05-25 Thread Tarek Ziadé
Tarek Ziadé ziade.ta...@gmail.com added the comment: Dylan, what is your platform ? The only difference is that the test chdir in a new temporary directory. Could anyone trace the test to step into the linker call to see its error output ? (can't reproduce here) --

[issue8335] distutils test_build_ext's test_get_outputs fails in bootstrap environment

2010-05-18 Thread Dylan Canfield
Dylan Canfield fire.phr...@gmail.com added the comment: I am having the exact same problem with test_distutils failing on a clean env. Did reverting the changes in r72637 fix your problem? -- nosy: +Canfield ___ Python tracker rep...@bugs.python.org

[issue8335] distutils test_build_ext's test_get_outputs fails in bootstrap environment

2010-04-07 Thread jan matejek
New submission from jan matejek jmate...@suse.cz: when running testsuite in a clean environment without pre-installed system python, test_distutils fail in test_build_ext, test_get_outputs: /usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/bin/ld: cannot find -lpython2.6