Re: Test failure while building cpython

2014-08-20 Thread Terry Reedy
On 8/20/2014 8:24 PM, Adam Bishop wrote: >> Or you can ignore it. > > It's a little tricky with mock, as failures during the test phase are fatal. Unfortunately, I have no idea what 'mock' is in this context. Thanks for pointing me in the right direction. If you possibly can, also act on N

Re: Test failure while building cpython

2014-08-20 Thread Adam Bishop
On 21 Aug 2014, at 01:08, Terry Reedy wrote: > This is a test of lib/distutils.sysconfig, a near but not exact copy of > lib/sysconfig. I don't know why we have both, but this one will not affect > you unless you use distutils to compile something. I've been staring at this for a couple of hour

Re: Test failure while building cpython

2014-08-20 Thread Ned Deily
In article <09843563-b0fd-451b-bf66-0fb720cec...@ja.net>, Adam Bishop wrote: > I'm trying to build python 3.3.2 from source packages provided by Red Hat > under mock. > > The build itself works,but one specific test is failing: > >=

Re: Test failure while building cpython

2014-08-20 Thread Terry Reedy
On 8/20/2014 7:05 PM, Adam Bishop wrote: I'm trying to build python 3.3.2 from source packages provided by Red Hat under mock. The build itself works,but one specific test is failing: == FAIL: test_sysconfig_module (d

Test failure while building cpython

2014-08-20 Thread Adam Bishop
I'm trying to build python 3.3.2 from source packages provided by Red Hat under mock. The build itself works,but one specific test is failing: == FAIL: test_sysconfig_module (distutils.tests.test_sysconfig.SysconfigTest