Advertisement
Guest User

is.out

a guest
Jul 8th, 2014
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. Скрипт запущен Вт. 08 июля 2014 23:10:33
  2. (/home/alex)
  3. root@localhost # cpan
  4. Terminal does not support AddHistory.
  5.  
  6. cpan shell -- CPAN exploration and modules installation (v2.05)
  7. Enter 'h' for help.
  8.  
  9. cpan[1]> upgrade cpan
  10. Reading '/root/.cpan/Metadata'
  11. Database was generated on Tue, 08 Jul 2014 04:41:02 GMT
  12. All modules are up to date for cpan
  13.  
  14. cpan[2]> cp^H
  15. Unknown shell command 'cp'. Type ? for help.
  16.  
  17. cpan[3]> install B::Disassembler
  18. Running install for module 'B::Disassembler'
  19. Checksum for /root/.cpan/sources/authors/id/R/RU/RURBAN/B-C-1.47.tar.gz ok
  20. Scanning cache /root/.cpan/build for sizes
  21. ............................................................................DONE
  22. Configuring R/RU/RURBAN/B-C-1.47.tar.gz with Makefile.PL
  23. Warning: Bad perl version 5.016003
  24. Perl handling of new unicode identifiers - package and symbol names -
  25. without proper TR39 handling is considered a security risc and is not fully supported.
  26. See http://websec.github.io/unicode-security-guide/
  27.  
  28. Check your code for syntax spoofs, confusables, esp. strip \0 from package names.
  29. Checking if your kit is complete...
  30. Looks good
  31. Writing Makefile for ByteLoader
  32. Writing MYMETA.yml and MYMETA.json
  33. Writing Makefile for B::Stash
  34. Writing MYMETA.yml and MYMETA.json
  35. Writing Makefile for B::C
  36. Writing MYMETA.yml and MYMETA.json
  37. RURBAN/B-C-1.47.tar.gz
  38. /usr/bin/perl5.16.3 Makefile.PL -- OK
  39. Running make for R/RU/RURBAN/B-C-1.47.tar.gz
  40. /usr/bin/perl5.16.3 bytecode.pl
  41. cp lib/B/C.pm blib/lib/B/C.pm
  42. cp perlcompile.pod blib/lib/B/perlcompile.pod
  43. cp perloptree.pod blib/lib/B/perloptree.pod
  44. cp lib/B/Bblock.pm blib/lib/B/Bblock.pm
  45. cp lib/B/Disassembler.pm blib/lib/B/Disassembler.pm
  46. cp lib/B/Assembler.pm blib/lib/B/Assembler.pm
  47. cp lib/B/CC.pm blib/lib/B/CC.pm
  48. cp lib/B/Bytecode.pm blib/lib/B/Bytecode.pm
  49. cp lib/B/Asmdata.pm blib/lib/B/Asmdata.pm
  50. cp lib/B/Bytecode56.pm blib/lib/B/Bytecode56.pm
  51. cp lib/B/C/Flags.pm blib/lib/B/C/Flags.pm
  52. cp lib/B/Stackobj.pm blib/lib/B/Stackobj.pm
  53. make[1]: Вход в каталог `/root/.cpan/build/B-C-1.47-6MbpIk/ByteLoader'
  54. cp BcVersions.pod ../blib/lib/BcVersions.pod
  55. cp ByteLoader.pm ../blib/lib/ByteLoader.pm
  56. cc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=i486 -mtune=i686 -DVERSION=\"0.11\" -DXS_VERSION=\"0.11\" -fPIC "-I/usr/lib/perl5/CORE" byterun.c
  57. /usr/bin/perl5.16.3 /usr/share/perl5/ExtUtils/xsubpp -noprototypes -typemap /usr/share/perl5/ExtUtils/typemap ByteLoader.xs > ByteLoader.xsc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement