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

Bug#715028: apr: FTBFS on hurd-i386: stuck configure test for accept4



Hi Pino,

On Friday 05 July 2013, Pino Toscano wrote:
> the new version of apr fails to build on hurd-i386 [1].
> 
> During the build, the configure test for accept4 gets stuck, and
> thus the build is then killed after the timeout.

That's interesting because the test has not changed from 1.4.6 to 
1.4.8. Maybe there was some behavior change in hurd in the last 2 
months? If you are interested, you could re-try building 1.4.6-4.

> What happens is that inside the test the connect in the child fails
> with an errno not checked among the ones to retry the connect
> again; such errno (EADDRNOTAVAIL) may be returned while the bind
> operation (in the parent) is in progress (at least on Hurd), so
> just check it too (it is a valid errno for connect [2]) and
> continue connect'ing.

The test is rather weird, anyway. Fortunately, there is a better one 
in apr trunk. Could you give

http://svn.apache.org/viewvc/apr/apr/trunk/configure.in?r1=832904&r2=832903&pathrev=832904&view=patch

a try?

Cheers,
Stefan


Reply to: