Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 406001 - net-misc/clusterssh-4.01.01 missing Try::Tiny depend
Summary: net-misc/clusterssh-4.01.01 missing Try::Tiny depend
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-27 09:36 UTC by Drunkard Zhang
Modified: 2012-03-02 13:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Drunkard Zhang 2012-02-27 09:36:06 UTC
New installed clusterssh-4.01.01 not running, because of missed dev-perl/Try-Tiny.

Could be resolved by install dev-perl/Try-Tiny manually or add to RDEPEND.

The error message in terminal could be:

Can't locate Try/Tiny.pm in @INC (@INC contains: /usr/bin/../lib /etc/perl /usr/lib64/perl5/site_perl/5.12.4/x86_64-linux /usr/lib64/perl5/site_perl/5.12.4 /usr/lib64/perl5/vendor_perl/5.12.4/x86_64-linux /usr/lib64/perl5/vendor_perl/5.12.4 /usr/lib64/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.12.3/x86_64-linux /usr/lib64/perl5/vendor_perl/5.12.3 /usr/lib64/perl5/vendor_perl /usr/lib64/perl5/5.12.4/x86_64-linux /usr/lib64/perl5/5.12.4 /usr/local/lib/site_perl .) at /usr/lib64/perl5/vendor_perl/5.12.4/App/ClusterSSH/Config.pm line 10.
BEGIN failed--compilation aborted at /usr/lib64/perl5/vendor_perl/5.12.4/App/ClusterSSH/Config.pm line 10.
Compilation failed in require at /usr/lib64/perl5/vendor_perl/5.12.4/App/ClusterSSH.pm line 12.
BEGIN failed--compilation aborted at /usr/lib64/perl5/vendor_perl/5.12.4/App/ClusterSSH.pm line 12.
Compilation failed in require at /usr/bin/cssh line 10.
BEGIN failed--compilation aborted at /usr/bin/cssh line 10.
Comment 1 Francisco J. Vazquez 2012-02-27 12:37:39 UTC
Same here.

Also, 4.x is quite broken right now. For example, it won't start without xterm. It checks for /usr/bin/xterm BEFORE reading the config file, so it doesn't matter if you have specified terminal=/usr/bin/urxvt. I had to create an empty /usr/bin/xterm and chmod it +x for cssh to start, read the config file and launch urxvt.
Comment 2 Martin Vala 2012-03-02 11:31:06 UTC
Hi All,

i can confirm it. After i install dev-perl/Try-Tiny it works.

Ciao

Martin
Comment 3 Ultrabug gentoo-dev 2012-03-02 13:36:04 UTC
Thank you guys, its fixed.

+  02 Mar 2012; Ultrabug <ultrabug@gentoo.org> clusterssh-4.01.01.ebuild:
+  Fix RDEPEND #406001 thx to Drunkard Zhang
+