Murmele / Gittyup

Understand your Git history!
https://murmele.github.io/Gittyup
MIT License
1.37k stars 107 forks source link

Gittyup Broken On Arch Linux After Recent Updates #691

Closed Hamza-b93 closed 4 months ago

Hamza-b93 commented 4 months ago

Gittyup is refusing to start on Arch Linux after the recent updates. Attempting to start Gittyup from the console results in the following error:

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

alerque commented 4 months ago

You have compiled gittyup yourself, then swapped out libraries behind it's back. You need to rebuild gittyup again so the configure & build process picks up the current system library versions and locations. This is true for all software that you build and install yourself. Apps installed via system packages are rebuilt whenever their dependencies are updated, when you do the building the you also need to rebuild them on system changes.