Skip Menu |

This queue is for tickets about the Term-TermKey CPAN distribution.

Report information
The Basics
Id: 128567
Status: resolved
Priority: 0/
Queue: Term-TermKey

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

Bug Information
Severity: (no value)
Broken in: 0.16
Fixed in: 0.17



Subject: Test suite started to fail (with Alien::libtermkey 0.21?)
On my smokers: ... # Failed test 'use Term::TermKey;' # at t/00use.t line 8. # Tried to use 'Term::TermKey'. # Error: Can't load '/home/cpansand/.cpan/build/2019022020/Term-TermKey-0.16-2/blib/arch/auto/Term/TermKey/TermKey.so' for module Term::TermKey: libtermkey.so.1: cannot open shared object file: No such file or directory at /opt/perl-5.26.1t/lib/5.26.1/x86_64-linux-thread-multi/DynaLoader.pm line 193. # # Compilation failed in require at t/00use.t line 8. # BEGIN failed--compilation aborted at t/00use.t line 8. # Looks like you failed 1 test of 1. t/00use.t ........... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests ... (etc) ... Statistical analysis suggests that the failure started with Alien::libtermkey 0.21: **************************************************************** Regression 'mod:Alien::libtermkey' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 83950502044279104.00 [1='eq_0.17'] 0.0000 0.0000 1.96 [2='eq_0.18'] 0.0000 0.0000 0.00 [3='eq_0.19'] 0.0000 0.0000 2.03 [4='eq_0.21'] -1.0000 0.0000 -48026197828563448.00 R^2= 1.000, N= 223, K= 5 ****************************************************************
Yes, that's due to my moving of the -rpath handling out of the Alien:: module into the Module::Build::Using::PkgConfig build wrapper. This should be fixed with the newly-released version 0.17 -- Paul Evans