From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: Re: Problems with GNU Parallel and ulimit Date: Thu, 17 Aug 2017 20:30:43 +0530 Message-ID: <4a4226ea.AEAAOgSM9JoAAAAAAAAAAAPHPkIAAAACwQwAAAAAAAW9WABZla-q@mailjet.com> References: <20170814235837.0a42fe85@centurylink.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <4a4226ea.AEAAOgSM9JoAAAAAAAAAAAPHPkIAAAACwQwAAAAAAAW9WABZla-q@bnc3.mailjet.com>) id 1diMID-0005On-NS for help-guix@gnu.org; Thu, 17 Aug 2017 11:01:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <4a4226ea.AEAAOgSM9JoAAAAAAAAAAAPHPkIAAAACwQwAAAAAAAW9WABZla-q@bnc3.mailjet.com>) id 1diMI9-0000Ol-Rm for help-guix@gnu.org; Thu, 17 Aug 2017 11:01:05 -0400 Received: from o174.p8.mailjet.com ([87.253.233.174]:51439) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <4a4226ea.AEAAOgSM9JoAAAAAAAAAAAPHPkIAAAACwQwAAAAAAAW9WABZla-q@bnc3.mailjet.com>) id 1diMI9-0000Mv-IO for help-guix@gnu.org; Thu, 17 Aug 2017 11:01:01 -0400 In-reply-to: <20170814235837.0a42fe85@centurylink.net> 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: Eric Bavier Cc: help-guix@gnu.org Eric Bavier writes: > The problem appears if you do not have 'perl' available in $PATH. GNU > parallel calls it recursively for a few tasks: This is correct. I have verified it. When I have perl in my PATH, GNU parallel works fine. > There is some path patching that goes on in the package recipe, but it > must have gone out of sync in latest versions. The 'post-install-test' > phase wouldn't catch this particular error without '(setenv "PATH" "")'. > > I wouldn't feel quite comfortable doing a "blind" update of the regex, > since some mentions of "perl" I think are meant to be executed by > remote hosts and so shouldn't be patched to absolute store references. Why does parallel need to execute perl on remote hosts? > It might be useful to get Ole's opinion on this. Yes, could you please do this? Thanks! =