Thread Installationsfehler Net::Fritz (7 answers)
Opened by bianca at 2017-04-10 20:38

bianca
 2017-04-10 20:38
#186311 #186311
User since
2009-09-13
6977 Artikel
BenutzerIn

user image
Hi!
Habe auf Win10 mit Strawberry perl 5, version 20, subversion 2 (v5.20.2) built for MSWin32-x86-multi-thread-64int Probleme bei der Installation von CPAN:Net::Fritz.
Ich bitte um Hilfe wie ich das installieren kann. Vielen Dank!

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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
cpan> force install Net::Fritz
Running install for module 'Net::Fritz'
CGARBS/Net-Fritz-v0.0.5.tar.gz
Has already been unwrapped into directory C:\STRAWB~1\cpan\build\Net-Fritz-v0.0.5-ymbiS7
CGARBS/Net-Fritz-v0.0.5.tar.gz
Has already been prepared
Running make for C/CG/CGARBS/Net-Fritz-v0.0.5.tar.gz
---- Unsatisfied dependencies detected during ----
---- CGARBS/Net-Fritz-v0.0.5.tar.gz ----
Test::Mock::LWP::Dispatch [build_requires]
Running install for module 'Test::Mock::LWP::Dispatch'
TADAM/Test-Mock-LWP-Dispatch-0.08.tar.gz
Has already been unwrapped into directory C:\STRAWB~1\cpan\build\Test-Mock-LWP-Dispatch-0.08-DbStAU
TADAM/Test-Mock-LWP-Dispatch-0.08.tar.gz
Has already been prepared
TADAM/Test-Mock-LWP-Dispatch-0.08.tar.gz
Has already been made
Running make test
"C:\Strawberry\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/default_headers.t ....... ok
t/global.t ................ ok
t/incorrect_usage.t ....... ok
t/load.t .................. ok
t/map_passthrough.t ....... 2/4
# Failed test 'actual content in resp'
# at t/map_passthrough.t line 19.
# '<HTML>
# <HEAD>
# <TITLE>Directory C:</TITLE>
# <BASE HREF="file://C:%5CSTRAWB~1%5Ccpan%5Cbuild%5CTest-Mock-LWP-Dispatch-0.08-DbStAU%5Ct%5Cmap_passthrough.t/">
# </HEAD>
# <BODY>
# <H1>Directory listing of C:</H1>
# <UL>
# <LI><A HREF="./">./</A>
# <LI><A HREF="../">../</A>
# <LI><A HREF="Changes">Changes</A>
# <LI><A HREF="LICENSE">LICENSE</A>
# <LI><A HREF="MANIFEST">MANIFEST</A>
# <LI><A HREF="META.yml">META.yml</A>
# <LI><A HREF="MYMETA.json">MYMETA.json</A>
# <LI><A HREF="MYMETA.yml">MYMETA.yml</A>
# <LI><A HREF="Makefile">Makefile</A>
# <LI><A HREF="Makefile.PL">Makefile.PL</A>
# <LI><A HREF="README">README</A>
# <LI><A HREF="blib">blib</A>
# <LI><A HREF="dist.ini">dist.ini</A>
# <LI><A HREF="lib">lib</A>
# <LI><A HREF="pm_to_blib">pm_to_blib</A>
# <LI><A HREF="t">t</A>
# </UL>
# </BODY>
# </HTML>
# '
# doesn't match '(?^:dummy_marker_of_this_file_123)'
# Looks like you failed 1 test of 4.
t/map_passthrough.t ....... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests
t/mapping.t ............... ok
t/methods.t ............... ok
t/moose.t ................. ok
t/release-pod-coverage.t .. skipped: these tests are for release candidate testing
t/release-pod-syntax.t .... skipped: these tests are for release candidate testing
t/ua_requests.t ........... ok
t/unmap.t ................. ok

Test Summary Report
-------------------
t/map_passthrough.t (Wstat: 256 Tests: 4 Failed: 1)
Failed test: 3
Non-zero exit status: 1
Files=12, Tests=54, 7 wallclock secs ( 0.25 usr + 0.13 sys = 0.37 CPU)
Result: FAIL
Failed 1/12 test programs. 1/54 subtests failed.
dmake.exe: Error code 255, while making 'test_dynamic'
TADAM/Test-Mock-LWP-Dispatch-0.08.tar.gz
C:\STRAWB~1\c\bin\dmake.exe test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports TADAM/Test-Mock-LWP-Dispatch-0.08.tar.gz
Running make install
Installing C:\STRAWB~1\perl\site\lib\Test\Mock\LWP\Dispatch.pm
Appending installation info to C:\STRAWB~1\perl\lib/perllocal.pod
TADAM/Test-Mock-LWP-Dispatch-0.08.tar.gz
C:\STRAWB~1\c\bin\dmake.exe install UNINST=1 -- OK
Stopping: 'install' failed for 'Test::Mock::LWP::Dispatch'.
Failed during this command:
TADAM/Test-Mock-LWP-Dispatch-0.08.tar.gz : make_test NO but failure ignored because 'force' in effect
10 print "Hallo"
20 goto 10

View full thread Installationsfehler Net::Fritz