unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#54400: Emacs error in Ubuntu
@ 2022-03-15 16:09 Vicente Mataix ferrandiz
  2022-03-16  8:02 ` Liliana Marie Prikler
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Vicente Mataix ferrandiz @ 2022-03-15 16:09 UTC (permalink / raw)
  To: 54400

[-- Attachment #1: Type: text/plain, Size: 858 bytes --]

Greetings, 

I follow the instructions from: 

[ https://zimbra.inria.fr/zimbra/%20https://guix.gnu.org/manual/en/guix.html#Binary-Installation | https://guix.gnu.org/manual/en/guix.html#Binary-Installation ] 

Installation (Ubuntu 20.04): 

cd /tmp 
wget https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh 
chmod +x guix-install.sh 
./guix-install.sh 
guix install glibc-utf8-locales 
export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale" 

Update: 

guix pull 

Install emacs: 

guix install emacs 

Load environment: 

GUIX_PROFILE="$HOME/.guix-profile" 
. "$GUIX_PROFILE/etc/profile" 

Run emacs: 

emacs 

/home/vmataixf/.guix-profile/bin/emacs: error while loading shared libraries: liblzma.so.5: cannot open shared object file: No such file or director 

Best regards, 

Vicente Mataix Ferrándiz 

[-- Attachment #2: Type: text/html, Size: 3248 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#54400: Emacs error in Ubuntu
  2022-03-15 16:09 bug#54400: Emacs error in Ubuntu Vicente Mataix ferrandiz
@ 2022-03-16  8:02 ` Liliana Marie Prikler
  2022-03-16  9:36   ` zimoun
  2022-03-16  9:23 ` zimoun
  2022-03-16 10:52 ` Ludovic Courtès
  2 siblings, 1 reply; 11+ messages in thread
From: Liliana Marie Prikler @ 2022-03-16  8:02 UTC (permalink / raw)
  To: Vicente Mataix ferrandiz, 54400

Hi Vicente,

Am Dienstag, dem 15.03.2022 um 17:09 +0100 schrieb Vicente Mataix
ferrandiz:
> Greetings,
> 
> I follow the instructions from:
> 
> https://guix.gnu.org/manual/en/guix.html#Binary-Installation
> 
> Installation (Ubuntu 20.04):
> 
> cd /tmp
> wget
> https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh
> chmod +x guix-install.sh
> ./guix-install.sh
> guix install glibc-utf8-locales
> export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale"
> 
> Update:
> 
> guix pull
> 
> Install emacs:
> 
> guix install emacs
> 
> Load environment:
> 
> GUIX_PROFILE="$HOME/.guix-profile"
>     . "$GUIX_PROFILE/etc/profile"
> 
> Run emacs:
> 
> emacs
> 
> /home/vmataixf/.guix-profile/bin/emacs: error while loading shared
> libraries: liblzma.so.5: cannot open shared object file: No such file
> or director
That is an interesting and surprisingly difficult to debug error you
have there.  On Guix System, we have
--8<---------------cut here---------------start------------->8---
$ ldd $GUIX_ENVIRONMENT/bin/.emacs-27.2-real | grep lzma
	liblzma.so.5 => /gnu/store/c8isj4jq6knv0icfgr43di6q3nvdzkx7-xz-5.2.5/lib/liblzma.so.5 (0x00007f7919fee000)
--8<---------------cut here---------------end--------------->8---
where xz is one of those magic libraries you'd expect to exist in any
distro.  However,

--8<---------------cut here---------------start------------->8---
$ guix show emacs | recsel -p dependencies
dependencies: acl@2.3.1 alsa-lib@1.2.4 cairo@1.16.0 coreutils@8.32
+ dbus@1.12.20 ghostscript@9.54.0 giflib@5.2.1 gmp@6.2.1 gnutls@3.7.2 gpm@1.20.7
+ gtk+@3.24.30 gzip@1.10 harfbuzz@2.8.2 jansson@2.13.1 libice@1.0.10
+ libjpeg-turbo@2.0.5 libotf@0.9.16 libpng@1.6.37 librsvg@2.50.7 libsm@1.2.3
+ libtiff@4.3.0 libx11@1.7.3.1 libxft@2.3.3 libxml2@2.9.12 libxpm@3.5.13
+ m17n-lib@1.8.0 mailutils@3.14 ncurses@6.2.20210619 pango@1.48.10
+ pkg-config@0.29.2 poppler@21.07.0 texinfo@6.7 zlib@1.2.11
--8<---------------cut here---------------end--------------->8---

If at all, xz is included as implicit input to unpack Emacs!  We should
probably add it as explicit input instead.

Cheers




^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#54400: Emacs error in Ubuntu
  2022-03-15 16:09 bug#54400: Emacs error in Ubuntu Vicente Mataix ferrandiz
  2022-03-16  8:02 ` Liliana Marie Prikler
@ 2022-03-16  9:23 ` zimoun
  2022-03-16  9:32   ` Vicente Mataix ferrandiz
  2022-03-16 10:52 ` Ludovic Courtès
  2 siblings, 1 reply; 11+ messages in thread
From: zimoun @ 2022-03-16  9:23 UTC (permalink / raw)
  To: Vicente Mataix ferrandiz; +Cc: 54400

Hi Vicente,

On Tue, 15 Mar 2022 at 22:18, Vicente Mataix ferrandiz
<vicente.mataix-ferrandiz@inria.fr> wrote:

> Update:
>
> guix pull

What is your revision?  Other said which "guix describe"?


Cheers,
simon




^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#54400: Emacs error in Ubuntu
  2022-03-16  9:23 ` zimoun
@ 2022-03-16  9:32   ` Vicente Mataix ferrandiz
  2022-03-16  9:42     ` zimoun
  0 siblings, 1 reply; 11+ messages in thread
From: Vicente Mataix ferrandiz @ 2022-03-16  9:32 UTC (permalink / raw)
  To: zimoun; +Cc: 54400

I did it just after guix pull. I cannot check the revision as I did it in my work computer, I will check it tomorrow.

----- Mail original -----
> De: "zimoun" <zimon.toutoune@gmail.com>
> À: "Vicente Mataix ferrandiz" <vicente.mataix-ferrandiz@inria.fr>
> Cc: 54400@debbugs.gnu.org
> Envoyé: Mercredi 16 Mars 2022 10:23:15
> Objet: Re: bug#54400: Emacs error in Ubuntu

> Hi Vicente,
> 
> On Tue, 15 Mar 2022 at 22:18, Vicente Mataix ferrandiz
> <vicente.mataix-ferrandiz@inria.fr> wrote:
> 
>> Update:
>>
>> guix pull
> 
> What is your revision?  Other said which "guix describe"?
> 
> 
> Cheers,
> simon




^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#54400: Emacs error in Ubuntu
  2022-03-16  8:02 ` Liliana Marie Prikler
@ 2022-03-16  9:36   ` zimoun
  2022-03-16  9:48     ` Liliana Marie Prikler
  0 siblings, 1 reply; 11+ messages in thread
From: zimoun @ 2022-03-16  9:36 UTC (permalink / raw)
  To: Liliana Marie Prikler, Vicente Mataix ferrandiz, 54400

Hi Liliana.

On Wed, 16 Mar 2022 at 09:02, Liliana Marie Prikler <liliana.prikler@ist.tugraz.at> wrote:

> --8<---------------cut here---------------start------------->8---
> $ ldd $GUIX_ENVIRONMENT/bin/.emacs-27.2-real | grep lzma
> 	liblzma.so.5 => /gnu/store/c8isj4jq6knv0icfgr43di6q3nvdzkx7-xz-5.2.5/lib/liblzma.so.5 (0x00007f7919fee000)
> --8<---------------cut here---------------end--------------->8---
>
> where xz is one of those magic libraries you'd expect to exist in any
> distro.  However,
>
> --8<---------------cut here---------------start------------->8---
> $ guix show emacs | recsel -p dependencies
> dependencies: acl@2.3.1 alsa-lib@1.2.4 cairo@1.16.0 coreutils@8.32
> + dbus@1.12.20 ghostscript@9.54.0 giflib@5.2.1 gmp@6.2.1 gnutls@3.7.2 gpm@1.20.7
> + gtk+@3.24.30 gzip@1.10 harfbuzz@2.8.2 jansson@2.13.1 libice@1.0.10
> + libjpeg-turbo@2.0.5 libotf@0.9.16 libpng@1.6.37 librsvg@2.50.7 libsm@1.2.3
> + libtiff@4.3.0 libx11@1.7.3.1 libxft@2.3.3 libxml2@2.9.12 libxpm@3.5.13
> + m17n-lib@1.8.0 mailutils@3.14 ncurses@6.2.20210619 pango@1.48.10
> + pkg-config@0.29.2 poppler@21.07.0 texinfo@6.7 zlib@1.2.11
> --8<---------------cut here---------------end--------------->8---
>
> If at all, xz is included as implicit input to unpack Emacs!  We should
> probably add it as explicit input instead.

--8<---------------cut here---------------start------------->8---
$ guix graph --path emacs xz
emacs@27.2
libxml2@2.9.12
xz@5.2.5
--8<---------------cut here---------------end--------------->8---

Note that

--8<---------------cut here---------------start------------->8---
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/emacs/emacs-"
                                  version ".tar.xz"))
--8<---------------cut here---------------end--------------->8---

but I do not see ’xz’ in the implicit inputs; only emacs-minimal.  Quick
look, maybe I miss it.

Well, indeed, something seems unexpected if the Emacs binary is linked
to liblzma and this liblzma is not an explicit inputs but instead comes
from a reference to another inputs.


Cheers,
simon




^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#54400: Emacs error in Ubuntu
  2022-03-16  9:32   ` Vicente Mataix ferrandiz
@ 2022-03-16  9:42     ` zimoun
  0 siblings, 0 replies; 11+ messages in thread
From: zimoun @ 2022-03-16  9:42 UTC (permalink / raw)
  To: Vicente Mataix ferrandiz; +Cc: 54400

Hi,

On Wed, 16 Mar 2022 at 10:32, Vicente Mataix ferrandiz
<vicente.mataix-ferrandiz@inria.fr> wrote:

> I did it just after guix pull.

Using bec806e from yesterday, I cannot reproduce on Ubuntu.  The invokation

    guix shell -C -E DSISPLAy -E TERM emacs --  emacs -nw

works for me.  I suspect something wrong with your environment
variables.  Maybe you could run "guix shell --check".

Cheers,
simon




^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#54400: Emacs error in Ubuntu
  2022-03-16  9:36   ` zimoun
@ 2022-03-16  9:48     ` Liliana Marie Prikler
  2022-03-16 10:11       ` zimoun
  0 siblings, 1 reply; 11+ messages in thread
From: Liliana Marie Prikler @ 2022-03-16  9:48 UTC (permalink / raw)
  To: zimoun, Vicente Mataix ferrandiz, 54400

Hi simon

Am Mittwoch, dem 16.03.2022 um 10:36 +0100 schrieb zimoun:
> --8<---------------cut here---------------start------------->8---
> $ guix graph --path emacs xz
> emacs@27.2
> libxml2@2.9.12
> xz@5.2.5
> --8<---------------cut here---------------end--------------->8---
Thanks for investigating, I did not consider ‘guix graph’.

> Note that
> 
> --8<---------------cut here---------------start------------->8---
>     (source (origin
>               (method url-fetch)
>               (uri (string-append "mirror://gnu/emacs/emacs-"
>                                   version ".tar.xz"))
> --8<---------------cut here---------------end--------------->8---
> 
> but I do not see ’xz’ in the implicit inputs; only emacs-minimal. 
> Quick look, maybe I miss it.
IIRC, it'd be quite deep in the unpack chain, but maybe I'm mixing
things up as well.

> Well, indeed, something seems unexpected if the Emacs binary is
> linked to liblzma and this liblzma is not an explicit inputs but
> instead comes from a reference to another inputs.
I think that's what you'd observe on other distros as well.  IIRC the
linker ought to correctly resolve/"propagate" such dependencies, so it
shouldn't be a problem.

Vicente, could you check the output of ldd for your Emacs, as well as
libxml2 and also check whether your xz package is perhaps broken and
ought to be repaired?

Cheers




^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#54400: Emacs error in Ubuntu
  2022-03-16  9:48     ` Liliana Marie Prikler
@ 2022-03-16 10:11       ` zimoun
  2022-03-16 10:30         ` Liliana Marie Prikler
  0 siblings, 1 reply; 11+ messages in thread
From: zimoun @ 2022-03-16 10:11 UTC (permalink / raw)
  To: Liliana Marie Prikler, Vicente Mataix ferrandiz, 54400

Hi Liliana,

On Wed, 16 Mar 2022 at 10:48, Liliana Marie Prikler <liliana.prikler@ist.tugraz.at> wrote:

> Vicente, could you check the output of ldd for your Emacs, as well as
> libxml2 and also check whether your xz package is perhaps broken and
> ought to be repaired?

I am not Vicente but mine looks like with Guix ff093f5 on Debian.

--8<---------------cut here---------------start------------->8---
$ guix shell libxml2
[env]$ ldd $GUIX_ENVIRONMENT/lib/libxml2.so | grep lzma
	liblzma.so.5 => /gnu/store/aggsb6j1svxp70xlll4rqnx5f2pzz794-xz-5.2.5/lib/liblzma.so.5 (0x00007fee6026e000)
--8<---------------cut here---------------end--------------->8---

and

--8<---------------cut here---------------start------------->8---
$ guix shell emacs
[env]$ ldd $GUIX_ENVIRONMENT/bin/.emacs-27.2-real | grep lzma
	liblzma.so.5 => /gnu/store/c8isj4jq6knv0icfgr43di6q3nvdzkx7-xz-5.2.5/lib/liblzma.so.5 (0x00007f134d7e3000)
--8<---------------cut here---------------end--------------->8---

Ah!  It is not the “same“ xz. :-) Well, it probably does not come from
libxml2 (except if there is a graft).

Anyway, I suspect something wrong with Vicente’s ’env’.


Cheers,
simon




^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#54400: Emacs error in Ubuntu
  2022-03-16 10:11       ` zimoun
@ 2022-03-16 10:30         ` Liliana Marie Prikler
  0 siblings, 0 replies; 11+ messages in thread
From: Liliana Marie Prikler @ 2022-03-16 10:30 UTC (permalink / raw)
  To: zimoun, Vicente Mataix ferrandiz, 54400

Hi zimoun,

Am Mittwoch, dem 16.03.2022 um 11:11 +0100 schrieb zimoun:
> I am not Vicente but mine looks like with Guix ff093f5 on Debian.
> 
> --8<---------------cut here---------------start------------->8---
> $ guix shell libxml2
> [env]$ ldd $GUIX_ENVIRONMENT/lib/libxml2.so | grep lzma
>         liblzma.so.5 => /gnu/store/aggsb6j1svxp70xlll4rqnx5f2pzz794-
> xz-5.2.5/lib/liblzma.so.5 (0x00007fee6026e000)
> --8<---------------cut here---------------end--------------->8---
> 
> and
> 
> --8<---------------cut here---------------start------------->8---
> $ guix shell emacs
> [env]$ ldd $GUIX_ENVIRONMENT/bin/.emacs-27.2-real | grep lzma
>         liblzma.so.5 => /gnu/store/c8isj4jq6knv0icfgr43di6q3nvdzkx7-
> xz-5.2.5/lib/liblzma.so.5 (0x00007f134d7e3000)
> --8<---------------cut here---------------end--------------->8---
Looking at the derivations,
/gnu/store/c8isj4jq6knv0icfgr43di6q3nvdzkx7-xz-5.2.5/ is built with all
our mesboot stuff, whereas /gnu/store/aggsb6j1svxp70xlll4rqnx5f2pzz794-
xz-5.2.5 is not.  In other words, I suspect that it is indeed
Schrödinger's missing dependency :P


Cheers




^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#54400: Emacs error in Ubuntu
  2022-03-15 16:09 bug#54400: Emacs error in Ubuntu Vicente Mataix ferrandiz
  2022-03-16  8:02 ` Liliana Marie Prikler
  2022-03-16  9:23 ` zimoun
@ 2022-03-16 10:52 ` Ludovic Courtès
  2022-07-14  4:15   ` Maxim Cournoyer
  2 siblings, 1 reply; 11+ messages in thread
From: Ludovic Courtès @ 2022-03-16 10:52 UTC (permalink / raw)
  To: Vicente Mataix ferrandiz; +Cc: 54400

Hi,

Vicente Mataix ferrandiz <vicente.mataix-ferrandiz@inria.fr> skribis:

> Run emacs: 
>
> emacs 
>
> /home/vmataixf/.guix-profile/bin/emacs: error while loading shared libraries: liblzma.so.5: cannot open shared object file: No such file or director 

Could you check whether the ‘LD_LIBRARY_PATH’ environment variable is
defined, for instance by running:

  env | grep LD_LIBRARY_PATH

If it is, please unset it:

  unset LD_LIBRARY_PATH

Does it help?

Ludo’.




^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#54400: Emacs error in Ubuntu
  2022-03-16 10:52 ` Ludovic Courtès
@ 2022-07-14  4:15   ` Maxim Cournoyer
  0 siblings, 0 replies; 11+ messages in thread
From: Maxim Cournoyer @ 2022-07-14  4:15 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 54400-done, Vicente Mataix ferrandiz

Hi,

Ludovic Courtès <ludo@gnu.org> writes:

> Hi,
>
> Vicente Mataix ferrandiz <vicente.mataix-ferrandiz@inria.fr> skribis:
>
>> Run emacs: 
>>
>> emacs 
>>
>> /home/vmataixf/.guix-profile/bin/emacs: error while loading shared
>> libraries: liblzma.so.5: cannot open shared object file: No such
>> file or director
>
> Could you check whether the ‘LD_LIBRARY_PATH’ environment variable is
> defined, for instance by running:
>
>   env | grep LD_LIBRARY_PATH
>
> If it is, please unset it:
>
>   unset LD_LIBRARY_PATH
>
> Does it help?

Since we haven't heard back from Vicente, I presume their problem has
been resolved somehow.

Closing.

Maxim




^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-07-14  4:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-15 16:09 bug#54400: Emacs error in Ubuntu Vicente Mataix ferrandiz
2022-03-16  8:02 ` Liliana Marie Prikler
2022-03-16  9:36   ` zimoun
2022-03-16  9:48     ` Liliana Marie Prikler
2022-03-16 10:11       ` zimoun
2022-03-16 10:30         ` Liliana Marie Prikler
2022-03-16  9:23 ` zimoun
2022-03-16  9:32   ` Vicente Mataix ferrandiz
2022-03-16  9:42     ` zimoun
2022-03-16 10:52 ` Ludovic Courtès
2022-07-14  4:15   ` Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).