Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 612256 - dev-perl/Net-XMPP-1.50.0 fails tests if hostname is not resolvable
Summary: dev-perl/Net-XMPP-1.50.0 fails tests if hostname is not resolvable
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-10 21:37 UTC by Matt Turner
Modified: 2017-11-29 06:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,6.71 KB, text/plain)
2017-03-10 21:37 UTC, Matt Turner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Turner gentoo-dev 2017-03-10 21:37:56 UTC
Created attachment 466626 [details]
build.log

The name of the system is "bender", and unless I give it an entry in /etc/hosts, Net-XMPP-1.50.0 fails tests. 1.20.0-r1 does not have this behavior.
Comment 1 Toralf Förster gentoo-dev 2017-07-09 08:12:37 UTC
This is IMO a sandbox issue, with FEATURES="-sandbox -user-sandbox" network works fine.
Comment 2 Larry the Git Cow gentoo-dev 2017-11-29 06:34:27 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201c42c9b3d80d3d7916b37444fbc5cb27cf8776

commit 201c42c9b3d80d3d7916b37444fbc5cb27cf8776
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2017-11-29 06:33:12 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2017-11-29 06:33:58 +0000

    dev-perl/Net-XMPP: Fix tests re bug #623002 and bug #612256
    
    - Fix test failures without '.' in @INC (#623002)
    - Update network-test patch to skip another network test (#612256)
    - Simplify patching logic
    - use DIST_EXAMPLES feature for examples
    
    Bug: https://bugs.gentoo.org/623002
    Bug: https://bugs.gentoo.org/612256
    Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-perl/Net-XMPP/Manifest                         |   2 +-
 dev-perl/Net-XMPP/Net-XMPP-1.50.0.ebuild           |  22 ++--
 dev-perl/Net-XMPP/files/1.05-no-dot-inc.patch      | 133 +++++++++++++++++++++
 .../Net-XMPP/files/1.05-no-network-tests.patch     |  53 ++++++--
 4 files changed, 186 insertions(+), 24 deletions(-)}