Thread Verbindung mit Perl über USB zu LEGO NXT Roboter funktioniert nicht (33 answers)
Opened by VfB--fan at 2011-02-24 12:39

VfB--fan
 2011-02-25 10:40
#146026 #146026
User since
2011-02-24
17 Artikel
BenutzerIn
[default_avatar]
Ich habe es jetzt mit Linux (Ubuntu 9.10) probiert. Perl-Version ist "v5.10.0".

Wenn ich perl perl.pm ausführe erscheint (wie bei Windows) dies:

more (46.5kb):

Code: (dl )
1
2
3
4
Can't locate Device/USB.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at LEGO/NXT/USBComm.pm line 3.
BEGIN failed--compilation aborted at LEGO/NXT/USBComm.pm line 3.
Compilation failed in require at perl.pm line 1.
BEGIN failed--compilation aborted at perl.pm line 1.


Wenn ich dann versuche Device/USB mit CPAN:Device::USB zu installieren erscheint wie bei Windows dies:

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
CPAN: Storable loaded ok (v2.18)
Going to read /home/daniel/.cpan/Metadata
Database was generated on Fri, 25 Feb 2011 06:29:36 GMT
Running install for module 'Device::USB'
CPAN: Data::Dumper loaded ok (v2.121_14)
'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/daniel/.cpan/prefs'
Running make for G/GW/GWADEJ/Device-USB-0.35.tar.gz
CPAN: Digest::SHA loaded ok (v5.45)
CPAN: Compress::Zlib loaded ok (v2.008)
Checksum for /home/daniel/.cpan/sources/authors/id/G/GW/GWADEJ/Device-USB-0.35.tar.gz ok
Device-USB-0.35/
Device-USB-0.35/Changes
Device-USB-0.35/dump_usb.pl
Device-USB-0.35/Makefile.PL
Device-USB-0.35/MANIFEST.SKIP
Device-USB-0.35/MANIFEST
Device-USB-0.35/README
Device-USB-0.35/USB.pm
Device-USB-0.35/t/
Device-USB-0.35/t/17-usb_dev_endpoint.t
Device-USB-0.35/t/00-load.t
Device-USB-0.35/t/07-list_devices_if.t
Device-USB-0.35/t/05-find_device_if.t
Device-USB-0.35/t/02-find_busses_devices.t
Device-USB-0.35/t/15-usb_dev_configuration.t
Device-USB-0.35/t/06-list_devices.t
Device-USB-0.35/t/09-usb-bus.t
Device-USB-0.35/t/16-usb_dev_interface.t
Device-USB-0.35/t/14-bus_list_devices_if.t
Device-USB-0.35/t/11-usb-device-methods.t
Device-USB-0.35/t/boilerplate.t
Device-USB-0.35/t/04-find_device.t
Device-USB-0.35/t/pod-coverage.t
Device-USB-0.35/t/03-list_busses.t
Device-USB-0.35/t/08-get_busses.t
Device-USB-0.35/t/10-usb-device-accessors.t
Device-USB-0.35/t/13-bus_find_device_if.t
Device-USB-0.35/t/pod.t
Device-USB-0.35/t/TestTools.pm
Device-USB-0.35/t/12-constants.t
Device-USB-0.35/t/18-usb_device-configurations.t
Device-USB-0.35/t/01-create-usb.t
Device-USB-0.35/META.yml
Device-USB-0.35/lib/
Device-USB-0.35/lib/Device/
Device-USB-0.35/lib/Device/USB/
Device-USB-0.35/lib/Device/USB/DevConfig.pm
Device-USB-0.35/lib/Device/USB/FAQ.pod
Device-USB-0.35/lib/Device/USB/Device.pm
Device-USB-0.35/lib/Device/USB/DevInterface.pm
Device-USB-0.35/lib/Device/USB/DevEndpoint.pm
Device-USB-0.35/lib/Device/USB/Bus.pm
Device-USB-0.35/lib/Device/USB.pm
CPAN: File::Temp loaded ok (v0.18)
Warning (usually harmless): 'YAML' not installed, will not store persistent state

CPAN.pm: Going to build G/GW/GWADEJ/Device-USB-0.35.tar.gz

Can't locate Inline/MakeMaker.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at Makefile.PL line 3.
BEGIN failed--compilation aborted at Makefile.PL line 3.
Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site]
Warning (usually harmless): 'YAML' not installed, will not store persistent state
GWADEJ/Device-USB-0.35.tar.gz
/usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
Could not read '/home/daniel/.cpan/build/Device-USB-0.35-U1Gioq/META.yml'. Falling back to other methods to determine prerequisites


Bei CPAN:Inline::MakeMaker erscheint dann dies:

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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
CPAN: Storable loaded ok (v2.18)
Going to read /home/daniel/.cpan/Metadata
Database was generated on Fri, 25 Feb 2011 06:29:36 GMT
Running install for module 'Inline::MakeMaker'
CPAN: Data::Dumper loaded ok (v2.121_14)
'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/daniel/.cpan/prefs'
Running make for S/SI/SISYPHUS/Inline-0.48.tar.gz
CPAN: Digest::SHA loaded ok (v5.45)
CPAN: Compress::Zlib loaded ok (v2.008)
Checksum for /home/daniel/.cpan/sources/authors/id/S/SI/SISYPHUS/Inline-0.48.tar.gz ok
Inline-0.48/
Inline-0.48/C/
Inline-0.48/C/C-Cookbook.pod
Inline-0.48/C/C.pm
Inline-0.48/C/C.pod
Inline-0.48/C/Changes
Inline-0.48/C/lib/
Inline-0.48/C/lib/Inline/
Inline-0.48/C/lib/Inline/C/
Inline-0.48/C/lib/Inline/C/ParseRecDescent.pm
Inline-0.48/C/lib/Inline/C/ParseRegExp.pm
Inline-0.48/C/Makefile.PL
Inline-0.48/C/README
Inline-0.48/C/rt/
Inline-0.48/C/rt/grammars.t
Inline-0.48/C/t/
Inline-0.48/C/t/00init.t
Inline-0.48/C/t/01syntax.t
Inline-0.48/C/t/02config.t
Inline-0.48/C/t/03typemap.t
Inline-0.48/C/t/04perlapi.t
Inline-0.48/C/t/05xsmode.t
Inline-0.48/C/t/06parseregexp.t
Inline-0.48/C/t/07typemap_multi.t
Inline-0.48/C/t/08taint.t
Inline-0.48/C/t/08taint_1.p
Inline-0.48/C/t/08taint_2.p
Inline-0.48/C/t/08taint_3.p
Inline-0.48/C/t/09parser.t
Inline-0.48/C/t/10callback.t
Inline-0.48/C/t/11default_readonly.t
Inline-0.48/C/t/12taint_old.t
Inline-0.48/C/t/soldier_typemap
Inline-0.48/C/t/typemap
Inline-0.48/Changes
Inline-0.48/Inline-API.pod
Inline-0.48/Inline-FAQ.pod
Inline-0.48/Inline-Support.pod
Inline-0.48/Inline.pm
Inline-0.48/Inline.pod
Inline-0.48/lib/
Inline-0.48/lib/Inline/
Inline-0.48/lib/Inline/denter.pm
Inline-0.48/lib/Inline/Foo.pm
Inline-0.48/lib/Inline/MakeMaker/
Inline-0.48/lib/Inline/MakeMaker/Changes
Inline-0.48/lib/Inline/MakeMaker.pm
Inline-0.48/Makefile.PL
Inline-0.48/MANIFEST
Inline-0.48/modules/
Inline-0.48/modules/Math/
Inline-0.48/modules/Math/Simple/
Inline-0.48/modules/Math/Simple/Changes
Inline-0.48/modules/Math/Simple/Makefile.PL
Inline-0.48/modules/Math/Simple/MANIFEST
Inline-0.48/modules/Math/Simple/Simple.pm
Inline-0.48/modules/Math/Simple/test.pl
Inline-0.48/README
Inline-0.48/symbols.perl
Inline-0.48/t/
Inline-0.48/t/00init.t
Inline-0.48/t/01usages.t
Inline-0.48/t/02config.t
Inline-0.48/t/03errors.t
Inline-0.48/t/04create.t
Inline-0.48/t/05files.t
Inline-0.48/t/file
Inline-0.48/ToDo
CPAN: File::Temp loaded ok (v0.18)
Warning (usually harmless): 'YAML' not installed, will not store persistent state

CPAN.pm: Going to build S/SI/SISYPHUS/Inline-0.48.tar.gz

Checking if your kit is complete...
Looks good
Warning: prerequisite Parse::RecDescent 1.8 not found.
Warning: prerequisite Test::Warn 0.21 not found.

Inline::C is packaged with Inline.pm because it is the most commonly used
Inline Language Support Module (ILSM).

See also: Inline::ASM, ::Awk, ::BC, ::Basic, ::Befunge, ::CPP (C++), ::CPR,
::Foo, ::Guile, ::Java, ::Octave, ::PERL, ::Python, ::Ruby, ::TT,
::Tcl and ::WebChat.

Config.pm indicates that your version of Perl was built with this C compiler:

cc

I have located this compiler on your system.

Do you want to install Inline::C? [y] ^CWarning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site]
Warning (usually harmless): 'YAML' not installed, will not store persistent state
SISYPHUS/Inline-0.48.tar.gz
/usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
daniel@DS:/media/DANIEL/Studienarbeit/lextest/3/Perlbsp$ cpan Inline::MakeMaker
CPAN: Storable loaded ok (v2.18)
Going to read /home/daniel/.cpan/Metadata
Database was generated on Fri, 25 Feb 2011 06:29:36 GMT
Running install for module 'Inline::MakeMaker'
CPAN: Data::Dumper loaded ok (v2.121_14)
'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/daniel/.cpan/prefs'
Running make for S/SI/SISYPHUS/Inline-0.48.tar.gz
CPAN: Digest::SHA loaded ok (v5.45)
CPAN: Compress::Zlib loaded ok (v2.008)
Checksum for /home/daniel/.cpan/sources/authors/id/S/SI/SISYPHUS/Inline-0.48.tar.gz ok
Inline-0.48/
Inline-0.48/C/
Inline-0.48/C/C-Cookbook.pod
Inline-0.48/C/C.pm
Inline-0.48/C/C.pod
Inline-0.48/C/Changes
Inline-0.48/C/lib/
Inline-0.48/C/lib/Inline/
Inline-0.48/C/lib/Inline/C/
Inline-0.48/C/lib/Inline/C/ParseRecDescent.pm
Inline-0.48/C/lib/Inline/C/ParseRegExp.pm
Inline-0.48/C/Makefile.PL
Inline-0.48/C/README
Inline-0.48/C/rt/
Inline-0.48/C/rt/grammars.t
Inline-0.48/C/t/
Inline-0.48/C/t/00init.t
Inline-0.48/C/t/01syntax.t
Inline-0.48/C/t/02config.t
Inline-0.48/C/t/03typemap.t
Inline-0.48/C/t/04perlapi.t
Inline-0.48/C/t/05xsmode.t
Inline-0.48/C/t/06parseregexp.t
Inline-0.48/C/t/07typemap_multi.t
Inline-0.48/C/t/08taint.t
Inline-0.48/C/t/08taint_1.p
Inline-0.48/C/t/08taint_2.p
Inline-0.48/C/t/08taint_3.p
Inline-0.48/C/t/09parser.t
Inline-0.48/C/t/10callback.t
Inline-0.48/C/t/11default_readonly.t
Inline-0.48/C/t/12taint_old.t
Inline-0.48/C/t/soldier_typemap
Inline-0.48/C/t/typemap
Inline-0.48/Changes
Inline-0.48/Inline-API.pod
Inline-0.48/Inline-FAQ.pod
Inline-0.48/Inline-Support.pod
Inline-0.48/Inline.pm
Inline-0.48/Inline.pod
Inline-0.48/lib/
Inline-0.48/lib/Inline/
Inline-0.48/lib/Inline/denter.pm
Inline-0.48/lib/Inline/Foo.pm
Inline-0.48/lib/Inline/MakeMaker/
Inline-0.48/lib/Inline/MakeMaker/Changes
Inline-0.48/lib/Inline/MakeMaker.pm
Inline-0.48/Makefile.PL
Inline-0.48/MANIFEST
Inline-0.48/modules/
Inline-0.48/modules/Math/
Inline-0.48/modules/Math/Simple/
Inline-0.48/modules/Math/Simple/Changes
Inline-0.48/modules/Math/Simple/Makefile.PL
Inline-0.48/modules/Math/Simple/MANIFEST
Inline-0.48/modules/Math/Simple/Simple.pm
Inline-0.48/modules/Math/Simple/test.pl
Inline-0.48/README
Inline-0.48/symbols.perl
Inline-0.48/t/
Inline-0.48/t/00init.t
Inline-0.48/t/01usages.t
Inline-0.48/t/02config.t
Inline-0.48/t/03errors.t
Inline-0.48/t/04create.t
Inline-0.48/t/05files.t
Inline-0.48/t/file
Inline-0.48/ToDo
CPAN: File::Temp loaded ok (v0.18)
Warning (usually harmless): 'YAML' not installed, will not store persistent state

CPAN.pm: Going to build S/SI/SISYPHUS/Inline-0.48.tar.gz

Checking if your kit is complete...
Looks good
Warning: prerequisite Parse::RecDescent 1.8 not found.
Warning: prerequisite Test::Warn 0.21 not found.

Inline::C is packaged with Inline.pm because it is the most commonly used
Inline Language Support Module (ILSM).

See also: Inline::ASM, ::Awk, ::BC, ::Basic, ::Befunge, ::CPP (C++), ::CPR,
::Foo, ::Guile, ::Java, ::Octave, ::PERL, ::Python, ::Ruby, ::TT,
::Tcl and ::WebChat.

Config.pm indicates that your version of Perl was built with this C compiler:

cc

I have located this compiler on your system.

Do you want to install Inline::C? [y]


Dann bestätige ich mit "y" und es geht weiter:

Code: (dl )
1
2
3
4
5
6
7
8
Writing Makefile for Inline::C
Writing Makefile for Inline
---- Unsatisfied dependencies detected during ----
---- SISYPHUS/Inline-0.48.tar.gz ----
Test::Warn [requires]
Parse::RecDescent [requires]
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]


Wieder mit y bestätigt follgt nun dies:

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
Running make test
Delayed until after prerequisites
Running make install
Delayed until after prerequisites
Running install for module 'Test::Warn'
'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/daniel/.cpan/prefs'
Running make for C/CH/CHORNY/Test-Warn-0.23.tar.gz
Checksum for /home/daniel/.cpan/sources/authors/id/C/CH/CHORNY/Test-Warn-0.23.tar.gz ok
Test-Warn-0.23
Test-Warn-0.23/Changes
Test-Warn-0.23/Makefile.PL
Test-Warn-0.23/MANIFEST
Test-Warn-0.23/META.yml
Test-Warn-0.23/README
Test-Warn-0.23/Warn.pm
Test-Warn-0.23/t
Test-Warn-0.23/t/1.t
Test-Warn-0.23/t/carped.t
Test-Warn-0.23/t/pod.t
Test-Warn-0.23/t/warnings_are.t
Test-Warn-0.23/t/warnings_exist.t
Test-Warn-0.23/t/warnings_exist1.pl
Test-Warn-0.23/t/warnings_like.t
Test-Warn-0.23/t/warning_is.t
Test-Warn-0.23/t/warning_like.t
Warning (usually harmless): 'YAML' not installed, will not store persistent state

CPAN.pm: Going to build C/CH/CHORNY/Test-Warn-0.23.tar.gz

Checking if your kit is complete...
Looks good
Warning: prerequisite Sub::Uplevel 0.12 not found.
Warning: prerequisite Tree::DAG_Node 1.02 not found.
Writing Makefile for Test::Warn
Could not read '/home/daniel/.cpan/build/Test-Warn-0.23-g75CEc/META.yml'. Falling back to other methods to determine prerequisites
---- Unsatisfied dependencies detected during ----
---- CHORNY/Test-Warn-0.23.tar.gz ----
Sub::Uplevel [requires]
Tree::DAG_Node [requires]
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]


Und nach der letzten Bestätigung mit "y":

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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
Running install for module 'Sub::Uplevel'
'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/daniel/.cpan/prefs'
Running make for D/DA/DAGOLDEN/Sub-Uplevel-0.22.tar.gz
Checksum for /home/daniel/.cpan/sources/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.22.tar.gz ok
Sub-Uplevel-0.22
Sub-Uplevel-0.22/MANIFEST
Sub-Uplevel-0.22/META.yml
Sub-Uplevel-0.22/MANIFEST.SKIP
Sub-Uplevel-0.22/Todo
Sub-Uplevel-0.22/README
Sub-Uplevel-0.22/Build.PL
Sub-Uplevel-0.22/Makefile.PL
Sub-Uplevel-0.22/Changes
Sub-Uplevel-0.22/INSTALL
Sub-Uplevel-0.22/LICENSE
Sub-Uplevel-0.22/t
Sub-Uplevel-0.22/t/02_uplevel.t
Sub-Uplevel-0.22/t/08_exporter.t
Sub-Uplevel-0.22/t/05_honor_prior_override.t
Sub-Uplevel-0.22/t/03_nested_uplevels.t
Sub-Uplevel-0.22/t/01_die_check.t
Sub-Uplevel-0.22/t/04_honor_later_override.t
Sub-Uplevel-0.22/t/06_db_args.t
Sub-Uplevel-0.22/t/07_uplevel_too_high.t
Sub-Uplevel-0.22/t/lib
Sub-Uplevel-0.22/t/lib/Bar.pm
Sub-Uplevel-0.22/t/lib/Foo.pm
Sub-Uplevel-0.22/t/lib/Importer.pm
Sub-Uplevel-0.22/examples
Sub-Uplevel-0.22/examples/uplevel-demo.pl
Sub-Uplevel-0.22/inc
Sub-Uplevel-0.22/inc/Module
Sub-Uplevel-0.22/inc/Module/Build
Sub-Uplevel-0.22/inc/Module/Build/WikiDoc.pm
Sub-Uplevel-0.22/xt
Sub-Uplevel-0.22/xt/pod.t
Sub-Uplevel-0.22/xt/pod-coverage.t
Sub-Uplevel-0.22/xt/stopwords.txt
Sub-Uplevel-0.22/xt/spelling.t
Sub-Uplevel-0.22/xt/critic.t
Sub-Uplevel-0.22/xt/perlcriticrc
Sub-Uplevel-0.22/lib
Sub-Uplevel-0.22/lib/Sub
Sub-Uplevel-0.22/lib/Sub/Uplevel.pm
Sub-Uplevel-0.22/lib/Sub/Uplevel.pod
CPAN: Module::Build loaded ok (v0.280801)
Warning (usually harmless): 'YAML' not installed, will not store persistent state

CPAN.pm: Going to build D/DA/DAGOLDEN/Sub-Uplevel-0.22.tar.gz

Checking whether your kit is complete...
Looks good

Checking prerequisites...
Looks good

Creating new 'Build' script for 'Sub-Uplevel' version '0.22'
Could not read '/home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/META.yml'. Falling back to other methods to determine prerequisites
Copying lib/Sub/Uplevel.pm -> blib/lib/Sub/Uplevel.pm
Copying lib/Sub/Uplevel.pod -> blib/lib/Sub/Uplevel.pod
Manifying blib/lib/Sub/Uplevel.pm -> blib/libdoc/Sub::Uplevel.3pm
DAGOLDEN/Sub-Uplevel-0.22.tar.gz
./Build -- OK
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Running Build test
t/01_die_check...............ok
t/02_uplevel.................ok
t/03_nested_uplevels.........ok
t/04_honor_later_override....ok
t/05_honor_prior_override....ok
t/06_db_args.................ok
t/07_uplevel_too_high........ok
t/08_exporter................ok
All tests successful.
Files=8, Tests=154, 0 wallclock secs ( 0.24 cusr + 0.03 csys = 0.27 CPU)
DAGOLDEN/Sub-Uplevel-0.22.tar.gz
./Build test -- OK
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Running Build install
Prepending /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/arch /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/lib to PERL5LIB for 'install'
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ERROR: Can't create '/usr/local/man/man3'
mkdir /usr/local/man/man3: Permission denied at /usr/share/perl/5.10/ExtUtils/Install.pm line 479

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
at /usr/share/perl/5.10/Module/Build/Base.pm line 2804
DAGOLDEN/Sub-Uplevel-0.22.tar.gz
./Build install -- NOT OK
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Running install for module 'Tree::DAG_Node'
'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/daniel/.cpan/prefs'
Running make for C/CO/COGENT/Tree-DAG_Node-1.06.tar.gz
Prepending /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/arch /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/lib to PERL5LIB for 'get'
Checksum for /home/daniel/.cpan/sources/authors/id/C/CO/COGENT/Tree-DAG_Node-1.06.tar.gz ok
Tree-DAG_Node-1.06/
Tree-DAG_Node-1.06/ChangeLog
Tree-DAG_Node-1.06/lib/
Tree-DAG_Node-1.06/lib/Tree/
Tree-DAG_Node-1.06/lib/Tree/DAG_Node.pm
Tree-DAG_Node-1.06/Makefile.PL
Tree-DAG_Node-1.06/MANIFEST
Tree-DAG_Node-1.06/MANIFEST.SKIP
Tree-DAG_Node-1.06/META.yml
Tree-DAG_Node-1.06/README
Tree-DAG_Node-1.06/t/
Tree-DAG_Node-1.06/t/00_about_verbose.t
Tree-DAG_Node-1.06/t/01_old_junk.t
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Prepending /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/arch /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/lib to PERL5LIB for 'make'

CPAN.pm: Going to build C/CO/COGENT/Tree-DAG_Node-1.06.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Tree::DAG_Node
Could not read '/home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/META.yml'. Falling back to other methods to determine prerequisites
cp lib/Tree/DAG_Node.pm blib/lib/Tree/DAG_Node.pm
Manifying blib/man3/Tree::DAG_Node.3pm
COGENT/Tree-DAG_Node-1.06.tar.gz
/usr/bin/make -- OK
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Prepending /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/arch /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_about_verbose....ok
t/01_old_junk.........ok
All tests successful.
Files=2, Tests=3, 0 wallclock secs ( 0.02 cusr + 0.01 csys = 0.03 CPU)
COGENT/Tree-DAG_Node-1.06.tar.gz
/usr/bin/make test -- OK
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Running make install
Prepending /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/arch /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/lib /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/arch /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/lib to PERL5LIB for 'install'
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ERROR: Can't create '/usr/local/man/man3'
mkdir /usr/local/man/man3: Permission denied at /usr/share/perl/5.10/ExtUtils/Install.pm line 479

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
at -e line 1
make: *** [pure_site_install] Fehler 13
COGENT/Tree-DAG_Node-1.06.tar.gz
/usr/bin/make install -- NOT OK
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Running make for C/CH/CHORNY/Test-Warn-0.23.tar.gz
Prepending /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/arch /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/lib /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/arch /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/lib to PERL5LIB for 'get'
Has already been unwrapped into directory /home/daniel/.cpan/build/Test-Warn-0.23-zGwh9H
Prepending /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/arch /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/lib /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/arch /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/lib to PERL5LIB for 'make'

CPAN.pm: Going to build C/CH/CHORNY/Test-Warn-0.23.tar.gz

cp Warn.pm blib/lib/Test/Warn.pm
Manifying blib/man3/Test::Warn.3pm
CHORNY/Test-Warn-0.23.tar.gz
/usr/bin/make -- OK
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Prepending /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/arch /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/lib /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/arch /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/1.................ok
t/carped............ok
t/pod...............skipped
all skipped: Test::Pod 1.14 required for testing POD
t/warning_is........ok
t/warning_like......ok
t/warnings_are......ok
t/warnings_exist....ok
t/warnings_like.....ok
All tests successful, 1 test skipped.
Files=8, Tests=835, 8 wallclock secs ( 8.31 cusr + 0.04 csys = 8.35 CPU)
CHORNY/Test-Warn-0.23.tar.gz
/usr/bin/make test -- OK
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Running make install
Prepending /home/daniel/.cpan/build/Test-Warn-0.23-zGwh9H/blib/arch /home/daniel/.cpan/build/Test-Warn-0.23-zGwh9H/blib/lib /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/arch /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/lib /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/arch /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/lib to PERL5LIB for 'install'
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ERROR: Can't create '/usr/local/man/man3'
mkdir /usr/local/man/man3: Permission denied at /usr/share/perl/5.10/ExtUtils/Install.pm line 479

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
at -e line 1
make: *** [pure_site_install] Fehler 13
CHORNY/Test-Warn-0.23.tar.gz
/usr/bin/make install -- NOT OK
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Running install for module 'Parse::RecDescent'
'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/daniel/.cpan/prefs'
Running make for D/DC/DCONWAY/Parse-RecDescent-1.965001.tar.gz
Prepending /home/daniel/.cpan/build/Test-Warn-0.23-zGwh9H/blib/arch /home/daniel/.cpan/build/Test-Warn-0.23-zGwh9H/blib/lib /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/arch /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/lib /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/arch /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/lib to PERL5LIB for 'get'
Checksum for /home/daniel/.cpan/sources/authors/id/D/DC/DCONWAY/Parse-RecDescent-1.965001.tar.gz ok
Parse-RecDescent-1.965001/
Parse-RecDescent-1.965001/Build.PL
Parse-RecDescent-1.965001/Changes
Parse-RecDescent-1.965001/demo/
Parse-RecDescent-1.965001/lib/
Parse-RecDescent-1.965001/Makefile.PL
Parse-RecDescent-1.965001/MANIFEST
Parse-RecDescent-1.965001/META.yml
Parse-RecDescent-1.965001/README
Parse-RecDescent-1.965001/t/
Parse-RecDescent-1.965001/tutorial/
Parse-RecDescent-1.965001/tutorial/TPJ-PRD-proc.gif
Parse-RecDescent-1.965001/tutorial/TPJ-yacc-proc.gif
Parse-RecDescent-1.965001/tutorial/TPJ_maze.gif
Parse-RecDescent-1.965001/tutorial/TPJ_tree.gif
Parse-RecDescent-1.965001/tutorial/tutorial.html
Parse-RecDescent-1.965001/t/00.load.t
Parse-RecDescent-1.965001/t/basics.t
Parse-RecDescent-1.965001/t/leftop_cap.t
Parse-RecDescent-1.965001/t/pod.t
Parse-RecDescent-1.965001/t/re_capture_return.t
Parse-RecDescent-1.965001/t/separated_repetition.t
Parse-RecDescent-1.965001/lib/Parse/
Parse-RecDescent-1.965001/lib/Parse/RecDescent.pm
Parse-RecDescent-1.965001/demo/demo.c
Parse-RecDescent-1.965001/demo/demo.pl
Parse-RecDescent-1.965001/demo/demo_another_Cgrammar.pl
Parse-RecDescent-1.965001/demo/demo_arithmetic.pl
Parse-RecDescent-1.965001/demo/demo_autorule.pl
Parse-RecDescent-1.965001/demo/demo_autoscoresep.pl
Parse-RecDescent-1.965001/demo/demo_autostub.pl
Parse-RecDescent-1.965001/demo/demo_bad.pl
Parse-RecDescent-1.965001/demo/demo_buildcalc.pl
Parse-RecDescent-1.965001/demo/demo_calc.pl
Parse-RecDescent-1.965001/demo/demo_Cgrammar.pl
Parse-RecDescent-1.965001/demo/demo_Cgrammar_v2.pl
Parse-RecDescent-1.965001/demo/demo_codeblock.pl
Parse-RecDescent-1.965001/demo/demo_cpp.pl
Parse-RecDescent-1.965001/demo/demo_decomment.pl
Parse-RecDescent-1.965001/demo/demo_decomment_nonlocal.pl
Parse-RecDescent-1.965001/demo/demo_delete.pl
Parse-RecDescent-1.965001/demo/demo_derived.pl
Parse-RecDescent-1.965001/demo/demo_dot.pl
Parse-RecDescent-1.965001/demo/demo_embedding.pl
Parse-RecDescent-1.965001/demo/demo_errors.pl
Parse-RecDescent-1.965001/demo/demo_eval.pl
Parse-RecDescent-1.965001/demo/demo_implicit.pl
Parse-RecDescent-1.965001/demo/demo_itemhash.pl
Parse-RecDescent-1.965001/demo/demo_language.pl
Parse-RecDescent-1.965001/demo/demo_LaTeXish.pl
Parse-RecDescent-1.965001/demo/demo_LaTeXish_autoact.pl
Parse-RecDescent-1.965001/demo/demo_leftassoc.pl
Parse-RecDescent-1.965001/demo/demo_leftop.pl
Parse-RecDescent-1.965001/demo/demo_lexer.pl
Parse-RecDescent-1.965001/demo/demo_lisplike.pl
Parse-RecDescent-1.965001/demo/demo_logic.pl
Parse-RecDescent-1.965001/demo/demo_matchrule.pl
Parse-RecDescent-1.965001/demo/demo_matchrule2.pl
Parse-RecDescent-1.965001/demo/demo_mccoy.pl
Parse-RecDescent-1.965001/demo/demo_metaRD.pm
Parse-RecDescent-1.965001/demo/demo_methods.pl
Parse-RecDescent-1.965001/demo/demo_NL2SQL
Parse-RecDescent-1.965001/demo/demo_OOautoparsetree.pl
Parse-RecDescent-1.965001/demo/demo_OOparsetree.pl
Parse-RecDescent-1.965001/demo/demo_operator.pl
Parse-RecDescent-1.965001/demo/demo_opreps.pl
Parse-RecDescent-1.965001/demo/demo_parsetree.pl
Parse-RecDescent-1.965001/demo/demo_PerlCSV.pl
Parse-RecDescent-1.965001/demo/demo_perlparsing.pl
Parse-RecDescent-1.965001/demo/demo_piecewise.pl
Parse-RecDescent-1.965001/demo/demo_precalc.pl
Parse-RecDescent-1.965001/demo/demo_quicklist.pl
Parse-RecDescent-1.965001/demo/demo_randomsentence.pl
Parse-RecDescent-1.965001/demo/demo_recipe.pl
Parse-RecDescent-1.965001/demo/demo_restructure_easy.pl
Parse-RecDescent-1.965001/demo/demo_restructure_painful.pl
Parse-RecDescent-1.965001/demo/demo_scoredsep.pl
Parse-RecDescent-1.965001/demo/demo_selfmod.pl
Parse-RecDescent-1.965001/demo/demo_separators.pl
Parse-RecDescent-1.965001/demo/demo_simple.pl
Parse-RecDescent-1.965001/demo/demo_simplequery.pl
Parse-RecDescent-1.965001/demo/demo_simpleXML.pl
Parse-RecDescent-1.965001/demo/demo_skipcomment.pl
Parse-RecDescent-1.965001/demo/demo_street.pl
Parse-RecDescent-1.965001/demo/demo_template.pl
Parse-RecDescent-1.965001/demo/demo_textgen.pl
Parse-RecDescent-1.965001/demo/demo_tokens.pl
Parse-RecDescent-1.965001/demo/demo_undumper.pl
Parse-RecDescent-1.965001/demo/demo_whoson.pl
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Prepending /home/daniel/.cpan/build/Test-Warn-0.23-zGwh9H/blib/arch /home/daniel/.cpan/build/Test-Warn-0.23-zGwh9H/blib/lib /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/arch /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/lib /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/arch /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/lib to PERL5LIB for 'make'

CPAN.pm: Going to build D/DC/DCONWAY/Parse-RecDescent-1.965001.tar.gz

Checking whether your kit is complete...
Looks good

Checking prerequisites...
Looks good

Creating new 'Build' script for 'Parse-RecDescent' version '1.965001'
Could not read '/home/daniel/.cpan/build/Parse-RecDescent-1.965001-qpU4bW/META.yml'. Falling back to other methods to determine prerequisites
Copying lib/Parse/RecDescent.pm -> blib/lib/Parse/RecDescent.pm
Manifying blib/lib/Parse/RecDescent.pm -> blib/libdoc/Parse::RecDescent.3pm
DCONWAY/Parse-RecDescent-1.965001.tar.gz
./Build -- OK
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Prepending /home/daniel/.cpan/build/Test-Warn-0.23-zGwh9H/blib/arch /home/daniel/.cpan/build/Test-Warn-0.23-zGwh9H/blib/lib /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/arch /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/lib /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/arch /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/lib to PERL5LIB for 'test'
Running Build test
t/00.load.................# Testing Parse::RecDescent 1.965001
t/00.load.................ok
t/basics..................ok
t/leftop_cap..............ok
t/pod.....................skipped
all skipped: Test::Pod 1.14 required for testing POD
t/re_capture_return.......ok
t/separated_repetition....ok
All tests successful, 1 test skipped.
Files=6, Tests=28, 0 wallclock secs ( 0.25 cusr + 0.03 csys = 0.28 CPU)
DCONWAY/Parse-RecDescent-1.965001.tar.gz
./Build test -- OK
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Running Build install
Prepending /home/daniel/.cpan/build/Parse-RecDescent-1.965001-qpU4bW/blib/arch /home/daniel/.cpan/build/Parse-RecDescent-1.965001-qpU4bW/blib/lib /home/daniel/.cpan/build/Test-Warn-0.23-zGwh9H/blib/arch /home/daniel/.cpan/build/Test-Warn-0.23-zGwh9H/blib/lib /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/arch /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/lib /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/arch /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/lib to PERL5LIB for 'install'
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ERROR: Can't create '/usr/local/man/man3'
mkdir /usr/local/man/man3: Permission denied at /usr/share/perl/5.10/ExtUtils/Install.pm line 479

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
at /usr/share/perl/5.10/Module/Build/Base.pm line 2804
DCONWAY/Parse-RecDescent-1.965001.tar.gz
./Build install -- NOT OK
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Running make for S/SI/SISYPHUS/Inline-0.48.tar.gz
Prepending /home/daniel/.cpan/build/Parse-RecDescent-1.965001-qpU4bW/blib/arch /home/daniel/.cpan/build/Parse-RecDescent-1.965001-qpU4bW/blib/lib /home/daniel/.cpan/build/Test-Warn-0.23-zGwh9H/blib/arch /home/daniel/.cpan/build/Test-Warn-0.23-zGwh9H/blib/lib /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/arch /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/lib /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/arch /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/lib to PERL5LIB for 'get'
Has already been unwrapped into directory /home/daniel/.cpan/build/Inline-0.48-GwuMAp
Prepending /home/daniel/.cpan/build/Parse-RecDescent-1.965001-qpU4bW/blib/arch /home/daniel/.cpan/build/Parse-RecDescent-1.965001-qpU4bW/blib/lib /home/daniel/.cpan/build/Test-Warn-0.23-zGwh9H/blib/arch /home/daniel/.cpan/build/Test-Warn-0.23-zGwh9H/blib/lib /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/arch /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/lib /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/arch /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/lib to PERL5LIB for 'make'

CPAN.pm: Going to build S/SI/SISYPHUS/Inline-0.48.tar.gz

cp Inline.pod blib/lib/Inline.pod
cp lib/Inline/MakeMaker/Changes blib/lib/Inline/MakeMaker/Changes
cp lib/Inline/denter.pm blib/lib/Inline/denter.pm
AutoSplitting blib/lib/Inline/denter.pm (blib/lib/auto/Inline/denter)
cp Inline.pm blib/lib/Inline.pm
AutoSplitting blib/lib/Inline.pm (blib/lib/auto/Inline)
cp lib/Inline/Foo.pm blib/lib/Inline/Foo.pm
cp Inline-API.pod blib/lib/Inline-API.pod
cp lib/Inline/MakeMaker.pm blib/lib/Inline/MakeMaker.pm
cp Inline-FAQ.pod blib/lib/Inline-FAQ.pod
cp Inline-Support.pod blib/lib/Inline-Support.pod
make[1]: Betrete Verzeichnis '/home/daniel/.cpan/build/Inline-0.48-GwuMAp/C'
cp lib/Inline/C/ParseRegExp.pm ../blib/lib/Inline/C/ParseRegExp.pm
cp C-Cookbook.pod ../blib/lib/Inline/C-Cookbook.pod
cp C.pm ../blib/lib/Inline/C.pm
cp C.pod ../blib/lib/Inline/C.pod
cp lib/Inline/C/ParseRecDescent.pm ../blib/lib/Inline/C/ParseRecDescent.pm
Manifying ../blib/man3/Inline::C::ParseRegExp.3pm
Manifying ../blib/man3/Inline::C-Cookbook.3pm
Manifying ../blib/man3/Inline::C::ParseRecDescent.3pm
Manifying ../blib/man3/Inline::C.3pm
make[1]: Verlasse Verzeichnis '/home/daniel/.cpan/build/Inline-0.48-GwuMAp/C'
Manifying blib/man3/Inline.3pm
Manifying blib/man3/Inline-API.3pm
Manifying blib/man3/Inline-FAQ.3pm
Manifying blib/man3/Inline-Support.3pm
SISYPHUS/Inline-0.48.tar.gz
/usr/bin/make -- OK
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Prepending /home/daniel/.cpan/build/Parse-RecDescent-1.965001-qpU4bW/blib/arch /home/daniel/.cpan/build/Parse-RecDescent-1.965001-qpU4bW/blib/lib /home/daniel/.cpan/build/Test-Warn-0.23-zGwh9H/blib/arch /home/daniel/.cpan/build/Test-Warn-0.23-zGwh9H/blib/lib /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/arch /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/lib /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/arch /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/lib to PERL5LIB for 'test'
Running make test
make[1]: Betrete Verzeichnis '/home/daniel/.cpan/build/Inline-0.48-GwuMAp/C'
make[1]: Verlasse Verzeichnis '/home/daniel/.cpan/build/Inline-0.48-GwuMAp/C'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00init......ok
t/01usages....ok
t/02config....ok
t/03errors....ok
t/04create....ok
t/05files.....skipped
all skipped: no reason given
All tests successful, 1 test skipped.
Files=6, Tests=14, 10 wallclock secs ( 0.59 cusr + 0.04 csys = 0.63 CPU)
make[1]: Betrete Verzeichnis '/home/daniel/.cpan/build/Inline-0.48-GwuMAp/C'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, '../blib/lib', '../blib/arch')" t/*.t
t/00init................ok
t/01syntax..............ok
t/02config..............ok
t/03typemap.............ok
t/04perlapi.............ok
t/05xsmode..............ok
t/06parseregexp.........ok
t/07typemap_multi.......ok
t/08taint...............ok
t/09parser..............
This test could take a couple of minutes to run
t/09parser..............ok
t/10callback............ok
t/11default_readonly....ok
t/12taint_old...........Skipped - applies only to perl 5.6.x
t/12taint_old...........ok
All tests successful.
Files=13, Tests=33, 31 wallclock secs (24.64 cusr + 5.74 csys = 30.38 CPU)
make[1]: Verlasse Verzeichnis '/home/daniel/.cpan/build/Inline-0.48-GwuMAp/C'
SISYPHUS/Inline-0.48.tar.gz
/usr/bin/make test -- OK
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Running make install
Prepending /home/daniel/.cpan/build/Inline-0.48-GwuMAp/blib/arch /home/daniel/.cpan/build/Inline-0.48-GwuMAp/blib/lib /home/daniel/.cpan/build/Parse-RecDescent-1.965001-qpU4bW/blib/arch /home/daniel/.cpan/build/Parse-RecDescent-1.965001-qpU4bW/blib/lib /home/daniel/.cpan/build/Test-Warn-0.23-zGwh9H/blib/arch /home/daniel/.cpan/build/Test-Warn-0.23-zGwh9H/blib/lib /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/arch /home/daniel/.cpan/build/Tree-DAG_Node-1.06-mnq2kl/blib/lib /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/arch /home/daniel/.cpan/build/Sub-Uplevel-0.22-Kz4THF/blib/lib to PERL5LIB for 'install'
make[1]: Betrete Verzeichnis '/home/daniel/.cpan/build/Inline-0.48-GwuMAp/C'
make[1]: Verlasse Verzeichnis '/home/daniel/.cpan/build/Inline-0.48-GwuMAp/C'
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ERROR: Can't create '/usr/local/man/man3'
mkdir /usr/local/man/man3: Permission denied at /usr/share/perl/5.10/ExtUtils/Install.pm line 479

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
at -e line 1
make: *** [pure_site_install] Fehler 13
SISYPHUS/Inline-0.48.tar.gz
/usr/bin/make install -- NOT OK
Warning (usually harmless): 'YAML' not installed, will not store persistent state



Was nun hier auffält sind die Fehler:


Code: (dl )
1
2
3
4
5
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ERROR: Can't create '/usr/local/man/man3'
mkdir /usr/local/man/man3: Permission denied at /usr/share/perl/5.10/ExtUtils/Install.pm line 479

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!



Es kann das Verzeichnis "man3" nicht anlegen, was vermutlich daran liegt dass "/usr/local/man" kein Verzeichnis sondern ein Link auf das Verzeichnis "share/man" ist.

Im Verzeichnis "/usr/share/man" befindet sich allerdings ein Verzeichnis Namens "man3". Ob es schon vorher vorhanden war oder erst durch die Installation von Inline::MakeMaker entstanden ist kann ich nicht sagen.

modedit Editiert von pq: more-tag um die cpan-ausgaben eingefügt

modedit Editiert von pq: Teilbaum CPAN-Installation Linux
Last edited: 2011-02-25 15:35:45 +0100 (CET)

View full thread Verbindung mit Perl über USB zu LEGO NXT Roboter funktioniert nicht