Pjotr Prins <[email protected]> writes: > On Sun, Aug 27, 2017 at 11:56:37AM +0300, Efraim Flashner wrote: >> glibc 2.22 and 2.23 from guix or from the host/foreign distro? > > Guix glibc. > >> guix has been at 2.25 for a while now, could you test if you still >> have the issues with it more up to date? > > 2.25 is giving the problems. Not the older versions (older laptop).
You wrote earlier: > The difference is > that the tools are linked against glibc 2.22 and 2.23 This means that you will need to have glibc-locales for all three versions. GUIX_LOCPATH is set to “lib/locales”, which contains versioned sub-directories. If the directory only contains locales for 2.25, then your applications that are linked with 2.22 or 2.23 can’t possibly be able to find the proper locale data. -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net
