3 <title>CPAN and perl installation</title>
6 <h2>CPAN and perl installation</h2>
9 [root@rufus djk]# perl -MCPAN -e shell
11 We have to reconfigure CPAN.pm due to following uninitialized parameters:
13 cpan_home, keep_source_where, build_dir, build_cache, index_expire, gzip, tar, unzip, make, pager, makepl_arg, make_arg, make_install_arg, urllist, inhibit_startup_message, ftp_proxy, http_proxy, no_proxy
15 /usr/lib/perl5/CPAN/Config.pm initialized.
17 The CPAN module needs a directory of its own to cache important
18 index files and maybe keep a temporary mirror of CPAN files. This may
19 be a site-wide directory or a personal directory.
22 First of all, I'd like to create this directory. Where?
24 CPAN build and cache directory? [/root/.cpan]
27 If you want, I can keep the source files after a build in the cpan
28 home directory. If you choose so then future builds will take the
29 files from there. If you don't want to keep them, answer 0 to the
34 How big should the disk cache be for keeping the build directories
35 with all the intermediate files?
37 Cache size for build directory (in MB)? [10]
40 The CPAN module will need a few external programs to work
41 properly. Please correct me, if I guess the wrong path for a program.
42 Don't panic if you do not have some of them, just press ENTER for
45 Where is your gzip program? [/bin/gzip]
46 Where is your tar program? [/bin/tar]
47 Warning: unzip not found in PATH
48 Where is your unzip program? []
49 Where is your make program? [/usr/bin/make]
50 Warning: lynx not found in PATH
51 Where is your lynx program? []
52 Where is your ncftp program? [/usr/bin/ncftp]
53 Where is your ftp program? [/usr/bin/ftp]
54 What is your favorite pager program? [/usr/bin/less]
55 What is your favorite shell? [/bin/bash]
58 Every Makefile.PL is run by perl in a separate process. Likewise we
59 run 'make' and 'make install' in processes. If you have any parameters
60 (e.g. PREFIX, INSTALLPRIVLIB, UNINST or the like) you want to pass to
61 the calls, please specify them here.
63 If you don't understand this question, just press ENTER.
65 Parameters for the 'perl Makefile.PL' command? []
66 Parameters for the 'make' command? []
67 Parameters for the 'make install' command? []
70 Sometimes you may wish to leave the processes run by CPAN alone
71 without caring about them. As sometimes the Makefile.PL contains
72 question you're expected to answer, you can set a timer that will
73 kill a 'perl Makefile.PL' process after the specified time in seconds.
75 If you set this value to 0, these processes will wait forever. This is
76 the default and recommended setting.
78 Timeout for inacivity during Makefile.PL? [0]
80 We need to know the URL of your favorite CPAN site.
81 Please enter it here: ftp://sunsite.doc.ic.ac.uk/packages/CPAN
83 Testing "ftp://sunsite.doc.ic.ac.uk/packages/CPAN" ...
85 Please, install Net::FTP as soon as possible. CPAN.pm installs it for you
87 install Bundle::libnet
90 Trying with "/usr/bin/ncftp -c" to get
91 ftp://sunsite.doc.ic.ac.uk/packages/CPAN/MIRRORED.BY
92 Issuing "/usr/bin/ftp -n"
93 Local directory now /root/.cpan/sources
94 GOT /root/.cpan/sources/MIRRORED.BY
96 "ftp://sunsite.doc.ic.ac.uk/packages/CPAN" seems to work
99 WAIT support is available as a Plugin. You need the CPAN::WAIT module
100 to actually use it. But we need to know your favorite WAIT server. If
101 you don't know a WAIT server near you, just press ENTER.
103 Your favorite WAIT server?
104 [wait://ls6.informatik.uni-dortmund.de:1404]
107 If you're accessing the net via proxies, you can specify them in the
108 CPAN configuration or via environment variables. The variable in
109 the $CPAN::Config takes precedence.
116 commit: wrote /usr/lib/perl5/CPAN/Config.pm
118 cpan shell -- CPAN exploration and modules installation (v1.3102)
119 ReadLine support suppressed
122 cpan> install Bundle::CPAN
123 Issuing "/usr/bin/ftp -n"
124 Local directory now /root/.cpan/sources/authors
125 GOT /root/.cpan/sources/authors/01mailrc.txt.gz
126 Going to read /root/.cpan/sources/authors/01mailrc.txt.gz
127 Issuing "/usr/bin/ftp -n"
128 Local directory now /root/.cpan/sources/modules
129 GOT /root/.cpan/sources/modules/02packages.details.txt.gz
130 Going to read /root/.cpan/sources/modules/02packages.details.txt.gz
132 There's a new CPAN.pm version (v1.40) available!
133 You might want to try
136 without quitting the current session. It should be a seamless upgrade
137 while we are running...
139 Issuing "/usr/bin/ftp -n"
140 Local directory now /root/.cpan/sources/modules
141 GOT /root/.cpan/sources/modules/03modlist.data.gz
142 Going to read /root/.cpan/sources/modules/03modlist.data.gz
143 Running make for NWINT/MD5-1.7.tar.gz
144 Issuing "/usr/bin/ftp -n"
145 Local directory now /root/.cpan/sources/authors/id/NWINT
146 GOT /root/.cpan/sources/authors/id/NWINT/MD5-1.7.tar.gz
160 MD5-1.7/examples/mddriver.pl
161 MD5-1.7/examples/twdigest.pl
163 CPAN.pm: Going to build NWINT/MD5-1.7.tar.gz
165 Checking if your kit is complete...
167 Writing Makefile for MD5
171 mkdir ./blib/arch/auto
172 mkdir ./blib/arch/auto/MD5
173 mkdir ./blib/lib/auto
174 mkdir ./blib/lib/auto/MD5
176 cp MD5.pm ./blib/lib/MD5.pm
177 AutoSplitting MD5 (./blib/lib/auto/MD5)
178 /usr/bin/perl -I/usr/lib/perl5/i386-linux/5.00404 -I/usr/lib/perl5 /usr/lib/perl5/ExtUtils/xsubpp -typemap /usr/lib/perl5/ExtUtils/typemap -typemap typemap MD5.xs >MD5.tc && mv MD5.tc MD5.c
179 cc -c -Dbool=char -DHAS_BOOL -I/usr/local/include -O2 -DVERSION=\"1.7\" -DXS_VERSION=\"1.7\" -fpic -I/usr/lib/perl5/i386-linux/5.00404/CORE -DPERL_BYTEORDER=1234 MD5.c
180 cc -c -Dbool=char -DHAS_BOOL -I/usr/local/include -O2 -DVERSION=\"1.7\" -DXS_VERSION=\"1.7\" -fpic -I/usr/lib/perl5/i386-linux/5.00404/CORE -DPERL_BYTEORDER=1234 md5c.c
181 Running Mkbootstrap for MD5 ()
183 LD_RUN_PATH="" cc -o blib/arch/auto/MD5/MD5.so -shared -L/usr/local/lib MD5.o md5c.o
184 chmod 755 blib/arch/auto/MD5/MD5.so
185 cp MD5.bs ./blib/arch/auto/MD5/MD5.bs
186 chmod 644 blib/arch/auto/MD5/MD5.bs
187 Manifying ./blib/man3/MD5.3
190 PERL_DL_NONLAZY=1 /usr/bin/perl -I./blib/arch -I./blib/lib -I/usr/lib/perl5/i386-linux/5.00404 -I/usr/lib/perl5 test.pl
206 /usr/bin/make test -- OK
208 Installing /usr/lib/perl5/site_perl/i386-linux/./auto/MD5/MD5.so
209 Installing /usr/lib/perl5/site_perl/i386-linux/./auto/MD5/MD5.bs
210 Installing /usr/lib/perl5/site_perl/./auto/MD5/autosplit.ix
211 Installing /usr/lib/perl5/site_perl/./MD5.pm
212 Installing /usr/lib/perl5/man/man3/./MD5.3
213 Writing /usr/lib/perl5/site_perl/i386-linux/auto/MD5/.packlist
214 Appending installation info to /usr/lib/perl5/i386-linux/5.00404/perllocal.pod
215 /usr/bin/make install -- OK
216 Running make for GSAR/Data-Dumper-2.09.tar.gz
217 Issuing "/usr/bin/ftp -n"
218 Local directory now /root/.cpan/sources/authors/id/GSAR
219 GOT /root/.cpan/sources/authors/id/GSAR/Data-Dumper-2.09.tar.gz
221 Data-Dumper-2.09/Dumper.html
223 Data-Dumper-2.09/t/overload.t
224 Data-Dumper-2.09/t/dumper.t
225 Data-Dumper-2.09/MANIFEST.NOXSUB
226 Data-Dumper-2.09/Dumper.pm.NOXSUB
227 Data-Dumper-2.09/Dumper.xs
228 Data-Dumper-2.09/Todo
229 Data-Dumper-2.09/MANIFEST
230 Data-Dumper-2.09/Makefile.PL
231 Data-Dumper-2.09/Dumper.pm
232 Data-Dumper-2.09/Changes
233 Data-Dumper-2.09/README
235 CPAN.pm: Going to build GSAR/Data-Dumper-2.09.tar.gz
237 Checking if your kit is complete...
239 Writing Makefile for Data::Dumper
242 mkdir ./blib/lib/Data
244 mkdir ./blib/arch/auto
245 mkdir ./blib/arch/auto/Data
246 mkdir ./blib/arch/auto/Data/Dumper
247 mkdir ./blib/lib/auto
248 mkdir ./blib/lib/auto/Data
249 mkdir ./blib/lib/auto/Data/Dumper
250 cp Dumper.pm ./blib/lib/Data/Dumper.pm
251 /usr/bin/perl -I/usr/lib/perl5/i386-linux/5.00404 -I/usr/lib/perl5 /usr/lib/perl5/ExtUtils/xsubpp -typemap /usr/lib/perl5/ExtUtils/typemap Dumper.xs >Dumper.tc && mv Dumper.tc Dumper.c
252 cc -c -Dbool=char -DHAS_BOOL -I/usr/local/include -O2 -DVERSION=\"2.09\" -DXS_VERSION=\"2.09\" -fpic -I/usr/lib/perl5/i386-linux/5.00404/CORE Dumper.c
253 Running Mkbootstrap for Data::Dumper ()
255 LD_RUN_PATH="" cc -o blib/arch/auto/Data/Dumper/Dumper.so -shared -L/usr/local/lib Dumper.o
256 chmod 755 blib/arch/auto/Data/Dumper/Dumper.so
257 cp Dumper.bs ./blib/arch/auto/Data/Dumper/Dumper.bs
258 chmod 644 blib/arch/auto/Data/Dumper/Dumper.bs
261 PERL_DL_NONLAZY=1 /usr/bin/perl -I./blib/arch -I./blib/lib -I/usr/lib/perl5/i386-linux/5.00404 -I/usr/lib/perl5 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
262 t/dumper............ok
263 t/overload..........ok
264 All tests successful.
265 Files=2, Tests=139, 0 secs ( 0.55 cusr 0.05 csys = 0.60 cpu)
266 /usr/bin/make test -- OK
268 Installing /usr/lib/perl5/site_perl/i386-linux/./auto/Data/Dumper/Dumper.so
269 Installing /usr/lib/perl5/site_perl/i386-linux/./auto/Data/Dumper/Dumper.bs
270 Installing /usr/lib/perl5/site_perl/./Data/Dumper.pm
271 Writing /usr/lib/perl5/site_perl/i386-linux/auto/Data/Dumper/.packlist
272 Appending installation info to /usr/lib/perl5/i386-linux/5.00404/perllocal.pod
273 /usr/bin/make install -- OK
274 Issuing "/usr/bin/ftp -n"
275 Local directory now /root/.cpan/sources/authors/id/GBARR
276 GOT /root/.cpan/sources/authors/id/GBARR/Bundle-libnet-1.00.tar.gz
278 Bundle-libnet-1.00/Makefile.PL
279 Bundle-libnet-1.00/libnet.pm
280 Bundle-libnet-1.00/README
281 Bundle-libnet-1.00/MANIFEST
282 Data::Dumper is up to date.
283 Running make for JROGERS/Net-Telnet-3.01.tar.gz
284 Issuing "/usr/bin/ftp -n"
285 Local directory now /root/.cpan/sources/authors/id/JROGERS
286 GOT /root/.cpan/sources/authors/id/JROGERS/Net-Telnet-3.01.tar.gz
288 Net-Telnet-3.01/Makefile.PL
289 Net-Telnet-3.01/ChangeLog
291 Net-Telnet-3.01/lib/Net/
292 Net-Telnet-3.01/lib/Net/Telnet.pm
294 Net-Telnet-3.01/t/select.t
295 Net-Telnet-3.01/README
296 Net-Telnet-3.01/MANIFEST
298 CPAN.pm: Going to build JROGERS/Net-Telnet-3.01.tar.gz
300 Checking if your kit is complete...
302 Writing Makefile for Net::Telnet
307 mkdir ./blib/arch/auto
308 mkdir ./blib/arch/auto/Net
309 mkdir ./blib/arch/auto/Net/Telnet
310 mkdir ./blib/lib/auto
311 mkdir ./blib/lib/auto/Net
312 mkdir ./blib/lib/auto/Net/Telnet
314 cp lib/Net/Telnet.pm ./blib/lib/Net/Telnet.pm
315 Manifying ./blib/man3/Net::Telnet.3
318 PERL_DL_NONLAZY=1 /usr/bin/perl -I./blib/arch -I./blib/lib -I/usr/lib/perl5/i386-linux/5.00404 -I/usr/lib/perl5 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
319 t/select............ok
320 All tests successful.
321 Files=1, Tests=1, 0 secs ( 0.38 cusr 0.02 csys = 0.40 cpu)
322 /usr/bin/make test -- OK
324 Installing /usr/lib/perl5/site_perl/./Net/Telnet.pm
325 Installing /usr/lib/perl5/man/man3/./Net::Telnet.3
326 Writing /usr/lib/perl5/site_perl/i386-linux/auto/Net/Telnet/.packlist
327 Appending installation info to /usr/lib/perl5/i386-linux/5.00404/perllocal.pod
328 /usr/bin/make install -- OK
329 Running make for GBARR/libnet-1.0605.tar.gz
330 Issuing "/usr/bin/ftp -n"
331 Local directory now /root/.cpan/sources/authors/id/GBARR
332 GOT /root/.cpan/sources/authors/id/GBARR/libnet-1.0605.tar.gz
335 libnet-1.0605/Net/FTP/
336 libnet-1.0605/Net/FTP/dataconn.pm
337 libnet-1.0605/Net/FTP/L.pm
338 libnet-1.0605/Net/FTP/A.pm
339 libnet-1.0605/Net/FTP/E.pm
340 libnet-1.0605/Net/FTP/I.pm
341 libnet-1.0605/Net/POP3.pm
342 libnet-1.0605/Net/SMTP.pm
343 libnet-1.0605/Net/FTP.pm
344 libnet-1.0605/Net/Cmd.pm
345 libnet-1.0605/Net/DummyInetd.pm
346 libnet-1.0605/Net/NNTP.pm
347 libnet-1.0605/Net/SNPP.pm
348 libnet-1.0605/Net/Time.pm
349 libnet-1.0605/Net/Domain.pm
350 libnet-1.0605/Net/PH.pm
351 libnet-1.0605/Net/Netrc.pm
353 libnet-1.0605/demos/smtp.self
354 libnet-1.0605/demos/nntp
355 libnet-1.0605/demos/pop3
356 libnet-1.0605/demos/time
357 libnet-1.0605/demos/snpp
358 libnet-1.0605/demos/nntp.mirror
359 libnet-1.0605/demos/ftp
360 libnet-1.0605/demos/inetd
361 libnet-1.0605/Hostname.pm.eg
363 libnet-1.0605/t/nntp.t
365 libnet-1.0605/t/require.t
366 libnet-1.0605/t/hostname.t
367 libnet-1.0605/t/smtp.t
368 libnet-1.0605/t/ftp.t
369 libnet-1.0605/FAQ.pod
370 libnet-1.0605/README.config
371 libnet-1.0605/MANIFEST
372 libnet-1.0605/Configure
373 libnet-1.0605/Makefile.PL
374 libnet-1.0605/ChangeLog
377 CPAN.pm: Going to build GBARR/libnet-1.0605.tar.gz
379 Checking for Socket...ok
380 Checking for IO::Socket...ok
381 Checking for Data::Dumper...ok
382 Checking if your kit is complete...
385 This script will prompt you to enter hostnames that can be used as
386 defaults for some of the modules in the libnet distribution.
388 To ensure that you do not enter an invalid hostname, I can perform a
389 lookup on each hostname you enter. If your internet connection is via
390 a dialup line then you may not want me to perform these lookups, as
391 it will require you to be on-line.
393 Do you want me to perform hostname lookups (y|n) ? [yes] no
395 *** WARNING *** WARNING *** WARNING *** WARNING *** WARNING ***
397 OK I will not check if the hostnames you give are valid
400 *** WARNING *** WARNING *** WARNING *** WARNING *** WARNING ***
402 The following questions all require a list of host names, separated
403 with spaces. If you do not have a host available for any of the
404 services, then enter a single space, followed by <CR>. To accept the
407 Enter a list of available NNTP hosts : [news]
408 Enter a list of available SMTP hosts : [mailhost]
409 Enter a list of available POP3 hosts : []
410 Enter a list of available SNPP hosts : []
411 Enter a list of available PH Hosts : [dirserv]
412 Enter a list of available TIME Hosts : []
413 Enter a list of available DAYTIME Hosts : []
415 Some companies access the internet via a firewall machine, and all
416 FTP access must be dove via this machine.
418 If to gain FTP access to a machine beyond a firewall, you have to use
419 a FTP proxy machine and login as username@remote.host then enter
420 the name of that gateway here.
422 FTP proxy hostname : []
424 Normally when FTP needs a data connection the client tells the server
425 a port to connect to, and the server initiates a connection to the client.
427 Some setups, in particular firewall setups, can/do not work using this
428 protocol. In these situations the client must make the connection to the
429 server, this is called a passive transfer.
431 Should all FTP connections via a firewall/proxy be passive (y|n) ? [no]
433 Should all other FTP connections be passive (y|n) ? [no]
435 What is your local internet domain name : [] tubby.org
437 If you specified some default hosts above, it is possible for me to
438 do some basic tests when you run `make test'
440 This will cause `make test' to be quite a bit slower and, if your
441 internet connection is via dialup, will require you to be on-line
442 unless the hosts are local.
444 Do you want me to run these tests (y|n) ? [yes]
446 To allow Net::FTP to be tested I will need a hostname. This host
447 should allow anonymous access and have a /pub directory
449 What host can I use : [] localhost
452 Writing Makefile for Net
456 mkdir ./blib/arch/auto
457 mkdir ./blib/arch/auto/Net
458 mkdir ./blib/lib/auto
459 mkdir ./blib/lib/auto/Net
461 cp Net/DummyInetd.pm ./blib/lib/Net/DummyInetd.pm
462 cp Net/NNTP.pm ./blib/lib/Net/NNTP.pm
463 cp Net/FTP/dataconn.pm ./blib/lib/Net/FTP/dataconn.pm
464 cp Net/SNPP.pm ./blib/lib/Net/SNPP.pm
465 cp Net/FTP/I.pm ./blib/lib/Net/FTP/I.pm
466 cp Net/POP3.pm ./blib/lib/Net/POP3.pm
467 cp Net/SMTP.pm ./blib/lib/Net/SMTP.pm
468 cp Net/FTP/L.pm ./blib/lib/Net/FTP/L.pm
469 cp FAQ.pod ./blib/lib/FAQ.pod
470 cp Net/FTP.pm ./blib/lib/Net/FTP.pm
471 cp Net/Time.pm ./blib/lib/Net/Time.pm
472 cp Net/Cmd.pm ./blib/lib/Net/Cmd.pm
473 cp Net/Domain.pm ./blib/lib/Net/Domain.pm
474 cp Net/PH.pm ./blib/lib/Net/PH.pm
475 cp Net/FTP/A.pm ./blib/lib/Net/FTP/A.pm
476 cp libnet.cfg ./blib/arch/Net/Config.pm
477 cp Net/Netrc.pm ./blib/lib/Net/Netrc.pm
478 cp Net/FTP/E.pm ./blib/lib/Net/FTP/E.pm
479 Manifying ./blib/man3/Net::Time.3
480 Manifying ./blib/man3/FAQ.3
481 /usr/bin/pod2man: FAQ.pod is missing required section: DESCRIPTION
482 Manifying ./blib/man3/Net::Domain.3
483 Manifying ./blib/man3/Net::PH.3
484 Manifying ./blib/man3/Net::NNTP.3
485 Manifying ./blib/man3/Net::DummyInetd.3
486 Manifying ./blib/man3/Net::SNPP.3
487 Manifying ./blib/man3/Net::FTP.3
488 Manifying ./blib/man3/Net::POP3.3
489 Manifying ./blib/man3/Net::Netrc.3
490 Manifying ./blib/man3/Net::SMTP.3
491 Manifying ./blib/man3/Net::Cmd.3
494 PERL_DL_NONLAZY=1 /usr/bin/perl -I./blib/arch -I./blib/lib -I/usr/lib/perl5/i386-linux/5.00404 -I/usr/lib/perl5 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
495 t/ftp...............ok
496 t/hostname..........ok
497 t/nntp..............skipping test on this platform
498 t/ph................skipping test on this platform
499 t/require...........ok
500 t/smtp..............skipping test on this platform
501 All tests successful.
502 Files=6, Tests=16, 3 secs ( 2.12 cusr 0.23 csys = 2.35 cpu)
503 /usr/bin/make test -- OK
505 Installing /usr/lib/perl5/site_perl/i386-linux/./Net/Config.pm
506 Installing /usr/lib/perl5/site_perl/./Net/DummyInetd.pm
507 Installing /usr/lib/perl5/site_perl/./Net/NNTP.pm
508 Installing /usr/lib/perl5/site_perl/./Net/FTP/dataconn.pm
509 Installing /usr/lib/perl5/site_perl/./Net/FTP/I.pm
510 Installing /usr/lib/perl5/site_perl/./Net/FTP/L.pm
511 Installing /usr/lib/perl5/site_perl/./Net/FTP/A.pm
512 Installing /usr/lib/perl5/site_perl/./Net/FTP/E.pm
513 Installing /usr/lib/perl5/site_perl/./Net/SNPP.pm
514 Installing /usr/lib/perl5/site_perl/./Net/POP3.pm
515 Installing /usr/lib/perl5/site_perl/./Net/SMTP.pm
516 Installing /usr/lib/perl5/site_perl/./Net/FTP.pm
517 Installing /usr/lib/perl5/site_perl/./Net/Time.pm
518 Installing /usr/lib/perl5/site_perl/./Net/Cmd.pm
519 Installing /usr/lib/perl5/site_perl/./Net/Domain.pm
520 Installing /usr/lib/perl5/site_perl/./Net/PH.pm
521 Installing /usr/lib/perl5/site_perl/./Net/Netrc.pm
522 Installing /usr/lib/perl5/site_perl/./FAQ.pod
523 Installing /usr/lib/perl5/man/man3/./Net::Time.3
524 Installing /usr/lib/perl5/man/man3/./FAQ.3
525 Installing /usr/lib/perl5/man/man3/./Net::Domain.3
526 Installing /usr/lib/perl5/man/man3/./Net::PH.3
527 Installing /usr/lib/perl5/man/man3/./Net::NNTP.3
528 Installing /usr/lib/perl5/man/man3/./Net::DummyInetd.3
529 Installing /usr/lib/perl5/man/man3/./Net::SNPP.3
530 Installing /usr/lib/perl5/man/man3/./Net::FTP.3
531 Installing /usr/lib/perl5/man/man3/./Net::POP3.3
532 Installing /usr/lib/perl5/man/man3/./Net::Netrc.3
533 Installing /usr/lib/perl5/man/man3/./Net::SMTP.3
534 Installing /usr/lib/perl5/man/man3/./Net::Cmd.3
535 Writing /usr/lib/perl5/site_perl/i386-linux/auto/Net/.packlist
536 Appending installation info to /usr/lib/perl5/i386-linux/5.00404/perllocal.pod
537 /usr/bin/make install -- OK
538 Running make for KJALB/TermReadKey-2.12.tar.gz
539 Issuing "/usr/bin/ftp -n"
540 Local directory now /root/.cpan/sources/authors/id/KJALB
541 GOT /root/.cpan/sources/authors/id/KJALB/TermReadKey-2.12.tar.gz
543 TermReadKey-2.12/Makefile.PL
544 TermReadKey-2.12/ReadKey.pm
545 TermReadKey-2.12/test.pl
546 TermReadKey-2.12/Configure.pm
547 TermReadKey-2.12/genchars.pl
548 TermReadKey-2.12/README
549 TermReadKey-2.12/ReadKey.xs
550 TermReadKey-2.12/MANIFEST
552 CPAN.pm: Going to build KJALB/TermReadKey-2.12.tar.gz
554 Checking if your kit is complete...
556 Writing Makefile for Term::ReadKey
559 mkdir ./blib/lib/Term
561 mkdir ./blib/arch/auto
562 mkdir ./blib/arch/auto/Term
563 mkdir ./blib/arch/auto/Term/ReadKey
564 mkdir ./blib/lib/auto
565 mkdir ./blib/lib/auto/Term
566 mkdir ./blib/lib/auto/Term/ReadKey
568 cp ReadKey.pm ./blib/lib/Term/ReadKey.pm
569 AutoSplitting Term::ReadKey (./blib/lib/auto/Term/ReadKey)
570 /usr/bin/perl -I/usr/lib/perl5 genchars.pl
572 Writing termio/termios section of cchars.h... Done.
573 Checking for sgtty...
575 Writing sgtty section of cchars.h... Done.
576 /usr/bin/perl -I/usr/lib/perl5/i386-linux/5.00404 -I/usr/lib/perl5 /usr/lib/perl5/ExtUtils/xsubpp -typemap /usr/lib/perl5/ExtUtils/typemap ReadKey.xs >ReadKey.tc && mv ReadKey.tc ReadKey.c
577 Please specify prototyping behavior for ReadKey.xs (see perlxs manual)
578 cc -c -Dbool=char -DHAS_BOOL -I/usr/local/include -O2 -DVERSION=\"2.12\" -DXS_VERSION=\"2.12\" -fpic -I/usr/lib/perl5/i386-linux/5.00404/CORE ReadKey.c
579 In file included from /usr/include/sys/select.h:31,
581 /usr/include/selectbits.h:30: warning: `__FD_ZERO' redefined
582 /usr/include/asm/posix_types.h:65: warning: this is the location of the previous definition
583 /usr/include/selectbits.h:35: warning: `__FD_SET' redefined
584 /usr/include/asm/posix_types.h:45: warning: this is the location of the previous definition
585 /usr/include/selectbits.h:40: warning: `__FD_CLR' redefined
586 /usr/include/asm/posix_types.h:50: warning: this is the location of the previous definition
587 /usr/include/selectbits.h:49: warning: `__FD_ISSET' redefined
588 /usr/include/asm/posix_types.h:58: warning: this is the location of the previous definition
589 In file included from ReadKey.xs:240:
590 /usr/include/sys/select.h:60: warning: `FD_SET' redefined
591 /usr/include/linux/time.h:59: warning: this is the location of the previous definition
592 /usr/include/sys/select.h:61: warning: `FD_CLR' redefined
593 /usr/include/linux/time.h:60: warning: this is the location of the previous definition
594 /usr/include/sys/select.h:62: warning: `FD_ISSET' redefined
595 /usr/include/linux/time.h:61: warning: this is the location of the previous definition
596 /usr/include/sys/select.h:63: warning: `FD_ZERO' redefined
597 /usr/include/linux/time.h:62: warning: this is the location of the previous definition
598 In file included from ReadKey.xs:240:
599 /usr/include/sys/select.h:45: syntax error before `fd_mask'
600 /usr/include/sys/select.h:45: warning: empty declaration
601 /usr/include/sys/select.h:48: conflicting types for `fd_set'
602 /usr/include/linux/types.h:9: previous declaration of `fd_set'
603 /usr/include/sys/select.h:73: conflicting types for `__select'
604 /usr/include/sys/time.h:55: previous declaration of `__select'
605 /usr/include/sys/select.h:76: conflicting types for `select'
606 /usr/include/sys/time.h:58: previous declaration of `select'
607 ReadKey.xs: In function `selectfile':
608 ReadKey.xs:1441: `__fd_mask' undeclared (first use this function)
609 ReadKey.xs:1441: (Each undeclared identifier is reported only once
610 ReadKey.xs:1441: for each function it appears in.)
611 make: *** [ReadKey.o] Error 1
612 /usr/bin/make -- NOT OK
614 Oops, make had returned bad status
616 Oops, make had returned bad status
617 Running make for ILYAZ/modules/Term-ReadLine-Perl-0.9904.tar.gz
618 Issuing "/usr/bin/ftp -n"
619 Local directory now /root/.cpan/sources/authors/id/ILYAZ/modules
620 GOT /root/.cpan/sources/authors/id/ILYAZ/modules/Term-ReadLine-Perl-0.9904.tar.gz
621 Term-ReadLine-Perl-0.9904/
622 Term-ReadLine-Perl-0.9904/CHANGES
623 Term-ReadLine-Perl-0.9904/Makefile.PL
624 Term-ReadLine-Perl-0.9904/MANIFEST
625 Term-ReadLine-Perl-0.9904/ReadLine/
626 Term-ReadLine-Perl-0.9904/ReadLine/Perl.pm
627 Term-ReadLine-Perl-0.9904/ReadLine/readline.pm
628 Term-ReadLine-Perl-0.9904/README
629 Term-ReadLine-Perl-0.9904/test.pl
631 CPAN.pm: Going to build ILYAZ/modules/Term-ReadLine-Perl-0.9904.tar.gz
633 Checking if your kit is complete...
635 Writing Makefile for Term::ReadLine
638 mkdir ./blib/lib/Term
640 mkdir ./blib/arch/auto
641 mkdir ./blib/arch/auto/Term
642 mkdir ./blib/arch/auto/Term/ReadLine
643 mkdir ./blib/lib/auto
644 mkdir ./blib/lib/auto/Term
645 mkdir ./blib/lib/auto/Term/ReadLine
646 cp ReadLine/Perl.pm ./blib/lib/Term/ReadLine/Perl.pm
647 cp ReadLine/readline.pm ./blib/lib/Term/ReadLine/readline.pm
650 PERL_DL_NONLAZY=1 /usr/bin/perl -I./blib/arch -I./blib/lib -I/usr/lib/perl5/i386-linux/5.00404 -I/usr/lib/perl5 test.pl
651 Features present: preput 1 tkRunning 1 appname 1 getHistory 1 ornaments 1 attribs 1 newTTY 1 autohistory 1 addHistory 1 minline 1 setHistory 1
652 Can't ioctl TIOCGETP: Invalid argument
653 Consider installing Term::ReadKey from CPAN site nearby
654 at http://www.perl.com/CPAN
657 to reach CPAN. Falling back to 'stty'.
658 If you do not want to see this warning, set PERL_READLINE_NOWARN
660 Enter arithmetic or Perl expression: exit
661 /usr/bin/make test -- OK
663 Installing /usr/lib/perl5/site_perl/./Term/ReadLine/Perl.pm
664 Installing /usr/lib/perl5/site_perl/./Term/ReadLine/readline.pm
665 Writing /usr/lib/perl5/site_perl/i386-linux/auto/Term/ReadLine/.packlist
666 Appending installation info to /usr/lib/perl5/i386-linux/5.00404/perllocal.pod
667 /usr/bin/make install -- OK
668 Running make for ULPFR/CPAN-WAIT-0.24.tar.gz
669 Issuing "/usr/bin/ftp -n"
670 Local directory now /root/.cpan/sources/authors/id/ULPFR
671 GOT /root/.cpan/sources/authors/id/ULPFR/CPAN-WAIT-0.24.tar.gz
673 CPAN-WAIT-0.24/ChangeLog
674 CPAN-WAIT-0.24/Makefile.PL
676 CPAN-WAIT-0.24/lib/WAIT/
677 CPAN-WAIT-0.24/lib/WAIT/Client.pm
678 CPAN-WAIT-0.24/lib/CPAN/
679 CPAN-WAIT-0.24/lib/CPAN/WAIT.pm
680 CPAN-WAIT-0.24/README
682 CPAN-WAIT-0.24/t/basic.t
683 CPAN-WAIT-0.24/MANIFEST
685 CPAN.pm: Going to build ULPFR/CPAN-WAIT-0.24.tar.gz
687 Checking if your kit is complete...
689 Writing Makefile for CPAN::WAIT
692 mkdir ./blib/lib/CPAN
694 mkdir ./blib/arch/auto
695 mkdir ./blib/arch/auto/CPAN
696 mkdir ./blib/arch/auto/CPAN/WAIT
697 mkdir ./blib/lib/auto
698 mkdir ./blib/lib/auto/CPAN
699 mkdir ./blib/lib/auto/CPAN/WAIT
701 cp lib/WAIT/Client.pm ./blib/lib/WAIT/Client.pm
702 cp lib/CPAN/WAIT.pm ./blib/lib/CPAN/WAIT.pm
703 Manifying ./blib/man3/CPAN::WAIT.3
706 PERL_DL_NONLAZY=1 /usr/bin/perl -I./blib/arch -I./blib/lib -I/usr/lib/perl5/i386-linux/5.00404 -I/usr/lib/perl5 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
707 t/basic.............ok
708 All tests successful.
709 Files=1, Tests=5, 3 secs ( 0.90 cusr 0.08 csys = 0.98 cpu)
710 /usr/bin/make test -- OK
712 Installing /usr/lib/perl5/site_perl/./CPAN/WAIT.pm
713 Installing /usr/lib/perl5/site_perl/./WAIT/Client.pm
714 Installing /usr/lib/perl5/man/man3/./CPAN::WAIT.3
715 Writing /usr/lib/perl5/site_perl/i386-linux/auto/CPAN/WAIT/.packlist
716 Appending installation info to /usr/lib/perl5/i386-linux/5.00404/perllocal.pod
717 /usr/bin/make install -- OK
718 Running make for ANDK/CPAN-1.40.tar.gz
719 Issuing "/usr/bin/ftp -n"
720 Local directory now /root/.cpan/sources/authors/id/ANDK
721 GOT /root/.cpan/sources/authors/id/ANDK/CPAN-1.40.tar.gz
724 CPAN-1.40/lib/CPAN.pm
726 CPAN-1.40/lib/CPAN/Nox.pm
727 CPAN-1.40/lib/CPAN/FirstTime.pm
728 CPAN-1.40/lib/Bundle/
729 CPAN-1.40/lib/Bundle/CPAN.pm
734 CPAN-1.40/Makefile.PL
738 CPAN.pm: Going to build ANDK/CPAN-1.40.tar.gz
740 Checking if your kit is complete...
742 Writing Makefile for CPAN
746 mkdir ./blib/arch/auto
747 mkdir ./blib/arch/auto/CPAN
748 mkdir ./blib/lib/auto
749 mkdir ./blib/lib/auto/CPAN
751 cp lib/CPAN/FirstTime.pm ./blib/lib/CPAN/FirstTime.pm
752 cp lib/CPAN.pm ./blib/lib/./CPAN.pm
753 cp lib/Bundle/CPAN.pm ./blib/lib/Bundle/CPAN.pm
754 cp lib/CPAN/Nox.pm ./blib/lib/CPAN/Nox.pm
755 Manifying ./blib/man3/CPAN::FirstTime.3
756 Manifying ./blib/man3/CPAN.3
757 Manifying ./blib/man3/Bundle::CPAN.3
758 Manifying ./blib/man3/CPAN::Nox.3
761 PERL_DL_NONLAZY=1 /usr/bin/perl -I./blib/arch -I./blib/lib -I/usr/lib/perl5/i386-linux/5.00404 -I/usr/lib/perl5 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
762 t/loadme............ok
763 All tests successful.
764 Files=1, Tests=1, 0 secs ( 0.69 cusr 0.06 csys = 0.75 cpu)
765 /usr/bin/make test -- OK
767 Installing /usr/lib/perl5/./CPAN/FirstTime.pm
768 Installing /usr/lib/perl5/./CPAN/Nox.pm
769 Installing /usr/lib/perl5/./CPAN.pm
770 Installing /usr/lib/perl5/./Bundle/CPAN.pm
771 Installing /usr/lib/perl5/man/man3/./CPAN::FirstTime.3
772 Installing /usr/lib/perl5/man/man3/./CPAN.3
773 Installing /usr/lib/perl5/man/man3/./Bundle::CPAN.3
774 Installing /usr/lib/perl5/man/man3/./CPAN::Nox.3
775 Writing /usr/lib/perl5/i386-linux/5.00404/auto/CPAN/.packlist
776 Appending installation info to /usr/lib/perl5/i386-linux/5.00404/perllocal.pod
777 /usr/bin/make install -- OK
783 <h5>Version: $Id$</h5>