From owner-freebsd-java@freebsd.org Mon Mar 11 04:59:50 2019 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6F44152F8D3 for ; Mon, 11 Mar 2019 04:59:50 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id E6FE381D2B for ; Mon, 11 Mar 2019 04:59:44 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.15.2/8.15.2) with ESMTP id x2B4xbRk043325; Sun, 10 Mar 2019 21:59:38 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.15.2/8.15.2/Submit) id x2B4xbW4043324; Sun, 10 Mar 2019 21:59:37 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Sun, 10 Mar 2019 21:59:37 -0700 From: Greg Lewis To: Michael Osipov <1983-01-06@gmx.net> Cc: freebsd-java@freebsd.org Subject: Re: JDK 11 update Message-ID: <20190311045937.GA43260@misty.eyesbeyond.com> References: <20190308180402.GA61500@misty.eyesbeyond.com> <091b2780-f2f1-6423-0dd7-e0d2849bac84@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <091b2780-f2f1-6423-0dd7-e0d2849bac84@gmx.net> User-Agent: Mutt/1.11.3 (2019-02-01) X-Rspamd-Queue-Id: E6FE381D2B X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [2.39 / 15.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.67)[0.667,0]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; DMARC_NA(0.00)[eyesbeyond.com]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.60)[0.603,0]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[mail.iagu.net,mail.eyesbeyond.com]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.14)[0.143,0]; R_SPF_NA(0.00)[]; FREEMAIL_TO(0.00)[gmx.net]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:209, ipnet:71.32.0.0/13, country:US]; IP_SCORE(-0.01)[asn: 209(0.01), country: US(-0.07)] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2019 04:59:50 -0000 On Sat, Mar 09, 2019 at 09:15:42PM +0100, Michael Osipov wrote: > Am 2019-03-08 um 19:04 schrieb Greg Lewis: > > For those who want to try and compile it, the current commands I'm using > > look like this: > > > > env CPPFLAGS=-I/usr/local/include \ > > LDFLAGS=-L/usr/local/lib \ > > CC=/usr/bin/cc \ > > CXX=/usr/bin/c++ \ > > bash configure \ > > --with-boot-jdk=/usr/local/openjdk11 \ > > Ouch, isn't this a chicken-and-egg problem here? How did you solve this > prolbem? I really hate that Java is not selfcontained... See the link to the pull request I posted later in the email: https://github.com/battleblow/openjdk-jdk11u/pull/1 > > If you are on i386/powerpc64/arm, which are supported by openjdk8, then > > you'll need to work a lot harder to get yourself bootstrapped since there > > is no binary. See https://github.com/battleblow/openjdk-jdk11u/pull/1 for > > some hints on how to bootstrap without a working JDK 11. There will also > > likely be errors you need to fix since it has not been compiled on these > > platforms yet. > > > > Does this basically mean that won't be a i386 release of OpenJDK 11 for > FreeBSD? What is the actual obstacle here? The biggest known obstacle is that no one has performed the bootstrapping procedure for OpenJDK 11 on FreeBSD/i386. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org