From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: bug#39294: Can't run ./configure Date: Tue, 28 Jan 2020 12:32:13 +0100 Message-ID: References: <87wo9e40l2.fsf@cassou.me> <6FC43FB3-D685-4C10-9119-2F2676CF5555@lepiller.eu> <87ftg0j8pj.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]:35231) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iwP79-0006Lg-Sm for bug-guix@gnu.org; Tue, 28 Jan 2020 06:33:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iwP78-0006f6-RT for bug-guix@gnu.org; Tue, 28 Jan 2020 06:33:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53644) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iwP78-0006cn-Kn for bug-guix@gnu.org; Tue, 28 Jan 2020 06:33:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iwP78-00035b-DS for bug-guix@gnu.org; Tue, 28 Jan 2020 06:33:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87ftg0j8pj.fsf@cassou.me> 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: Damien Cassou Cc: 39294@debbugs.gnu.org Hi Damien, On Tue, 28 Jan 2020 at 09:18, Damien Cassou wrote: > Julien Lepiller writes: > > $ guix environment guix --pure [...] > This did the trick, thank you. I got a lot of error messages though: You mean using the option '--pure', right? Which shell do you use ? Bash or a more exotic one? > $ 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) I think Ludo answered you in another bug report [1]. :-) Well, you need to install 'glibc-locales' both in your user profile and in the root profile (do not forget to restart the Guix daemon service). Note that the subset 'glibc-utf8-locale's provides ("de_DE" "el_GR" "en_US" "fr_FR" "tr_TR"), lighter than the fill 'glibc-locales' if it fits your locale. [1] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=39325#8 All the best, simon