[Catalyst] C::P::UploadProgress
Octavian Rasnita
orasnita at gmail.com
Wed May 14 18:49:10 BST 2008
From: "Ash Berlin" <ash_cpan at firemirror.com>
>> Can C::P::UploadProgress be made to work under Windows?
>> I've seen that it requires C::P::Cache::FastMmap and this module can't
>> be installed under Windows, even after installing
>> Cache::FastMmap::WithWin32.
>>
>> Thank you.
>>
>> Octavian
>>
>
> Doesn't work how? Build errors? Just plain doesn't work?
I enclosed below the errors I've seen when doing:
cpan> install Catalyst::Plugin::Cache::FastMmap
I think this module require Cache::FastMmap and it gives errors if it is not
found. It might need to try require-ing Cache::FastMmap but if it is not
found, try require-ing Cache::FastMmap::WithWin32.
The errors:
E:\usr\bin\perl.exe Build --makefile_env_macros 1
Copying lib\Catalyst\Plugin\Cache\FastMmap.pm ->
blib\lib\Catalyst\Plugin\Cache\FastMmap.pm
Manifying blib\lib/Catalyst/Plugin/Cache/FastMmap.pm ->
blib\libdoc\Catalyst.Plugin.Cache.FastMmap.3
HTMLifying blib\lib\Catalyst\Plugin\Cache\FastMmap.pm ->
blib\libhtml\site\lib\Catalyst\Plugin\Cache\FastMmap.html
Build: blib\lib\Catalyst\Plugin\Cache\FastMmap.pm: cannot resolve
L<Catalyst> in paragraph 24.
Build: blib\lib\Catalyst\Plugin\Cache\FastMmap.pm: cannot resolve
L<Catalyst> in paragraph 32.
nmake -- OK
Running make test
Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.
E:\usr\bin\perl.exe Build --makefile_env_macros 1 test
t\01use............
t\01use............NOK 1# Failed test 'use
Catalyst::Plugin::Cache::FastMmap;'
# at t\01use.t line 3.
# Tried to use 'Catalyst::Plugin::Cache::FastMmap'.
# Error: Can't locate Cache/FastMmap.pm in @INC (@INC contains:
E:\usr\cpan\build\Catalyst-Plugin-Cache-FastMmap-0.6\blib\lib
E:\usr\cpan\build\Catalyst-Plugin-
Cache-FastMmap-0.6\blib\arch _build\lib E:/usr/site/lib E:/usr/lib .) at
E:\usr\cpan\build\Catalyst-Plugin-Cache-FastMmap-0.6\blib\lib/Catalyst/Plugin/Cache/FastMmap
.pm line 6.
# BEGIN failed--compilation aborted at
E:\usr\cpan\build\Catalyst-Plugin-Cache-FastMmap-0.6\blib\lib/Catalyst/Plugin/Cache/FastMmap.pm
line 6.
# Compilation failed in require at (eval 2) line 2.
# BEGIN failed--compilation aborted at (eval 2) line 2.
# Looks like you failed 1 test of 1.
t\01use............dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
t\02pod............skipped
all skipped: set TEST_POD to enable this test
t\03podcoverage....skipped
all skipped: Test::Pod::Coverage 1.04 required
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t\01use.t 1 256 1 1 100.00% 1
2 tests skipped.
Failed 1/3 test scripts, 66.67% okay. 1/1 subtests failed, 0.00% okay.
NMAKE : fatal error U1077: 'E:\usr\bin\perl.exe' : return code '0xff'
Stop.
nmake test -- NOT OK
Running make install
make test had returned bad status, won't install without force
cpan>
Octavian
More information about the Catalyst
mailing list