-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
Cargo build seems to hang on Arch #380
Comments
That's quite weird, can you please try doing a |
I have been running |
ok after taking a closer look at the build process it seems like it's hanging on this line
the thread is locked until it can acquire a token from the job server, so it appears to freeze. I will look into a solution. UPDATE: |
Thank you for the investigation, that's really helpful! Can you please tell me how exactly you created the jobserver manually? |
Yes - sorry for not specifying that! In build.rs, lines 228-238 Lines 228 to 238 in 007de72
Calling |
This should be fixed in 0.74.1 |
I am building opencv on an Arch VM, and I am having trouble getting the build to complete.
I don't get an error, but the build seems to hang at this point:
I installed the base packages using
and I built using
The full output is located here:
https://gist.github.com/dcellucci/fecbdbdaabc8c68981eef6d3c5b2d436
The text was updated successfully, but these errors were encountered: