Source: haskell-http-conduit Version: 2.3.7.3-1 Severity: serious Tags: ftbfs Justification: fails to build from source (but built successfully in the past)
haskell-http-conduit failed to build on amd64:
| 27) RequestBodyIO
| uncaught exception: HttpException
| HttpExceptionRequest Request {
| host = "127.0.0.1"
| port = 15487
| secure = False
| requestHeaders = []
| path = "/"
| queryString = ""
| method = "POST"
| proxy = Nothing
| rawBody = False
| redirectCount = 10
| responseTimeout = ResponseTimeoutDefault
| requestVersion = HTTP/1.1
| }
| (ConnectionFailure Network.Socket.getAddrInfo (called with preferred
socket type/protocol: AddrInfo {addrFlags = [AI_ADDRCONFIG], addrFamily =
AF_UNSPEC, addrSocketType = Stream, addrProtocol = 0, addrAddress = <assumed to
be undefined>, addrCanonName = <assumed to be undefined>}, host name: Just
"127.0.0.1", service name: Just "15487"): does not exist (Address family for
hostname not supported))
|
| To rerun use: --match "/RequestBodyIO/"
|
| Randomized with seed 542653933
|
| Finished in 3.5043 seconds
See
https://buildd.debian.org/status/fetch.php?pkg=haskell-http-conduit&arch=amd64&ver=2.3.7.3-1&stamp=1591626982&raw=0
This bug looks a lot like #962019. Setting addrFlags to 0 or adding
AI_NUMERICHOST should fix it.
Cheers
--
Sebastian Ramacher
signature.asc
Description: PGP signature

