JDK 11 now ported to i_386

Greg Lewis glewis at eyesbeyond.com
Thu Mar 21 20:24:43 UTC 2019


On Thu, Mar 21, 2019 at 06:35:28PM +0100, Küchemann via freebsd-java wrote:
> Hi Michael,
> Thank you for the important information.
> Yes, true, I've booted an 11.2 VM and got the same error message.
> I will now try a backport to 11.2 and get in touch as soon as I know more.
> Strange… didn`t know that 12.0-builds ain`t backwards compatible to 11.2 .
> Best Regards
> Klaus

There is now a bootstrap for openjdk11 on i386 in the ports tree.
It runs on 11.2.

-- Greg

> > Am 21.03.2019 um 14:50 schrieb Michael Osipov <1983-01-06 at gmx.net>:
> > 
> > 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