From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id sODzNAvn119IWwAA0tVLHw (envelope-from ) for ; Mon, 14 Dec 2020 22:28:27 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id 8FDAMAvn11+RfAAAB5/wlQ (envelope-from ) for ; Mon, 14 Dec 2020 22:28:27 +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 4DA26940396 for ; Mon, 14 Dec 2020 22:28:27 +0000 (UTC) Received: from localhost ([::1]:41106 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kowKO-0005ey-BP for larch@yhetil.org; Mon, 14 Dec 2020 17:28:24 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52054) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kowK2-0005du-4R for bug-guix@gnu.org; Mon, 14 Dec 2020 17:28:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:43280) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kowK1-0006Wo-TX for bug-guix@gnu.org; Mon, 14 Dec 2020 17:28:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kowK1-0007jA-PH for bug-guix@gnu.org; Mon, 14 Dec 2020 17:28:01 -0500 X-Loop: help-debbugs@gnu.org Subject: bug#45166: Wrong locale settings for guix-daemon causes confusing error Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 14 Dec 2020 22:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45166 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Marius Bakke Received: via spool by 45166-submit@debbugs.gnu.org id=B45166.160798486529682 (code B ref 45166); Mon, 14 Dec 2020 22:28:01 +0000 Received: (at 45166) by debbugs.gnu.org; 14 Dec 2020 22:27:45 +0000 Received: from localhost ([127.0.0.1]:54826 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kowJl-0007ig-Im for submit@debbugs.gnu.org; Mon, 14 Dec 2020 17:27:45 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58800) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kowJk-0007iU-Nr for 45166@debbugs.gnu.org; Mon, 14 Dec 2020 17:27:45 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34531) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kowJf-0006V9-Iw for 45166@debbugs.gnu.org; Mon, 14 Dec 2020 17:27:39 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=43096 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kowJd-0004vS-4Z; Mon, 14 Dec 2020 17:27:37 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87wnxp2t0y.fsf@gnu.org> <87eejsvh7t.fsf@gnu.org> <87ft48ad8x.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 24 Frimaire an 229 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 14 Dec 2020 23:27:35 +0100 In-Reply-To: <87ft48ad8x.fsf@gnu.org> (Marius Bakke's message of "Mon, 14 Dec 2020 11:33:18 +0100") Message-ID: <875z54qazs.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 45166@debbugs.gnu.org Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.31 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Migadu-Queue-Id: 4DA26940396 X-Spam-Score: -1.31 X-Migadu-Scanner: scn0.migadu.com X-TUID: yF2xxxyYfuQh Hi, Marius Bakke skribis: > Ludovic Court=C3=A8s skriver: > >> Hi, >> >> Marius Bakke skribis: >> >>> User sss2 reported on #guix[0] that running guix-daemon with an invalid >>> locale causes the following error: >>> >>> # guix pull >>> Updating channel 'guix' from Git repository at 'https://git.savannah.gn= u.org/git/guix.git'... >>> Building from this channel: >>> guix https://git.savannah.gnu.org/git/guix.git 77667e2 >>> Computing Guix derivation for 'x86_64-linux'... | >>> guix pull: error: got unexpected path `hint: Consider installing the `g= libc-utf8-locales' or `glibc-locales' package and' from substituter >> >> How did they run the daemon? The systemd unit file we provide normally >> makes sure it runs with the right GUIX_LOCPATH and with a valid locale. > > It was a hand-written systemd unit file, hence the error. My main > concern is with this error message: > > guix pull: error: got unexpected path `hint: Consider installing the `g= libc-utf8-locales' or `glibc-locales' package and' from substituter > > Previously, the daemon would continue in the face of wrong locale > settings, but print lots of warnings, now it fails hard and early with > this unhelpful message. > > If that is intended, can we catch it and provide a more actionable error > message? No, that must be a regression somewhere, but I=E2=80=99m not sure where. Does it happen if you run say =E2=80=9Cguix build hello=E2=80=9D and a subs= titute is downloaded? Or =E2=80=9Cguix build hello -S --no-substitutes=E2=80=9D? Thanks, Ludo=E2=80=99.