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

Gittyup Broken On Arch Linux After Recent Updates #691

Closed
Hamza-b93 opened this issue Feb 3, 2024 · 1 comment
Closed

Gittyup Broken On Arch Linux After Recent Updates #691

Hamza-b93 opened this issue Feb 3, 2024 · 1 comment
Labels
invalid This doesn't seem right

Comments

@Hamza-b93
Copy link

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
Copy link
Contributor

alerque commented Feb 3, 2024

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.

@Murmele Murmele added the invalid This doesn't seem right label Feb 20, 2024
@Murmele Murmele closed this as completed Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants