Thread Installationsproblem WWW::Mechanize auf Strawberry (27 answers)
Opened by bianca at 2010-02-24 10:21

bianca
 2010-02-24 10:24
#133581 #133581
User since
2009-09-13
7016 Artikel
BenutzerIn

user image
Anscheind war ich zu ungeduldig, es lief dann doch noch weiter, hier der Rest. Leider funktioniert das Modul trotzdem nicht.

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
#   Failed test '404 check'
t\local\back.t ........... 33/47 # at t\local\back.t line 151.
# got: '500'
# expected: '404'
# $server404url=http://ci-0037241:61124/
# $mech->content="500 Can't connect to ci-0037241:61124 (connect: timeout)
# "
# Looks like you failed 1 test of 47.
t\local\back.t ........... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/47 subtests
t\local\click.t .......... 1/9 # Started http://localhost:61180/
t\local\click.t .......... ok
t\local\click_button.t ... 1/19 # Started http://localhost:61186/
t\local\click_button.t ... ok
t\local\failure.t ........ 1/15 # Started http://localhost:61193/
t\local\failure.t ........ ok
t\local\follow.t ......... 1/22 # Started http://localhost:61196/
t\local\follow.t ......... ok
t\local\form.t ........... 1/13 # Started http://localhost:61203/
t\local\form.t ........... ok
t\local\get.t ............ 1/32 # Started http://localhost:61207/
t\local\get.t ............ ok
t\local\overload.t ....... skipped: Mysteriously stopped passing, and I don't know why.
t\local\page_stack.t ..... 1/16 # Started http://localhost:61223/
t\local\page_stack.t ..... ok
t\local\referer.t ........ ok
t\local\reload.t ......... 1/14 # Started http://localhost:61233/
t\local\reload.t ......... ok
t\local\submit.t ......... 1/13 # Started http://localhost:61237/
t\local\submit.t ......... ok
t\mech-dump\mech-dump.t .. ok
t\new.t .................. ok
t\pod-coverage.t ......... skipped: Test::Pod::Coverage 1.04 required for testing POD coverage
t\pod.t .................. ok
t\regex-error.t .......... ok
t\save_content.t ......... ok
t\select.t ............... ok
t\taint.t ................ ok
t\tick.t ................. ok
t\upload.t ............... ok
t\warn.t ................. ok
t\warnings.t ............. ok

Test Summary Report
-------------------
t\cookies.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t\local\back.t (Wstat: 256 Tests: 47 Failed: 1)
Failed test: 33
Non-zero exit status: 1
t\local\click_button.t (Wstat: 0 Tests: 19 Failed: 0)
TODO passed: 15-17, 19
Files=50, Tests=570, 243 wallclock secs ( 0.67 usr + 0.56 sys = 1.23 CPU)
Result: FAIL
Failed 2/50 test programs. 1/570 subtests failed.
dmake.EXE: Error code 255, while making 'test_dynamic'
PETDANCE/WWW-Mechanize-1.60.tar.gz
C:\strawberry\c\bin\dmake.EXE test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports PETDANCE/WWW-Mechanize-1.60.tar.gz
Running make install
make test had returned bad status, won't install without force
Failed during this command:
PETDANCE/WWW-Mechanize-1.60.tar.gz : make_test NO


Code: (dl )
1
2
3
4
C:\Arbeit\pszv>perl test.pl
Can't locate WWW/Mechanize.pm in @INC (@INC contains: C:/strawberry/perl/lib C:/strawberry/perl/site/lib C:\strawberr
y\perl\vendor\lib .) at test.pl line 4.
BEGIN failed--compilation aborted at test.pl line 4.
10 print "Hallo"
20 goto 10

View full thread Installationsproblem WWW::Mechanize auf Strawberry