bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FTBFS on GNU/Hurd


From: Matthew Lien
Subject: Re: FTBFS on GNU/Hurd
Date: Thu, 4 Jul 2013 23:40:08 +0800

From FAILED: 9 to FAILED: 10

And weird gmail just cannot display the diff correctly.


2013/7/4 Ludovic Courtès <address@hidden>
Matthew Lien <address@hidden> skribis:

> 2. nix/nix-daemon/guix-daemon.cc in git repo did not get patched, yet.
> Maybe you forgot to git push? (I patched it manually at my side before
> testing)

OK, will push.

The main problem is this error (while connecting to the build daemon
over a Unix-domain socket):

--8<---------------cut here---------------start------------->8---
In guix/store.scm:
 270: 1 [open-connection "/root/guix/test-tmp/var/1123/daemon-socket/socket" # #t]
In unknown file:
   ?: 0 [setsockopt #<input-output: socket 5> 65535 4098 12288]

ERROR: In procedure setsockopt:
ERROR: In procedure setsockopt: Protocol not available
--8<---------------cut here---------------end--------------->8---

I just checked, and pflocal (the Hurd’s translator that implements
AF_UNIX sockets) always returns ENOPROTOOPT for ‘setsockopt’
(aka. ‘socket_setopt’), hence this failure:

  http://git.savannah.gnu.org/cgit/hurd/hurd.git/tree/pflocal/socket.c#n456

Can you test the workaround below?

Thanks,
Ludo’.




--
/ Just another [ Perl | FOSS | Security ] Hacker. /
/ BlueT = Matthew Lien = ���疵� /
/ http://BlueT.org /
/ GPG: 4A293CBD /

Attachment: test-suite.20130704.log
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]