Skip Menu |

This queue is for tickets about the overload-eval CPAN distribution.

Report information
The Basics
Id: 67194
Status: resolved
Priority: 0/
Queue: overload-eval

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

Bug Information
Severity: (no value)
Broken in: 0.09
Fixed in: (no value)



Subject: Another bleadperl problem: undefined symbol: Perl_refcounted_he_fetch
With the perl 5.14.0 RC0 (commit id c2c97af8cb32b7e57f42c6e11ab8084075742761) I get the following failure on a freebsd 8.0 box: PERL_DL_NONLAZY=1 /usr/home/cpansand/var/ctps/5140RC0/install/perl-v5.13.11-368-gc2c97af/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'bli b/lib', 'blib/arch')" t/*.t Can't load '/var/tmp/CPAN-build/overload-eval-0.09-h8_8uZ/blib/arch/auto/overload/eval/eval.so' for module overload::eval: /var/tmp/CPAN-build/overloa d-eval-0.09-h8_8uZ/blib/arch/auto/overload/eval/eval.so: Undefined symbol "Perl_refcounted_he_fetch" at /home/cpansand/var/ctps/5140RC0/install/perl-v 5.13.11-368-gc2c97af/lib/5.14.0/i386-freebsd/DynaLoader.pm line 190. at t/basic.t line 11 Compilation failed in require at t/basic.t line 11. BEGIN failed--compilation aborted at t/basic.t line 11. t/basic.t ..... Regards, Slaven
Git bisect leads to 88ea365576417b263eed614d4b3c1c4781b6544a is the first bad commit commit 88ea365576417b263eed614d4b3c1c4781b6544a Author: Jesse Vincent <jesse@bestpractical.com> Date: Sat Apr 2 18:58:17 2011 +0800 First provisional bump to 5.14.0-RC0 HTH,
Resolved by fixing CPP declaration.