Open eirnym opened 10 months ago
I split the second issue out from here
Thanks for the bugreport - there are a lot of variables that unfortunately make it hard for me to reproduce this error.
OS: I only have access to a macOS 14 install (Sonoma), not macOS 12. Is there a way you know to test/virtualize this?
toolchain: I was able to install rustc 1.71.1 with rustup install 1.71.1
, but that also uses cargo 1.71.1, not 1.71.2 (hope this is not a big issue). Was not able to reproduce the build error. What architecture are you running on? Can you post the output of rustup show
?
I'm surprised updating directories
or url
let you build. Can you still build if you revert those to the old versions? Just want to make sure we are looking at the exact dependency thats causing the error.
I recommend to set up GitHub CI with automatic building and testing different scenarios for each PR. I prefer to use renovate bot over dependabot, but I'd live your preference to you.
I've installed rust and cargo using MacPorts. I don't use rustup.
My guess that exact OS version might have no difference, rather where a library has been set up to search for an alternative dependencies.
Old version of the git2 dependency haven't looked in $PATH-based as it should and some users might never encounter it as they use Homebrew on x86 or install using a package manager.
My environment:
I've downloaded the repository and tried to build. I have following output
After upgrading all dependencies as below (I've changed only version numbers to the latest) it compiles successfully without any prompts.
The compiled version works fine except it unable to fetch repositories.
jedahan/zr
selected as an example repoMy git config contains following lines and works perfectly with other commands.