Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GLIBC_2.33 errors when installing on Ubuntu 23.04 #57

Closed
gjm opened this issue May 25, 2023 · 8 comments
Closed

GLIBC_2.33 errors when installing on Ubuntu 23.04 #57

gjm opened this issue May 25, 2023 · 8 comments

Comments

@gjm
Copy link

gjm commented May 25, 2023

I think this is the same problem as in #29

@alexmurray
Copy link
Owner

This is generally a cosmetic issue - does it actually cause emacs to fail to work correctly? For myself I see the following printed on startup:

$ emacs -q

(emacs:1077112): Gtk-WARNING **: 23:20:05.470: /snap/emacs/1970/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /lib/x86_64-linux-gnu/libibus-1.0.so.5)

(emacs:1077112): Gtk-WARNING **: 23:20:05.471: Loading IM context type 'ibus' failed

But emacs works correctly.

I can try and look into fixing this but it would be good to know if it is causing an actual issue. Thanks.

@gjm
Copy link
Author

gjm commented May 25, 2023

Yes I get the same output. Emacs starts and seems to work fine, yes.

If it's only cosmetic and harmless is there a simple way to omit the output? Other than redirecting it?

alexmurray added a commit that referenced this issue May 26, 2023
@alexmurray
Copy link
Owner

With 3ed058e this should now be fixed - new snaps will build shortly and be published to beta etc in the next hour or two. If you could please refresh to this and let me know if it is fixed for you that would be great.

@gjm
Copy link
Author

gjm commented May 26, 2023

How can force snap refresh? I see in snapcraft.io that the package is updated but my system tells me it's up-to-date.

@gjm
Copy link
Author

gjm commented May 26, 2023

Nevermind... seems to have updated itself silently... Errors are gone! Thanks!

@martibosch
Copy link

I am encountering this issue with ubuntu 22.04 since the latest build, i.e.:

GNU Emacs 29.1
Development version cf57ec68c2a5 on master branch; build date 2023-08-04.

More precisely, the following error occurs when running jupyter-run-repl on my setup:

byte-code: Module could not be opened: "/home/martibosch/snakemacs/straight/build/zmq/emacs-zmq.so", "/snap/emacs/2163/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /home/martibosch/snakemacs/straight/build/zmq/emacs-zmq.so)"

I have tried reinstalling emacs and re-compiling everything but I still encounter this. Any clues of how my I fix it?

Thank you. Best,
Martí

@alexmurray
Copy link
Owner

@martibosch please see #66 - the issue you are seeing is specific to loading modules into emacs.

@nicolasshu
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants