From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: cssh doesn't seem to work out the box Date: Wed, 09 May 2018 11:21:30 +0200 Message-ID: <87zi19falh.fsf@elephly.net> References: <87muxa9cn3.fsf@santanas.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGMwG-00043B-5Z for help-guix@gnu.org; Wed, 09 May 2018 07:07:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGMwB-0001o0-Vm for help-guix@gnu.org; Wed, 09 May 2018 07:07:16 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21148) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fGMwB-0001ms-Mu for help-guix@gnu.org; Wed, 09 May 2018 07:07:11 -0400 In-reply-to: <87muxa9cn3.fsf@santanas.co.za> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Divan Santana Cc: help-guix Hi, > I installed cssh and trying to use it like so: > > cssh `cat /tmp/servers` > > but it breaks with: > > Can't locate Tk.pm in @INC [=E2=80=A6] The clusterssh package tries to fix this by using =E2=80=9Cwrap-program=E2= =80=9D to wrap the executable in PERL5LIB which is augmented with the modules from perl-tk and perl-x11-protocol. It seems that this is now broken. The code to get the perl-tk modules includes a hard-coded =E2=80=9Cx86_64-linux=E2=80=9D, which is not ideal an= d in your case probably wrong. Could you build =E2=80=9Cperl-tk=E2=80=9D and take a = look at the directories it provides? I suspect that we would need to make the code for the =E2=80=9Cclusterssh=E2=80=9D package more robust. Feel free to submit this as a bug report to bug-guix@gnu.org. -- Ricardo