Re: Daily Snake Farm report
Guido van Rossum <[email protected]>
| Newsgroups | gmane.comp.python.snake-farm.reports |
|---|---|
| Message-ID | <[email protected]> |
> > estragon [SunOS 4.1.1_U1 sun3x] <
> 71 - failed http://www.lysator.liu.se/xenofarm/python/files/71_12
> final build failed
>
> > fafner.lysator.liu.se [SunOS 5.8 sun4d] <
> 71 - failed http://www.lysator.liu.se/xenofarm/python/files/71_10
> 72 - failed http://www.lysator.liu.se/xenofarm/python/files/72_10
> final build failed
>
> > hal [AIX 2 000000042E00] <
> 70 - failed http://www.lysator.liu.se/xenofarm/python/files/70_4
> 71 - failed http://www.lysator.liu.se/xenofarm/python/files/71_4
> final build failed
The above all fails with this error:
checking for C compiler default output... configure: error: C compiler cannot create executables
What gives?
> > lysator.liu.se [SunOS 5.4 sun4] <
> 71 - failed http://www.lysator.liu.se/xenofarm/python/files/71_11
> final build failed
Fails due to missing 'ar':
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -DPy_BUILD_CORE -DBUILD=`cat buildno` -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
rm -f libpython2.3.a
ar cr libpython2.3.a Modules/getbuildinfo.o
make[1]: ar: Command not found
> > moghedien [Linux 2.4.6 alpha] <
> 70 - failed http://www.lysator.liu.se/xenofarm/python/files/70_9
> 71 - failed http://www.lysator.liu.se/xenofarm/python/files/71_9
> final build failed
Huh? I see no failures in the output. Though I also see no test
log. Seems a xenofarm bug. The shlog says:
2002-09-9 13:07:41: Begin make test
./create-response.sh: r/${task}log.txt: ambiguous redirect
2002-09-9 13:07:41: FAIL: make test
> > proton.lysator.liu.se [SunOS 5.8 sun4m] <
> 71 - failed http://www.lysator.liu.se/xenofarm/python/files/71_7
> final build failed
Even more mysterious: shlog says:
2002-09-9 16:35:51: Begin make
2002-09-9 17:03:30: FAIL: make
> > taylor [HP-UX B.11.00 9000/829] <
> 69 - failed http://www.lysator.liu.se/xenofarm/python/files/69_5
> 71 - failed http://www.lysator.liu.se/xenofarm/python/files/71_5
> final build failed
This one has two failed tests: test_dbm and test_socket. More
details:
test test_dbm crashed -- dbm.error: (13, 'Permission denied')
Sound like a setup error. Maybe a test file from a previous run is
remaining?
test test_socket failed -- Traceback (most recent call last):
File "/mp/slaskdisk/tmp/xenofarm/python/taylor/buildtmp/dist/python/dist/src/Lib/test/test_socket.py", line 491, in testRecv
self.fail("Error trying to do non-blocking recv.")
File "/mp/slaskdisk/tmp/xenofarm/python/taylor/buildtmp/dist/python/dist/src/Lib/unittest.py", line 260, in fail
raise self.failureException, msg
AssertionError: Error trying to do non-blocking recv.
I'm guessing that the time.sleep(0.1) in _testRecv() is too short.
Can someone with access to this machine try this test with a sleep of
1.0 instead?
> > vanity [Linux 2.4.18 i686] <
> total 4 builds [0 warnings; +0]
And what's up with this?
--Guido van Rossum (home page: http://www.python.org/~guido/)