Thread Entwicklungsumgebung welche Methoden anzeigt (18 answers)
Opened by tacheles at 2009-10-15 16:14

leo11
 2009-10-31 11:46
#127622 #127622
User since
2008-08-14
250 Artikel
BenutzerIn
[default_avatar]
Hab gerade mal versucht Graph::Easy separat zu installieren:
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
  TELS/graph/Graph-Easy-0.64.tar.gz
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/anon...............ok
t/anon_group.........ok
t/as_txt.............ok
t/as_vcg.............ok
t/ascii..............1/451 Warning: Layouter could only place 0 nodes/0 edges out of 0/2 - giving up at t/ascii.t line 61
t/ascii..............426/451 Warning: Layouter could only place 9 nodes/5 edges out of 9/6 - giving up at t/ascii.t line 61
t/ascii..............ok
t/astar..............ok
t/attributes.........ok
t/base...............ok
t/boxart.............ok
t/cell...............ok
t/chain..............ok
t/class..............ok
t/cluster............ok
t/copy...............ok
t/custom.............ok
t/delete.............ok
t/drop...............ok
t/easypm.............ok
t/edge...............ok
t/edge_cell..........ok
t/fb.................ok
t/gdl................ok
t/graph-maker........ok
t/graph..............ok
t/graphml............ok
t/graphml_yed........ok
t/graphviz...........ok
t/group..............ok
t/gv.................ok
t/heap...............ok
t/html...............ok
t/layers.............ok
t/layout.............ok
t/layout_r...........ok
t/layouter...........ok
t/messages...........ok
t/nesting............ok
t/node...............ok
t/node_mc............ok
t/parse_att..........ok
t/parse_edge.........ok
t/parser.............ok
t/parser_dot.........ok
t/parser_dot_html....ok
t/path...............ok
t/pod................1/23
# Failed test 'POD test for ../lib/Graph/Easy.pm'
# at t/pod.t line 24.
# ../lib/Graph/Easy.pm (2569): L<text|scheme:...> is invalid according to perlpod
t/pod................5/23 # Looks like you failed 1 test of 23.
t/pod................ Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/23 subtests
t/pod_cov............ok
t/re_layout..........ok
t/split..............ok
t/use_class..........ok
t/vcg................ok

Test Summary Report
-------------------
t/pod (Wstat: 256 Tests: 23 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=51, Tests=2933, 24 wallclock secs ( 1.15 usr 0.15 sys + 18.11 cusr 0.94 csys = 20.35 CPU)
Result: FAIL
Failed 1/51 test programs. 1/2933 subtests failed.
make: *** [test_dynamic] Error 255
TELS/graph/Graph-Easy-0.64.tar.gz
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports TELS/graph/Graph-Easy-0.64.tar.gz
Running make install
make test had returned bad status, won't install without force


Erinnert mich an die Fehlerbericht bei:
CPAN-Testers

Nur wie lös ich das?

View full thread Entwicklungsumgebung welche Methoden anzeigt