duncs / clusterssh

Cluster SSH - Cluster Admin Via SSH
https://github.com/duncs/clusterssh/wiki
890 stars 79 forks source link

unable to install from cpan on clear linux #139

Open da0ist opened 3 years ago

da0ist commented 3 years ago

Running Build for D/DU/DUNCS/App-ClusterSSH-4.16.tar.gz Warning: Prerequisite 'Tk => 800.022' for 'DUNCS/App-ClusterSSH-4.16.tar.gz' failed when processing 'SREZIC/Tk-804.036.tar.gz' with 'writemakefile => NO -- No 'Makefile' created '. Continuing, but chances to succeed are limited. Warning: Prerequisite 'Tk::Dialog => 0' for 'DUNCS/App-ClusterSSH-4.16.tar.gz' failed when processing 'SREZIC/Tk-804.036.tar.gz' with 'writemakefile => NO -- No 'Makefile' created '. Continuing, but chances to succeed are limited. Warning: Prerequisite 'Tk::LabEntry => 0' for 'DUNCS/App-ClusterSSH-4.16.tar.gz' failed when processing 'SREZIC/Tk-804.036.tar.gz' with 'writemakefile => NO -- No 'Makefile' created '. Continuing, but chances to succeed are limited. Warning: Prerequisite 'Tk::ROText => 0' for 'DUNCS/App-ClusterSSH-4.16.tar.gz' failed when processing 'SREZIC/Tk-804.036.tar.gz' with 'writemakefile => NO -- No 'Makefile' created '. Continuing, but chances to succeed are limited. Warning: Prerequisite 'Tk::Xlib => 0' for 'DUNCS/App-ClusterSSH-4.16.tar.gz' failed when processing 'SREZIC/Tk-804.036.tar.gz' with 'writemakefile => NO -- No 'Makefile' created '. Continuing, but chances to succeed are limited. Warning: Prerequisite 'X11::Keysyms => 0' for 'DUNCS/App-ClusterSSH-4.16.tar.gz' failed when processing 'SMCCAM/X11-Protocol-0.56.tar.gz' with 'make_test => NO'. Continuing, but chances to succeed are limited. Warning: Prerequisite 'X11::Protocol => 0.56' for 'DUNCS/App-ClusterSSH-4.16.tar.gz' failed when processing 'SMCCAM/X11-Protocol-0.56.tar.gz' with 'make_test => NO'. Continuing, but chances to succeed are limited. Warning: Prerequisite 'X11::Protocol::Constants => 0' for 'DUNCS/App-ClusterSSH-4.16.tar.gz' failed when processing 'SMCCAM/X11-Protocol-0.56.tar.gz' with 'make_test => NO'. Continuing, but chances to succeed are limited. Warning: Prerequisite 'X11::Protocol::WM => 29' for 'DUNCS/App-ClusterSSH-4.16.tar.gz' failed when processing 'KRYDE/X11-Protocol-Other-31.tar.gz' with 'make_test => NO one dependency not OK (X11::Protocol); additionally test harness failed'. Continuing, but chances to succeed are limited. Building App-ClusterSSH

cqexbesd commented 3 years ago

You seem to be having problems with the dependencies. I would try building them individually so it’s easier to see why they failed. Some of them (e.g. Tk) will need various libraries installed if you are to build from source so that might be something to check.

Andrew