Re: [Python-Dev] Build failure in test_cmd_line on OSX-x86

2010-10-10 Thread Nick Coghlan
On Sun, Oct 10, 2010 at 5:54 PM, Antoine Pitrou wrote: > >> If someone wants to throw an issue my way, I can take a look at >> dumping stdout/stderr from the various test_cmd_line tests (I may not >> get to it until post-beta1 though). > > It's done in r85324. Even better :) Cheers, Nick. -- N

Re: [Python-Dev] Build failure in test_cmd_line on OSX-x86

2010-10-10 Thread Antoine Pitrou
> If someone wants to throw an issue my way, I can take a look at > dumping stdout/stderr from the various test_cmd_line tests (I may not > get to it until post-beta1 though). It's done in r85324. Regards Antoine. ___ Python-Dev mailing list Python-

Re: [Python-Dev] Build failure in test_cmd_line on OSX-x86

2010-10-09 Thread Nick Coghlan
On Sat, Oct 9, 2010 at 3:28 AM, Antoine Pitrou wrote: > You should therefore see what the locale settings of the buildbot are > (the LANG and LC_* environment variables). Of course, the test is also > buggy so you should open an issue on the tracker. > > (and the fact that the test doesn't print t

Re: [Python-Dev] Build failure in test_cmd_line on OSX-x86

2010-10-08 Thread Ned Deily
In article , Stephen Hansen wrote: > I edited the launchd config to force LANG = "en_US.UTF-8" and the test > suddenly passes, which is good. I have no idea why the LANG would end up > different when the app is launched from launchd -- even though it was > running as the same user as I was doing

Re: [Python-Dev] Build failure in test_cmd_line on OSX-x86

2010-10-08 Thread Stephen Hansen
On Fri, Oct 8, 2010 at 11:09 AM, Stephen Hansen > wrote: > On Fri, Oct 8, 2010 at 10:28 AM, Antoine Pitrou wrote: > >> On Fri, 8 Oct 2010 10:02:59 -0700 >> Stephen Hansen > wrote: >> > >> > And long story short, it gets to 201 and runs test_cmd_line in the same >> > order as the buildbot did, and

Re: [Python-Dev] Build failure in test_cmd_line on OSX-x86

2010-10-08 Thread Stephen Hansen
On Fri, Oct 8, 2010 at 10:28 AM, Antoine Pitrou wrote: > On Fri, 8 Oct 2010 10:02:59 -0700 > Stephen Hansen > wrote: > > > > And long story short, it gets to 201 and runs test_cmd_line in the same > > order as the buildbot did, and it succeeds too, and I curse the gods of > the > > netherworld, a

Re: [Python-Dev] Build failure in test_cmd_line on OSX-x86

2010-10-08 Thread Antoine Pitrou
On Fri, 8 Oct 2010 10:02:59 -0700 Stephen Hansen wrote: > > And long story short, it gets to 201 and runs test_cmd_line in the same > order as the buildbot did, and it succeeds too, and I curse the gods of the > netherworld, and am stumped with how to proceed. Two separate buildbot runs > and thi