Thread XAMPP, Windows, Modulinstallation klappt nicht. (14 answers)
Opened by Ionit at 2020-12-17 20:44

Ionit
 2020-12-18 12:59
#193010 #193010
User since
2006-05-16
81 Artikel
BenutzerIn
[default_avatar]
Hallo Gwen,

die Installation von Strawberry-Perl hat vieles verbessert. Danke für den Tip-

Die Installation per cpan WWW::Mechanize lief dann wesentlich länger und brach nicht schon sehr früh ab (es wurden endlose Abhängigkeiten nachgeladen).

Leider gab es dann später aber wieder einen Fehler (und Abbruch)


Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Test Summary Report
-------------------
t/base/ua.t (Wstat: 512 Tests: 51 Failed: 2)
Failed tests: 40-41
Non-zero exit status: 2
Files=19, Tests=269, 26 wallclock secs ( 0.19 usr + 0.05 sys = 0.23 C
Result: FAIL
Failed 1/19 test programs. 2/269 subtests failed.
dmake.exe: Error code 255, while making 'test_dynamic'
OALDERS/libwww-perl-6.50.tar.gz
C:\strawberry\c\bin\dmake.exe test -- NOT OK
//hint// to see the cpan-testers results for installing this module, tr
reports OALDERS/libwww-perl-6.50.tar.gz
Running make install
make test had returned bad status, won't install without force
Stopping: 'install' failed for 'O/OA/OALDERS/libwww-perl-6.50.tar.gz'.


Das hat mit LWP zu tun.

Also versuchte ich danach.
cpanm LWP

Code: (dl )
1
2
3
4
5
6
--> Working on LWP
Fetching http://www.cpan.org/authors/id/O/OA/OA
OK
Configuring libwww-perl-6.50 ... OK
Building and testing libwww-perl-6.50 ... FAIL
See C:\Users\Mattes\.cpanm\build.log for details.


build.log


Code: (dl )
1
2
3
4
5
6
7
8
9
10
#   Failed test 'proxy('http') returns URL'
# at t/base/ua.t line 174.
# got: 'http://otherexample.com'
# expected: 'http://example.com'

# Failed test at t/base/ua.t line 175.
# got: undef
# expected: 'Environment contains multiple differing definitions for 'http_proxy'.
# Using value from 'HTTP_PROXY' (http://example.com) and ignoring 'http_proxy' (http://otherexample.com)'
# Looks like you failed 2 tests of 51.


Hast Du eine Idee was da schief läuft?

Danke und Gruß
Matthias

View full thread XAMPP, Windows, Modulinstallation klappt nicht.