i686: openjdk 9 linker segfaults

  • Open
  • quality assurance status badge
Details
One participant
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Ricardo Wurmus
Severity
normal

Debbugs page

Ricardo Wurmus wrote 11 months ago
(address . bug-guix@gnu.org)
87edbkjon8.fsf@elephly.net
For some time now openjdk 9 could not be built on i686. The linker segfaults:

Toggle snippet (10 lines)
ld: /tmp/guix-build-openjdk-9.181.drv-0/source/build/linux-x86-normal-server-release/hotspot/variant-server/libjvm/objs/adaptiveFreeList.o: warning: relocation in read-only section `.text'
ld: BFD (GNU Binutils) 2.38 assertion fail ../../binutils-2.38/bfd/elfxx-x86.c:529
collect2: fatal error: ld terminated with signal 11 [Segmentation fault]
compilation terminated.
make[3]: *** [lib/CompileJvm.gmk:209: /tmp/guix-build-openjdk-9.181.drv-0/source/build/linux-x86-normal-server-release/support/modules_libs/java.base/server/libjvm.so] Error 1
make[3]: *** Deleting file '/tmp/guix-build-openjdk-9.181.drv-0/source/build/linux-x86-normal-server-release/support/modules_libs/java.base/server/libjvm.so'
make[2]: *** [make/Main.gmk:263: hotspot-server-libs] Error 2
make[2]: *** Waiting for unfinished jobs....

--
Ricardo
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 70210@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70210
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help