-
-
Notifications
You must be signed in to change notification settings - Fork 71
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 s390x-unknown-linux-musl target #62
Conversation
bors try amd64 --target s390x-unknown-linux-musl |
tryBuild failed: |
bors retry |
tryBuild failed: |
bors retry |
tryBuild failed: |
bors retry |
tryBuild failed: |
Hmm, not sure what's going on. |
bors retry |
tryBuild failed: |
bors try arm64 armv7 --target s390x-unknown-linux-musl |
``` = note: /usr/local/musl/bin/../lib/gcc/s390x-unknown-linux-musl/9.2.0/../../../../s390x-unknown-linux-musl/bin/ld: /home/rust/src/target/s390x-unknown-linux-musl/debug/deps/libopenssl_sys-70172c64409e3e90.rlib(curve448.o): in function `recode_wnaf': /home/rust/src/target/s390x-unknown-linux-musl/debug/build/openssl-sys-1de3ca3326f5bf22/out/openssl-build/build/src/crypto/ec/curve448/curve448.c:575: undefined reference to `__ctzdi2' /usr/local/musl/bin/../lib/gcc/s390x-unknown-linux-musl/9.2.0/../../../../s390x-unknown-linux-musl/bin/ld: read-only segment has dynamic relocations collect2: error: ld returned 1 exit status ```
bors r+ |
62: Build s390x-unknown-linux-musl target r=messense a=messense bors: arm64 armv7 --target s390x-unknown-linux-musl Co-authored-by: messense <[email protected]>
Build failed: |
tryBuild failed: |
bors retry |
tryBuild failed: |
bors retry |
tryBuild failed: |
d7fc832
to
5b8393c
Compare
bors retry |
tryBuild failed: |
bors try armv7 --target s390x-unknown-linux-musl |
bors r+ |
tryAlready running a review |
tryBuild succeeded: |
Build succeeded: |
I just checked that last conclusion, in the build script (step 2 of 3) the build docker sub-step has this at line 120. is it normal?
There seems to be an issue that generates warnings in the GCC package starting here: EDIT: seems to be various |
https://stackoverflow.com/a/72091309 Trying it out in e57aa65 |
ok, and I just checked which commit it was (and presumed rightly) it was the (last?) br-bot (bors) commit |
also it seems someone invented "string format police" (the other reason the log is so long). is there any way to get rid on it sounds like those header warnings are because there is not ( I realize these are GCC build issues, might not even be part of the EDIT I just posted on |
bors: amd64 --target s390x-unknown-linux-musl