[Python-Dev] /trunk test_distutils failing on Mac OS X 10.5

2009-11-29 Thread C. Titus Brown
Hi all, /trunk test_distutils is failing with the following error on Mac OS X 10.5: Here's the error: test_distutils test test_distutils failed -- Traceback (most recent call last): File "/private/tmp/tmp8UfLPT/python27/Lib/distutils/tests/test_sdist.py", line 342, in test_make_distribution_owne

Re: [Python-Dev] /trunk test_distutils failing on Mac OS X 10.5

2009-11-29 Thread Tarek Ziadé
On Sun, Nov 29, 2009 at 6:32 PM, C. Titus Brown wrote: > Hi all, > > /trunk test_distutils is failing with the following error on Mac OS X 10.5: > > Here's the error: > > test_distutils > test test_distutils failed -- Traceback (most recent call last): > File > "/private/tmp/tmp8UfLPT/python27/Lib

Re: [Python-Dev] /trunk test_distutils failing on Mac OS X 10.5

2009-11-29 Thread Martin v. Löwis
> I went to double-check this on the buildbots and noticed that there > aren't any Mac OS X buildbots. That's not true, see http://www.python.org/dev/buildbot/builders/x86 osx.5 trunk Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org h

Re: [Python-Dev] /trunk test_distutils failing on Mac OS X 10.5

2009-11-29 Thread C. Titus Brown
On Sun, Nov 29, 2009 at 07:28:50PM +0100, "Martin v. L?wis" wrote: > > I went to double-check this on the buildbots and noticed that there > > aren't any Mac OS X buildbots. > > That's not true, see > > http://www.python.org/dev/buildbot/builders/x86 osx.5 trunk Ahh! Sorry, was searching for '

Re: [Python-Dev] /trunk test_distutils failing on Mac OS X 10.5

2009-11-29 Thread Mark Dickinson
On Sun, Nov 29, 2009 at 6:36 PM, C. Titus Brown wrote: > On Sun, Nov 29, 2009 at 07:28:50PM +0100, "Martin v. L?wis" wrote: >> That's not true, see >> >> http://www.python.org/dev/buildbot/builders/x86 osx.5 trunk > > Ahh!  Sorry, was searching for 'mac' somewhere in the string. > > Those tests ar

Re: [Python-Dev] /trunk test_distutils failing on Mac OS X 10.5

2009-11-29 Thread C. Titus Brown
On Sun, Nov 29, 2009 at 06:43:50PM +, Mark Dickinson wrote: > On Sun, Nov 29, 2009 at 6:36 PM, C. Titus Brown wrote: > > On Sun, Nov 29, 2009 at 07:28:50PM +0100, "Martin v. L?wis" wrote: > >> That's not true, see > >> > >> http://www.python.org/dev/buildbot/builders/x86 osx.5 trunk > > > > Ah

Re: [Python-Dev] /trunk test_distutils failing on Mac OS X 10.5

2009-11-29 Thread Ned Deily
In article <20091129184722.ga32...@idyll.org>, "C. Titus Brown" wrote: > On Sun, Nov 29, 2009 at 06:43:50PM +, Mark Dickinson wrote: > > I'm not seeing the test_distutils failure you report on my own > > 10.5 machine, for some reason. > > Yes, neither is Tarek... I'll see if I can track down

Re: [Python-Dev] /trunk test_distutils failing on Mac OS X 10.5

2009-11-29 Thread Tarek Ziadé
On Sun, Nov 29, 2009 at 8:55 PM, Ned Deily wrote: > In article <20091129184722.ga32...@idyll.org>, >  "C. Titus Brown" wrote: >> On Sun, Nov 29, 2009 at 06:43:50PM +, Mark Dickinson wrote: >> > I'm not seeing the test_distutils failure you report on my own >> > 10.5 machine, for some reason.

Re: [Python-Dev] /trunk test_distutils failing on Mac OS X 10.5

2009-11-29 Thread David Bolen
Mark Dickinson writes: > I'm not seeing the test_distutils failure you report on my own > 10.5 machine, for some reason. I don't think it's OSX specific. My FreeBSD slaves (both 6.4 and 7.2) have been getting the same error. It seems related to the sticky bit on /tmp and the fact that the acco