From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id yH0KCI/fdV+3WQAA0tVLHw (envelope-from ) for ; Thu, 01 Oct 2020 13:54:23 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id AOlZA4/fdV/eWAAAbx9fmQ (envelope-from ) for ; Thu, 01 Oct 2020 13:54:23 +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 A1D829401BE for ; Thu, 1 Oct 2020 13:54:22 +0000 (UTC) Received: from localhost ([::1]:43228 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kNz2L-0005yJ-Kk for larch@yhetil.org; Thu, 01 Oct 2020 09:54:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56076) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kNz2C-0005xv-Fq for guix-devel@gnu.org; Thu, 01 Oct 2020 09:54:12 -0400 Received: from mail-wr1-x441.google.com ([2a00:1450:4864:20::441]:38172) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kNz2A-0003to-8b for guix-devel@gnu.org; Thu, 01 Oct 2020 09:54:12 -0400 Received: by mail-wr1-x441.google.com with SMTP id g4so5881264wrs.5 for ; Thu, 01 Oct 2020 06:54:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:in-reply-to:references:date:message-id:mime-version :content-transfer-encoding; bh=GIckJBz89OUDPRw4iinQ6tfSuqCN45oVspozHCE/b4M=; b=AVpMVQprUDTxXzRrMtNtlukUeKVMnQdMbjWO0l4CuLBj1ENOJaZMMYmSmAmqUEle31 Kkr/N+xMHdqmOSf0anLb4Ol0FaKIgJ/7ZqjxF10vJ5eJmOOWwdoQSAMgrO4BnImb8jzg HFIgd11xt6oPI0aIQiBOT7BuvftTjmJLA9OQudiNiEktAbN2oVYxoRLo7/0QlAGmmw6o njm4pIz/6rWP4m+jg2NBSj7Kp505OcuySYwGODa3bQm82/YGRuHGjBkYZN91ox8KNZMY KDoJkBct/mI5vYJcuUoQMgvluL7CK2VwiPEDkyGoFxYzxpyjJP9y2kdquk5vwCcMSNLY TcJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:in-reply-to:references:date :message-id:mime-version:content-transfer-encoding; bh=GIckJBz89OUDPRw4iinQ6tfSuqCN45oVspozHCE/b4M=; b=thlNN6+Eupzoq/rFa4ldqx5fxHVJwKbDqOLpyQO8JdTvny0znmodcFV23uZbhSg0Gc QrAT34ZGFrQFe29N3nfd/6E6VldkrAcqWG0HuFcX4tQFNFHq8Q4V616yIb43PFidscLr 3NCHOhYOeVMP1TvlNsqMe73IGe4J6H37yLu+1NyBiORu3BEcaAr0gqqbzkY266Lg02kD A3OurxFBmHYRrbAvOldjXG05SbeeeL6RNDt535i+9JLCqAvUL9ONLvzb+87a8sOJj87y RKjbx3sNlrtYIz2dhpSDqymeq7QLNkgY4eDzqCofsOme33LRm1NPUZav/LBxsb1e7GOb ArJg== X-Gm-Message-State: AOAM532bXpwCaxAZ1H5xLljVohclsdHbWfeACY5BYz0hjR6vlyli1hBO EWJ4miihUYY6QVnBiB20JtEcaOcEeng= X-Google-Smtp-Source: ABdhPJwYO/MjZWdFycrWqF/oD+Mj8k3OWXCMGBBeeU+OZLuln5llmqPzb+4W/o9RbOsHXKR6qoF2jQ== X-Received: by 2002:a5d:4744:: with SMTP id o4mr8991895wrs.130.1601560448411; Thu, 01 Oct 2020 06:54:08 -0700 (PDT) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id l3sm60321wmh.27.2020.10.01.06.54.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 01 Oct 2020 06:54:07 -0700 (PDT) From: zimoun To: Denis 'GNUtoo' Carikli , guix-devel@gnu.org Subject: Re: How to build Guix to send a patch when Guix build fails? In-Reply-To: <20201001110741.1bb8254c@primarylaptop.localdomain> References: <20201001110741.1bb8254c@primarylaptop.localdomain> Date: Thu, 01 Oct 2020 15:54:06 +0200 Message-ID: <86o8lm3vcx.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2a00:1450:4864:20::441; envelope-from=zimon.toutoune@gmail.com; helo=mail-wr1-x441.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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: , Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20161025 header.b=AVpMVQpr; dmarc=pass (policy=none) header.from=gmail.com; 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.71 X-TUID: sXWazLKq2Yuv Dear, On Thu, 01 Oct 2020 at 11:07, Denis 'GNUtoo' Carikli wrote: > I did it with the following hardware and distributions configurations: > - Architecture: i686 > - Host distribution: Parabola i686 with a x86_64 kernel (5.7.2-gnu-1-64) > - Guix architecture: i686 I do not know what happens here, since i686 and x86_64. > 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=20 guix environment -C guix ./bootstrap ./configure --localstatedir=3D/var/ make The issue with =E2=80=99guile-json=E2=80=99 could come from the Guix versio= n used to create the environment, that=E2=80=99s why before you need to do a =E2=80= =9Cguix pull=E2=80=9D. It does not matter of the package is already installed or not; that=E2=80= =99s the point to =E2=80=9Cguix environment guix=E2=80=9D to fetch all the requi= rements. If you do not want to update your profile, you can run: guix time-machine --commit=3D51eb3e113c478f0683e92412785ee82e56c45621 \ -- environment -C guix ./bootstrap && ./configure --localstatedir=3D/var/ && make Hope that helps, simon