Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\utils>perl -v
- This is perl 5, version 24, subversion 1 (v5.24.1) built for MSWin32-x64-multi-thread
- Copyright 1987-2017, Larry Wall
- (snip)
- C:\utils>cpan install Device::BlinkyTape::WS2811
- Loading internal null logger. Install Log::Log4perl for logging messages
- CPAN: CPAN::SQLite loaded ok (v0.211)
- CPAN: LWP::UserAgent loaded ok (v6.15)
- CPAN: Time::HiRes loaded ok (v1.9741)
- Fetching with LWP:
- http://cpan.strawberryperl.com/authors/01mailrc.txt.gz
- CPAN: YAML::XS loaded ok (v0.63)
- Fetching with LWP:
- http://cpan.strawberryperl.com/modules/02packages.details.txt.gz
- Fetching with LWP:
- http://cpan.strawberryperl.com/modules/03modlist.data.gz
- Creating database file ...
- Done!
- Running install for module 'Device::BlinkyTape::WS2811'
- Fetching with LWP:
- http://cpan.strawberryperl.com/authors/id/O/OK/OKKO/Device-Blinkytape-0.004.tar.gz
- CPAN: Digest::SHA loaded ok (v5.96)
- Fetching with LWP:
- http://cpan.strawberryperl.com/authors/id/O/OK/OKKO/CHECKSUMS
- CPAN: Compress::Zlib loaded ok (v2.07)
- Checksum for D:\STRAWB~1\cpan\sources\authors\id\O\OK\OKKO\Device-Blinkytape-0.004.tar.gz ok
- CPAN: Archive::Tar loaded ok (v2.24)
- CPAN: CPAN::Meta::Requirements loaded ok (v2.140)
- CPAN: Parse::CPAN::Meta loaded ok (v2.150010)
- CPAN: CPAN::Meta loaded ok (v2.150010)
- CPAN: Module::CoreList loaded ok (v5.20170114_24)
- Configuring O/OK/OKKO/Device-Blinkytape-0.004.tar.gz with Makefile.PL
- Checking if your kit is complete...
- Looks good
- Warning: prerequisite Device::SerialPort 0 not found.
- Generating a dmake-style Makefile
- Writing Makefile for Device::Blinkytape
- Writing MYMETA.yml and MYMETA.json
- OKKO/Device-Blinkytape-0.004.tar.gz
- D:\Strawberry64\perl\bin\perl.exe Makefile.PL -- OK
- Running make for O/OK/OKKO/Device-Blinkytape-0.004.tar.gz
- ---- Unsatisfied dependencies detected during ----
- ---- OKKO/Device-Blinkytape-0.004.tar.gz ----
- Device::SerialPort [requires]
- Running install for module 'Device::SerialPort'
- Fetching with LWP:
- http://cpan.strawberryperl.com/authors/id/C/CO/COOK/Device-SerialPort-1.04.tar.gz
- Fetching with LWP:
- http://cpan.strawberryperl.com/authors/id/C/CO/COOK/CHECKSUMS
- Checksum for D:\STRAWB~1\cpan\sources\authors\id\C\CO\COOK\Device-SerialPort-1.04.tar.gz ok
- Configuring C/CO/COOK/Device-SerialPort-1.04.tar.gz with Makefile.PL
- To enable serial port tests, use:
- perl Makefile.PL TESTPORT=<DEVICE>
- where <DEVICE> is a specific port or 'auto' to autodetect.
- Running ./configure ...
- '.' is not recognized as an internal or external command,
- operable program or batch file.
- The 'configure' script didn't like something. It should have told you
- what went wrong, but you can check 'config.log' for more details.
- Warning: No success on command[D:\Strawberry64\perl\bin\perl.exe Makefile.PL]
- COOK/Device-SerialPort-1.04.tar.gz
- D:\Strawberry64\perl\bin\perl.exe Makefile.PL -- NOT OK
- Stopping: 'install' failed for 'Device::SerialPort'.
- C:\utils>cpan install Device::SerialPort
- Loading internal null logger. Install Log::Log4perl for logging messages
- CPAN: CPAN::SQLite loaded ok (v0.211)
- Database was generated on Sun, 05 Mar 2017 08:27:28 GMT
- Running install for module 'Device::SerialPort'
- CPAN: Digest::SHA loaded ok (v5.96)
- CPAN: Compress::Zlib loaded ok (v2.07)
- Checksum for D:\STRAWB~1\cpan\sources\authors\id\C\CO\COOK\Device-SerialPort-1.04.tar.gz ok
- CPAN: Archive::Tar loaded ok (v2.24)
- CPAN: YAML::XS loaded ok (v0.63)
- CPAN: CPAN::Meta::Requirements loaded ok (v2.140)
- CPAN: Parse::CPAN::Meta loaded ok (v2.150010)
- CPAN: CPAN::Meta loaded ok (v2.150010)
- Configuring C/CO/COOK/Device-SerialPort-1.04.tar.gz with Makefile.PL
- To enable serial port tests, use:
- perl Makefile.PL TESTPORT=<DEVICE>
- where <DEVICE> is a specific port or 'auto' to autodetect.
- Running ./configure ...
- '.' is not recognized as an internal or external command,
- operable program or batch file.
- The 'configure' script didn't like something. It should have told you
- what went wrong, but you can check 'config.log' for more details.
- Warning: No success on command[D:\Strawberry64\perl\bin\perl.exe Makefile.PL]
- COOK/Device-SerialPort-1.04.tar.gz
- D:\Strawberry64\perl\bin\perl.exe Makefile.PL -- NOT OK
- Stopping: 'install' failed for 'Device::SerialPort'.
- C:\utils>
Advertisement
Add Comment
Please, Sign In to add comment