-
Notifications
You must be signed in to change notification settings - Fork 412
Linker errors since #671 #688
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
Comments
Thank you! However, the config and output you pasted do not have anything special... Did you install (If that is the case, maybe b7f2e86 from my fork can fix it.) |
Ooof, indeed. Apparently, the Arch packaging of git delta pulls in Somehow I was convinced that this crate would always use the bundled libgit2, but, as you hint at, if I build with Thanks for your help! |
Maybe using those symbols is unreliable at all. I got the same errors if I build the bundled version of libgit2 as a shared library instead of a static library (which makes sense since they are probably not marked as |
As commented elsewhere, I'm seeing some linker errors which I can't make sense of. To help @hyd-dev track down this issue (thank you!), I'm posting here, trying to provide as much info as possible.
Problem Description
Building the crate works fine, but the test target fails to link complaining that these are undefined symbols.
Environment
Output
cargo --verbose test --no-default-features
Show
The text was updated successfully, but these errors were encountered: