Thread File::HomeDir unter Windows 7 (6 answers)
Opened by GwenDragon at 2011-05-24 10:55

GwenDragon
 2011-05-24 10:55
#149072 #149072
User since
2005-01-17
14544 Artikel
Admin1
[Homepage]
user image
Bekommt irgendjemand die aktuelle CPAN:File::HomeDir 0.97 unter Windows 7 64bit Ult. installiert.
Ich verwende Strawberryperl 5.8.9 (32bit). Installiert ist File::HomeDir 0.89.

cpan bricht beim Test ab.
more (4.0kb):
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
PERL-5.8 U:\Perl>cpan File::HomeDir
CPAN: CPAN::SQLite loaded ok (v0.199)
Database was generated on Mon, 23 May 2011 18:10:19 GMT
Running install for module 'File::HomeDir'
Running make for A/AD/ADAMK/File-HomeDir-0.97.tar.gz
CPAN: Digest::SHA loaded ok (v5.62)
CPAN: Compress::Zlib loaded ok (v2.035)
Checksum for C:\strawberry\cpan\sources\authors\id\A\AD\ADAMK\File-HomeDir-0.97.tar.gz ok
CPAN: Archive::Tar loaded ok (v1.76)
CPAN: File::Temp loaded ok (v0.22)
CPAN: Parse::CPAN::Meta loaded ok (v1.4401)
CPAN: CPAN::Meta loaded ok (v2.110930)
CPAN: Module::CoreList loaded ok (v2.49)

CPAN.pm: Going to build A/AD/ADAMK/File-HomeDir-0.97.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for File::HomeDir
Could not read metadata file. Falling back to other methods to determine prerequisites
cp lib/File/HomeDir/Darwin.pm blib\lib\File\HomeDir\Darwin.pm
cp lib/File/HomeDir/Darwin/Cocoa.pm blib\lib\File\HomeDir\Darwin\Cocoa.pm
cp lib/File/HomeDir/Test.pm blib\lib\File\HomeDir\Test.pm
cp lib/File/HomeDir/MacOS9.pm blib\lib\File\HomeDir\MacOS9.pm
cp lib/File/HomeDir/Driver.pm blib\lib\File\HomeDir\Driver.pm
cp lib/File/HomeDir/Windows.pm blib\lib\File\HomeDir\Windows.pm
cp lib/File/HomeDir.pm blib\lib\File\HomeDir.pm
cp lib/File/HomeDir/Unix.pm blib\lib\File\HomeDir\Unix.pm
cp lib/File/HomeDir/FreeDesktop.pm blib\lib\File\HomeDir\FreeDesktop.pm
cp lib/File/HomeDir/Darwin/Carbon.pm blib\lib\File\HomeDir\Darwin\Carbon.pm
ADAMK/File-HomeDir-0.97.tar.gz
C:\strawberry\c\bin\dmake.EXE -- OK
CPAN: YAML loaded ok (v0.73)
Running make test
C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib\lib', 'blib\arch')" t/*.t
t/01_compile.t ........ 1/11 # Implemented by: File::HomeDir::Windows
t/01_compile.t ........ ok
t/02_main.t ........... 1/39
# Failed test 'Found our home directory'
# at t/02_main.t line 167.

# Failed test 'Found our home directory'
# at t/02_main.t line 178.

# Failed test 'Found our home directory'
# at t/02_main.t line 191.
# Looks like you failed 3 tests of 39.
t/02_main.t ........... Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/39 subtests
(less 4 skipped subtests: 32 okay)
t/10_test.t ........... ok
t/11_darwin.t ......... skipped: Not running on Darwin
t/12_darwin_carbon.t .. skipped: Not running on 32-bit Darwin
t/13_darwin_cocoa.t ... skipped: Not running on Darwin with Cocoa API using Mac::SystemDirectory

Test Summary Report
-------------------
t/02_main.t (Wstat: 768 Tests: 39 Failed: 3)
Failed tests: 16-17, 19
Non-zero exit status: 3
Files=6, Tests=80, 2 wallclock secs ( 0.05 usr + 0.11 sys = 0.16 CPU)
Result: FAIL
Failed 1/6 test programs. 3/80 subtests failed.
dmake.EXE: Error code 255, while making 'test_dynamic'
ADAMK/File-HomeDir-0.97.tar.gz
C:\strawberry\c\bin\dmake.EXE test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports ADAMK/File-HomeDir-0.97.tar.gz
Running make install
make test had returned bad status, won't install without force


Editiert von GwenDragon: Installierte Version hinzu
Last edited: 2011-05-24 11:11:53 +0200 (CEST)
die Drachin, Gwendolyn


Unterschiedliche Perl-Versionen auf Windows (fast wie perlbrew) • Meine Perl-Artikel

View full thread File::HomeDir unter Windows 7