Summary: | =net-libs/miniupnpc-1.6* tests hang | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Paweł Hajdan, Jr. (RETIRED) <phajdan.jr> |
Component: | [OLD] Library | Assignee: | Michał Górny <mgorny> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | mgorny, nikoli, proxy-maint, rhill, ssuominen |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://github.com/miniupnp/miniupnp/pull/28 | ||
Whiteboard: | Status: RESTRICT="test" in the ebuild until this bug is solved. | ||
Package list: | Runtime testing required: | --- |
Description
Paweł Hajdan, Jr. (RETIRED)
![]() Now hanged for 9+ hours when I was running an overnight compile (which got delayed by the hang). Tests RESTRICTed. Hmm, looks like it is failing to kill the server. src_test works fine for me in ebuild from bug #539568 Note: 'socket: Address family not supported by protocol' is not fixed by https://github.com/miniupnp/miniupnp/commit/496737b8ee235ec43874c8bd14353bd04e08bbd5 It still will happen if you enabled USE ipv6, but your ipv6 kernel module is disabled and lo interface does not have ipv6 address. https://github.com/miniupnp/miniupnp/blob/master/miniupnpc/testminiwget.sh case "$HAVE_IPV6" in n|no|0) ADDR=localhost SERVERARGS="" ;; *) ADDR="[::1]" SERVERARGS="-6" ;; esac Please test miniupnpc-1.9.20150424. Working here. |