From mboxrd@z Thu Jan 1 00:00:00 1970 From: Damien Cassou Subject: bug#39294: Can't run ./configure Date: Tue, 28 Jan 2020 09:17:44 +0100 Message-ID: <87ftg0j8pj.fsf@cassou.me> References: <87wo9e40l2.fsf@cassou.me> <6FC43FB3-D685-4C10-9119-2F2676CF5555@lepiller.eu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46923) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iwM4V-00062x-2A for bug-guix@gnu.org; Tue, 28 Jan 2020 03:18:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iwM4Q-0003fg-2i for bug-guix@gnu.org; Tue, 28 Jan 2020 03:18:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53473) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iwM4P-0003fG-VN for bug-guix@gnu.org; Tue, 28 Jan 2020 03:18:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iwM4P-0006fD-Tc for bug-guix@gnu.org; Tue, 28 Jan 2020 03:18:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:46861) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iwM4J-0005rq-JQ for bug-guix@gnu.org; Tue, 28 Jan 2020 03:17:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iwM4I-0003PF-BJ for bug-guix@gnu.org; Tue, 28 Jan 2020 03:17:55 -0500 Received: from mail.choca.pics ([80.67.172.235]:38192) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iwM4I-0002j5-4u for bug-guix@gnu.org; Tue, 28 Jan 2020 03:17:54 -0500 In-Reply-To: <6FC43FB3-D685-4C10-9119-2F2676CF5555@lepiller.eu> 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.eu, 39294@debbugs.gnu.org Julien Lepiller writes: > $ guix environment guix --pure > ^C if your terminal asks you to install whatever > [env]$ ./bootstrap > [env]$ ./configure --localstatedir=/var # this should now work > [env]$ exit # to exit the pure environment > $ guix environment guix # no need for pure anymore, so now we can use things outside of the environment too > [env]$ make This did the trick, thank you. I got a lot of error messages though: $ guix environment guix guile: warning: failed to install locale substitute: /gnu/store/q19l04vd2za80mk1845pz7r8cz29qk43-bash-minimal-4.4.23/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8) perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US.UTF-8" are supported and installed on your system. bash: gpg-connect-agent: command not found... Similar command is: 'gpg-connect-agent' bash: gpgconf: command not found... Install package 'gnupg2' to provide command 'gpgconf'? [N/y] y Failed to install packages: gnupg2-2.2.18-2.fc31.x86_64 is already installed -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill