-
Notifications
You must be signed in to change notification settings - Fork 74
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
Compilation failed #111
Comments
That is good to know indeed! What system are you on? Haven't seen this before |
I am on arch-based |
Strange! Doesn't happen for me on Arch on rust 1.67.0. It might be something For now I'm not sure if I can do anything about it, but I'll reopen the issue if anything comes up! |
Same issue. Building in clean chroot. |
Same issue on an Arch clean chroot, but not in "standard" build on Arch. Maybe a missing dependency for the chroot 🤔. I add compilation log (kalker-2.0.4-1-x86_64-build.log) |
The problem persists with the latest code from the master, so why is this issue closed? |
Good day,
I tried to compile
kalker
from scratch withRUST_BACKTRACE=1 cargo build --release
, and it fails with the folloiwing stderr:As far as I can see, there is one failed test for MPFR 4.2.0 (
tsprintf
), perhaps it is not your issue, but just wanted to let you know.The text was updated successfully, but these errors were encountered: