Summary: | dev-java/xmlrpc-2.0.1 fails tests | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Java team <java> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Build log |
Description
Diego Elio Pettenò (RETIRED)
![]() Created attachment 230321 [details]
Build log
Can't reproduce. Are there any more details in $S/test-reports directory? (In reply to comment #2) > Can't reproduce. Are there any more details in $S/test-reports directory? > One thing Diego has been catching is if tests try to access network. That could be the case here. (In reply to comment #3) > (In reply to comment #2) > > Can't reproduce. Are there any more details in $S/test-reports directory? > > > > One thing Diego has been catching is if tests try to access network. That could > be the case here. It uses: InetAddress localhost = InetAddress.getLocalHost(); localhost.getHostName(). I'd say this should work even without network, when you have your hostname in /etc/hosts (which is a good practice?). This package has been removed from the tree due to a security bug. |