Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.67 KB | None | 0 0
  1.  
  2. CPAN.pm changes the current working directory often and needs to
  3. determine its own current working directory. Per default it uses
  4. Cwd::cwd but if this doesn't work on your system for some reason,
  5. alternatives can be configured according to the following table:
  6.  
  7. cwd Cwd::cwd
  8. getcwd Cwd::getcwd
  9. fastcwd Cwd::fastcwd
  10. backtickcwd external command cwd
  11.  
  12. <getcwd>
  13. Preferred method for determining the current working directory? [cwd]
  14.  
  15.  
  16. The prompt of the cpan shell can contain the current command number
  17. for easier tracking of the session or be a plain string.
  18.  
  19. <commandnumber_in_prompt>
  20. Do you want the command number in the prompt (yes/no)? [yes]
  21.  
  22.  
  23. When using Term::ReadLine, you can turn ornaments on so that your
  24. input stands out against the output from CPAN.pm.
  25.  
  26. <term_ornaments>
  27. Do you want to turn ornaments on? [yes]
  28.  
  29.  
  30. The next option deals with the charset (aka character set) your
  31. terminal supports. In general, CPAN is English speaking territory, so
  32. the charset does not matter much but some CPAN have names that are
  33. outside the ASCII range. If your terminal supports UTF-8, you should
  34. say no to the next question. If it expects ISO-8859-1 (also known as
  35. LATIN1) then you should say yes. If it supports neither, your answer
  36. does not matter because you will not be able to read the names of some
  37. authors anyway. If you answer no, names will be output in UTF-8.
  38.  
  39. <term_is_latin>
  40. Your terminal expects ISO-8859-1 (yes/no)? [yes]
  41.  
  42.  
  43. If you have one of the readline packages (Term::ReadLine::Perl,
  44. Term::ReadLine::Gnu, possibly others) installed, the interactive CPAN
  45. shell will have history support. The next two questions deal with the
  46. filename of the history file and with its size. If you do not want to
  47. set this variable, please hit SPACE RETURN to the following question.
  48.  
  49. If you have one of the readline packages (Term::ReadLine::Perl,
  50. Term::ReadLine::Gnu, possibly others) installed, the interactive CPAN
  51. shell will have history support. The next two questions deal with the
  52. filename of the history file and with its size. If you do not want to
  53. set this variable, please hit SPACE RETURN to the following question.
  54.  
  55. <histfile>
  56. File to save your history? [/root/.cpan/histfile]
  57.  
  58.  
  59. <histsize>
  60. Number of lines to save? [100]
  61.  
  62.  
  63. The 'd' and the 'm' command normally only show you information they
  64. have in their in-memory database and thus will never connect to the
  65. internet. If you set the 'show_upload_date' variable to true, 'm' and
  66. 'd' will additionally show you the upload date of the module or
  67. distribution. Per default this feature is off because it may require a
  68. net connection to get at the upload date.
  69.  
  70. <show_upload_date>
  71. Always try to show upload date with 'd' and 'm' command (yes/no)? [no]
  72.  
  73.  
  74. During the 'r' command CPAN.pm finds modules without version number.
  75. When the command finishes, it prints a report about this. If you
  76. want this report to be very verbose, say yes to the following
  77. variable.
  78.  
  79. <show_unparsable_versions>
  80. Show all individual modules that have no $VERSION? [no]
  81.  
  82.  
  83. During the 'r' command CPAN.pm finds modules with a version number of
  84. zero. When the command finishes, it prints a report about this. If you
  85. want this report to be very verbose, say yes to the following
  86. variable.
  87.  
  88. <show_zero_versions>
  89. Show all individual modules that have a $VERSION of zero? [no]
  90.  
  91.  
  92. If you have never defined your own C<urllist> in your configuration
  93. then C<CPAN.pm> will be hesitant to use the built in default sites for
  94. downloading. It will ask you once per session if a connection to the
  95. internet is OK and only if you say yes, it will try to connect. But to
  96. avoid this question, you can choose your favorite download sites once
  97. and get away with it. Or, if you have no favorite download sites
  98. answer yes to the following question.
  99.  
  100. <connect_to_internet_ok>
  101. If no urllist has been chosen yet, would you prefer CPAN.pm to connect
  102. to the built-in default sites without asking? (yes/no)? [yes]
  103.  
  104.  
  105. Autoconfigured everything but 'urllist'.
  106. Please call 'o conf init urllist' to configure your CPAN server(s) now!
  107.  
  108.  
  109.  
  110. commit: wrote '/usr/share/perl5/CPAN/Config.pm'
  111. CPAN: Storable loaded ok (v2.20)
  112. Warning: no success downloading '/root/.cpan/sources/authors/01mailrc.txt.gz.tmp1814'. Giving up on it. at /usr/share/perl5/CPAN/Index.pm line 225
  113. LWP not available
  114.  
  115. Trying with "/usr/bin/curl -L -f -s -S --netrc-optional" to get
  116. "http://www.perl.org/CPAN/authors/01mailrc.txt.gz"
  117. Going to read '/root/.cpan/sources/authors/01mailrc.txt.gz'
  118. ............................................................................DONE
  119. Warning: no success downloading '/root/.cpan/sources/modules/02packages.details.txt.gz.tmp1814'. Giving up on it. at /usr/share/perl5/CPAN/Index.pm line 225
  120.  
  121. Trying with "/usr/bin/curl -L -f -s -S --netrc-optional" to get
  122. "http://www.perl.org/CPAN/modules/02packages.details.txt.gz"
  123. Going to read '/root/.cpan/sources/modules/02packages.details.txt.gz'
  124. Database was generated on Thu, 23 Oct 2014 08:41:02 GMT
  125. HTTP::Date not available
  126. ..............
  127. New CPAN.pm version (v2.05) available.
  128. [Currently running version is v1.9402]
  129. You might want to try
  130. install CPAN
  131. reload cpan
  132. to both upgrade CPAN.pm and run the new version without leaving
  133. the current session.
  134.  
  135.  
  136. ..............................................................DONE
  137. Warning: no success downloading '/root/.cpan/sources/modules/03modlist.data.gz.tmp1814'. Giving up on it. at /usr/share/perl5/CPAN/Index.pm line 225
  138.  
  139. Trying with "/usr/bin/curl -L -f -s -S --netrc-optional" to get
  140. "http://www.perl.org/CPAN/modules/03modlist.data.gz"
  141. Going to read '/root/.cpan/sources/modules/03modlist.data.gz'
  142. DONE
  143. Going to write /root/.cpan/Metadata
  144. Running install for module 'EV'
  145. Running make for M/ML/MLEHMANN/EV-4.18.tar.gz
  146. Warning: no success downloading '/root/.cpan/sources/authors/id/M/ML/MLEHMANN/EV-4.18.tar.gz.tmp1814'. Giving up on it. at /usr/share/perl5/CPAN/Distribution.pm line 379
  147.  
  148. Trying with "/usr/bin/curl -L -f -s -S --netrc-optional" to get
  149. "http://www.perl.org/CPAN/authors/id/M/ML/MLEHMANN/EV-4.18.tar.gz"
  150. CPAN: Digest::SHA loaded ok (v5.47)
  151.  
  152. Trying with "/usr/bin/curl -L -f -s -S --netrc-optional" to get
  153. "http://www.perl.org/CPAN/authors/id/M/ML/MLEHMANN/CHECKSUMS"
  154. Checksum for /root/.cpan/sources/authors/id/M/ML/MLEHMANN/EV-4.18.tar.gz ok
  155. EV-4.18/
  156. EV-4.18/typemap
  157. EV-4.18/libev/
  158. EV-4.18/libev/Changes
  159. EV-4.18/libev/ev_epoll.c
  160. EV-4.18/libev/ev_port.c
  161. EV-4.18/libev/ev.pod
  162. EV-4.18/libev/LICENSE
  163. EV-4.18/libev/ev_win32.c
  164. EV-4.18/libev/README
  165. EV-4.18/libev/ev_poll.c
  166. EV-4.18/libev/ev_kqueue.c
  167. EV-4.18/libev/ev.c
  168. EV-4.18/libev/ev_vars.h
  169. EV-4.18/libev/ev_wrap.h
  170. EV-4.18/libev/ev.h
  171. EV-4.18/libev/ev_select.c
  172. EV-4.18/Makefile.PL
  173. EV-4.18/schmorp.h
  174. EV-4.18/META.yml
  175. EV-4.18/Changes
  176. EV-4.18/META.json
  177. EV-4.18/COPYING
  178. EV-4.18/EV.pm
  179. EV-4.18/README
  180. EV-4.18/EV.xs
  181. EV-4.18/t/
  182. EV-4.18/t/01_timer.t
  183. EV-4.18/t/00_load.t
  184. EV-4.18/t/02_once.t
  185. EV-4.18/t/07_loop_timer.t
  186. EV-4.18/t/08_async.t
  187. EV-4.18/t/04_stat.t
  188. EV-4.18/t/05_priority.t
  189. EV-4.18/t/06_loop_once.t
  190. EV-4.18/t/09_brandon.t
  191. EV-4.18/t/03_keepalive.t
  192. EV-4.18/t/11_signal.t
  193. EV-4.18/EV/
  194. EV-4.18/EV/EVAPI.h
  195. EV-4.18/EV/MakeMaker.pm
  196. EV-4.18/MANIFEST
  197. CPAN: File::Temp loaded ok (v0.22)
  198.  
  199. CPAN.pm: Going to build M/ML/MLEHMANN/EV-4.18.tar.gz
  200.  
  201.  
  202. *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  203.  
  204.  
  205. Welcome to EV configuration. If you are in a hurry, just press return here
  206. and hope for the best. The defaults should usually do.
  207.  
  208. Skip further questions and use defaults (y/n)? [y] y
  209.  
  210. *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  211.  
  212.  
  213. POSIX optionally offers support for a monotonic clock source. EV
  214. can take advantage of this clock source to detect time jumps more
  215. reliably. Unfortunately, some systems are bound to be broken, so you can
  216. disable this here: you can completely disable the detection and use of
  217. the monotonic clock by answering 'n' here. Support for this clock type
  218. will otherwise be autodetected at both compile- and runtime. (this setting
  219. currently affects the use of nanosleep over select as well).
  220.  
  221. Enable optional support for CLOCK_MONOTONIC (y/n)? [y] y
  222.  
  223. *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  224.  
  225.  
  226. POSIX optionally offers support for a (potentially) high-resolution
  227. realtime clock interface. In a good implementation, using it is faster
  228. than the normal method of using gettimeofday. Unfortunately, this option
  229. is also bound to be broken on some systems, and current EV versions do not
  230. actually call gettimeofday very often, so it defaults to no.
  231.  
  232. Prefer clock_gettime (CLOCK_REALTIME) over gettimeofday (y/n)? [n] n
  233.  
  234. *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  235.  
  236.  
  237. EV can use various backends with various portability issues. The select
  238. backend is the most portable and makes for a good fallback, but it can be
  239. limited to a low number of file descriptors and/or might not compile. If
  240. you have problems with compiling ev_select.c, you might try to play around
  241. with disabling it here, or forcing it to use the fd_set provided by your
  242. OS, via the next question. I highly recommend keeping it in.
  243.  
  244. Enable select backend (y/n)? [y] y
  245.  
  246. *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  247.  
  248.  
  249. The select backend can operate in two modes. One uses the system-provided
  250. fd_set and is usually limited to 1024 file descriptors (64 on windows),
  251. the other requires your header files to define NFDBITS and declare a
  252. suitable fd_mask type. If you run into problems compiling ev_select.c, you
  253. can try forcing the use of the system fd_set here.
  254.  
  255. Force use of system fd_set for select backend (y/n)? [n] n
  256.  
  257. *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  258.  
  259.  
  260. The second very portable backend is poll(2). It does not exist on windows
  261. and various versions of Mac OS X (and on the other versions it simply
  262. doesn't work), but works basically everywhere else. It is recommended to use
  263. the default here unless you run into compile problems in ev_poll.c.
  264.  
  265. Enable poll backend (y/n)? [y] y
  266.  
  267. *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  268.  
  269.  
  270. Select and poll make it hard to write efficient servers, especially if the
  271. number of active connections is much lower than the watched ones. GNU/Linux
  272. systems have a more scalable method called "epoll", which EV can use. For
  273. this to work, both your kernel and glibc have to support epoll, but if you
  274. can compile it, the detection will be done at runtime, and EV will safely
  275. fall back to using select when epoll isn't available. If unsure, accept
  276. the default.
  277.  
  278. Enable epoll backend (y/n)? [y] y
  279.  
  280. *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  281.  
  282.  
  283. Similarly to the epoll backend above, EV can take advantage of kqueue on
  284. many BSD systems. Support for kqueue will be detected at runtime, with a
  285. safe fallback to other methods when it cannot be used.
  286.  
  287. Note that kqueue is broken on most operating systems, so by default it
  288. won't be used on many platforms, but you can still create your own event
  289. loop with kqueue backend if you ask specifically for it.
  290.  
  291. Here is what we know:
  292.  
  293. NetBSD: partially working in at least 3.1 and later. Yeah! :)
  294. FreeBSD: broken on at least 6.2-STABLE, spotty in later versions,
  295. sockets *likely* work, ptys definitely don't.
  296. OpenBSD: reports indicate that it likely doesn't work
  297. (similar problems as on FreeBSD).
  298. OS X: completely, utterly broken on at least <= 10.6.
  299.  
  300. Enable kqueue backend (y/n)? [n] n
  301.  
  302. *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  303.  
  304.  
  305. Similarly to the kqueue backend above, EV can take advantage of the
  306. solaris 10 event port interface. Support for event ports will be detected
  307. at runtime, with a safe fallback to other methods when it cannot be used.
  308.  
  309. Enable event port backend (y/n)? [n] n
  310.  
  311. *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  312.  
  313.  
  314. EV needs the functions pthread_atfork and clock_gettime. On most systems
  315. you need some special libraries for this (such as -lrt and -lpthread). You
  316. can specify additional libraries to provide these calls (and any other
  317. required by EV) now, or accept the default.
  318.  
  319. On GNU/Linux systems, EV uses the LSB 3.1 __register_atfork function
  320. to avoid the dependency on libpthread, and directly uses the clock_gettime
  321. syscall to avoid a dependency on librt.
  322.  
  323. Extra libraries for pthread_atfork and clock_gettime? [ ]
  324.  
  325. *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  326.  
  327.  
  328. A backend of a different kind is the Linux inotify(7) interface, which can
  329. be used to speed up (and reduce resource consumption) of stat watchers. If
  330. you have the include file and libc support for it, it is usually a good
  331. idea to enable it, as kernel availability is detected at runtime.
  332.  
  333. Enable inotify support (y/n)? [y] y
  334.  
  335. *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  336.  
  337.  
  338. Another useful bit of functionality is the Linux eventfd, which is useful
  339. for faster signal handling (don't care) and intra-thread communications
  340. (more relevant). Kernel support for this will be probed at runtime, but
  341. your libc must contain the necessary wrapper. Glibc 2.7 and later should
  342. have this wrapper.
  343.  
  344. Enable linux eventfd support (y/n)? [y] y
  345.  
  346. *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  347.  
  348.  
  349. Another sometimes useful bit of functionality is the Linux signalfd, which
  350. is useful for faster signal handling (don't care). Kernel support for
  351. this will be probed at runtime, but your libc must contain the necessary
  352. wrapper. Glibc 2.7 and later should have this wrapper.
  353.  
  354. Enable linux signalfd support (y/n)? [y] y
  355.  
  356. *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  357.  
  358.  
  359. Very rarely, people want to tweak EV even more, e.g. to exclude
  360. or include certain watcher types or backends. This can be done by adding
  361. extra -D options here, or via the EV_EXTRA_DEFS environment variable.
  362.  
  363. For example, if you run into compile problems because of missing memory
  364. fences (or you just want extra performance), you can tell EV to not support
  365. smp and threads via -DEV_NO_THREADS.
  366.  
  367. Normal persons just press enter.
  368.  
  369. Any extra -D options? []
  370.  
  371. *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  372.  
  373.  
  374. Checking if your kit is complete...
  375. Looks good
  376. Warning: prerequisite common::sense 0 not found.
  377. Writing Makefile for EV
  378. ---- Unsatisfied dependencies detected during ----
  379. ---- MLEHMANN/EV-4.18.tar.gz ----
  380. common::sense [requires]
  381. Shall I follow them and prepend them to the queue
  382. of modules we are processing right now? [yes]
  383. Running make test
  384. Delayed until after prerequisites
  385. Running make install
  386. Delayed until after prerequisites
  387. Running install for module 'common::sense'
  388. Running make for M/ML/MLEHMANN/common-sense-3.73.tar.gz
  389. Warning: no success downloading '/root/.cpan/sources/authors/id/M/ML/MLEHMANN/common-sense-3.73.tar.gz.tmp1814'. Giving up on it. at /usr/share/perl5/CPAN/Distribution.pm line 379
  390.  
  391. Trying with "/usr/bin/curl -L -f -s -S --netrc-optional" to get
  392. "http://www.perl.org/CPAN/authors/id/M/ML/MLEHMANN/common-sense-3.73.tar.gz"
  393. Checksum for /root/.cpan/sources/authors/id/M/ML/MLEHMANN/common-sense-3.73.tar.gz ok
  394. common-sense-3.73/
  395. common-sense-3.73/Makefile.PL
  396. common-sense-3.73/sense.pm.PL
  397. common-sense-3.73/META.yml
  398. common-sense-3.73/Changes
  399. common-sense-3.73/META.json
  400. common-sense-3.73/LICENSE
  401. common-sense-3.73/README
  402. common-sense-3.73/t/
  403. common-sense-3.73/t/00_load.t
  404. common-sense-3.73/t/01_arch.t
  405. common-sense-3.73/sense.pod
  406. common-sense-3.73/MANIFEST
  407.  
  408. CPAN.pm: Going to build M/ML/MLEHMANN/common-sense-3.73.tar.gz
  409.  
  410. Checking if your kit is complete...
  411. Looks good
  412. Writing Makefile for common::sense
  413. /usr/bin/perl sense.pm.PL sense.pm
  414. cp sense.pm blib/arch/common/sense.pm
  415. cp sense.pod blib/lib/common/sense.pod
  416. Manifying blib/man3/common::sense.3pm
  417. Manifying blib/man3/common::sense.3pm
  418. MLEHMANN/common-sense-3.73.tar.gz
  419. /usr/bin/make -- OK
  420. Running make test
  421. PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
  422. t/00_load.t .. ok
  423. t/01_arch.t .. ok
  424. All tests successful.
  425. Files=2, Tests=2, 0 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU)
  426. Result: PASS
  427. MLEHMANN/common-sense-3.73.tar.gz
  428. /usr/bin/make test -- OK
  429. Running make install
  430. Prepending /root/.cpan/build/common-sense-3.73-caigqV/blib/arch /root/.cpan/build/common-sense-3.73-caigqV/blib/lib to PERL5LIB for 'install'
  431. Manifying blib/man3/common::sense.3pm
  432. Manifying blib/man3/common::sense.3pm
  433. Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
  434. Installing /usr/local/lib64/perl5/common/sense.pm
  435. Installing /usr/local/lib64/perl5/common/sense.pod
  436. Installing /usr/local/share/man/man3/common::sense.3pm
  437. Appending installation info to /usr/lib64/perl5/perllocal.pod
  438. MLEHMANN/common-sense-3.73.tar.gz
  439. /usr/bin/make install -- OK
  440. Running make for M/ML/MLEHMANN/EV-4.18.tar.gz
  441. Has already been unwrapped into directory /root/.cpan/build/EV-4.18-XAdMTh
  442.  
  443. CPAN.pm: Going to build M/ML/MLEHMANN/EV-4.18.tar.gz
  444.  
  445. cp EV/MakeMaker.pm blib/lib/EV/MakeMaker.pm
  446. cp libev/ev.pod blib/lib/EV/libev.pod
  447. cp EV/EVAPI.h blib/lib/EV/EVAPI.h
  448. cp EV.pm blib/lib/EV.pm
  449. cp libev/ev.h blib/lib/EV/ev.h
  450. /usr/bin/perl /usr/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap EV.xs > EV.xsc && mv EV.xsc EV.c
  451. gcc -c -Ilibev -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"4.18\" -DXS_VERSION=\"4.18\" -fPIC "-I/usr/lib64/perl5/CORE" -DEV_USE_MONOTONIC=1 -DEV_USE_REALTIME=0 -DEV_USE_SELECT=1 -DEV_USE_POLL=1 -DEV_USE_EPOLL=1 -DEV_USE_KQUEUE=0 -DEV_USE_PORT=0 -DEV_USE_INOTIFY=1 -DEV_USE_EVENTFD=1 -DEV_USE_SIGNALFD=1 EV.c
  452. In file included from EV.xs:11:
  453. schmorp.h: In function ‘s_epipe_signal’:
  454. schmorp.h:450: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
  455. schmorp.h: In function ‘s_epipe_drain’:
  456. schmorp.h:463: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result
  457. In file included from EV.xs:40:
  458. libev/ev.c:474:48: warning: "/*" within comment
  459. In file included from EV.xs:40:
  460. libev/ev.c: In function ‘evpipe_write’:
  461. libev/ev.c:2245: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
  462. libev/ev.c:2257: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
  463. libev/ev.c: In function ‘pipecb’:
  464. libev/ev.c:2278: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result
  465. libev/ev.c:2292: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result
  466. In file included from libev/ev.c:2481,
  467. from EV.xs:40:
  468. libev/ev_poll.c: In function ‘poll_poll’:
  469. libev/ev_poll.c:110: warning: left-hand operand of comma expression has no effect
  470. In file included from EV.xs:40:
  471. libev/ev.c: In function ‘verify_watcher’:
  472. libev/ev.c:2887: warning: left-hand operand of comma expression has no effect
  473. libev/ev.c:2890: warning: left-hand operand of comma expression has no effect
  474. libev/ev.c: In function ‘verify_heap’:
  475. libev/ev.c:2900: warning: left-hand operand of comma expression has no effect
  476. libev/ev.c:2901: warning: left-hand operand of comma expression has no effect
  477. libev/ev.c:2902: warning: left-hand operand of comma expression has no effect
  478. libev/ev.c: In function ‘array_verify’:
  479. libev/ev.c:2913: warning: left-hand operand of comma expression has no effect
  480. libev/ev.c: In function ‘ev_verify’:
  481. libev/ev.c:2931: warning: left-hand operand of comma expression has no effect
  482. libev/ev.c:2944: warning: left-hand operand of comma expression has no effect
  483. libev/ev.c:2948: warning: left-hand operand of comma expression has no effect
  484. libev/ev.c:2949: warning: left-hand operand of comma expression has no effect
  485. libev/ev.c: In function ‘timers_reify’:
  486. libev/ev.c:3131: warning: left-hand operand of comma expression has no effect
  487. libev/ev.c: In function ‘periodics_reify’:
  488. libev/ev.c:3193: warning: left-hand operand of comma expression has no effect
  489. libev/ev.c: In function ‘ev_run’:
  490. libev/ev.c:3332: warning: left-hand operand of comma expression has no effect
  491. libev/ev.c:3453: warning: left-hand operand of comma expression has no effect
  492. libev/ev.c: In function ‘ev_io_start’:
  493. libev/ev.c:3627: warning: left-hand operand of comma expression has no effect
  494. libev/ev.c:3628: warning: left-hand operand of comma expression has no effect
  495. libev/ev.c:3637: warning: left-hand operand of comma expression has no effect
  496. libev/ev.c:3639: warning: suggest parentheses around arithmetic in operand of ‘|’
  497. libev/ev.c: In function ‘ev_io_stop’:
  498. libev/ev.c:3652: warning: left-hand operand of comma expression has no effect
  499. libev/ev.c: In function ‘ev_timer_start’:
  500. libev/ev.c:3672: warning: left-hand operand of comma expression has no effect
  501. libev/ev.c: In function ‘ev_timer_stop’:
  502. libev/ev.c:3700: warning: left-hand operand of comma expression has no effect
  503. libev/ev.c: In function ‘ev_periodic_start’:
  504. libev/ev.c:3762: warning: left-hand operand of comma expression has no effect
  505. libev/ev.c: In function ‘ev_periodic_stop’:
  506. libev/ev.c:3794: warning: left-hand operand of comma expression has no effect
  507. libev/ev.c: In function ‘ev_signal_start’:
  508. libev/ev.c:3831: warning: left-hand operand of comma expression has no effect
  509. libev/ev.c:3834: warning: left-hand operand of comma expression has no effect
  510. libev/ev.c: In function ‘ev_child_start’:
  511. libev/ev.c:3952: warning: left-hand operand of comma expression has no effect
  512. libev/ev.c: In function ‘ev_embed_start’:
  513. libev/ev.c:4531: warning: left-hand operand of comma expression has no effect
  514. libev/ev.c:4880:27: warning: "/*" within comment
  515. libev/ev.c:4881:27: warning: "/*" within comment
  516. EV.c: In function ‘XS_EV_verify’:
  517. EV.c:721: warning: unused variable ‘ix’
  518. EV.c: In function ‘XS_EV_iteration’:
  519. EV.c:740: warning: unused variable ‘ix’
  520. EV.c: In function ‘XS_EV_depth’:
  521. EV.c:762: warning: unused variable ‘ix’
  522. EV.c: In function ‘XS_EV_run’:
  523. EV.c:822: warning: unused variable ‘ix’
  524. EV.c: In function ‘XS_EV_break’:
  525. EV.c:851: warning: unused variable ‘ix’
  526. EV.c: In function ‘XS_EV__Loop_new’:
  527. EV.c:3680: warning: unused variable ‘klass’
  528. EV.c: In function ‘XS_EV__Loop_verify’:
  529. EV.c:3941: warning: unused variable ‘ix’
  530. EV.c: In function ‘XS_EV__Loop_iteration’:
  531. EV.c:3966: warning: unused variable ‘ix’
  532. EV.c: In function ‘XS_EV__Loop_depth’:
  533. EV.c:3994: warning: unused variable ‘ix’
  534. EV.c: In function ‘XS_EV__Loop_run’:
  535. EV.c:4022: warning: unused variable ‘ix’
  536. EV.c: In function ‘XS_EV__Loop_break’:
  537. EV.c:4057: warning: unused variable ‘ix’
  538. EV.c: At top level:
  539. schmorp.h:139: warning: ‘s_signum_croak’ defined but not used
  540. schmorp.h:174: warning: ‘s_fileno_croak’ defined but not used
  541. schmorp.h:220: warning: ‘s_gensub’ defined but not used
  542. schmorp.h:417: warning: ‘s_epipe_destroy’ defined but not used
  543. schmorp.h:430: warning: ‘s_epipe_signal’ defined but not used
  544. schmorp.h:455: warning: ‘s_epipe_drain’ defined but not used
  545. schmorp.h:469: warning: ‘s_epipe_renew’ defined but not used
  546. schmorp.h:501: warning: ‘s_epipe_wait’ defined but not used
  547. libev/ev.c:2488: warning: ‘ev_version_major’ defined but not used
  548. libev/ev.c:2494: warning: ‘ev_version_minor’ defined but not used
  549. libev/ev.c:1518: warning: ‘ev_set_allocator’ defined but not used
  550. libev/ev.c:1471: warning: ‘ev_set_syserr_cb’ defined but not used
  551. EV/EVAPI.h:189: warning: ‘GEVAPI’ defined but not used
  552. Running Mkbootstrap for EV ()
  553. chmod 644 EV.bs
  554. rm -f blib/arch/auto/EV/EV.so
  555. gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic EV.o -o blib/arch/auto/EV/EV.so \
  556. \
  557.  
  558. chmod 755 blib/arch/auto/EV/EV.so
  559. cp EV.bs blib/arch/auto/EV/EV.bs
  560. chmod 644 blib/arch/auto/EV/EV.bs
  561. Manifying blib/man3/EV::MakeMaker.3pm
  562. Manifying blib/man3/EV::libev.3pm
  563. Manifying blib/man3/EV.3pm
  564. MLEHMANN/EV-4.18.tar.gz
  565. /usr/bin/make -- OK
  566. Running make test
  567. PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
  568. t/00_load.t ........ ok
  569. t/01_timer.t ....... ok
  570. t/02_once.t ........ ok
  571. t/03_keepalive.t ... ok
  572. t/04_stat.t ........ ok
  573. t/05_priority.t .... ok
  574. t/06_loop_once.t ... ok
  575. t/07_loop_timer.t .. ok
  576. t/08_async.t ....... ok
  577. t/09_brandon.t ..... ok
  578. t/11_signal.t ...... ok
  579. All tests successful.
  580. Files=11, Tests=6875, 6 wallclock secs ( 0.59 usr 0.02 sys + 0.30 cusr 0.05 csys = 0.96 CPU)
  581. Result: PASS
  582. MLEHMANN/EV-4.18.tar.gz
  583. /usr/bin/make test -- OK
  584. Running make install
  585. Prepending /root/.cpan/build/EV-4.18-XAdMTh/blib/arch /root/.cpan/build/EV-4.18-XAdMTh/blib/lib to PERL5LIB for 'install'
  586. Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
  587. Installing /usr/local/lib64/perl5/auto/EV/EV.so
  588. Installing /usr/local/lib64/perl5/auto/EV/EV.bs
  589. Installing /usr/local/lib64/perl5/EV.pm
  590. Installing /usr/local/lib64/perl5/EV/libev.pod
  591. Installing /usr/local/lib64/perl5/EV/ev.h
  592. Installing /usr/local/lib64/perl5/EV/EVAPI.h
  593. Installing /usr/local/lib64/perl5/EV/MakeMaker.pm
  594. Installing /usr/local/share/man/man3/EV::libev.3pm
  595. Installing /usr/local/share/man/man3/EV.3pm
  596. Installing /usr/local/share/man/man3/EV::MakeMaker.3pm
  597. Appending installation info to /usr/lib64/perl5/perllocal.pod
  598. MLEHMANN/EV-4.18.tar.gz
  599. /usr/bin/make install -- OK
  600. CPAN: Storable loaded ok (v2.20)
  601. Going to read '/root/.cpan/Metadata'
  602. Database was generated on Thu, 23 Oct 2014 08:41:02 GMT
  603. Running install for module 'AnyEvent'
  604. CPAN: YAML loaded ok (v0.70)
  605. Running make for M/ML/MLEHMANN/AnyEvent-7.07.tar.gz
  606. Warning: no success downloading '/root/.cpan/sources/authors/id/M/ML/MLEHMANN/AnyEvent-7.07.tar.gz.tmp2037'. Giving up on it. at /usr/share/perl5/CPAN/Distribution.pm line 379
  607. LWP not available
  608.  
  609. Trying with "/usr/bin/curl -L -f -s -S --netrc-optional" to get
  610. "http://www.perl.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-7.07.tar.gz"
  611. CPAN: Digest::SHA loaded ok (v5.47)
  612. Checksum for /root/.cpan/sources/authors/id/M/ML/MLEHMANN/AnyEvent-7.07.tar.gz ok
  613. AnyEvent-7.07/
  614. AnyEvent-7.07/Makefile.PL
  615. AnyEvent-7.07/META.yml
  616. AnyEvent-7.07/Changes
  617. AnyEvent-7.07/META.json
  618. AnyEvent-7.07/constants.pl.PL
  619. AnyEvent-7.07/COPYING
  620. AnyEvent-7.07/lib/
  621. AnyEvent-7.07/lib/AnyEvent.pm
  622. AnyEvent-7.07/lib/AnyEvent/
  623. AnyEvent-7.07/lib/AnyEvent/IO.pm
  624. AnyEvent-7.07/lib/AnyEvent/Debug.pm
  625. AnyEvent-7.07/lib/AnyEvent/Handle.pm
  626. AnyEvent-7.07/lib/AnyEvent/Intro.pod
  627. AnyEvent-7.07/lib/AnyEvent/Loop.pm
  628. AnyEvent-7.07/lib/AnyEvent/Strict.pm
  629. AnyEvent-7.07/lib/AnyEvent/IO/
  630. AnyEvent-7.07/lib/AnyEvent/IO/IOAIO.pm
  631. AnyEvent-7.07/lib/AnyEvent/IO/Perl.pm
  632. AnyEvent-7.07/lib/AnyEvent/Socket.pm
  633. AnyEvent-7.07/lib/AnyEvent/FAQ.pod
  634. AnyEvent-7.07/lib/AnyEvent/Log.pm
  635. AnyEvent-7.07/lib/AnyEvent/Util.pm
  636. AnyEvent-7.07/lib/AnyEvent/Impl/
  637. AnyEvent-7.07/lib/AnyEvent/Impl/Tk.pm
  638. AnyEvent-7.07/lib/AnyEvent/Impl/EventLib.pm
  639. AnyEvent-7.07/lib/AnyEvent/Impl/Qt.pm
  640. AnyEvent-7.07/lib/AnyEvent/Impl/Event.pm
  641. AnyEvent-7.07/lib/AnyEvent/Impl/FLTK.pm
  642. AnyEvent-7.07/lib/AnyEvent/Impl/Cocoa.pm
  643. AnyEvent-7.07/lib/AnyEvent/Impl/Glib.pm
  644. AnyEvent-7.07/lib/AnyEvent/Impl/EV.pm
  645. AnyEvent-7.07/lib/AnyEvent/Impl/Irssi.pm
  646. AnyEvent-7.07/lib/AnyEvent/Impl/POE.pm
  647. AnyEvent-7.07/lib/AnyEvent/Impl/IOAsync.pm
  648. AnyEvent-7.07/lib/AnyEvent/Impl/Perl.pm
  649. AnyEvent-7.07/lib/AnyEvent/Util/
  650. AnyEvent-7.07/lib/AnyEvent/Util/uts46data.pl
  651. AnyEvent-7.07/lib/AnyEvent/Util/idna.pl
  652. AnyEvent-7.07/lib/AnyEvent/DNS.pm
  653. AnyEvent-7.07/lib/AnyEvent/TLS.pm
  654. AnyEvent-7.07/lib/AE.pm
  655. AnyEvent-7.07/mktest
  656. AnyEvent-7.07/util/
  657. AnyEvent-7.07/util/gen_uts46data
  658. AnyEvent-7.07/util/tst_uts46data
  659. AnyEvent-7.07/README
  660. AnyEvent-7.07/eg/
  661. AnyEvent-7.07/eg/listen
  662. AnyEvent-7.07/eg/connect
  663. AnyEvent-7.07/eg/bench2
  664. AnyEvent-7.07/eg/ae2.pl
  665. AnyEvent-7.07/eg/runbench2
  666. AnyEvent-7.07/eg/handle
  667. AnyEvent-7.07/eg/runbench
  668. AnyEvent-7.07/eg/bench
  669. AnyEvent-7.07/eg/ae0.pl
  670. AnyEvent-7.07/t/
  671. AnyEvent-7.07/t/80_ssltest.t
  672. AnyEvent-7.07/t/67_tk_01_basic.t
  673. AnyEvent-7.07/t/62_cocoa_07_io.t
  674. AnyEvent-7.07/t/62_cocoa_02_signals.t
  675. AnyEvent-7.07/t/69_ev_05_dns.t
  676. AnyEvent-7.07/t/07_io.t
  677. AnyEvent-7.07/t/65_event_09_multi.t
  678. AnyEvent-7.07/t/69_ev_04_condvar.t
  679. AnyEvent-7.07/t/81_hosts.t
  680. AnyEvent-7.07/t/04_condvar.t
  681. AnyEvent-7.07/t/68_poe_05_dns.t
  682. AnyEvent-7.07/t/68_poe_09_multi.t
  683. AnyEvent-7.07/t/11_io_perl.t
  684. AnyEvent-7.07/t/66_ioasync_05_dns.t
  685. AnyEvent-7.07/t/66_ioasync_01_basic.t
  686. AnyEvent-7.07/t/61_fltk_05_dns.t
  687. AnyEvent-7.07/t/64_glib_05_dns.t
  688. AnyEvent-7.07/t/64_glib_02_signals.t
  689. AnyEvent-7.07/t/62_cocoa_05_dns.t
  690. AnyEvent-7.07/t/65_event_07_io.t
  691. AnyEvent-7.07/t/64_glib_04_condvar.t
  692. AnyEvent-7.07/t/65_event_04_condvar.t
  693. AnyEvent-7.07/t/61_fltk_01_basic.t
  694. AnyEvent-7.07/t/61_fltk_03_child.t
  695. AnyEvent-7.07/t/65_event_05_dns.t
  696. AnyEvent-7.07/t/68_poe_03_child.t
  697. AnyEvent-7.07/t/68_poe_01_basic.t
  698. AnyEvent-7.07/t/64_glib_01_basic.t
  699. AnyEvent-7.07/t/66_ioasync_02_signals.t
  700. AnyEvent-7.07/t/handle/
  701. AnyEvent-7.07/t/handle/03_http_req.t
  702. AnyEvent-7.07/t/handle/04_listen.t
  703. AnyEvent-7.07/t/handle/01_readline.t
  704. AnyEvent-7.07/t/handle/02_write.t
  705. AnyEvent-7.07/t/67_tk_05_dns.t
  706. AnyEvent-7.07/t/61_fltk_02_signals.t
  707. AnyEvent-7.07/t/69_ev_09_multi.t
  708. AnyEvent-7.07/t/66_ioasync_07_io.t
  709. AnyEvent-7.07/t/00_load.t
  710. AnyEvent-7.07/t/65_event_02_signals.t
  711. AnyEvent-7.07/t/64_glib_07_io.t
  712. AnyEvent-7.07/t/69_ev_02_signals.t
  713. AnyEvent-7.07/t/67_tk_02_signals.t
  714. AnyEvent-7.07/t/64_glib_09_multi.t
  715. AnyEvent-7.07/t/68_poe_07_io.t
  716. AnyEvent-7.07/t/66_ioasync_09_multi.t
  717. AnyEvent-7.07/t/69_ev_01_basic.t
  718. AnyEvent-7.07/t/09_multi.t
  719. AnyEvent-7.07/t/61_fltk_09_multi.t
  720. AnyEvent-7.07/t/03_child.t
  721. AnyEvent-7.07/t/62_cocoa_04_condvar.t
  722. AnyEvent-7.07/t/io_common
  723. AnyEvent-7.07/t/67_tk_09_multi.t
  724. AnyEvent-7.07/t/65_event_01_basic.t
  725. AnyEvent-7.07/t/08_idna.t
  726. AnyEvent-7.07/t/10_loadall.t
  727. AnyEvent-7.07/t/62_cocoa_03_child.t
  728. AnyEvent-7.07/t/69_ev_03_child.t
  729. AnyEvent-7.07/t/61_fltk_07_io.t
  730. AnyEvent-7.07/t/61_fltk_04_condvar.t
  731. AnyEvent-7.07/t/66_ioasync_03_child.t
  732. AnyEvent-7.07/t/12_io_ioaio.t
  733. AnyEvent-7.07/t/62_cocoa_09_multi.t
  734. AnyEvent-7.07/t/66_ioasync_04_condvar.t
  735. AnyEvent-7.07/t/65_event_03_child.t
  736. AnyEvent-7.07/t/05_dns.t
  737. AnyEvent-7.07/t/01_basic.t
  738. AnyEvent-7.07/t/67_tk_03_child.t
  739. AnyEvent-7.07/t/64_glib_03_child.t
  740. AnyEvent-7.07/t/67_tk_04_condvar.t
  741. AnyEvent-7.07/t/68_poe_02_signals.t
  742. AnyEvent-7.07/t/69_ev_07_io.t
  743. AnyEvent-7.07/t/68_poe_04_condvar.t
  744. AnyEvent-7.07/t/02_signals.t
  745. AnyEvent-7.07/t/62_cocoa_01_basic.t
  746. AnyEvent-7.07/t/06_socket.t
  747. AnyEvent-7.07/t/67_tk_07_io.t
  748. AnyEvent-7.07/MANIFEST
  749. CPAN: File::Temp loaded ok (v0.22)
  750.  
  751. CPAN.pm: Going to build M/ML/MLEHMANN/AnyEvent-7.07.tar.gz
  752.  
  753.  
  754. ***
  755. *** The EV module is recommended for even better performance, unless you
  756. *** have to use one of the other adaptors (Event, Glib, Tk, etc.).
  757. *** The Async::Interrupt module is highly recommended to efficiently avoid
  758. *** race conditions in/with other event loops.
  759. ***
  760. *** This module does not have ANY dependencies, even if it might look
  761. *** otherwise. If you are building a distribution package or have
  762. *** difficulties installing this package due to dependencies, report this
  763. *** to the packager as a bug.
  764. ***
  765. *** This module is guaranteed to stay 100% pure-perl, full-featured
  766. *** and performant, even without any of the optional modules.
  767. ***
  768.  
  769. Checking if your kit is complete...
  770. Looks good
  771. Writing Makefile for AnyEvent
  772. cp lib/AnyEvent/Debug.pm blib/lib/AnyEvent/Debug.pm
  773. cp lib/AnyEvent/Impl/Perl.pm blib/lib/AnyEvent/Impl/Perl.pm
  774. cp lib/AnyEvent/Impl/POE.pm blib/lib/AnyEvent/Impl/POE.pm
  775. cp lib/AnyEvent/constants.pl blib/arch/AnyEvent/constants.pl
  776. cp lib/AnyEvent/Strict.pm blib/lib/AnyEvent/Strict.pm
  777. cp lib/AnyEvent/Log.pm blib/lib/AnyEvent/Log.pm
  778. cp lib/AnyEvent/Impl/IOAsync.pm blib/lib/AnyEvent/Impl/IOAsync.pm
  779. cp lib/AnyEvent/IO/IOAIO.pm blib/lib/AnyEvent/IO/IOAIO.pm
  780. cp lib/AnyEvent/Impl/Glib.pm blib/lib/AnyEvent/Impl/Glib.pm
  781. cp lib/AnyEvent/Loop.pm blib/lib/AnyEvent/Loop.pm
  782. cp lib/AnyEvent/TLS.pm blib/lib/AnyEvent/TLS.pm
  783. cp lib/AnyEvent/Impl/Tk.pm blib/lib/AnyEvent/Impl/Tk.pm
  784. cp lib/AnyEvent/IO/Perl.pm blib/lib/AnyEvent/IO/Perl.pm
  785. cp lib/AnyEvent/Impl/Cocoa.pm blib/lib/AnyEvent/Impl/Cocoa.pm
  786. cp lib/AnyEvent/IO.pm blib/lib/AnyEvent/IO.pm
  787. cp lib/AnyEvent/Impl/Irssi.pm blib/lib/AnyEvent/Impl/Irssi.pm
  788. cp lib/AnyEvent/Util/idna.pl blib/lib/AnyEvent/Util/idna.pl
  789. cp lib/AnyEvent/Impl/EventLib.pm blib/lib/AnyEvent/Impl/EventLib.pm
  790. cp lib/AnyEvent/FAQ.pod blib/lib/AnyEvent/FAQ.pod
  791. cp lib/AnyEvent.pm blib/lib/AnyEvent.pm
  792. cp lib/AnyEvent/Intro.pod blib/lib/AnyEvent/Intro.pod
  793. cp lib/AE.pm blib/lib/AE.pm
  794. cp lib/AnyEvent/Socket.pm blib/lib/AnyEvent/Socket.pm
  795. cp lib/AnyEvent/Impl/FLTK.pm blib/lib/AnyEvent/Impl/FLTK.pm
  796. cp lib/AnyEvent/Impl/Qt.pm blib/lib/AnyEvent/Impl/Qt.pm
  797. cp lib/AnyEvent/Handle.pm blib/lib/AnyEvent/Handle.pm
  798. cp lib/AnyEvent/DNS.pm blib/lib/AnyEvent/DNS.pm
  799. cp lib/AnyEvent/Impl/EV.pm blib/lib/AnyEvent/Impl/EV.pm
  800. cp lib/AnyEvent/Util/uts46data.pl blib/lib/AnyEvent/Util/uts46data.pl
  801. cp lib/AnyEvent/Util.pm blib/lib/AnyEvent/Util.pm
  802. cp lib/AnyEvent/Impl/Event.pm blib/lib/AnyEvent/Impl/Event.pm
  803. Manifying blib/man3/AnyEvent::Debug.3pm
  804. Manifying blib/man3/AnyEvent::Impl::Perl.3pm
  805. Manifying blib/man3/AnyEvent::Impl::POE.3pm
  806. Manifying blib/man3/AnyEvent::Strict.3pm
  807. Manifying blib/man3/AnyEvent::Log.3pm
  808. Manifying blib/man3/AnyEvent::Impl::IOAsync.3pm
  809. Manifying blib/man3/AnyEvent::IO::IOAIO.3pm
  810. Manifying blib/man3/AnyEvent::Impl::Glib.3pm
  811. Manifying blib/man3/AnyEvent::TLS.3pm
  812. Manifying blib/man3/AnyEvent::Loop.3pm
  813. Manifying blib/man3/AnyEvent::IO::Perl.3pm
  814. Manifying blib/man3/AnyEvent::Impl::Tk.3pm
  815. Manifying blib/man3/AnyEvent::IO.3pm
  816. Manifying blib/man3/AnyEvent::Impl::Cocoa.3pm
  817. Manifying blib/man3/AnyEvent::Impl::Irssi.3pm
  818. Manifying blib/man3/AnyEvent::Intro.3pm
  819. Manifying blib/man3/AnyEvent.3pm
  820. Manifying blib/man3/AnyEvent::FAQ.3pm
  821. Manifying blib/man3/AnyEvent::Impl::EventLib.3pm
  822. Manifying blib/man3/AnyEvent::Socket.3pm
  823. Manifying blib/man3/AE.3pm
  824. Manifying blib/man3/AnyEvent::Impl::Qt.3pm
  825. Manifying blib/man3/AnyEvent::Impl::FLTK.3pm
  826. Manifying blib/man3/AnyEvent::Handle.3pm
  827. Manifying blib/man3/AnyEvent::Impl::EV.3pm
  828. Manifying blib/man3/AnyEvent::DNS.3pm
  829. Manifying blib/man3/AnyEvent::Util.3pm
  830. Manifying blib/man3/AnyEvent::Impl::Event.3pm
  831. /usr/bin/perl "-Iblib/arch" "-Iblib/lib" constants.pl.PL constants.pl
  832. MLEHMANN/AnyEvent-7.07.tar.gz
  833. /usr/bin/make -- OK
  834. Running make test
  835. Skip blib/lib/AnyEvent/Debug.pm (unchanged)
  836. Skip blib/lib/AnyEvent/Impl/Perl.pm (unchanged)
  837. Skip blib/lib/AnyEvent/Impl/POE.pm (unchanged)
  838. Skip blib/arch/AnyEvent/constants.pl (unchanged)
  839. Skip blib/lib/AnyEvent/Strict.pm (unchanged)
  840. Skip blib/lib/AnyEvent/Log.pm (unchanged)
  841. Skip blib/lib/AnyEvent/Impl/IOAsync.pm (unchanged)
  842. Skip blib/lib/AnyEvent/IO/IOAIO.pm (unchanged)
  843. Skip blib/lib/AnyEvent/Impl/Glib.pm (unchanged)
  844. Skip blib/lib/AnyEvent/Loop.pm (unchanged)
  845. Skip blib/lib/AnyEvent/TLS.pm (unchanged)
  846. Skip blib/lib/AnyEvent/Impl/Tk.pm (unchanged)
  847. Skip blib/lib/AnyEvent/IO/Perl.pm (unchanged)
  848. Skip blib/lib/AnyEvent/Impl/Cocoa.pm (unchanged)
  849. Skip blib/lib/AnyEvent/IO.pm (unchanged)
  850. Skip blib/lib/AnyEvent/Impl/Irssi.pm (unchanged)
  851. Skip blib/lib/AnyEvent/Util/idna.pl (unchanged)
  852. Skip blib/lib/AnyEvent/Impl/EventLib.pm (unchanged)
  853. Skip blib/lib/AnyEvent/FAQ.pod (unchanged)
  854. Skip blib/lib/AnyEvent.pm (unchanged)
  855. Skip blib/lib/AnyEvent/Intro.pod (unchanged)
  856. Skip blib/lib/AE.pm (unchanged)
  857. Skip blib/lib/AnyEvent/Socket.pm (unchanged)
  858. Skip blib/lib/AnyEvent/Impl/FLTK.pm (unchanged)
  859. Skip blib/lib/AnyEvent/Impl/Qt.pm (unchanged)
  860. Skip blib/lib/AnyEvent/Handle.pm (unchanged)
  861. Skip blib/lib/AnyEvent/DNS.pm (unchanged)
  862. Skip blib/lib/AnyEvent/Impl/EV.pm (unchanged)
  863. Skip blib/lib/AnyEvent/Util/uts46data.pl (unchanged)
  864. Skip blib/lib/AnyEvent/Util.pm (unchanged)
  865. Skip blib/lib/AnyEvent/Impl/Event.pm (unchanged)
  866. PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/handle/*.t
  867. t/00_load.t ................ ok
  868. t/01_basic.t ............... ok
  869. t/02_signals.t ............. ok
  870. t/03_child.t ............... ok
  871. t/04_condvar.t ............. ok
  872. t/05_dns.t ................. ok
  873. t/06_socket.t .............. ok
  874. t/07_io.t .................. ok
  875. t/08_idna.t ................ ok
  876. t/09_multi.t ............... ok
  877. t/10_loadall.t ............. ok
  878. t/11_io_perl.t ............. ok
  879. t/12_io_ioaio.t ............ skipped: AnyEvent::IO::IOAIO not loadable
  880. t/61_fltk_01_basic.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  881. t/61_fltk_02_signals.t ..... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  882. t/61_fltk_03_child.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  883. t/61_fltk_04_condvar.t ..... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  884. t/61_fltk_05_dns.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  885. t/61_fltk_07_io.t .......... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  886. t/61_fltk_09_multi.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  887. t/62_cocoa_01_basic.t ...... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  888. t/62_cocoa_02_signals.t .... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  889. t/62_cocoa_03_child.t ...... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  890. t/62_cocoa_04_condvar.t .... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  891. t/62_cocoa_05_dns.t ........ skipped: PERL_ANYEVENT_LOOP_TESTS not true
  892. t/62_cocoa_07_io.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  893. t/62_cocoa_09_multi.t ...... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  894. t/64_glib_01_basic.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  895. t/64_glib_02_signals.t ..... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  896. t/64_glib_03_child.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  897. t/64_glib_04_condvar.t ..... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  898. t/64_glib_05_dns.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  899. t/64_glib_07_io.t .......... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  900. t/64_glib_09_multi.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  901. t/65_event_01_basic.t ...... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  902. t/65_event_02_signals.t .... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  903. t/65_event_03_child.t ...... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  904. t/65_event_04_condvar.t .... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  905. t/65_event_05_dns.t ........ skipped: PERL_ANYEVENT_LOOP_TESTS not true
  906. t/65_event_07_io.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  907. t/65_event_09_multi.t ...... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  908. t/66_ioasync_01_basic.t .... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  909. t/66_ioasync_02_signals.t .. skipped: PERL_ANYEVENT_LOOP_TESTS not true
  910. t/66_ioasync_03_child.t .... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  911. t/66_ioasync_04_condvar.t .. skipped: PERL_ANYEVENT_LOOP_TESTS not true
  912. t/66_ioasync_05_dns.t ...... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  913. t/66_ioasync_07_io.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  914. t/66_ioasync_09_multi.t .... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  915. t/67_tk_01_basic.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  916. t/67_tk_02_signals.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  917. t/67_tk_03_child.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  918. t/67_tk_04_condvar.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  919. t/67_tk_05_dns.t ........... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  920. t/67_tk_07_io.t ............ skipped: PERL_ANYEVENT_LOOP_TESTS not true
  921. t/67_tk_09_multi.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  922. t/68_poe_01_basic.t ........ skipped: PERL_ANYEVENT_LOOP_TESTS not true
  923. t/68_poe_02_signals.t ...... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  924. t/68_poe_03_child.t ........ skipped: PERL_ANYEVENT_LOOP_TESTS not true
  925. t/68_poe_04_condvar.t ...... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  926. t/68_poe_05_dns.t .......... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  927. t/68_poe_07_io.t ........... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  928. t/68_poe_09_multi.t ........ skipped: PERL_ANYEVENT_LOOP_TESTS not true
  929. t/69_ev_01_basic.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  930. t/69_ev_02_signals.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  931. t/69_ev_03_child.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  932. t/69_ev_04_condvar.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  933. t/69_ev_05_dns.t ........... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  934. t/69_ev_07_io.t ............ skipped: PERL_ANYEVENT_LOOP_TESTS not true
  935. t/69_ev_09_multi.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true
  936. t/80_ssltest.t ............. skipped: no usable Net::SSLeay
  937. t/81_hosts.t ............... Can't locate Test/More.pm in @INC (@INC contains: /root/.cpan/build/AnyEvent-7.07-USrWJw/blib/lib /root/.cpan/build/AnyEvent-7.07-USrWJw/blib/arch /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at t/81_hosts.t line 2.
  938. BEGIN failed--compilation aborted at t/81_hosts.t line 2.
  939. t/81_hosts.t ............... Dubious, test returned 2 (wstat 512, 0x200)
  940. No subtests run
  941. t/handle/01_readline.t ..... Can't locate Test/More.pm in @INC (@INC contains: /root/.cpan/build/AnyEvent-7.07-USrWJw/blib/lib /root/.cpan/build/AnyEvent-7.07-USrWJw/blib/arch /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at t/handle/01_readline.t line 11.
  942. BEGIN failed--compilation aborted at t/handle/01_readline.t line 11.
  943. t/handle/01_readline.t ..... Dubious, test returned 2 (wstat 512, 0x200)
  944. No subtests run
  945. t/handle/02_write.t ........ ok
  946. t/handle/03_http_req.t ..... skipped: PERL_ANYEVENT_NET_TESTS environment variable not set
  947. t/handle/04_listen.t ....... ok
  948.  
  949. Test Summary Report
  950. -------------------
  951. t/81_hosts.t (Wstat: 512 Tests: 0 Failed: 0)
  952. Non-zero exit status: 2
  953. Parse errors: No plan found in TAP output
  954. t/handle/01_readline.t (Wstat: 512 Tests: 0 Failed: 0)
  955. Non-zero exit status: 2
  956. Parse errors: No plan found in TAP output
  957. Files=75, Tests=240, 3 wallclock secs ( 0.13 usr 0.08 sys + 0.93 cusr 0.13 csys = 1.27 CPU)
  958. Result: FAIL
  959. Failed 2/75 test programs. 0/240 subtests failed.
  960. make: *** [test_dynamic] Error 255
  961. MLEHMANN/AnyEvent-7.07.tar.gz
  962. /usr/bin/make test -- NOT OK
  963. //hint// to see the cpan-testers results for installing this module, try:
  964. reports MLEHMANN/AnyEvent-7.07.tar.gz
  965. Running make install
  966. Manifying blib/man3/AnyEvent::Debug.3pm
  967. Manifying blib/man3/AnyEvent::Impl::Perl.3pm
  968. Manifying blib/man3/AnyEvent::Impl::POE.3pm
  969. Manifying blib/man3/AnyEvent::Strict.3pm
  970. Manifying blib/man3/AnyEvent::Log.3pm
  971. Manifying blib/man3/AnyEvent::Impl::IOAsync.3pm
  972. Manifying blib/man3/AnyEvent::IO::IOAIO.3pm
  973. Manifying blib/man3/AnyEvent::Impl::Glib.3pm
  974. Manifying blib/man3/AnyEvent::TLS.3pm
  975. Manifying blib/man3/AnyEvent::Loop.3pm
  976. Manifying blib/man3/AnyEvent::IO::Perl.3pm
  977. Manifying blib/man3/AnyEvent::Impl::Tk.3pm
  978. Manifying blib/man3/AnyEvent::IO.3pm
  979. Manifying blib/man3/AnyEvent::Impl::Cocoa.3pm
  980. /usr/bin/perl "-Iblib/arch" "-Iblib/lib" constants.pl.PL constants.pl
  981. Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
  982. Installing /usr/local/lib64/perl5/AnyEvent/constants.pl
  983. Installing /usr/local/lib64/perl5/AE.pm
  984. Installing /usr/local/lib64/perl5/AnyEvent.pm
  985. Installing /usr/local/lib64/perl5/AnyEvent/Handle.pm
  986. Installing /usr/local/lib64/perl5/AnyEvent/TLS.pm
  987. Installing /usr/local/lib64/perl5/AnyEvent/Socket.pm
  988. Installing /usr/local/lib64/perl5/AnyEvent/DNS.pm
  989. Installing /usr/local/lib64/perl5/AnyEvent/Util.pm
  990. Installing /usr/local/lib64/perl5/AnyEvent/FAQ.pod
  991. Installing /usr/local/lib64/perl5/AnyEvent/Log.pm
  992. Installing /usr/local/lib64/perl5/AnyEvent/Debug.pm
  993. Installing /usr/local/lib64/perl5/AnyEvent/Strict.pm
  994. Installing /usr/local/lib64/perl5/AnyEvent/IO.pm
  995. Installing /usr/local/lib64/perl5/AnyEvent/Loop.pm
  996. Installing /usr/local/lib64/perl5/AnyEvent/Intro.pod
  997. Installing /usr/local/lib64/perl5/AnyEvent/IO/IOAIO.pm
  998. Installing /usr/local/lib64/perl5/AnyEvent/IO/Perl.pm
  999. Installing /usr/local/lib64/perl5/AnyEvent/Util/idna.pl
  1000. Installing /usr/local/lib64/perl5/AnyEvent/Util/uts46data.pl
  1001. Installing /usr/local/lib64/perl5/AnyEvent/Impl/EV.pm
  1002. Installing /usr/local/lib64/perl5/AnyEvent/Impl/Event.pm
  1003. Installing /usr/local/lib64/perl5/AnyEvent/Impl/Glib.pm
  1004. Installing /usr/local/lib64/perl5/AnyEvent/Impl/POE.pm
  1005. Installing /usr/local/lib64/perl5/AnyEvent/Impl/Cocoa.pm
  1006. Installing /usr/local/lib64/perl5/AnyEvent/Impl/EventLib.pm
  1007. Installing /usr/local/lib64/perl5/AnyEvent/Impl/Perl.pm
  1008. Installing /usr/local/lib64/perl5/AnyEvent/Impl/Irssi.pm
  1009. Installing /usr/local/lib64/perl5/AnyEvent/Impl/Tk.pm
  1010. Installing /usr/local/lib64/perl5/AnyEvent/Impl/IOAsync.pm
  1011. Installing /usr/local/lib64/perl5/AnyEvent/Impl/Qt.pm
  1012. Installing /usr/local/lib64/perl5/AnyEvent/Impl/FLTK.pm
  1013. Installing /usr/local/share/man/man3/AnyEvent::IO::IOAIO.3pm
  1014. Installing /usr/local/share/man/man3/AnyEvent::FAQ.3pm
  1015. Installing /usr/local/share/man/man3/AnyEvent::IO::Perl.3pm
  1016. Installing /usr/local/share/man/man3/AnyEvent::Impl::Cocoa.3pm
  1017. Installing /usr/local/share/man/man3/AnyEvent::IO.3pm
  1018. Installing /usr/local/share/man/man3/AnyEvent::TLS.3pm
  1019. Installing /usr/local/share/man/man3/AnyEvent::Impl::POE.3pm
  1020. Installing /usr/local/share/man/man3/AnyEvent::Impl::Irssi.3pm
  1021. Installing /usr/local/share/man/man3/AnyEvent.3pm
  1022. Installing /usr/local/share/man/man3/AnyEvent::Intro.3pm
  1023. Installing /usr/local/share/man/man3/AnyEvent::Impl::Tk.3pm
  1024. Installing /usr/local/share/man/man3/AnyEvent::Impl::EventLib.3pm
  1025. Installing /usr/local/share/man/man3/AnyEvent::Loop.3pm
  1026. Installing /usr/local/share/man/man3/AnyEvent::Socket.3pm
  1027. Installing /usr/local/share/man/man3/AnyEvent::DNS.3pm
  1028. Installing /usr/local/share/man/man3/AnyEvent::Impl::EV.3pm
  1029. Installing /usr/local/share/man/man3/AnyEvent::Impl::Event.3pm
  1030. Installing /usr/local/share/man/man3/AnyEvent::Strict.3pm
  1031. Installing /usr/local/share/man/man3/AnyEvent::Impl::Qt.3pm
  1032. Installing /usr/local/share/man/man3/AnyEvent::Impl::Perl.3pm
  1033. Installing /usr/local/share/man/man3/AnyEvent::Impl::IOAsync.3pm
  1034. Installing /usr/local/share/man/man3/AnyEvent::Impl::Glib.3pm
  1035. Installing /usr/local/share/man/man3/AnyEvent::Log.3pm
  1036. Installing /usr/local/share/man/man3/AnyEvent::Debug.3pm
  1037. Installing /usr/local/share/man/man3/AnyEvent::Handle.3pm
  1038. Installing /usr/local/share/man/man3/AnyEvent::Util.3pm
  1039. Installing /usr/local/share/man/man3/AnyEvent::Impl::FLTK.3pm
  1040. Installing /usr/local/share/man/man3/AE.3pm
  1041. Appending installation info to /usr/lib64/perl5/perllocal.pod
  1042. MLEHMANN/AnyEvent-7.07.tar.gz
  1043. /usr/bin/make install -- OK
  1044. drop user root@video0;
  1045. drop user root@127.0.0.1;
  1046. drop user ''@localhost;
  1047. drop user ''@video0;
  1048. set password = password('***');
  1049. set password = password('1UVUcxslnKQZEqgR');drop user root@video0;drop user root@127.0.0.1;drop user ''@localhost;drop user ''@video0;
  1050. write to /root/.my.cnf
  1051. httpd: apr_sockaddr_info_get() failed for video0
  1052. httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
  1053. httpd (no pid file) not running
  1054. ERROR 1452 (23000) at line 4: Cannot add or update a child row: a foreign key constraint fails (`cctv`.`EmailSubject`, CONSTRAINT `EmailSubject_ibfk_2` FOREIGN KEY (`EventSubjectID`) REFERENCES `EventSubject` (`ID`) ON DELETE CASCADE ON UPDATE CASCADE)
  1055. `mysql cctv < sql/cctv-data.sql` failed: 256 at site_perl/CCTV/Install/Common.pm line 119.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement