taa1

Device::BlinkyTape dependency issues

Mar 5th, 2017
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. C:\utils>perl -v
  2.  
  3. This is perl 5, version 24, subversion 1 (v5.24.1) built for MSWin32-x64-multi-thread
  4.  
  5. Copyright 1987-2017, Larry Wall
  6.  
  7. (snip)
  8.  
  9.  
  10.  
  11. C:\utils>cpan install Device::BlinkyTape::WS2811
  12. Loading internal null logger. Install Log::Log4perl for logging messages
  13. CPAN: CPAN::SQLite loaded ok (v0.211)
  14. CPAN: LWP::UserAgent loaded ok (v6.15)
  15. CPAN: Time::HiRes loaded ok (v1.9741)
  16. Fetching with LWP:
  17. http://cpan.strawberryperl.com/authors/01mailrc.txt.gz
  18. CPAN: YAML::XS loaded ok (v0.63)
  19. Fetching with LWP:
  20. http://cpan.strawberryperl.com/modules/02packages.details.txt.gz
  21. Fetching with LWP:
  22. http://cpan.strawberryperl.com/modules/03modlist.data.gz
  23. Creating database file ...
  24. Done!
  25. Running install for module 'Device::BlinkyTape::WS2811'
  26. Fetching with LWP:
  27. http://cpan.strawberryperl.com/authors/id/O/OK/OKKO/Device-Blinkytape-0.004.tar.gz
  28. CPAN: Digest::SHA loaded ok (v5.96)
  29. Fetching with LWP:
  30. http://cpan.strawberryperl.com/authors/id/O/OK/OKKO/CHECKSUMS
  31. CPAN: Compress::Zlib loaded ok (v2.07)
  32. Checksum for D:\STRAWB~1\cpan\sources\authors\id\O\OK\OKKO\Device-Blinkytape-0.004.tar.gz ok
  33. CPAN: Archive::Tar loaded ok (v2.24)
  34. CPAN: CPAN::Meta::Requirements loaded ok (v2.140)
  35. CPAN: Parse::CPAN::Meta loaded ok (v2.150010)
  36. CPAN: CPAN::Meta loaded ok (v2.150010)
  37. CPAN: Module::CoreList loaded ok (v5.20170114_24)
  38. Configuring O/OK/OKKO/Device-Blinkytape-0.004.tar.gz with Makefile.PL
  39. Checking if your kit is complete...
  40. Looks good
  41. Warning: prerequisite Device::SerialPort 0 not found.
  42. Generating a dmake-style Makefile
  43. Writing Makefile for Device::Blinkytape
  44. Writing MYMETA.yml and MYMETA.json
  45. OKKO/Device-Blinkytape-0.004.tar.gz
  46. D:\Strawberry64\perl\bin\perl.exe Makefile.PL -- OK
  47. Running make for O/OK/OKKO/Device-Blinkytape-0.004.tar.gz
  48. ---- Unsatisfied dependencies detected during ----
  49. ---- OKKO/Device-Blinkytape-0.004.tar.gz ----
  50. Device::SerialPort [requires]
  51. Running install for module 'Device::SerialPort'
  52. Fetching with LWP:
  53. http://cpan.strawberryperl.com/authors/id/C/CO/COOK/Device-SerialPort-1.04.tar.gz
  54. Fetching with LWP:
  55. http://cpan.strawberryperl.com/authors/id/C/CO/COOK/CHECKSUMS
  56. Checksum for D:\STRAWB~1\cpan\sources\authors\id\C\CO\COOK\Device-SerialPort-1.04.tar.gz ok
  57. Configuring C/CO/COOK/Device-SerialPort-1.04.tar.gz with Makefile.PL
  58. To enable serial port tests, use:
  59. perl Makefile.PL TESTPORT=<DEVICE>
  60. where <DEVICE> is a specific port or 'auto' to autodetect.
  61. Running ./configure ...
  62. '.' is not recognized as an internal or external command,
  63. operable program or batch file.
  64. The 'configure' script didn't like something. It should have told you
  65. what went wrong, but you can check 'config.log' for more details.
  66. Warning: No success on command[D:\Strawberry64\perl\bin\perl.exe Makefile.PL]
  67. COOK/Device-SerialPort-1.04.tar.gz
  68. D:\Strawberry64\perl\bin\perl.exe Makefile.PL -- NOT OK
  69. Stopping: 'install' failed for 'Device::SerialPort'.
  70.  
  71.  
  72. C:\utils>cpan install Device::SerialPort
  73. Loading internal null logger. Install Log::Log4perl for logging messages
  74. CPAN: CPAN::SQLite loaded ok (v0.211)
  75. Database was generated on Sun, 05 Mar 2017 08:27:28 GMT
  76.  
  77. Running install for module 'Device::SerialPort'
  78. CPAN: Digest::SHA loaded ok (v5.96)
  79. CPAN: Compress::Zlib loaded ok (v2.07)
  80. Checksum for D:\STRAWB~1\cpan\sources\authors\id\C\CO\COOK\Device-SerialPort-1.04.tar.gz ok
  81. CPAN: Archive::Tar loaded ok (v2.24)
  82. CPAN: YAML::XS loaded ok (v0.63)
  83. CPAN: CPAN::Meta::Requirements loaded ok (v2.140)
  84. CPAN: Parse::CPAN::Meta loaded ok (v2.150010)
  85. CPAN: CPAN::Meta loaded ok (v2.150010)
  86. Configuring C/CO/COOK/Device-SerialPort-1.04.tar.gz with Makefile.PL
  87. To enable serial port tests, use:
  88. perl Makefile.PL TESTPORT=<DEVICE>
  89. where <DEVICE> is a specific port or 'auto' to autodetect.
  90. Running ./configure ...
  91. '.' is not recognized as an internal or external command,
  92. operable program or batch file.
  93. The 'configure' script didn't like something. It should have told you
  94. what went wrong, but you can check 'config.log' for more details.
  95. Warning: No success on command[D:\Strawberry64\perl\bin\perl.exe Makefile.PL]
  96. COOK/Device-SerialPort-1.04.tar.gz
  97. D:\Strawberry64\perl\bin\perl.exe Makefile.PL -- NOT OK
  98. Stopping: 'install' failed for 'Device::SerialPort'.
  99.  
  100. C:\utils>
Advertisement
Add Comment
Please, Sign In to add comment