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

2010-04-07 Thread jan matejek

jan matejek jmate...@suse.cz added the comment:

see issue 8335

--
nosy: +matejcik

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6022
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-05-30 Thread Roumen Petrov

Roumen Petrov bugtr...@roumenpetrov.info 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

The command to run test is:
$ LC_ALL=C ./python -E -tt ./Lib/test/regrtest.py -l -v -s

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6022
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-05-30 Thread Roumen Petrov

Roumen Petrov bugtr...@roumenpetrov.info added the comment:

P.S.: the test command start with LD_LIBRARY_PATH=`pwd`

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6022
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-05-26 Thread Tarek Ziadé

Tarek Ziadé ziade.ta...@gmail.com 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 rep...@bugs.python.org
http://bugs.python.org/issue6022
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-05-25 Thread Roumen Petrov

Roumen Petrov bugtr...@roumenpetrov.info 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 again into details.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6022
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-05-19 Thread R. David Murray

R. David Murray rdmur...@bitdance.com 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 difference.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6022
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-05-17 Thread Roumen Petrov

Roumen Petrov bugtr...@roumenpetrov.info 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 rep...@bugs.python.org
http://bugs.python.org/issue6022
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-05-14 Thread R. David Murray

New submission from R. David Murray rdmur...@bitdance.com:

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

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6022
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-05-14 Thread Benjamin Peterson

Changes by Benjamin Peterson benja...@python.org:


--
assignee:  - tarek
nosy: +tarek

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6022
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com