chaotic-aur / packages

The packages Mason, what do they mean? (Package requests and bug reports here) 📑
https://aur.chaotic.cx
320 stars 20 forks source link

[Bug] gittyup error while loading shared libraries: libcmark.so.0.30.2 #2266

Closed Alliegaytor closed 1 year ago

Alliegaytor commented 1 year ago

What happens?

Gittyup won't open

gittyup: error while loading shared libraries: libcmark.so.0.30.2: cannot open shared object file: No such file or directory

What is expected to happen?

Gittyup should open

If possible, please attach logs

No response

More information

> pacman -Q | grep "gittyup"
gittyup 1.2.2-1

I have ibcmark.so.0.30.3

> ls /lib/libcmark.so*
/lib/libcmark.so  /lib/libcmark.so.0.30.3

Which works when I symlink it

> sudo ln -s  /lib/libcmark.so /lib/libcmark.so.0.30.2
FabioLolix commented 1 year ago

Not a bug, you need to rebuild the package.

It is the same for every AUR pkgbuild build from source that give the error “: error while loading shared libraries libxxx.so.xxx"