David Coutadeur wrote: > Package: liblasso-perl > Version: 2.3.6-2 > Severity: grave > Justification: renders package unusable > > When using perl Lasso binding on Debian wheezy 32bits, > I get this error message: > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/Lasso.t .. Not a CODE reference at /usr/lib/perl/5.14/DynaLoader.pm line > 207. > END failed--call queue aborted at > /root/lasso-2.4.0-install/bindings/perl/blib/lib/Lasso.pm line 207. > Compilation failed in require at t/Lasso.t line 9.
This refers to some /root/lasso-2.4.0-install/ path; but nevertheless, running a simple program (with use diagnostics;) gives me this: Not a CODE reference at /usr/share/perl/5.14/XSLoader.pm line 95. END failed--call queue aborted at /usr/lib/perl5/Lasso.pm line 95. Compilation failed in require at test.pl line 4. BEGIN failed--compilation aborted at test.pl line 4 (#1) (F) Perl was trying to evaluate a reference to a code value (that is, a subroutine), but found a reference to something else instead. You can use the ref() function to find out what kind of ref it really was. See also perlref. Uncaught exception from user code: Not a CODE reference at /usr/share/perl/5.14/XSLoader.pm line 95. END failed--call queue aborted at /usr/lib/perl5/Lasso.pm line 95. Compilation failed in require at test.pl line 4. BEGIN failed--compilation aborted at test.pl line 4. at test.pl line 4 I also ran strace on it but it looks like it loads Lasso.bs, Lasso.so, and then liblasso.so just fine. (and I checked with python-lasso and lasso.so also loads without a problem there). Just look you said, that error doesn't happen on amd64; I was curious and also tested on armel and it's the same over there :/ Can't investigate much further now, maybe you could follow what the perl message says and look into perlref to find the root cause of the problem? Fred -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org