-
Notifications
You must be signed in to change notification settings - Fork 482
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
Can't compile crossbeam-utils (Mac OS 11 20A5343i, rustc 1.45.2 (d3fb005a3 2020-07-31)) #543
Comments
macOS 11 is still a preview release, so it could be a macOS or Xcode issue instead of crossbeam. |
Yeah, I know it's a beta OS and that there could be problems within the toolchain / elsewhere, just thought it would be nice to have a report in the same repo (for anyone else encountering the same issue and wanted to read on other experiences). I'll update here if I get anything working. (Thanks for responding btw!) |
@haze I built crossbeam-rs/crossbeam on my CentOS, and there is not any issue. To see the error log information in the above you post ,and also your guys said that Mac OS 11 20A5343i is a beta OS. seem like there are something lost. Then I tried to use macOS Cross tool chain for Linux to build that in the CentOS, where successfully built crossbeam-rs/crossbeam, but have not success. The repo address of cross compile tools is that https://github.com/tpoechtrager/osxcross. I think you can try to check the rlibs in the folder /root/.rustup/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib to see if there is the losting rlibs there, I mean the full list in 1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib where crossbeam-rs/crossbeam can be built successfully on any macOS. My rlibs of CentOS list in the below. The reason why I mentioned cross platform compile is that if there is one of rlibs they do not have been released in the beta OS. You can have cross platform compile to fix this issue complete in your current Mac OS Version. @taiki-e any comments, just feel freely to say. |
It may be able to fix this using any of the ways commented in rust-lang/rust#25289 (perhaps |
The text was updated successfully, but these errors were encountered: