Hello Monks,
I've got a problem that's been driving me crazy. I am trying to build
Thread::Tie on a Windows box running ActivePerl 5.8.8 (MSWin32-x86-multi-thread). This box is unable to go online and access cpan so im building from the .tar.gz with nmake. I've built the dependency with no problem, but this one just wont go no matter what I try.
Heres the error I get when doing '>nmake test':
D:\Perl\Thread-Tie-0.12>nmake test
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
D:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harn
+ess(0, 'bl
ib\lib', 'blib\arch')" t/*.t
t/Tie01....ok 1/71Thread 1 terminated abnormally: Can't locate .pm in
+@INC (@INC
contains: D:\Perl\Thread-Tie-0.12\blib\lib D:\Perl\Thread-Tie-0.12\bl
+ib\arch D:
/Perl/site/lib D:/Perl/lib/MSWin32-x86-multi-thread D:/Perl/lib/MSWin3
+2-x86-mult
i-thread D:/Perl/lib . D:/Perl/site/lib D:/Perl/lib/MSWin32-x86-multi-
+thread D:/
Perl/lib .) at D:\Perl\Thread-Tie-0.12\blib\lib/Thread/Tie/Thread.pm (
+loaded on
demand from offset 8952 for 426 bytes) line 333.
(then it hangs until i give it a SIGINT(2))
Very much like
this Build Status page I found. The only difference is that they are using an older version of perl that shouldn't even have support for threads. On the other hand,
this build passes.
Needless to say I am thoroughly confused. Is my perl lying about its version? or is there another problem.
I really appreciate any help you may be able to provide.
Thanks,
- Zen
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.