Hi Oleg, Oleg Pykhalov <[email protected]> skribis:
> $ PAGER= systemctl show guix-daemon.service | grep locale > Environment=GUIX_LOCPATH=/root/.guix-profile/lib/locale > > $ sudo guix package -I > … > guix 0.14.0 out > /gnu/store/pii5cimi72lj5l7793h54g5sg0sr2apl-guix-0.14.0 > glibc-utf8-locales 2.25 out > /gnu/store/xa391b23r5lbwxb9q26sq5rq1fkd1xi3-glibc-utf8-locales-2.25 > glibc-locales 2.27 out > /gnu/store/s28fmfrq8r0c688x59cj0fcyh2pv87nj-glibc-locales-2.27 > glibc 2.27 out /gnu/store/y7siq9fr3dyccyaig94rpkqfimbiw35f-glibc-2.27 The problem you may have is that [email protected] is linked against glibc 2.26, so it cannot use the 2.27 locales. You should upgrade ‘guix’. HTH, Ludo’.
