bug-hurd
[Top][All Lists]
Advanced

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

Re: Hurd build failure investigation


From: Samuel Thibault
Subject: Re: Hurd build failure investigation
Date: Thu, 13 Nov 2014 02:00:39 +0100
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Hello,

It seems we'd indeed need SO_RCVBUF/SO_SNDBUF on AF_UNIX sockets.
It means reading a bit libpipe to make sure how to get/set the limit,
and plug that into pflocal/socket.c:S_socket_setopt.

Any taker?

Mattias Ellert, le Wed 12 Nov 2014 16:38:36 +0100, a écrit :
> I have been investigating the test suite failures during the build of
> globus-gram-job-manager on Hurd, and have found that it is due to lack
> of support for setting SO_RCVBUF and SO_SNDBUF on AF_UNIX sockets. I.e.
> http://savannah.gnu.org/task/?12729
> 
> What is the status of this?
> 
> I can make the code not error out on -1 returns form setsockopt which
> helps for most of the test suite, but one of the tests still fails even
> with this change since it requires a larger buffersize than the default.
> 
>       Mattias



reply via email to

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