Advertisement
jpollack

this can't be good

Jan 31st, 2012
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.85 KB | None | 0 0
  1. ---- Unsatisfied dependencies detected during ----
  2. ---- BOWTIE/Debug-Client-0.16.tar.gz ----
  3. Term::ReadLine::Perl [requires]
  4. Carp [requires]
  5. Term::ReadLine [requires]
  6. PadWalker [requires]
  7. File::Spec [build_requires]
  8. Shall I follow them and prepend them to the queue
  9. of modules we are processing right now? [yes] yes
  10. Running make test
  11. Delayed until after prerequisites
  12. Running make install
  13. Delayed until after prerequisites
  14. Running install for module 'Term::ReadLine::Perl'
  15. Running make for I/IL/ILYAZ/modules/Term-ReadLine-Perl-1.0303.tar.gz
  16. Fetching with LWP:
  17. http://www.perl.org/CPAN/authors/id/I/IL/ILYAZ/modules/Term-ReadLine-Perl-1.0303.tar.gz
  18. Warning (usually harmless): 'YAML' not installed, cannot parse '/root/.cpan/FTPstats.yml'
  19.  
  20. Warning (usually harmless): 'YAML' not installed, cannot parse '/root/.cpan/FTPstats.yml'
  21.  
  22. Warning (usually harmless): 'YAML' not installed, cannot parse '/root/.cpan/FTPstats.yml'
  23.  
  24. Fetching with LWP:
  25. http://www.perl.org/CPAN/authors/id/I/IL/ILYAZ/modules/CHECKSUMS
  26. Checksum for /root/.cpan/sources/authors/id/I/IL/ILYAZ/modules/Term-ReadLine-Perl-1.0303.tar.gz ok
  27. Term-ReadLine-Perl-1.0303/
  28. Term-ReadLine-Perl-1.0303/CHANGES
  29. Term-ReadLine-Perl-1.0303/Makefile.PL
  30. Term-ReadLine-Perl-1.0303/MANIFEST
  31. Term-ReadLine-Perl-1.0303/META.yml
  32. Term-ReadLine-Perl-1.0303/ReadLine/
  33. Term-ReadLine-Perl-1.0303/ReadLine/Perl.pm
  34. Term-ReadLine-Perl-1.0303/ReadLine/readline.pm
  35. Term-ReadLine-Perl-1.0303/README
  36. Term-ReadLine-Perl-1.0303/test.pl
  37.  
  38. CPAN.pm: Building I/IL/ILYAZ/modules/Term-ReadLine-Perl-1.0303.tar.gz
  39.  
  40. Checking if your kit is complete...
  41. Looks good
  42. Writing Makefile for Term::ReadLine
  43. Writing MYMETA.yml and MYMETA.json
  44. cp ReadLine/Perl.pm blib/lib/Term/ReadLine/Perl.pm
  45. cp ReadLine/readline.pm blib/lib/Term/ReadLine/readline.pm
  46. ILYAZ/modules/Term-ReadLine-Perl-1.0303.tar.gz
  47. /usr/bin/make -- OK
  48. Running make test
  49. PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
  50. Operator or semicolon missing before &__inline at (eval 106) line 1.
  51. at (eval 106) line 1
  52. eval 'sub __extern_inline () { &extern &__inline;}
  53. ;' called at /usr/lib64/perl5/sys/cdefs.ph line 264
  54. require sys/cdefs.ph called at /usr/lib64/perl5/features.ph line 203
  55. require features.ph called at /usr/lib64/perl5/sys/ioctl.ph line 7
  56. require sys/ioctl.ph called at blib/lib/Term/ReadLine/readline.pm line 496
  57. eval {...} called at blib/lib/Term/ReadLine/readline.pm line 496
  58. readline::preinit called at blib/lib/Term/ReadLine/readline.pm line 207
  59. require Term/ReadLine/readline.pm called at blib/lib/Term/ReadLine/Perl.pm line 63
  60. eval {...} called at blib/lib/Term/ReadLine/Perl.pm line 63
  61. Term::ReadLine::Perl::new('Term::ReadLine', 'Simple Perl calc') called at test.pl line 19
  62. Ambiguous use of & resolved as operator & at (eval 106) line 1.
  63. at (eval 106) line 1
  64. eval 'sub __extern_inline () { &extern &__inline;}
  65. ;' called at /usr/lib64/perl5/sys/cdefs.ph line 264
  66. require sys/cdefs.ph called at /usr/lib64/perl5/features.ph line 203
  67. require features.ph called at /usr/lib64/perl5/sys/ioctl.ph line 7
  68. require sys/ioctl.ph called at blib/lib/Term/ReadLine/readline.pm line 496
  69. eval {...} called at blib/lib/Term/ReadLine/readline.pm line 496
  70. readline::preinit called at blib/lib/Term/ReadLine/readline.pm line 207
  71. require Term/ReadLine/readline.pm called at blib/lib/Term/ReadLine/Perl.pm line 63
  72. eval {...} called at blib/lib/Term/ReadLine/Perl.pm line 63
  73. Term::ReadLine::Perl::new('Term::ReadLine', 'Simple Perl calc') called at test.pl line 19
  74. Use of uninitialized value $ENV{"PERL_RL_TEST_PROMPT_MINLEN"} in bitwise or (|) at test.pl line 33.
  75. at test.pl line 33
  76. Features present: preput 1 getHistory 1 addHistory 1 attribs 1 ornaments 1 appname 1 minline 1 autohistory 1 newTTY 1 tkRunning 1 setHistory 1
  77.  
  78. Flipping rl_default_selected each line.
  79.  
  80. Hint: Entering the word
  81. exit
  82. would exit the test. ;-) (If feature 'preput' is present,
  83. this word should be already entered.)
  84.  
  85. Can't ioctl TIOCGETP: Invalid argument
  86. Consider installing Term::ReadKey from CPAN site nearby
  87. at http://www.perl.com/CPAN
  88. Or use
  89. perl -MCPAN -e shell
  90. to reach CPAN. Falling back to 'stty'.
  91. If you do not want to see this warning, set PERL_READLINE_NOWARN
  92. in your environment.
  93. at blib/lib/Term/ReadLine/readline.pm line 1730
  94. readline::SetTTY() called at blib/lib/Term/ReadLine/readline.pm line 1580
  95. eval {...} called at blib/lib/Term/ReadLine/readline.pm line 1580
  96. readline::readline('Enter arithmetic or Perl expression: ', 'exit') called at blib/lib/Term/ReadLine/Perl.pm line 11
  97. Term::ReadLine::Perl::readline('Term::ReadLine::Perl=ARRAY(0x12f3368)', 'Enter arithmetic or Perl expression: ', 'exit') called at test.pl line 54
  98. Enter arithmetic or Perl expression: exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement