https://bugzilla.redhat.com/show_bug.cgi?id=1454282 Bug ID: 1454282 Summary: perl-Net-Server-2.008-7.fc27 FTBFS with Perl 5.26.0 Product: Fedora Version: rawhide Component: perl-Net-Server Assignee: drjohnson1@xxxxxxxxx Reporter: ppisar@xxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: drjohnson1@xxxxxxxxx, perl-devel@xxxxxxxxxxxxxxxxxxxxxxx External Bug ID: CPAN 105512 perl-Net-Server-2.008-7.fc27 will fail to build once perl-5.26.0 reaches Fedora because that perl removes POSIX::tmpnam() function and then perl-Net-Server's test fail like this: t/UDP_test.t .............. ok Unimplemented: POSIX::tmpnam(): use File::Temp instead at /usr/lib64/perl5/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) This is tracked by upstream at <https://rt.cpan.org/Public/Bug/Display.html?id=105512> and a proposed fix exists <https://github.com/rhandom/perl-net-server/pull/4>. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx