On Thu, May 20 2021, Maxim Cournoyer wrote: > Hi, > > Checking with a `guix build emacs` built from master: > > --8<---------------cut here---------------start------------->8--- > $ ldd /gnu/store/lnwgc4ww47vkq2wv2ay3rdm0ppnmgyfy-emacs-27.2/bin/.emacs-27.2-real | grep libm17n > libm17n-core.so.0 => /gnu/store/pdwv15zmghndkqy5473v1hxgibmvzvlz-m17n-lib-1.8.0/lib/libm17n-core.so.0 (0x00007faa39623000) > libm17n-flt.so.0 => /gnu/store/pdwv15zmghndkqy5473v1hxgibmvzvlz-m17n-lib-1.8.0/lib/libm17n-flt.so.0 (0x00007faa39617000) > --8<---------------cut here---------------end--------------->8--- > > So it seems at least on current master things are good? > > If you cannot reproduce this issue on current master, I suggest we close > it. Unfortunately the problem still exists for me (commit 652a03888e1609bd1a687326760436867fe2abb7) --8<---------------cut here---------------start------------->8--- ~/src/guix $ guix environment --ad-hoc emacs -- emacs --version The following derivation will be built: /gnu/store/js53a7lydr66bk3wpwkaj1j8j43mirrm-profile.drv building CA certificate bundle... listing Emacs sub-directories... building fonts directory... generating GLib schema cache... creating GTK+ icon theme cache... building cache files for GTK+ input methods... building directory of Info manuals... building database for manual pages... building XDG desktop file cache... building XDG MIME database... building profile with 1 package... /gnu/store/gbzd8hc6360vaxmk2xh5bzkx7dkkwl8q-profile/bin/emacs: error while loading shared libraries: libm17n-core.so.0: cannot open shared object file: No such file or directory --8<---------------cut here---------------end--------------->8--- Since other people aren’t able to reproduce this, I am OK with closing this bug.