Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Dependencies reportedly satisfied, yet installation gives warnings. #32

Closed
zenny opened this issue Oct 18, 2020 · 1 comment
Closed

Comments

@zenny
Copy link

zenny commented Oct 18, 2020

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
Copy link
Owner

trizen commented Oct 18, 2020

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.

@trizen trizen closed this as completed Oct 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants