Bug 1424707
| Summary: | Test suite reports failed "Run pr19784a" test case | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Miloš Prchlík <mprchlik> |
| Component: | binutils | Assignee: | Nick Clifton <nickc> |
| Status: | CLOSED ERRATA | QA Contact: | Miloš Prchlík <mprchlik> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.4 | CC: | law |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | s390x | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: |
undefined
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-08-01 20:24:09 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1425528 | ||
The test for this particular PR is actually bogus - or rather x86_64 specific - and it was moved by its creator (H.J Lu) into the x86_64 specific linker tests some time after the 2.27 release. I have checked in a patch to remove this test from general testing. As it turns out there is no need to add it to the x86_64 specific tests as there already is a similar test in there. Verified with binutils-2.27-6.base.el7. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:1864 |
Description of problem: s390x-redhat-linux-gcc -B/root/rpmbuild/BUILD/binutils-2.27/ld/tmpdir/ld/ -I/root/rpmbuild/BUILD/binutils-2.27/ld/testsuite/ld-ifunc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -march=z196 -mtune=zEC12 -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -march=z196 -mtune=zEC12 -c /root/rpmbuild/BUILD/binutils-2.27/ld/testsuite/ld-ifunc/dummy.c -o tmpdir/dummy.o Executing on host: sh -c {s390x-redhat-linux-gcc -B/root/rpmbuild/BUILD/binutils-2.27/ld/tmpdir/ld/ -I/root/rpmbuild/BUILD/binutils-2.27/ld/testsuite/ld-ifunc -O2 -g -pipe -Wall -Wp,-D_FORT IFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -march=z196 -mtune=zEC12 -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexception s -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -march=z196 -mtune=zEC12 -c /root/rpmbuild/BUILD/binutils-2.27/ld/testsuite/ld-ifunc/dummy.c -o tmpdir/dumm y.o 2>&1} /dev/null ld.tmp (timeout = 300) spawn [open ...] /root/rpmbuild/BUILD/binutils-2.27/ld/ld-new -m elf64_s390 -o tmpdir/pr19784a -dynamic-linker /lib/ld64.so.1 /usr/lib/gcc/s390x-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/s39 0x-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/s390x-redhat-linux/4.8.5/crtbegin.o -L/root/rpmbuild/BUILD/binutils-2.27/ld/testsuite/ld-ifunc tmpdir/pr19784a.o tmpdir/libpr19784 a.so tmpdir/dummy.o -ldl -ldl -L/usr/lib/gcc/s390x-redhat-linux/4.8.5/../../../../lib64 --start-group /usr/lib/gcc/s390x-redhat-linux/4.8.5/libgcc.a /usr/lib/gcc/s390x-redhat-linux/4.8.5/li bgcc_eh.a -lc --end-group /usr/lib/gcc/s390x-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/s390x-redhat-linux/4.8.5/../../../../lib64/crtn.o Executing on host: sh -c {/root/rpmbuild/BUILD/binutils-2.27/ld/ld-new -m elf64_s390 -o tmpdir/pr19784a -dynamic-linker /lib/ld64.so.1 /usr/lib/gcc/s390x-redhat-linux/4.8.5/../../../../lib 64/crt1.o /usr/lib/gcc/s390x-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/s390x-redhat-linux/4.8.5/crtbegin.o -L/root/rpmbuild/BUILD/binutils-2.27/ld/testsuite/ld-ifunc tmpdir/pr 19784a.o tmpdir/libpr19784a.so tmpdir/dummy.o -ldl -ldl -L/usr/lib/gcc/s390x-redhat-linux/4.8.5/../../../../lib64 --start-group /usr/lib/gcc/s390x-redhat-linux/4.8.5/libgcc.a /usr/lib/gcc/s 390x-redhat-linux/4.8.5/libgcc_eh.a -lc --end-group /usr/lib/gcc/s390x-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/s390x-redhat-linux/4.8.5/../../../../lib64/crtn.o 2>&1} /dev/null ld.tmp (tim eout = 300) spawn [open ...] Running: tmpdir/pr19784a > tmpdir/pr19784a.out child killed: illegal instruction FAIL: Run pr19784a Version-Release number of selected component (if applicable): binutils-2.27-2.base.el7.s390x (scratch build provided by Nick) gcc-4.8.5-11.el7.s390x How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: