Leser: 16
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
cpan> install SOAP::Lite
Running install for module 'SOAP::Lite'
Running make for M/MK/MKUTTER/SOAP-Lite-0.710.10.tar.gz
Has already been unwrapped into directory C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD
Has already been made
Running make test
C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/01-core.t t/010-
serializer.t t/012-cloneable.t t/013-array-deserialization.t t/014_UNIVERSAL_use.t t/015_UNIVERSAL_can.t t/02-payload.t t/03
-server.t t/04-attach.t t/05-customxml.t t/06-modules.t t/07-xmlrpc_payload.t t/08-schema.t t/096_characters.t t/097_kwalite
e.t t/098_pod.t t/099_pod_coverage.t t/IO/SessionData.t t/IO/SessionSet.t t/SOAP/Data.t t/SOAP/Serializer.t t/SOAP/Lite/Pack
ager.t t/SOAP/Lite/Deserializer/XMLSchema1999.t t/SOAP/Lite/Deserializer/XMLSchema2001.t t/SOAP/Lite/Deserializer/XMLSchemaS
OAP1_1.t t/SOAP/Lite/Deserializer/XMLSchemaSOAP1_2.t t/SOAP/Schema/WSDL.t t/SOAP/Transport/FTP.t t/SOAP/Transport/HTTP.t t/S
OAP/Transport/IO.t t/SOAP/Transport/LOCAL.t t/SOAP/Transport/MAILTO.t t/SOAP/Transport/MQ.t t/SOAP/Transport/POP3.t t/SOAP/T
ransport/HTTP/CGI.t t/XML/Parser/Lite.t t/XMLRPC/Lite.t
t/01-core.t .................................. ok
t/010-serializer.t ........................... ok
t/012-cloneable.t ............................ ok
t/013-array-deserialization.t ................ ok
t/014_UNIVERSAL_use.t ........................ ok
t/015_UNIVERSAL_can.t ........................ ok
t/02-payload.t ............................... ok
t/03-server.t ................................ ok
t/04-attach.t ................................ ok
t/05-customxml.t ............................. ok
t/06-modules.t ............................... 1/?
t/06-modules.t ............................... 5/? # Failed test 'use SOAP::Transport::TCP'
# at t/06-modules.t line 39.
# got: 'Your vendor has not defined POSIX macro EWOULDBLOCK, used at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2
_uDD\blib\lib/IO/SessionData.pm line 33
# BEGIN failed--compilation aborted at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/IO/SessionData.pm line 41
.
# Compilation failed in require at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/SOAP/Transport/TCP.pm line 20
.
# BEGIN failed--compilation aborted at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/SOAP/Transport/TCP.pm lin
e 20.
# Compilation failed in require at (eval 100) line 3.
# '
# expected: ''
Your vendor has not defined POSIX macro EWOULDBLOCK, used at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/IO/
SessionData.pm line 33
BEGIN failed--compilation aborted at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/IO/SessionData.pm line 41.
Compilation failed in require at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/SOAP/Transport/TCP.pm line 20.
BEGIN failed--compilation aborted at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/SOAP/Transport/TCP.pm line
20.
Compilation failed in require at (eval 100) line 3.
# Failed test 'use XMLRPC::Transport::TCP'
# at t/06-modules.t line 39.
# got: 'Attempt to reload SOAP/Transport/TCP.pm aborted.
# Compilation failed in require at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/XMLRPC/Transport/TCP.pm line
19.
# BEGIN failed--compilation aborted at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/XMLRPC/Transport/TCP.pm l
ine 19.
# Compilation failed in require at (eval 129) line 3.
# '
# expected: ''
Attempt to reload SOAP/Transport/TCP.pm aborted.
Compilation failed in require at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/XMLRPC/Transport/TCP.pm line 19
.
BEGIN failed--compilation aborted at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/XMLRPC/Transport/TCP.pm lin
e 19.
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Compilation failed in require at (eval 129) line 3.
# Looks like you failed 2 tests of 17.
t/06-modules.t ............................... Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/17 subtests
(less 3 skipped subtests: 12 okay)
t/07-xmlrpc_payload.t ........................ ok
t/08-schema.t ................................ ok
t/096_characters.t ........................... skipped: (no reason given)
t/097_kwalitee.t ............................. skipped: (no reason given)
t/098_pod.t .................................. skipped: (no reason given)
t/099_pod_coverage.t ......................... skipped: (no reason given)
t/IO/SessionData.t ........................... 1/9
# Failed test 'use IO::SessionData;'
# at t/IO/SessionData.t line 4.
# Tried to use 'IO::SessionData'.
# Error: Your vendor has not defined POSIX macro EWOULDBLOCK, used at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uD
D\blib\lib/IO/SessionData.pm line 33
# BEGIN failed--compilation aborted at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/IO/SessionData.pm line 41
.
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
Can't locate object method "new" via package "IO::SessionData" at t/IO/SessionData.t line 6.
# Looks like you planned 9 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 9 just after 1.
t/IO/SessionData.t ........................... Dubious, test returned 9 (wstat 2304, 0x900)
Failed 9/9 subtests
t/IO/SessionSet.t ............................
t/IO/SessionSet.t ............................ 1/6 # Failed test 'use IO::SessionSet;'
# at t/IO/SessionSet.t line 3.
# Tried to use 'IO::SessionSet'.
# Error: Your vendor has not defined POSIX macro EWOULDBLOCK, used at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uD
D\blib\lib/IO/SessionData.pm line 33
# BEGIN failed--compilation aborted at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/IO/SessionData.pm line 41
.
# Compilation failed in require at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/IO/SessionSet.pm line 15.
# BEGIN failed--compilation aborted at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/IO/SessionSet.pm line 15.
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
Can't locate object method "SessionDataClass" via package "IO::SessionSet" at t/IO/SessionSet.t line 5.
# Looks like you planned 6 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 255 just after 1.
t/IO/SessionSet.t ............................ Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 6/6 subtests
t/SOAP/Data.t ................................ ok
t/SOAP/Lite/Deserializer/XMLSchema1999.t ..... ok
t/SOAP/Lite/Deserializer/XMLSchema2001.t ..... ok
t/SOAP/Lite/Deserializer/XMLSchemaSOAP1_1.t .. ok
t/SOAP/Lite/Deserializer/XMLSchemaSOAP1_2.t .. ok
t/SOAP/Lite/Packager.t ....................... ok
t/SOAP/Schema/WSDL.t ......................... ok
t/SOAP/Serializer.t .......................... 1/13 Use of uninitialized value $values[0] in join or string at C:\strawberry
\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/SOAP/Lite.pm line 1404.
Use of uninitialized value $values[0] in join or string at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/SOAP/
Lite.pm line 1404.
Use of uninitialized value $values[0] in join or string at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/SOAP/
Lite.pm line 1404.
Use of uninitialized value $values[0] in join or string at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/SOAP/
Lite.pm line 1404.
t/SOAP/Serializer.t .......................... ok
t/SOAP/Transport/FTP.t ....................... 1/7 Use of uninitialized value in split at C:\strawberry\cpan\build\SOAP-Lite
-0.710.10-K2_uDD\blib\lib/SOAP/Transport/FTP.pm line 54.
substr outside of string at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/SOAP/Transport/FTP.pm line 55.
Use of uninitialized value $_[1] in join or string at C:/strawberry/perl/lib/IO/Socket/INET.pm line 117.
Use of uninitialized value $server in concatenation (.) or string at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib
\lib/SOAP/Transport/FTP.pm line 59.
t/SOAP/Transport/FTP.t ....................... ok
t/SOAP/Transport/HTTP.t ...................... ok
t/SOAP/Transport/HTTP/CGI.t .................. ok
t/SOAP/Transport/IO.t ........................ ok
t/SOAP/Transport/LOCAL.t ..................... ok
t/SOAP/Transport/MAILTO.t .................... skipped: Cannot test without Test::MockObject
t/SOAP/Transport/MQ.t ........................ skipped: Cannot test without Test__MockObject
t/SOAP/Transport/POP3.t ...................... ok
t/XML/Parser/Lite.t .......................... 1/38 Use of uninitialized value in string eq at C:\strawberry\cpan\build\SOAP
-Lite-0.710.10-K2_uDD\blib\lib/XML/Parser/Lite.pm line 185.
t/XML/Parser/Lite.t .......................... ok
t/XMLRPC/Lite.t .............................. ok
Test Summary Report
-------------------
t/06-modules.t (Wstat: 512 Tests: 17 Failed: 2)
Failed tests: 5, 13
Non-zero exit status: 2
t/IO/SessionData.t (Wstat: 2304 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 9
Parse errors: Bad plan. You planned 9 tests but ran 1.
t/IO/SessionSet.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 6 tests but ran 1.
Files=37, Tests=878, 10 wallclock secs ( 0.31 usr + 0.11 sys = 0.42 CPU)
Result: FAIL
Failed 3/37 test programs. 4/878 subtests failed.
dmake.EXE: Error code 255, while making 'test_dynamic'
MKUTTER/SOAP-Lite-0.710.10.tar.gz
C:\strawberry\c\bin\dmake.EXE test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports MKUTTER/SOAP-Lite-0.710.10.tar.gz
Running make install
make test had returned bad status, won't install without force
Failed during this command:
MKUTTER/SOAP-Lite-0.710.10.tar.gz : make_test NO
cpan>
2010-03-02T17:03:49 biancaUnd hier Teil 2 (boah, jetzt bekomme ich "You have to wait a few seconds until posting again; please try again later.", pq, was ist das denn alles für Zeugs? Reicht es nicht, wenn man diese Begrenzungen für Gäste macht?):
2010-03-02T17:10:13 pqwas ist schon dabei, 20 sekunden zu warten? hängt dein leben davon ab, dass du das schneller posten kannst oder was?
2010-03-02T18:03:11 GwenDragonNein, aber mit der Möglichkeit lange Listings zu verlinken.
2010-03-02T18:49:13 GwenDragonNein, aber du sagtest ja, du teilst manchmal Ausgaben für Postings auf
2010-03-02T19:02:41 pqder check auf 10.000 characters existiert bisher nur beim thread-erstellen.
ist aber auch IMHO sinnvoll, das zu beschränken und auf weitere postings aufzuteilen, solange kein more-tag existiert, man will ja nicht immer über denselben langen text scrollen.
2010-03-02T19:06:25 biancaAchsooooooooooo! Ja, jetzt verstehe ich das auch. Weil ja klar der erste Post immer offen ist default.
OK. Jau. Auf jeden Fall extrem sinnvoll da sonst sehr trafficlastig.
QuoteFrage dazu: Gibt es einen bestimmten Grund, warum man bei längeren Abschnitten innerhalb von Code-, Quote- oder Perl-Tags diese nicht einfach ausgeblendet läßt und auf Klick mittels Ajax den Abschnitt nachlädt? Egal, ob Eröffnungspost oder nicht? Würde Traffic sparen und Übersichtlichkeit erhöhen.
2010-03-02T19:09:44 pqlies bitte nochmal meine antwort, da steht was von "solange es noch kein more-tag" gibt.
1
2
3
4
5
6
7
8
9
10
CPAN Terminal> i http://search.cpan.org/CPAN/authors/id/M/MK/MKUTTER/SOAP-Lite-0.55.tar.gz
Installing SOAP::Lite (0.55)
*** Install log written to:
C:\cpanplus\install-logs\SOAP-Lite-0.55-1267557314.log
Module 'SOAP::Lite' installed successfully
No errors installing all modules
CPAN Terminal>
Quote[MSG] [Tue Mar 2 20:15:14 2010] Module 'SOAP::Lite' already up to date, won't install without force
1
2
3
4
5
6
D:\>perl -e "use SOAP::Lite;"
Can't locate SOAP/Lite.pm in @INC (@INC contains: C:/strawberry/perl/lib C:/strawberry/perl/site/lib C:\strawberry\perl\vend
or\lib .) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
D:\>
1
2
3
4
5
6
7
8
9
CPAN Terminal> i http://search.cpan.org/CPAN/authors/id/M/MK/MKUTTER/SOAP-Lite-0.55.tar.gz --force
Installing SOAP::Lite (0.55)
Fetch failed! HTTP response: 404 Not Found [404 Not Found] at C:/strawberry/perl/lib/CPANPLUS/Internals/Fetch.pm line 396
Got a '302' from 'search.cpan.org' expected '200' at C:/strawberry/perl/lib/CPANPLUS/Internals/Fetch.pm line 396
[ERROR] Fetching of 'http://search.cpan.org/CPAN/authors/id/M/MK/MKUTTER/SOAP-Lite-0.55.tar.gz' failed: Got a '302' from 'se
arch.cpan.org' expected '200'
[ERROR] Unable to download 'http://search.cpan.org/CPAN/authors/id/M/MK/MKUTTER/SOAP-Lite-0.55.tar.gz'
2010-03-02T19:18:24 biancaWeiß jemand, wo ich noch eine 0.55 bekomme?
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
CPAN Terminal> i http://search.cpan.org/CPAN/authors/id/K/KU/KULCHENKO/SOAP-Lite-0.55.tar.gz
Installing SOAP::Lite (0.55)
==> MISSING Signature file! <==
Running [C:\strawberry\perl\bin\perl.exe C:\strawberry\perl\bin\cpanp-run-perl C:\cpanplus\5.10.1\build\SOAP-Lite-0.5
5\Makefile.PL]...
We are about to install SOAP::Lite and for your convenience will provide
you with list of modules and prerequisites, so you'll be able to choose
only modules you need for your configuration.
XMLRPC::Lite, UDDI::Lite, and XML::Parser::Lite are included by default.
Installed transports can be used for both SOAP::Lite and XMLRPC::Lite.
Client HTTP support (SOAP::Transport::HTTP::Client) [yes]
Client HTTPS support (SOAP::Transport::HTTPS::Client, require OpenSSL) [no]
Client SMTP/sendmail support (SOAP::Transport::MAILTO::Client) [yes]
Client FTP support (SOAP::Transport::FTP::Client) [yes]
Standalone HTTP server (SOAP::Transport::HTTP::Daemon) [yes]
Apache/mod_perl server (SOAP::Transport::HTTP::Apache, require Apache) [no]
FastCGI server (SOAP::Transport::HTTP::FCGI, require FastCGI) [no]
POP3 server (SOAP::Transport::POP3::Server) [yes]
IO server (SOAP::Transport::IO::Server) [yes]
MQ transport support (SOAP::Transport::MQ) [no]
JABBER transport support (SOAP::Transport::JABBER) [no]
MIME messages [required for POP3, optional for HTTP] (SOAP::MIMEParser) [no]
SSL support for TCP transport (SOAP::Transport::TCP) [no]
Compression support for HTTP transport (SOAP::Transport::HTTP) [no]
Do you want to proceed with this configuration? [yes]
During "make test" phase we may run tests with several SOAP servers
that may take long and may fail due to server/connectivity problems.
Do you want to perform these tests in addition to core tests? [no]
Checking if your kit is complete...
Looks good
Warning: prerequisite MIME::Lite 0 not found.
Warning: prerequisite MIME::Parser 5.22 not found.
Writing Makefile for SOAP::Lite
==> MISSING Signature file! <==
Running [C:\strawberry\perl\bin\perl.exe C:\strawberry\perl\bin\cpanp-run-perl C:\cpanplus\5.10.1\build\MIME-Lite-3.0
27\Makefile.PL]...
MIME::Lite is designed to take advantage of a variety of external modules
if they are not present then MIME::Lite will attempt to do its best
but its strongly recommend that you install them.
These modules are:
Mail::Address
MIME::Types
File::Basename
MIME::Base64
MIME::QuotedPrint
Some or all of these maybe included with your perl, neverless if you wish
I can add these modules to the prereq list which will cause the files to be
automatically installed if they arent already present
Add prereqs? [Yes]
Checking if your kit is complete...
Looks good
Warning: prerequisite Email::Date::Format 1.000 not found.
Warning: prerequisite MIME::Types 1.28 not found.
Warning: prerequisite Mail::Address 1.62 not found.
Writing Makefile for MIME::Lite
==> MISSING Signature file! <==
Running [C:\strawberry\perl\bin\perl.exe C:\strawberry\perl\bin\cpanp-run-perl C:\cpanplus\5.10.1\build\Email-Date-Fo
rmat-1.002\Makefile.PL]...
Checking if your kit is complete...
Looks good
Writing Makefile for Email::Date::Format
Running [C:\strawberry\c\bin\dmake.EXE test UNINST=1]...
C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/basic.t ......... ok
t/pod-coverage.t .. ok
t/pod.t ........... ok
All tests successful.
Files=3, Tests=5, 2 wallclock secs ( 0.08 usr + 0.19 sys = 0.27 CPU)
Result: PASS
==> MISSING Signature file! <==
Running [C:\strawberry\perl\bin\perl.exe C:\strawberry\perl\bin\cpanp-run-perl C:\cpanplus\5.10.1\build\MIME-Types-1.
28\Makefile.PL]...
Checking if your kit is complete...
Looks good
Writing Makefile for MIME::Types
Running [C:\strawberry\c\bin\dmake.EXE test UNINST=1]...
C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/10type.t .... ok
t/11typeol.t .. ok
t/20types.t ... ok
t/30export.t .. ok
t/99pod.t ..... ok
All tests successful.
Files=5, Tests=111, 2 wallclock secs ( 0.19 usr + 0.11 sys = 0.30 CPU)
Result: PASS
==> MISSING Signature file! <==
Running [C:\strawberry\perl\bin\perl.exe C:\strawberry\perl\bin\cpanp-run-perl C:\cpanplus\5.10.1\build\MailTools-2.0
6\Makefile.PL]...
Checking if your kit is complete...
Looks good
Warning: prerequisite Date::Format 0 not found.
Warning: prerequisite Date::Parse 0 not found.
Writing Makefile for Mail
Der Befehl "gpg" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
[ERROR] Error verifying signature: Could not find public key with KeyID 47404be206d8c374
CPAN Terminal>
QuoteDa fehlt dir zur Überprüfung der PGP-Signatur das Programm GnuPG (gpg).Der Befehl "gpg" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
[ERROR] Error verifying signature: Could not find public key with KeyID 47404be206d8c374