From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Loyall Subject: bug#36074: Incorrect quoting of GUIX_LOCPATH environment variable in guix-daemon.service Date: Tue, 11 Jun 2019 23:42:19 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49850) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hav6G-0005T7-A1 for bug-guix@gnu.org; Wed, 12 Jun 2019 00:43:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hav6F-00074J-8H for bug-guix@gnu.org; Wed, 12 Jun 2019 00:43:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46967) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hav6E-00074B-Kp for bug-guix@gnu.org; Wed, 12 Jun 2019 00:43:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hav6E-0003yG-8O for bug-guix@gnu.org; Wed, 12 Jun 2019 00:43:02 -0400 In-Reply-To: Sender: "Debbugs-submit" Resent-Message-ID: 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.org@gnu.org Sender: "bug-Guix" To: 36074@debbugs.gnu.org Andr=C3=A9as, I'm not sure if you and I are having the same issue, but I found your message after searching the web for information about the issue I was facing. I think this thread, which contains some links, provides a good summary of the information available on the web for my issue: https://lists.gnu.org/archive/html/help-guix/2019-06/msg00030.html That said, the solution I found was this: > I think the fix for this would be to clarify which package should be inst= alled in **root's profile** when installing on a systemd foreign distro." (Emphasis mine. The quote is from Jack Hill in https://lists.gnu.org/archive/html/help-guix/2019-06/msg00024.html) So, I did `sudo guix package -i glibc-utf8-locales` (I previously did the same without sudo--no change.) ...Before that, I'd done the other things recommended in the aforementioned summary post. Please note that I'm only copying and pasting magical invocations; I don't understand locales nor guix. I hope this message is helpful. Cheers, --sebboh