[issue6022] test_distutils leaves a 'foo' file behind in the cwd

2010-04-07 Thread jan matejek
jan matejek added the comment: see issue 8335 -- nosy: +matejcik ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6022] test_distutils leaves a 'foo' file behind in the cwd

2009-05-30 Thread Roumen Petrov
Roumen Petrov added the comment: P.S.: the test command start with LD_LIBRARY_PATH=`pwd` -- ___ Python tracker ___ ___ Python-bugs-lis

[issue6022] test_distutils leaves a 'foo' file behind in the cwd

2009-05-30 Thread Roumen Petrov
Roumen Petrov added the comment: Hi All, The test always fails even builddir == srddir , with and without directory links in src-/build-path. $ LD_LIBRARY_PATH=`pwd` ./python Python 2.7a0 (trunk:73046M, May 30 2009, 14:09:06) [GCC 4.2.4] on linux2 $ cat /tmp/pynexttest test_distutils Th

[issue6022] test_distutils leaves a 'foo' file behind in the cwd

2009-05-26 Thread Tarek Ziadé
Tarek Ziadé added the comment: done in r72636, r72637, r72638, r72639 -- components: +Distutils status: open -> closed versions: +Python 2.6, Python 2.7, Python 3.0, Python 3.1 ___ Python tracker __

[issue6022] test_distutils leaves a 'foo' file behind in the cwd

2009-05-25 Thread Roumen Petrov
Roumen Petrov added the comment: I think that one difference is build outside source tree. Not sure that this is problem - the linker flags contain "... -L. -lpython2.7 ..." and after change into another directory(temp) library is no more in current directory. Right now I'm too busy to look aga

[issue6022] test_distutils leaves a 'foo' file behind in the cwd

2009-05-19 Thread R. David Murray
R. David Murray added the comment: It's not just on the buildbots, it passes fine on my Gentoo box. So the question really is, what's different about your box that makes it fail? Can you figure out what bit of code is not finding that library? How do you run the tests? Maybe that makes a dif

[issue6022] test_distutils leaves a 'foo' file behind in the cwd

2009-05-17 Thread Roumen Petrov
Roumen Petrov added the comment: After lets call it "cd temp dir" modification the fail on my linux box : missing libpithon2.7. What is the buildbot trick as the test pass on all linux buildbots ? -- nosy: +rpetrov ___ Python tracker

[issue6022] test_distutils leaves a 'foo' file behind in the cwd

2009-05-14 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- assignee: -> tarek nosy: +tarek ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue6022] test_distutils leaves a 'foo' file behind in the cwd

2009-05-14 Thread R. David Murray
New submission from R. David Murray : The test for issue #5977 added to test_get_outputs leaves a file named 'foo' behind in the current working directory. -- messages: 87744 nosy: r.david.murray severity: normal status: open title: test_distutils leaves a 'foo' file behind in the cwd _