Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. osmc@Trdck:~$ nice perl /home/osmc/sorttv/sorttv.pl
  2. Can't locate File/Copy/Recursive.pm in @INC (you may need to install the File::Copy::Recursive module) (@INC contains: /etc/perl /usr/local/lib/arm-linux-gnueabihf/perl/5.24.1 /usr/local/share/perl/5.24.1 /usr/lib/arm-linux-gnueabihf/perl5/5.24 /usr/share/perl5 /usr/lib/arm-linux-gnueabihf/perl/5.24 /usr/share/perl/5.24 /usr/local/lib/site_perl /usr/lib/arm-linux-gnueabihf/perl-base) at /home/osmc/sorttv/sorttv.pl line 51.
  3. BEGIN failed--compilation aborted at /home/osmc/sorttv/sorttv.pl line 51.
  4. osmc@Trdck:~$ sudo cpanm File::Copy::Recursive
  5. --> Working on File::Copy::Recursive
  6. Fetching http://www.cpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-0.40.tar.gz ... OK
  7. Configuring File-Copy-Recursive-0.40 ... OK
  8. ==> Found dependencies: Test::File
  9. --> Working on Test::File
  10. Fetching http://www.cpan.org/authors/id/B/BD/BDFOY/Test-File-1.443.tar.gz ... OK
  11. Configuring Test-File-1.443 ... OK
  12. ==> Found dependencies: Test::utf8
  13. --> Working on Test::utf8
  14. Fetching http://www.cpan.org/authors/id/M/MA/MARKF/Test-utf8-1.01.tar.gz ... OK
  15. Configuring Test-utf8-1.01 ... N/A
  16. ! Configure failed for Test-utf8-1.01. See /root/.cpanm/work/1521719233.21735/build.log for details.
  17. ! Installing the dependencies failed: Module 'Test::utf8' is not installed
  18. ! Bailing out the installation for Test-File-1.443.
  19. ! Installing the dependencies failed: Module 'Test::File' is not installed
  20. ! Bailing out the installation for File-Copy-Recursive-0.40.
  21. osmc@Trdck:~$ sudo cpanm Test::utf8
  22. --> Working on Test::utf8
  23. Fetching http://www.cpan.org/authors/id/M/MA/MARKF/Test-utf8-1.01.tar.gz ... OK
  24. Configuring Test-utf8-1.01 ... N/A
  25. ! Configure failed for Test-utf8-1.01. See /root/.cpanm/work/1521719276.21770/build.log for details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement