Skip Menu |

This queue is for tickets about the Tie-RefHash CPAN distribution.

Report information
The Basics
Id: 24188
Status: resolved
Priority: 0/
Queue: Tie-RefHash

People
Owner: Nobody in particular
Requestors: orasnita [...] gmail.com
Cc:
AdminCc:

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



Subject: Impossible to install it under Windows
Date: Tue, 2 Jan 2007 22:32:57 +0200
To: <bug-Tie-RefHash [...] rt.cpan.org>
From: "Octavian Rasnita" <orasnita [...] gmail.com>
Hi, I have tried installing Tie::RefHash under Windows XP Pro, but I couldn't do it. Here are some details: perl Makefile.pl The result was Ok. nmake The result was ok nmake test > errors.txt The result was: D:\usr\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t t/rebless.....ok t/refhash.....ok t/storable....ok t/threaded....dubious Test returned status 5 (wstat 1280, 0x500) DIED. FAILED tests 4-14 Failed 11/14 tests, 21.43% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/threaded.t 5 1280 14 22 4-14 Failed 1/4 test scripts. 11/79 subtests failed. Files=4, Tests=79, 4 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) I have also tried nmake test 2> error.txt The result was: Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. Failed 1/4 test programs. 11/79 subtests failed. NMAKE : fatal error U1077: 'D:\WINDOWS\system32\cmd.exe' : return code '0x5' Stop. In both cases, it appeared a pop up window with the following error: Perl Command Line Interpreter Perl Command Line Interpreter has encountered a problem and needs to close. We are sorry for the inconvenience. If you were in the middle of something, the information you were working on might be lost. For more information about this error, click here. Debug Close I have also tried installing it with the cpan shell, and in that case some more errors were shown (like 12 from 17 tests failed), and that pop up window with the error appeared for more times. I need this module for using some Catalyst modules. Thank you very much. Octavian
Some windows perls have a weird threads error that I can't debug. Force install it, the code works, but something is causing perl to crash in the test... I doubt it's my fault but I don't really know. Sorry
1.38 skips the test under windows since no solution or even a diagnosis has surfaced yet. The non thread related features of Tie::RefHash are expected to work and are, of course, still tested during installation.