Advertisement
hakonhagland

Proc::Daemon

Jul 20th, 2015
579
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. cpanm (App::cpanminus) 1.7030 on perl 5.020001 built for x86_64-linux-gnu-thread-multi
  2. Work directory is /home/hakon/.cpanm/work/1437385026.3674
  3. You have make /usr/bin/make
  4. You have LWP 6.08
  5. You have /bin/tar: tar (GNU tar) 1.27.1
  6. Copyright (C) 2013 Free Software Foundation, Inc.
  7. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  8. This is free software: you are free to change and redistribute it.
  9. There is NO WARRANTY, to the extent permitted by law.
  10.  
  11. Written by John Gilmore and Jay Fenlason.
  12. You have /usr/bin/unzip
  13. Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.04)
  14. Checking if you have ExtUtils::Install 1.46 ... Yes (1.67)
  15. Searching Proc::Daemon on cpanmetadb ...
  16. --> Working on Proc::Daemon
  17. Fetching http://www.cpan.org/authors/id/A/AK/AKREAL/Proc-Daemon-0.20.tar.gz
  18. -> OK
  19. Unpacking Proc-Daemon-0.20.tar.gz
  20. Entering Proc-Daemon-0.20
  21. Checking configure dependencies from META.yml
  22. Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.04)
  23. Configuring Proc-Daemon-0.20
  24. Running Makefile.PL
  25. Checking if your kit is complete...
  26. Looks good
  27. Generating a Unix-style Makefile
  28. Writing Makefile for Proc::Daemon
  29. Writing MYMETA.yml and MYMETA.json
  30. -> OK
  31. Checking dependencies from MYMETA.json ...
  32. Checking if you have POSIX 0 ... Yes (1.38_03)
  33. Checking if you have Proc::ProcessTable 0 ... Yes (0.51)
  34. Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.04)
  35. Building and testing Proc-Daemon-0.20
  36. cp lib/Proc/Daemon.pm blib/lib/Proc/Daemon.pm
  37. cp lib/Proc/Daemon.pod blib/lib/Proc/Daemon.pod
  38. Manifying 1 pod document
  39. PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
  40. t/01_loadmodule.t .. ok
  41. # Proc::ProcessTable is installed and did find the right PID for 'perl /home/hakon/.cpanm/work/1437385026.3674/Proc-Daemon-0.20/t/kid.pl': 3754
  42. t/02_testmodule.t .. ok
  43.  
  44. # Failed test ''kid.pl' daemon is still running'
  45. # at /home/hakon/.cpanm/work/1437385026.3674/Proc-Daemon-0.20/t/02_testmodule.t line 116.
  46.  
  47. # Failed test 'stop daemon 'kid.pl''
  48. # at /home/hakon/.cpanm/work/1437385026.3674/Proc-Daemon-0.20/t/02_testmodule.t line 119.
  49. Use of uninitialized value in numeric eq (==) at /home/hakon/.cpanm/work/1437385026.3674/Proc-Daemon-0.20/t/02_testmodule.t line 129.
  50.  
  51. # Failed test 'the 'umask.file' has right permissions'
  52. # at /home/hakon/.cpanm/work/1437385026.3674/Proc-Daemon-0.20/t/02_testmodule.t line 129.
  53. # Looks like you failed 3 tests of 19.
  54. t/03_taintmode.t ...
  55. Dubious, test returned 3 (wstat 768, 0x300)
  56. Failed 3/19 subtests
  57.  
  58. Test Summary Report
  59. -------------------
  60. t/03_taintmode.t (Wstat: 768 Tests: 19 Failed: 3)
  61. Failed tests: 15-16, 18
  62. Non-zero exit status: 3
  63. Files=3, Tests=39, 7 wallclock secs ( 0.02 usr 0.00 sys + 0.09 cusr 0.05 csys = 0.16 CPU)
  64. Result: FAIL
  65. Failed 1/3 test programs. 3/39 subtests failed.
  66. Makefile:841: recipe for target 'test_dynamic' failed
  67. make: *** [test_dynamic] Error 3
  68. -> FAIL Installing Proc::Daemon failed. See /home/hakon/.cpanm/work/1437385026.3674/build.log for details. Retry with --force to force install it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement