JDK 11 now ported to i_386

Michael Osipov 1983-01-06 at gmx.net
Thu Mar 21 13:51:01 UTC 2019


Am 2019-03-17 um 16:24 schrieb Klaus Küchemann via freebsd-java:
> Hi,
> 
> we are ready for i_386 :
> Since I had to modify some c ++ and source files to compile directly from the makefile in freebsd-ports-tree, you can see the diffs here:
> 
> https://github.com/klaus4/openjdk-jdk11u/tree/bsd-port
> If you want, I will send you a pull request.
> 
> The precompiled, fully functional version (also fully functional as bootstrap for i386) can be downloaded here:
> 
> https://sourceforge.net/projects/openjdk-jdk11u/files/opendk11_freebsd_i386.tar.gz/download
> 
> I'll pack this later with the modified Makefile for the ports-tree and the sources, so you get an executable build environment as well, so I'll share that with you.

Hi Klaus,

I get the following

> [mosipov at mika-ion /tmp/jdk]$ bin/java -version
> /tmp/jdk/bin/java: Undefined symbol "stat at FBSD_1.5"

when try to run it on
> [mosipov at mika-ion /tmp/jdk]$ uname -a
> FreeBSD mika-ion 11.2-RELEASE-p8 FreeBSD 11.2-RELEASE-p8 #0: Tue Jan  8 21:31:23 UTC 2019     root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386

it seems to be due to
> [mosipov at mika-ion /tmp/jdk]$ file bin/java
> bin/java: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), dynamically linked, interpreter /libexec/ld-elf.so.1, for FreeBSD 12.0 (1200086), FreeBSD-style, with debug_info, not stripped
                                       ^^^^^^^^^^^^

Can we make it run from 11.2 and up?

Michael



More information about the freebsd-java mailing list