Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 623000 - <dev-perl/Net-Server-2.9.0 fails tests on perl 5.26 (Unimplemented: POSIX::tmpnam() at t/UNIX_test.t line 5)
Summary: <dev-perl/Net-Server-2.9.0 fails tests on perl 5.26 (Unimplemented: POSIX::tm...
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: TESTFAILURE
: 635764 (view as bug list)
Depends on: 643348
Blocks: perl-5.26
  Show dependency tree
 
Reported: 2017-06-29 06:53 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2018-01-30 02:49 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-06-29 06:53:33 UTC
>>> Test phase: dev-perl/Net-Server-2.8.0
make -j3 test TEST_VERBOSE=0
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Options.t ............... ok
t/Port_Configuration.t .... ok
t/Server_BASE.t ........... ok
t/Server_Fork.t ........... ok
t/Server_http.t ........... ok
t/Server_INET.t ........... ok
t/Server_Multiplex.t ...... ok
t/Server_MultiType.t ...... ok
t/Server_PreFork.t ........ ok
t/Server_PreForkSimple.t .. ok
t/Server_Single.t ......... ok
t/SSL_test.t .............. ok
t/SSLEAY_test.t ........... ok
t/UDP_test.t .............. ok
t/UNIX_test.t ............. Unimplemented: POSIX::tmpnam(): use File::Temp instead at /usr/lib64/perl5/5.26.0/x86_64-linux/POSIX.pm line 185.
Unimplemented: POSIX::tmpnam() at t/UNIX_test.t line 5.
BEGIN failed--compilation aborted at t/UNIX_test.t line 5.
t/UNIX_test.t ............. Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run

Test Summary Report
-------------------
t/UNIX_test.t           (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
Comment 1 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-11-26 05:20:34 UTC
*** Bug 635764 has been marked as a duplicate of this bug. ***
Comment 2 Larry the Git Cow gentoo-dev 2017-11-28 03:21:46 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24e4cd3010f51189c98016d320771e0cf477529b

commit 24e4cd3010f51189c98016d320771e0cf477529b
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2017-11-28 03:21:02 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2017-11-28 03:21:34 +0000

    dev-perl/Net-Server: Bump to version 2.9.0 re bug #623000
    
    - EAPI6
    
    Upstream:
    - Log abnormal child exits
    - Add delete-child hook
    - add cleanup_dead_child_hook to prefork server
    - removed stray warnings
    - Use File::Temp instead of POSIX::tmpnam
    - Allow for SSL under Unix Sockets
    
    Bug: https://bugs.gentoo.org/623000
    Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-perl/Net-Server/Manifest                |  3 ++-
 dev-perl/Net-Server/Net-Server-2.9.0.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletion(-)}
Comment 3 Larry the Git Cow gentoo-dev 2018-01-30 02:18:27 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=296a46e94e0696bb86e1ae808835a6b57330d4f8

commit 296a46e94e0696bb86e1ae808835a6b57330d4f8
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2018-01-30 02:11:44 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2018-01-30 02:18:13 +0000

    dev-perl/Net-Server: Cleanup old re bug #623000
    
    Closes: https://bugs.gentoo.org/623000
    Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/Net-Server/Manifest                |  1 -
 dev-perl/Net-Server/Net-Server-2.8.0.ebuild | 20 --------------------
 2 files changed, 21 deletions(-)