Skip Menu |

This queue is for tickets about the Module-Build CPAN distribution.

Report information
The Basics
Id: 39698
Status: resolved
Priority: 0/
Queue: Module-Build

People
Owner: Nobody in particular
Requestors: david [...] davidfavor.com
Cc:
AdminCc:

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



Subject: perl-5.10.0-34437 + Module::Build-0.30 bizarre test failure
Date: Mon, 29 Sep 2008 20:37:20 -0500
To: bug-Module-Build [...] rt.cpan.org
From: David Favor <david [...] davidfavor.com>
The first time Module::Build does a 'make test' many test cases fail with the following. The if I 'cd /root/.cpanplus/5.10.0/build/Module-Build-0.30 && make test' all tests pass. If I can do anything to identify the problem, let me know where to start and I will. Show quoted text
_______ /common/pkgs/perl-5.10.0-34437/bin/perl -MCPANPLUS -e 'install("Module::Build")' ... ... ... /common/pkgs/perl-5.10.0-34437/bin/perl Build --makefile_env_macros 1 test t/basic............... # Failed test 'Make sure Module::Build was loaded from blib/' # at t/lib/MBTest.pm line 175. # 'lib/Module/Build.pm' # doesn't match '(?-xism:\bblib\b)' Dubious, test returned 1 (wstat 256, 0x100) Failed 1/52 subtests t/compat..............# Looks like you failed 1 test of 52. # Failed test 'Make sure Module::Build was loaded from blib/' # at t/lib/MBTest.pm line 175. # 'lib/Module/Build.pm' # doesn't match '(?-xism:\bblib\b)' -- Love feeling your best ever, all day, every day? Click http://RadicalHealth.com/join for the easy way.
Subject: Re: [rt.cpan.org #39698] perl-5.10.0-34437 + Module::Build-0.30 bizarre test failure
Date: Mon, 29 Sep 2008 22:08:25 -0400
To: bug-Module-Build [...] rt.cpan.org
From: Michael G Schwern <schwern [...] pobox.com>
David Favor via RT wrote: Show quoted text
> /common/pkgs/perl-5.10.0-34437/bin/perl -MCPANPLUS -e 'install("Module::Build")'
Do you have this problem on a stock 5.10.0? Do you have this problem installing from outside CPANPLUS? Show quoted text
> /common/pkgs/perl-5.10.0-34437/bin/perl Build --makefile_env_macros 1 test > t/basic............... > # Failed test 'Make sure Module::Build was loaded from blib/' > # at t/lib/MBTest.pm line 175. > # 'lib/Module/Build.pm' > # doesn't match '(?-xism:\bblib\b)' > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/52 subtests > t/compat..............# Looks like you failed 1 test of 52. > > # Failed test 'Make sure Module::Build was loaded from blib/' > # at t/lib/MBTest.pm line 175. > # 'lib/Module/Build.pm' > # doesn't match '(?-xism:\bblib\b)' > >
-- You know what the chain of command is? It's the chain I go get and beat you with 'til you understand who's in ruttin' command here. -- Jayne Cobb, "Firefly"
This was a problem in CPANPLUS::Dist::Build and has since been resolved.