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

addpkg: yodl #3020

Closed
wants to merge 1 commit into from
Closed

addpkg: yodl #3020

wants to merge 1 commit into from

Conversation

moui0
Copy link
Contributor

@moui0 moui0 commented Sep 24, 2023

I found a strange thing: building yodl requires icmake, but under the riscv64, icmake requires loading libbobcat.so.5, which doesn't seem to happen on x86_64.

This is the error message:

==> Starting build()...
/usr/bin/icmake: error while loading shared libraries: libbobcat.so.5: cannot open shared object file: No such file or directory
==> ERROR: A failure occurred in build().

I took an ugly approach to solve this problem: Created libbobcat.so.5 from libbobcat.so.6 through a symbolic link. (libbobcat.so.6 is a dependency of icmake).

If you have a better way to fix it, please let me know.

Created libbobcat.so.5 through a symbolic link,
because icmake needs to load libbobcat.so.5 at runtime in riscv64.
@CoelacanthusHex
Copy link
Collaborator

It should be icmake need rebuild.

Copy link
Collaborator

@r-value r-value left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This loader error is caused by outdated icmake binaries. Please wait for it to be rebuilt against libbobcat 6 before trying to build new package with it.

@XieJiSS
Copy link
Collaborator

XieJiSS commented Sep 24, 2023

(That said, this PR still counts as one point)

@felixonmars
Copy link
Owner

Superseded by #3026 with proper bootstrapping.

Thanks for working on this.

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

Successfully merging this pull request may close these issues.

5 participants