Taking a closer look at the FTBFS, and the code, it seems the code is trying to open two sockets, and then send data between both of them; I misspoke when I said the internet, and should have said network sockets, I'm not sure if the grid computers would prevent a socket from being opened properly, looking at the test code, it is not specifying a port (although that might not be necessary with socketpair.
socketpair(Rdr, Wtr, AF_UNIX, SOCK_STREAM, PF_UNSPEC); It's opening with the sockets with those flags. Any ideas? Michael On Fri, Oct 10, 2008 at 1:29 AM, Luk Claes <[EMAIL PROTECTED]> wrote: > Michael Casadevall wrote: >> I took a quick look at this, its possible this FTBFS on the grid >> simply because the internet isn't available. I rebuilt it a few times, >> and it always passed. If it possible that this is just a random fluke, >> and this bug can be closed, or at least downgraded? > > A package should not need the internet to get built. So if that's the > case, closing or downgrading the bug is not an option. > > Cheers > > Luk > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]