Hyperland fails to start after update: missing libabsl_log_internal_ch #1258
Replies: 4 comments 1 reply
-
|
I met the same issue. My solution is to downgrade # Download the older version from archive
wget https://archive.archlinux.org/packages/a/abseil-cpp/abseil-cpp-20250127.1-2-x86_64.pkg.tar.zst
wget https://archive.archlinux.org/packages/a/abseil-cpp/abseil-cpp-20250127.1-2-x86_64.pkg.tar.zst.sig
wget https://archive.archlinux.org/packages/r/re2/re2-1%3A20240702-3-x86_64.pkg.tar.zst
wget https://archive.archlinux.org/packages/r/re2/re2-1%3A20240702-3-x86_64.pkg.tar.zst.sig
# Install these two packages
sudo pacman -U ./abseil-cpp-20250127.1-2-x86_64.pkg.tar.zst
sudo pacman -U ./re2-1:20240702-3-x86_64.pkg.tar.zst |
Beta Was this translation helpful? Give feedback.
-
|
not works for me
|
Beta Was this translation helpful? Give feedback.
-
|
Yes I also met this problem before lol. So I downgraded wget https://archive.archlinux.org/packages/h/hyprutils/hyprutils-0.5.2-1-x86_64.pkg.tar.zst
wget https://archive.archlinux.org/packages/h/hyprutils/hyprutils-0.5.2-1-x86_64.pkg.tar.zst.sig
sudo pacman -U ./hyprutils-0.5.2-1-x86_64.pkg.tar.zstDon't forget to exclude these packages the next time you upgrade😊. For other dependency problems you can try pactree hyprlandto list out all dependencies hyprland needed, try downgrading those who cause error might help. |
Beta Was this translation helpful? Give feedback.
-
|
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
After a full system update on Arch Linux, including Hyperland, I can no longer start Hyperland from the display manager. The system boots to the lock screen but fails to log in. I can switch to a TTY and log in there successfully.
When I try to launch Hyperland manually from the terminal, I get the following error:
Hyperland: error while loading shared libraries: libabsl_log_internal_check_op.so.2501.0.0: cannot open shared object file: No such file or directory
Hyperland version:
hyperland 0.49.0r43.gbe6ee6e-1
My system is fully up to date (
pacman -Syuwas run before this issue).It seems Hyperland was built against an abseil-cpp version that is no longer available. I suspect a rebuild of Hyperland against the current version of
abseil-cppis needed.Any suggestions or fixes would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions