Dependencies reportedly satisfied, yet installation gives warnings.
zenny opened this issue · 1 comments
zenny commented
Hi,
In voidlinux,
$ sudo ./Build installdeps
All prerequisites satisfied
But:
$ sudo ./Build install
Password:
Building WWW-StrawViewer
Cannot find "Unicode::GCString" in podpath: cannot find suitable replacement path, cannot resolve link
Cannot find "Text::CharWidth" in podpath: cannot find suitable replacement path, cannot resolve link
Cannot find "Term::ReadLine::Gnu" in podpath: cannot find suitable replacement path, cannot resolve link
Cannot find "Unicode::GCString" in podpath: cannot find suitable replacement path, cannot resolve link
Cannot find "Text::CharWidth" in podpath: cannot find suitable replacement path, cannot resolve link
Installing /usr/share/man/man1/straw-viewer.1p
Installing /usr/share/man/man3/WWW::StrawViewer::GetCaption.3p
Installing /usr/share/man/man3/WWW::StrawViewer::Subscriptions.3p
Installing /usr/share/man/man3/WWW::StrawViewer::Videos.3p
Installing /usr/share/man/man3/WWW::StrawViewer::Channels.3p
Installing /usr/share/man/man3/WWW::StrawViewer::CommentThreads.3p
Installing /usr/share/man/man3/WWW::StrawViewer::GuideCategories.3p
Installing /usr/share/man/man3/WWW::StrawViewer::Playlists.3p
Installing /usr/share/man/man3/WWW::StrawViewer::ParseXML.3p
Installing /usr/share/man/man3/WWW::StrawViewer::PlaylistItems.3p
Installing /usr/share/man/man3/WWW::StrawViewer::RegularExpressions.3p
Installing /usr/share/man/man3/WWW::StrawViewer::Itags.3p
Installing /usr/share/man/man3/WWW::StrawViewer::Utils.3p
Installing /usr/share/man/man3/WWW::StrawViewer::Authentication.3p
Installing /usr/share/man/man3/WWW::StrawViewer.3p
Installing /usr/share/man/man3/WWW::StrawViewer::Search.3p
Installing /usr/share/man/man3/WWW::StrawViewer::VideoCategories.3p
Installing /usr/share/man/man3/WWW::StrawViewer::ConfigData.3p
Installing /usr/share/man/man3/WWW::StrawViewer::Activities.3p
Installing /usr/share/man/man3/WWW::StrawViewer::ParseJSON.3p
Any inputs? Thanks
trizen commented
Those are optional dependencies and are described in the README and in Build.PL
files.
Can be installed from the CPAN, with:
sudo cpan Unicode::GCString Term::ReadLine::Gnu
If they are already installed, then you can safely ignore those warnings.