Skip Menu |

This queue is for tickets about the Inline-BC CPAN distribution.

Report information
The Basics
Id: 42740
Status: resolved
Priority: 0/
Queue: Inline-BC

People
Owner: Nobody in particular
Requestors: rongrw [...] yahoo.com.au
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.06
Fixed in: (no value)



Subject: "make test" - all tests fail
Attempted to build and install Inline::BC version 0.06. Running the commands "perl Makefile.PL" and "make" worked perfectly well. However, running "make test" revealed that all tests failed! My environment consists of: Inline 0.45 Perl 5.10.0 Linux 2.2.x Checking CPAN testers (http://testers.cpan.org/show/Inline-BC.html) also shows a lot of failures for various platforms. The error dialog is shown below: PERL_DL_NONLAZY=1 /usr/SeaWhale/usr/linux-glibc-2.2.5/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00use....Variable "$RE_balanced_brackets" is not imported at (re_eval 9) line 2. Global symbol "$RE_balanced_brackets" requires explicit package name at (re_eval 9) line 2. Compilation failed in regexp at /usr/SeaWhale/usr/linux-glibc-2.2.5/src/Inline-BC-0.06/blib/lib/Inline/BC.pm line 161. Compilation failed in require at (eval 8) line 1. Error. You have specified 'BC' as an Inline programming language. I currently only know about the following languages: C, Foo, foo If you have installed a support module for this language, try deleting the config file from the following Inline DIRECTORY, and run again: /usr/SeaWhale/usr/linux-glibc-2.2.5/src/Inline-BC-0.06/_Inline at t/00use.t line 0 INIT failed--call queue aborted. t/00use....dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay
I think this is an old problem that I fixed some time ago. I have uploaded 0.07. This has been tested on Ubuntu 8.10, Perl 5.10.0, Inline 0.45. Thanks, Piers Harding. On Fri Jan 23 19:47:56 2009, rongrw wrote: Show quoted text
> Attempted to build and install Inline::BC version 0.06. Running the > commands "perl Makefile.PL" and "make" worked perfectly well. However, > running "make test" revealed that all tests failed! > > My environment consists of: > Inline 0.45 > Perl 5.10.0 > Linux 2.2.x > > Checking CPAN testers (http://testers.cpan.org/show/Inline-BC.html) also > shows a lot of failures for various platforms. > > The error dialog is shown below: > > PERL_DL_NONLAZY=1 /usr/SeaWhale/usr/linux-glibc-2.2.5/local/bin/perl > "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', > 'blib/arch')" t/*.t > t/00use....Variable "$RE_balanced_brackets" is not imported at (re_eval > 9) line 2. > Global symbol "$RE_balanced_brackets" requires explicit package name at > (re_eval 9) line 2. > Compilation failed in regexp at >
/usr/SeaWhale/usr/linux-glibc-2.2.5/src/Inline-BC-0.06/blib/lib/Inline/BC.pm Show quoted text
> line 161. > Compilation failed in require at (eval 8) line 1. > Error. You have specified 'BC' as an Inline programming language. > > I currently only know about the following languages: > C, Foo, foo > > If you have installed a support module for this language, try deleting the > config file from the following Inline DIRECTORY, and run again: > > /usr/SeaWhale/usr/linux-glibc-2.2.5/src/Inline-BC-0.06/_Inline > > at t/00use.t line 0 > INIT failed--call queue aborted. > t/00use....dubious
Show quoted text
> Test returned status 2 (wstat 512, 0x200) > DIED. FAILED test 1 > Failed 1/1 tests, 0.00% okay