From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 12 00:42:39 2019 Received: (at 36074) by debbugs.gnu.org; 12 Jun 2019 04:42:39 +0000 Received: from localhost ([127.0.0.1]:60511 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hav5r-0003xZ-02 for submit@debbugs.gnu.org; Wed, 12 Jun 2019 00:42:39 -0400 Received: from mail-lj1-f175.google.com ([209.85.208.175]:36584) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hav5o-0003xI-Vh for 36074@debbugs.gnu.org; Wed, 12 Jun 2019 00:42:37 -0400 Received: by mail-lj1-f175.google.com with SMTP id i21so13843876ljj.3 for <36074@debbugs.gnu.org>; Tue, 11 Jun 2019 21:42:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=the-good-guys-net.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=8hVLQFeekxyotlUkUDGRPtjn8B8vQw9aE4DiD0Kaees=; b=pLgpN6X6b6qlG49zeeJm212FvPGsrz3n+x/cGzZS01HKNilnFtUNsctHj/DOsZXjIE 8KIYjuW3YgfR7d9l+CNDZkYMMIj2d1a8iIl5nkFqh3Kke+s8/XoWJ8A/FqYGiJQzgf3z fixU1ooeI0C6tFrQ6zXlm3grraaIet8BATsDcmnr4MToMhadFDwyxZ6/11BBUgSM0pXU BjG/qaTnmwIiQcLjCPfx2WZ842lGKby/j+OmRsb/H7bWb0fa/45CbtUN2TsLkznyoMMD mPiIKxcl308qUcRirehNpoDokttgHgyiCCGohnHkNjAey7qoZC1/TsJKFUGSdBJctKe1 dv9w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=8hVLQFeekxyotlUkUDGRPtjn8B8vQw9aE4DiD0Kaees=; b=kazYQu9gInvbECpkPVw6XbZc+PMaL3ac07KK9TMFKY5vD+gudThPHg6Ofq2kKmjheR srwRdEitQV4aZVsioEaxTLbWiiK06pmhi09sXirRVttL2ldrd3KlrGU8C08N+7tx5Yl3 L6Tffx5KtFRWHmGpkdGqrConYcRFZn36NCcs3Hjhi0JxDQv3kX3IDWRxYOs/tlVmlmxy 3nwRMa6LC25d3yj3dGzL5UZkN0NjcUA8bA8SVz1xMtRa7RGRcaGMtz+nK6vVMCnY/GF5 TmZ/vzpUPuX0grynmJZYMHMrikWn+rJMPAURy8pIOXKX5F8rmkS5rL0IYxPP2+TL3ywn 6Fhw== X-Gm-Message-State: APjAAAW9kH/HE3wWxXxwblIY0smmAWhIBFSHl+VXwXtNJkIh+ho2qYw9 vJIWphE+GrJZXYcheMM04GjM2Dn7sTDFG/mM4FB/r/ufjPJIIA== X-Google-Smtp-Source: APXvYqwmVr9giCjrM+/ilikW3XuyMOjTLT+6IxB3K41x9F/QkMy0Az5EleBt06qVnppzuURFaV5ZX4nkJjWh2yV6gf4= X-Received: by 2002:a2e:5d92:: with SMTP id v18mr34480233lje.9.1560314550618; Tue, 11 Jun 2019 21:42:30 -0700 (PDT) MIME-Version: 1.0 From: David Loyall Date: Tue, 11 Jun 2019 23:42:19 -0500 Message-ID: Subject: Incorrect quoting of GUIX_LOCPATH environment variable in guix-daemon.service To: 36074@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36074 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) 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