From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: bug#39294: Can't run ./configure Date: Wed, 29 Jan 2020 21:58:52 +0100 Message-ID: References: <87wo9e40l2.fsf@cassou.me> <6FC43FB3-D685-4C10-9119-2F2676CF5555@lepiller.eu> <87ftg0j8pj.fsf@cassou.me> <87tv4eekrr.fsf@cassou.me> <87imkue0r5.fsf@cassou.me> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54364) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iwuRP-0008Js-OD for bug-guix@gnu.org; Wed, 29 Jan 2020 16:00:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iwuRO-0002XM-Po for bug-guix@gnu.org; Wed, 29 Jan 2020 16:00:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:56886) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iwuRO-0002X2-Ma for bug-guix@gnu.org; Wed, 29 Jan 2020 16:00:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iwuRO-0008D4-Kb for bug-guix@gnu.org; Wed, 29 Jan 2020 16:00:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:54206) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iwuQd-0008GU-JA for bug-guix@gnu.org; Wed, 29 Jan 2020 15:59:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iwuQc-0001tR-Ma for bug-guix@gnu.org; Wed, 29 Jan 2020 15:59:15 -0500 Received: from mail-qv1-xf2f.google.com ([2607:f8b0:4864:20::f2f]:37195) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iwuQc-0001tA-HJ for bug-guix@gnu.org; Wed, 29 Jan 2020 15:59:14 -0500 Received: by mail-qv1-xf2f.google.com with SMTP id m5so405372qvv.4 for ; Wed, 29 Jan 2020 12:59:14 -0800 (PST) In-Reply-To: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: Julien Lepiller Cc: damien@cassou.me, 39294-done@debbugs.gnu.org, 39294@debbugs.gnu.org Hi Julien, On Wed, 29 Jan 2020 at 18:30, Julien Lepiller wrote: > We could fix the documentation to recommend using --pure when running confiqure, but not afterwards, with a warning that some systems might ask you to install software you already have, and you should ignore that. How does that sound? About tweak the doc, for sure. :-) Even the better is to recommend '--container' and if the kernel does not have it, then '--pure'. And I guess that using '--container', the 'gpg' issue should not show up. I did not checked but what step requires this 'gpg' when "guix environment guix -- (./bootstrap && ./configure && make)"? Cheers, simon