-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
library compilation problem on s390x #62342
Comments
The source can be found here: https://bitbucket.org/nikita-fuchs/parity-ring-removal/src/master/ It is a fork of https://github.com/paritytech/parity-ethereum with two libraries removed that are not supported on s390x architecture. The forked code compiles just fine on x64. |
Was the Rust installed with official package (rustup, installers) or using Linux package manager? |
Rustup |
https://reviews.llvm.org/D59822 should fix it. |
I can reproduce it by cross compiling from x86_64 and unfortunately backporting https://reviews.llvm.org/D59822 did not solve the issue. |
@mati865 Can you provide the |
Bugpoint reduced:
|
LLVM bug report: https://bugs.llvm.org/show_bug.cgi?id=42512 |
Fixed upstream via llvm/llvm-project@a2a09cb. |
Thank you @nikic , what does that mean for our case? As I'm not particularly familiar with LLVM and it came bundled with rust anyway I think, how do we obtain the latest fix? Just manually install/upgrade LLVM ? |
@nikita-fuchs Rust have to build against LLVM with the fix. |
@mati865 any idea/estimate on when this might happen? |
@nikita-fuchs when somebody tests the fix, backports it to Rust's LLVM fork and updates LLVM fork in Rust repo. |
This should be fixed in the latest nightly. Can you confirm that the issue is resolved? |
when trying to install nightly:
Any other version (beta/stable) gets installed corrrectly. |
@nikic generally speaking, do you guys have sufficient access to System Z mainframes to try things out or should we ask IBM for some support for the Rust community ? |
hey @mati865 , @nikic , @jonas-schievink , @nikic , the error persists in version The error message changes only very slightly:
|
s390x is not a well-supported architecture at the moment, I can not recommend building a business around it. If this issue is that important to you you can contract people with LLVM/s390x expertise to fix it. |
@nikita-fuchs the fix is not in the stable release yet. It should be fixed in beta and nightly versions though. |
@jonas-schievink what would it theoretically need to support it better?
gives always the following error:
although there is enough space on the drive. That's what stacktrace says around this error:
|
A more robust LLVM backend would be a start, and there's little to no in-tree tests and no CI for the target. The extraction error you're seeing might also be caused by some other toolchain issue. |
@nikita-fuchs I have no idea what is wrong but if it doesn't get fixed you won't be able to install next stable via rustup. |
Thanks both of you @jonas-schievink and @mati865 , I've opened an issue about this package extraction error rust-lang/rustup#1970 , happens only with |
@nikita-fuchs it should be included in the next release, that would be 26th September.
If it doesn't get fixed before next release stable will have the same error. |
It looks like this is a legit miscompilation, not an issue with rustup or the archives. The fix will need a beta backport within the next 5-6 weeks, or the next stable will have the same problem. |
@jonas-schievink it looks like the culprit that's causing the package extraction issues were identified: rust-lang/rustup#1970 (comment) - hopefully someone can take care of it. |
rustup issue is now closed. Can this be tested again? |
hey @sanxiyn , as you can see rust-lang/rustup#1970 they celebrated a bit too early on that one, so it will take some more time. Getting back on this as soon as they've figured it out. |
Fixed, can be closed. Thanks for all your awesome support. |
Thanks for testing! Closing. |
I'm getting the following error when building
Parity Ethereum
:Rust version:
1.34.2
The text was updated successfully, but these errors were encountered: