Kurt Roeckx wrote: > On Thu, Apr 28, 2005 at 09:36:26PM +1000, Steve Smith wrote: > >>Hi, >> >>I've reported a bug in the building of AMD64 port of SBCL and the >>maintainer has asked me the buildd logs. Are these available online? > > > The log is available at: > http://debian-amd64.alioth.debian.org/pure64/buildd-logs/sbcl_1:0.9.0.0-1_20050427-0343
I found the problem: during the build the system does a self-test that uses /dev/log, this fails with a connection refused: Test SB-BSD-SOCKETS-TEST::SIMPLE-LOCAL-CLIENT failed Form: (PROGN (WHEN (AND (PROBE-FILE "/dev/log") (SB-POSIX:S-ISSOCK (SB-POSIX:STAT-MODE (SB-POSIX:STAT "/dev/log")))) ... (FORMAT STREAM "<7>bsd-sockets: Don't panic. We're testing local-domain client code; this message can safely be ignored")))) T) Expected value: T Actual value: #<SB-BSD-SOCKETS:CONNECTION-REFUSED-ERROR {10011C4841}>. I have no idea how to write a build-depends on a /dev/log file. Nor for that matter on a working TCP/UDP echo service needed for another test. Groetjes, Peter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]