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

Build fails on macOS 14.4.1 #256

Open
ChaiTRex opened this issue Apr 10, 2024 · 1 comment
Open

Build fails on macOS 14.4.1 #256

ChaiTRex opened this issue Apr 10, 2024 · 1 comment
Labels

Comments

@ChaiTRex
Copy link

I cannot install cargo-update on macOS Sonoma 14.4.1. It seems to fail on compiling the git2 crate, but creating a new crate and putting git2 = "0.18" in its dependencies will compile successfully. sudo port install libgit2 does not fix the issue.

cargo install cargo-update output

@ChaiTRex
Copy link
Author

The solution at rust-lang/git2-rs#180 (comment) fixes the issue:

RUSTFLAGS='-L /usr/lib' cargo install cargo-update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants