From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: Redefining the maximum path length [Fwd: Re: [GNUnet-developers] using $TMPDIR instead of /tmp] Date: Mon, 7 May 2018 07:03:01 +0200 Message-ID: <20180507050301.ohw5qnseqvg62gme@thebird.nl> References: <20180506185923.rbzaa3jmck5k5iss@abyayala> <20180506191118.GA1898@jasmine.lan> <20180506192746.kgovlw3drfhofhkt@abyayala> <20180506194950.GC8038@jasmine.lan> <20180506201720.ag4u6irpwh4ibnsy@abyayala> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFYIk-0003bu-LX for guix-devel@gnu.org; Mon, 07 May 2018 01:03:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFYIh-00068k-HS for guix-devel@gnu.org; Mon, 07 May 2018 01:03:06 -0400 Received: from mail.thebird.nl ([94.142.245.5]:49892) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fFYIh-00067b-BT for guix-devel@gnu.org; Mon, 07 May 2018 01:03:03 -0400 Content-Disposition: inline In-Reply-To: <20180506201720.ag4u6irpwh4ibnsy@abyayala> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Leo Famulari , guix-devel@gnu.org On Sun, May 06, 2018 at 08:17:20PM +0000, Nils Gillmann wrote: > > That path is only 98 characters long. What limit do you think it is > > exceeding? It may be a shell restriction rather than a kernel restriction. I run into the same thing with my binary path rewriting. My solution is to truncate the hash. There is a limit to that... Pj.