-
Notifications
You must be signed in to change notification settings - Fork 13
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
[BUG] GLIBC_2.38 not found after last update. #16
Comments
Hmm, interesting. I've rolled back the release for now, or you can try |
Similar issues for me with the candidate release (115), but the latest stable does work now that it is rolled back (I have to unset $ alacritty -vvv
Created log file at "/tmp/Alacritty-345991.log"
[0.000000690s] [INFO ] [alacritty] Welcome to Alacritty
[0.000078154s] [INFO ] [alacritty] Version 0.13.1 (fe2a3c56)
[0.000087508s] [INFO ] [alacritty] Running on Wayland
[0.000148242s] [INFO ] [alacritty_config_derive] No config file found; using default
libEGL warning: MESA-LOADER: failed to open iris: /snap/core22/current/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /lib/x86_64-linux-gnu/libxml2.so.2) (search paths /snap/alacritty/115/usr/lib/x86_64-linux-gnu/dri, suffix _dri)
libEGL warning: MESA-LOADER: failed to open swrast: /snap/core22/current/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /lib/x86_64-linux-gnu/libxml2.so.2) (search paths /snap/alacritty/115/usr/lib/x86_64-linux-gnu/dri, suffix _dri)
[0.008147336s] [INFO ] [alacritty] Goodbye
Deleted log file at "/tmp/Alacritty-345991.log"
Error: Error { raw_code: Some(12289), raw_os_message: None, kind: InitializationFailed } $ LIBGL_DEBUG=verbose alacritty 1 ↵
libGL: Can't open configuration file /etc/drirc: No such file or directory.
libGL: Can't open configuration file /home/darndt/.drirc: No such file or directory.
libGL: Can't open configuration file /etc/drirc: No such file or directory.
libGL: Can't open configuration file /home/darndt/.drirc: No such file or directory.
libEGL warning: MESA-LOADER: failed to open iris: /snap/core22/current/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /lib/x86_64-linux-gnu/libxml2.so.2) (search paths /snap/alacritty/115/usr/lib/x86_64-linux-gnu/dri, suffix _dri)
libEGL warning: MESA-LOADER: failed to open swrast: /snap/core22/current/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /lib/x86_64-linux-gnu/libxml2.so.2) (search paths /snap/alacritty/115/usr/lib/x86_64-linux-gnu/dri, suffix _dri)
Error: Error { raw_code: Some(12289), raw_os_message: None, kind: InitializationFailed } |
@samuelabreu @DanielArndt see #18 - can you give the latest version in |
After
Thank you |
Excellent! Thanks! |
Describe the bug
After last update, on Ubuntu 23.10, alacritty fails to launch with:
To Reproduce
Steps to reproduce the behavior:
alacritty
Expected behavior
Alacritty launchs
Screenshots
N/A
Environment (please complete the following information):
Additional context
$ alacritty -vvv
LIBGL_DEBUG output (only if you have graphics related issue):
The text was updated successfully, but these errors were encountered: