From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: Re: 01/01: guix: git: Add new module. Date: Sat, 06 May 2017 10:25:53 +0200 Message-ID: <8737ciwfvy.fsf@gmail.com> References: <20170505175324.13769.79863@vcs0.savannah.gnu.org> <20170505175325.5D41920E7B@vcs0.savannah.gnu.org> <20170506001537.GA6293@jasmine> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54039) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d6v2N-0008Iy-VQ for guix-devel@gnu.org; Sat, 06 May 2017 04:26:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d6v2K-0002pz-Mo for guix-devel@gnu.org; Sat, 06 May 2017 04:25:59 -0400 Received: from mail-wr0-x233.google.com ([2a00:1450:400c:c0c::233]:36740) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d6v2K-0002po-BT for guix-devel@gnu.org; Sat, 06 May 2017 04:25:56 -0400 Received: by mail-wr0-x233.google.com with SMTP id l50so14187586wrc.3 for ; Sat, 06 May 2017 01:25:56 -0700 (PDT) In-reply-to: <20170506001537.GA6293@jasmine> 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 Cc: guix-devel@gnu.org Hi Leo, Thanks for taking care of it. > I could not reproduce the failure when building "by hand", but since > `guix pull` is the primary method of updating Guix, I reverted this > change for now: I guess it is because in (guix build pull) every single file is builded, without take configure/makefile consigns into account. Except a horrible hack (an exception list in "build-guix"), I don't see how to deal with it. Maybe this commit shall be put on a branch or wait until guix switches to guile2.2. Ludo any thoughs ? Mathieu