From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manolis Ragkousis Subject: Re: build failed: acquiring/releasing lock Date: Fri, 25 Jan 2019 15:33:13 +0200 Message-ID: <24371cd4-9dae-05a3-e43a-624fb1ee0b23@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:46901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gn1c8-0004CQ-2B for guix-devel@gnu.org; Fri, 25 Jan 2019 08:33:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gn1c7-0003nD-3r for guix-devel@gnu.org; Fri, 25 Jan 2019 08:33:44 -0500 Received: from mail-wr1-x436.google.com ([2a00:1450:4864:20::436]:45403) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gn1c5-0003ep-3a for guix-devel@gnu.org; Fri, 25 Jan 2019 08:33:42 -0500 Received: by mail-wr1-x436.google.com with SMTP id t6so10274506wrr.12 for ; Fri, 25 Jan 2019 05:33:18 -0800 (PST) In-Reply-To: Content-Language: English & Greek 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: Rene , "guix-devel\\@gnu.org" Hello Rene, madvise() is not implemented on GNU/Hurd and I had once started implementing a fix for guile [1]. We need to restart that old thread and find a correct solution to this. In the meantime you could use that patch for guile as a workaround. Manolis [1] https://lists.gnu.org/archive/html/guile-devel/2017-06/msg00000.html On 1/25/19 6:23 AM, Rene wrote: > Hello, > > I have the following error in Debian/Hurd; I have reviewed the file `nix/libstore/pathlocks.cc` but I do not finish by understanding how it works. > > --- > ./pre-inst-env guix build hello > madvise failed: Function not implemented > madvise failed: Function not implemented > guix build: error: build failed: acquiring/releasing lock: Invalid argument > --- > > Attached the log, rpctrace. > > Thank you > Rene >