From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id NebzFIvgdl9ZaQAA0tVLHw (envelope-from ) for ; Fri, 02 Oct 2020 08:10:51 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id iOI5EIvgdl9mbgAA1q6Kng (envelope-from ) for ; Fri, 02 Oct 2020 08:10:51 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 16467940222 for ; Fri, 2 Oct 2020 08:10:51 +0000 (UTC) Received: from localhost ([::1]:50084 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kOG9S-0003HL-2A for larch@yhetil.org; Fri, 02 Oct 2020 04:10:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55810) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kO7uF-00050f-KB for guix-devel@gnu.org; Thu, 01 Oct 2020 19:22:35 -0400 Received: from cyberdimension.org ([80.67.179.20]:41376 helo=gnutoo.cyberdimension.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1kO7uA-0005u4-Gb for guix-devel@gnu.org; Thu, 01 Oct 2020 19:22:34 -0400 Received: from gnutoo.cyberdimension.org (localhost [127.0.0.1]) by cyberdimension.org (OpenSMTPD) with ESMTP id d345fd45; Thu, 1 Oct 2020 23:13:44 +0000 (UTC) Received: from primarylaptop.localdomain (localhost.localdomain [::1]) by gnutoo.cyberdimension.org (OpenSMTPD) with ESMTP id 1529077c; Thu, 1 Oct 2020 23:13:44 +0000 (UTC) Date: Fri, 2 Oct 2020 01:19:57 +0200 From: Denis 'GNUtoo' Carikli To: zimoun Subject: Re: How to build Guix to send a patch when Guix build fails? Message-ID: <20201002011957.48294d32@primarylaptop.localdomain> In-Reply-To: <86o8lm3vcx.fsf@gmail.com> References: <20201001110741.1bb8254c@primarylaptop.localdomain> <86o8lm3vcx.fsf@gmail.com> X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; i686-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=80.67.179.20; envelope-from=GNUtoo@cyberdimension.org; helo=gnutoo.cyberdimension.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/01 19:22:25 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Fri, 02 Oct 2020 04:10:34 -0400 X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -0.01 X-TUID: fIBFa/WKE3Hv On Thu, 01 Oct 2020 15:54:06 +0200 zimoun wrote: > > I also tried on another machine with the following configuration: > > - Architecture: x86-64 > > - Host distribution: Parabola x86_64 without guile-json installed > > - Guix architecture: x86_64 > > - Guix environment command: 'guix environment --pure guix --ad-hoc > > guile-json > > On this machine, the following commands should work: > > git pull > guix pull > guix environment -C guix > ./bootstrap > ./configure --localstatedir=/var/ > make Apparently that didn't work on my pure x86_64 machine. It still kept not finding guile-json. > If you do not want to update your profile, you can run: > > guix time-machine --commit=51eb3e113c478f0683e92412785ee82e56c45621 > \ -- environment -C guix > ./bootstrap && ./configure --localstatedir=/var/ && make However that worked fine on that same machine. > Hope that helps, It did. Thanks a lot. I'll test the patch, and then I'll try to find the time to bisect it. Denis.