bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42989: Subtle Typo in guix-daemon.service installed by guix-install.


From: Michael Gorlick
Subject: bug#42989: Subtle Typo in guix-daemon.service installed by guix-install.sh
Date: Sat, 22 Aug 2020 09:46:05 -0700

There is a wee typo in the systemd file guix-daemon.service installed on Ubuntu 20.04 by the guix-install.sh script.
The text of /root/.config/guix/current/lib/systemd/system/guix-daemon.service contains the text:

Environment='GUIX_LOCPATH=/var/guix/profiles/per-user/root/guix-profile/lib/locale' LC_ALL=en_US.utf8

The portion .../guix-profile/... should read .../.guix-profile/..., in other words the path as given omits the requisite single period (.) as the prefix of the directory .guix-profile.

This minor oversight accounts in part for theĀ  guile: warning: failed to install locale error and related warnings that have cropped up repeatedly when the build daemons are invoked

To test this fix:
In subsequent user-level guix install X commands the warning no longer appears nor do the build daemons complain about failing to set the locale to en_US.utf8

reply via email to

[Prev in Thread] Current Thread [Next in Thread]