package: distcc
version: 2.18.3-5
severity: serious
...
socket(PF_FILE, SOCK_STREAM, 0) = 7
connect(7, {sa_family=AF_FILE, path="/var/run/dbus/system_bus_socket"},
33) = -1 ENOENT (No such file or directory)
close(7) = 0
write(2, "distccd: client.c:776: avahi_client_errno: Assertion `client\'
failed.\n", 70) = 70
...
I had a lenny install(done with debootstrap, into an nfsroot). dbus was
not installed by debootstrap, nor any other package had pulled it in.
However, after installing distcc, and modifying /etc/default/distcc, it
would fail exit shortly after starting.
After an strace, I discovered the problem. Installing dbus allowed it
to continue. This might be related to the recent zeroconf patch(the
avahi part of the message).
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]