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

Update post-install trigger to fix random shit #2

Open
ryukinix opened this issue Oct 14, 2020 · 0 comments
Open

Update post-install trigger to fix random shit #2

ryukinix opened this issue Oct 14, 2020 · 0 comments

Comments

@ryukinix
Copy link
Owner

ryukinix commented Oct 14, 2020

Currently I'm having problems to use that cancer after some upgrade on main system libraries. Trying to execute warsaw I get it:

/usr/bin/warsaw/core: symbol lookup error: /usr/local/lib/warsaw/librt.so.1: undefined symbol: __clock_nanosleep, version GLIBC_PRIVATE

It seems someone fixed with that on post-install:

sudo rm ld-linux-x86-64.so.2 && sudo ln -s /usr/lib/ld-linux-x86-64.so.2 .
sudo rm libc.so.6 && sudo ln -s /usr/lib/libc.so.6 .
sudo rm libpthread.so.0 && sudo ln -s /usr/lib/libpthread.so.0 .
sudo rm libdl.so.2 && sudo ln -s /usr/lib/libdl.so.2 .
sudo rm librt.so.1 && ln -s /usr/lib/librt.so.1 .

I should consider do the same automatically. ref: https://aur.archlinux.org/packages/warsaw/?O=0&PP=10#comment-737008

@ryukinix ryukinix self-assigned this Oct 14, 2020
@ryukinix ryukinix removed their assignment Dec 3, 2020
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

1 participant