Skip Menu |

This queue is for tickets about the Test-Harness CPAN distribution.

Report information
The Basics
Id: 132404
Status: open
Priority: 0/
Queue: Test-Harness

People
Owner: Nobody in particular
Requestors: NHORNE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 3.43_02
Fixed in: (no value)



Subject: NetBSD with longdouble (-ld) failure
On NetBSD if you have Perl compiled with -ld, T:F:C fails to load: Can't load TAP::Formatter::Console: Attempt to reload POSIX.pm aborted.
I should have included this information: Compilation failed in require at /home/njh/perl5/perlbrew/perls/perl-5.30.2-thread-multi-ld/lib/5.30.2/TAP/Formatter/Base.pm line 6. BEGIN failed--compilation aborted at /home/njh/perl5/perlbrew/perls/perl-5.30.2-thread-multi-ld/lib/5.30.2/TAP/Formatter/Base.pm line 6. Compilation failed in require at /home/njh/perl5/perlbrew/perls/perl-5.30.2-thread-multi-ld/lib/5.30.2/base.pm line 137.
Subject: Re: [rt.cpan.org #132404] NetBSD with longdouble (-ld) failure
Date: Thu, 23 Apr 2020 14:15:11 +0200
To: bug-Test-Harness [...] rt.cpan.org
From: Leon Timmermans <fawaka [...] gmail.com>
On Thu, Apr 23, 2020 at 1:25 PM Nigel Horne via RT <bug-Test-Harness@rt.cpan.org> wrote: Show quoted text
> > Queue: Test-Harness > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=132404 > > > I should have included this information: > > Compilation failed in require at /home/njh/perl5/perlbrew/perls/perl-5.30.2-thread-multi-ld/lib/5.30.2/TAP/Formatter/Base.pm line 6. > BEGIN failed--compilation aborted at /home/njh/perl5/perlbrew/perls/perl-5.30.2-thread-multi-ld/lib/5.30.2/TAP/Formatter/Base.pm line 6. > Compilation failed in require at /home/njh/perl5/perlbrew/perls/perl-5.30.2-thread-multi-ld/lib/5.30.2/base.pm line 137.
Hi Nigel, Sounds like a known perl issue: https://github.com/Perl/perl5/issues/17134 Leon