On Oct 26, 2007, at 4:00 AM, Rafael Garcia-Suarez wrote:

On 25/10/2007, Ken Williams <[EMAIL PROTECTED]> wrote:
I just upgraded it in bleadperl.

Excellent, thanks.

It seems that xs.t is now failing on many platforms. Since the test
file itself hasn't many changes, I'd blame the code itself...

I think the problem is the wacky directory names that end up happening in core when we find the perl interpreter. Things like "/ Users/ken/Downloads/perl/bleadperl/t/_tmp.2161/Simple/../../../ perl". Then when we remove that tempdir, it can't find perl anymore. One solution would be to collapse that down to "/Users/ken/ Downloads/perl/bleadperl/perl". Not sure if that's the right solution though.

The following band-aid will get blead working, at least.

 -Ken

--- lib/Module/Build/t/xs.t~    2007-10-25 04:50:40.000000000 -0500
+++ lib/Module/Build/t/xs.t     2007-10-26 23:16:00.000000000 -0500
@@ -102,7 +102,7 @@

 # cleanup
 chdir( $cwd ) or die "Can''t chdir to '$cwd': $!";
-$dist->remove;
+#$dist->remove;


 ########################################

Reply via email to