http://bugzilla.spamassassin.org/show_bug.cgi?id=4380
------- Additional Comments From [EMAIL PROTECTED] 2005-06-06 09:09 ------- Hah! Got it :) http://buildbot.spamassassin.org:8010/t-quinlan-fbsd/builds/47/test_3/0 [77318] error: spamd: could not find newly-created UNIX socket on /usr/home/sabuildbot/slaves/quinlan-freebsd-perl585/t-quinlan-freebsd-perl585/build/Mail-SpamAssassin-3.1.0/t/log/spamd.sock (/usr/home/sabuildbot/slaves/quinlan-freebsd-perl585/t-quinlan-freebsd-perl585/build/Mail-SpamAssassin-3.): No such file or directory [77585] error: spamd: could not create UNIX socket on /usr/home/sabuildbot/slaves/quinlan-freebsd-perl585/t-quinlan-freebsd-perl585/build/Mail-SpamAssassin-3.1.0/t/log/spamd.sock: Address already in use The one in brackets is the output from $server->hostpath() (ie. the internal representation of the socket in IO::Socket::UNIX) which I added in r180306. There you see that something (I guess sockaddr_un()) truncates the path. The second error also sounds like it actually creates a socket but with the wrong name. I'll add a check for hostpath() ne $path which will make spamd fail with an error better to understand. That won't help for the buildbots though, they will still fail. What shall we do? Shall we just move the build directory to /tmp? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
