-
Notifications
You must be signed in to change notification settings - Fork 892
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 on Solaris fails with undefined symbols aws_lc_0_23_0_* #4094
Comments
Suggest you seek advice upstream first. |
@psumbera The "reqwest-rustls-tls" entry in the default set of features relies on Lines 15 to 20 in ad78cf3
On the other hand, Rustup only guarantees support for targets of tier 2 w/ host tools or up. SunOS 11 doesn't seem to be among the list, so your milage might be limited at the end of the day, sorry 🙇 |
@rami3l Thank you!. After removing "reqwest-rustls-tls" from Cargo.tom I can at least build it. BTW why "reqwest-rustls-tls" isn't built just for platforms where it can build? Are not other platforms suffering with this too (BSDs, Illumos)? |
@psumbera As for Unices on our watch list, FreeBSD is working alright with |
Verification
Problem
Build on Solaris fails with:
Steps
git clone https://github.com/psumbera/rustup.git rustup.2
cd rustup.2
LIBCLANG_PATH=/usr/lib/64/libclang.so cargo build
Possible Solution(s)
No response
Notes
No response
Rustup version
v1.27.1
Installed toolchains
OS version
SunOS ulx-0 5.11 11.4.78.184.0 i86pc i386 i86pc non-virtualized
The text was updated successfully, but these errors were encountered: