[Bug 1592698] [NEW] neon27 fails to build in xenial on s390x
Matthias Klose
doko at ubuntu.com
Wed Jun 15 08:10:27 UTC 2016
Public bug reported:
see
https://launchpad.net/ubuntu/+archive/test-rebuild-20160614/+build/9977711
using ppa:ubuntu-toolchain-r/ppa
Making check in tests
make[2]: Entering directory '/«PKGBUILDDIR»/tests'
make test-x86_64.pecoff test-i386.pecoff test-wrapper.sh \
private-key.rsa public-cert.pem
make[3]: Entering directory '/«PKGBUILDDIR»/tests'
gcc -m64 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o test-x86_64.o test.S
gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -nostdlib -T ./test-x86_64.lds -o test-x86_64.elf test-x86_64.o
objcopy -j .text -j .sdata -j .data \
-j .dynamic -j .dynsym -j .rel \
-j .rela -j .reloc \
--target=efi-app-x86-64 test-x86_64.elf test-x86_64.pecoff
strip test-x86_64.pecoff
gcc -m32 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o test-i386.o test.S
gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -nostdlib -T ./test-i386.lds -o test-i386.elf test-i386.o
objcopy -j .text -j .sdata -j .data \
-j .dynamic -j .dynsym -j .rel \
-j .rela -j .reloc \
--target=efi-app-i386 test-i386.elf test-i386.pecoff
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»/tests'
make check-TESTS
make[3]: Entering directory '/«PKGBUILDDIR»/tests'
make[4]: Entering directory '/«PKGBUILDDIR»/tests'
FAIL: sign-verify.sh
PASS: sign-verify-detached.sh
FAIL: sign-detach-verify.sh
FAIL: sign-attach-verify.sh
PASS: sign-missing-image.sh
PASS: sign-missing-cert.sh
PASS: sign-missing-key.sh
PASS: verify-missing-image.sh
FAIL: verify-missing-cert.sh
PASS: sign-invalidattach-verify.sh
FAIL: cert-table-header.sh
FAIL: resign-warning.sh
FAIL: reattach-warning.sh
FAIL: detach-remove.sh
==========================================
8 of 14 tests failed
See tests/test-suite.log
Please report to jeremy.kerr at canonical.com
==========================================
Makefile:452: recipe for target 'test-suite.log' failed
make[4]: *** [test-suite.log] Error 1
make[4]: Leaving directory '/«PKGBUILDDIR»/tests'
Makefile:530: recipe for target 'check-TESTS' failed
make[3]: *** [check-TESTS] Error 2
** Affects: neon27 (Ubuntu)
Importance: High
Status: Confirmed
** Tags: ftbfs s390x
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to neon27 in Ubuntu.
https://bugs.launchpad.net/bugs/1592698
Title:
neon27 fails to build in xenial on s390x
Status in neon27 package in Ubuntu:
Confirmed
Bug description:
see
https://launchpad.net/ubuntu/+archive/test-rebuild-20160614/+build/9977711
using ppa:ubuntu-toolchain-r/ppa
Making check in tests
make[2]: Entering directory '/«PKGBUILDDIR»/tests'
make test-x86_64.pecoff test-i386.pecoff test-wrapper.sh \
private-key.rsa public-cert.pem
make[3]: Entering directory '/«PKGBUILDDIR»/tests'
gcc -m64 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o test-x86_64.o test.S
gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -nostdlib -T ./test-x86_64.lds -o test-x86_64.elf test-x86_64.o
objcopy -j .text -j .sdata -j .data \
-j .dynamic -j .dynsym -j .rel \
-j .rela -j .reloc \
--target=efi-app-x86-64 test-x86_64.elf test-x86_64.pecoff
strip test-x86_64.pecoff
gcc -m32 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o test-i386.o test.S
gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -nostdlib -T ./test-i386.lds -o test-i386.elf test-i386.o
objcopy -j .text -j .sdata -j .data \
-j .dynamic -j .dynsym -j .rel \
-j .rela -j .reloc \
--target=efi-app-i386 test-i386.elf test-i386.pecoff
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»/tests'
make check-TESTS
make[3]: Entering directory '/«PKGBUILDDIR»/tests'
make[4]: Entering directory '/«PKGBUILDDIR»/tests'
FAIL: sign-verify.sh
PASS: sign-verify-detached.sh
FAIL: sign-detach-verify.sh
FAIL: sign-attach-verify.sh
PASS: sign-missing-image.sh
PASS: sign-missing-cert.sh
PASS: sign-missing-key.sh
PASS: verify-missing-image.sh
FAIL: verify-missing-cert.sh
PASS: sign-invalidattach-verify.sh
FAIL: cert-table-header.sh
FAIL: resign-warning.sh
FAIL: reattach-warning.sh
FAIL: detach-remove.sh
==========================================
8 of 14 tests failed
See tests/test-suite.log
Please report to jeremy.kerr at canonical.com
==========================================
Makefile:452: recipe for target 'test-suite.log' failed
make[4]: *** [test-suite.log] Error 1
make[4]: Leaving directory '/«PKGBUILDDIR»/tests'
Makefile:530: recipe for target 'check-TESTS' failed
make[3]: *** [check-TESTS] Error 2
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neon27/+bug/1592698/+subscriptions
More information about the foundations-bugs
mailing list