Bug 1386502
Summary: | [java-1.8.0-openjdk] check section fails | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dan Horák <dan> |
Component: | java-1.8.0-openjdk | Assignee: | Omair Majid <omajid> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | ahughes, dbhole, jerboaa, jvanek, mjw, msrb, omajid |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | s390x | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | java-1.8.0-openjdk-1.8.0.111-2.b16 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-10-21 14:59:52 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: | 467765 |
Description
Dan Horák
2016-10-19 06:46:08 UTC
Hi Omair, thats the changests of yours. Wil you take an look? I think this is the cause - javaCalls.cpp at all in the readelf output <mock-chroot> sh-4.3# eu-readelf -s /builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.102-5.b14.fc26.s390x/openjdk/build/jdk8.build/images/j2sdk-image/jre/lib/s390x/server/libjvm.so | grep javaCalls 592: 0000000000000000 0 FILE LOCAL DEFAULT ABS javaCalls.o I have the buildroot ready, do ping me for access to it. (In reply to Dan Horák from comment #2) > I think this is the cause - javaCalls.cpp at all in the readelf output no javaCalls.cpp ... (In reply to Dan Horák from comment #2) > <mock-chroot> sh-4.3# eu-readelf -s > /builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.102-5.b14.fc26.s390x/openjdk/ > build/jdk8.build/images/j2sdk-image/jre/lib/s390x/server/libjvm.so | grep > javaCalls > 592: 0000000000000000 0 FILE LOCAL DEFAULT ABS javaCalls.o Can you still set a breakpoint in javaCalls.cpp when running this JVM? > I have the buildroot ready, do ping me for access to it. Could I get access to it, please? (In reply to Omair Majid from comment #4) > Can you still set a breakpoint in javaCalls.cpp when running this JVM? To answer my own question: yes. I will relax that check to `egrep "javaCalls.(o|cpp)$"`. Fxed with: http://pkgs.fedoraproject.org/cgit/rpms/java-1.8.0-openjdk.git/commit/?id=ea155293bfd4a813c4b3b5a0823a5fc055ece9d7 I did a build on s390 mockroot and it built fine with it. Thanks, the build also succeeded in koji (http://s390.koji.fedoraproject.org/koji/buildinfo?buildID=436943) |