-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
openindiana filename confusion for '*-x86_64-sun-solaris.tar.xz' #90393
Comments
|
Thanks, |
Hi,
not sure if you are interested in log. |
The actual error should be in the last 100-200 lines. So those should be enough. |
Here you are: rust-compile.last_200_lines.txt
plenty of it (last 200 in the attached file) THanks |
This seems to be a Solaris/Illumos-specific ld error linking in the llvm library, so I am not sure if I can help here. One idea would be to build llvm locally on your machine by putting this in your config.toml file: [llvm]
download-ci-llvm = false Of course this will make the build take even longer. |
Thanks @hkratz, |
It has failed (after setting in
to me, it seems with identical error... So, I am also out of ideas. Thanks anyway. |
FYI, SmartOS has it built (see https://www.pkgsrc.org), but using different methods (I would say). Will do investigation, and give it a try later. |
@hkratz ;
For example, if there is GCC 9 present under |
Yes, like this:
|
Hmm,
with:
so, I have probably done something wrong. |
It must be in a target section, like this:
|
Thanks,
was configuration . Regards. P.S. I will delete log file next Wednesday. |
For @3eka's issue with undefined symbols setting |
Hi,
just wanted to try to build latest rustc on openindiana:
note difference:
rust-std-beta-x86_64-sun-solaris.tar.xz
vsrustc-beta-x86_64-sun-solaris.tar.xz
Why it downloads one file, and then tries to use another one?
For example:
Am I doing something wrong?
Regards.
The text was updated successfully, but these errors were encountered: