neon27 fails to build in xenial on s390x
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neon27 (Ubuntu) |
Fix Released
|
High
|
Unassigned |
Bug Description
see
https:/
using ppa:ubuntu-
Making check in tests
make[2]: Entering directory '/«PKGBUILDDIR»
make test-x86_64.pecoff test-i386.pecoff test-wrapper.sh \
private-key.rsa public-cert.pem
make[3]: Entering directory '/«PKGBUILDDIR»
gcc -m64 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o test-x86_64.o test.S
gcc -g -O2 -fstack-
objcopy -j .text -j .sdata -j .data \
-j .dynamic -j .dynsym -j .rel \
-j .rela -j .reloc \
--target=
strip test-x86_64.pecoff
gcc -m32 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o test-i386.o test.S
gcc -g -O2 -fstack-
objcopy -j .text -j .sdata -j .data \
-j .dynamic -j .dynsym -j .rel \
-j .rela -j .reloc \
--target=
strip test-i386.pecoff
make[3]: Nothing to be done for 'test-wrapper.sh'.
openssl genrsa -out private-key.rsa 2048
Generating RSA private key, 2048 bit long modulus
.......
.......
e is 65537 (0x10001)
openssl req -x509 -sha256 -subj '/' -new -key private-key.rsa -out public-cert.pem
rm test-x86_64.elf test-i386.elf test-x86_64.o test-i386.o
make[3]: Leaving directory '/«PKGBUILDDIR»
make check-TESTS
make[3]: Entering directory '/«PKGBUILDDIR»
make[4]: Entering directory '/«PKGBUILDDIR»
FAIL: sign-verify.sh
PASS: sign-verify-
FAIL: sign-detach-
FAIL: sign-attach-
PASS: sign-missing-
PASS: sign-missing-
PASS: sign-missing-key.sh
PASS: verify-
FAIL: verify-
PASS: sign-invalidatt
FAIL: cert-table-
FAIL: resign-warning.sh
FAIL: reattach-warning.sh
FAIL: detach-remove.sh
=======
8 of 14 tests failed
See tests/test-
Please report to <email address hidden>
=======
Makefile:452: recipe for target 'test-suite.log' failed
make[4]: *** [test-suite.log] Error 1
make[4]: Leaving directory '/«PKGBUILDDIR»
Makefile:530: recipe for target 'check-TESTS' failed
make[3]: *** [check-TESTS] Error 2
several retries always show the same error on s390x. Can't reproduce locally in a fresh chroot using the following configurations:
- xenial-release toolchain- r/ppa
- xenial-release + -updates + -security
- xenial-release + -updates + -security + ppa:ubuntu-
unrelated to any toolchain updates.