From owner-freebsd-java@freebsd.org Sun Mar 10 00:23:27 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 5BBAE153E1A5 for ; Sun, 10 Mar 2019 00:23:27 +0000 (UTC) (envelope-from maciphone2@googlemail.com) Received: from n6.nabble.com (n6.nabble.com [162.255.23.37]) by mx1.freebsd.org (Postfix) with ESMTP id CDFE482937 for ; Sun, 10 Mar 2019 00:23:25 +0000 (UTC) (envelope-from maciphone2@googlemail.com) Received: from n6.nabble.com (localhost [127.0.0.1]) by n6.nabble.com (Postfix) with ESMTP id 21118CDED630 for ; Sat, 9 Mar 2019 17:23:18 -0700 (MST) Date: Sat, 9 Mar 2019 17:23:18 -0700 (MST) From: klaus4 To: freebsd-java@freebsd.org Message-ID: <1552177398097-0.post@n6.nabble.com> In-Reply-To: <091b2780-f2f1-6423-0dd7-e0d2849bac84@gmx.net> References: <20190308180402.GA61500@misty.eyesbeyond.com> <091b2780-f2f1-6423-0dd7-e0d2849bac84@gmx.net> Subject: Re: JDK 11 update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: CDFE482937 X-Spamd-Bar: ++ X-Spamd-Result: default: False [2.86 / 15.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; DMARC_POLICY_QUARANTINE(1.50)[googlemail.com : No valid SPF, No valid DKIM,quarantine]; FREEMAIL_FROM(0.00)[googlemail.com]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-java@freebsd.org]; TO_DN_NONE(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_MEDIUM(0.67)[0.669,0]; IP_SCORE(0.10)[ip: (0.39), ipnet: 162.255.20.0/22(0.12), asn: 21624(0.04), country: US(-0.07)]; NEURAL_SPAM_SHORT(0.23)[0.234,0]; MX_GOOD(-0.01)[alt3.gmail-smtp-in.l.google.com,alt4.gmail-smtp-in.l.google.com,gmail-smtp-in.l.google.com,alt2.gmail-smtp-in.l.google.com,alt1.gmail-smtp-in.l.google.com]; NEURAL_SPAM_LONG(0.37)[0.370,0]; RCVD_IN_DNSWL_NONE(0.00)[37.23.255.162.list.dnswl.org : 127.0.10.0]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[googlemail.com]; ASN(0.00)[asn:21624, ipnet:162.255.20.0/22, country:US]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2] 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: Sun, 10 Mar 2019 00:23:27 -0000 <<< Michael wrote : --with-boot-jdk=3D/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...>>> Hi Michael, no, not a problem , that's just the bootstrap jdk which Greg Lewis provided to us as :=20 http://distcache.FreeBSD.org/local-distfiles/glewis/openjdk11-11.0.2.9.1-am= d64.tar.xz=20 you can install it to /usr/local/openjdk11 or wherever you want and change the flag to that point or like I did : I just installed it, set JAVA_HOME and the PATH to /bin in sh-shell- so even not necessary to set this flag, the build will automatically detect bootstrap -java -version=3D11. GLewis will provide that as the bootstrap jd= k in his finished port. As I wrote I made a successful build with the tools provided by GLewis+ KMiller. You can begin now with that "tools" ,everything complete, GLewis`s compiler-flags are all good, don`t worry bout that ;-) <<< Michael wrote : Does this basically mean that won't be a i386 release of OpenJDK 11 for=20 FreeBSD? What is the actual obstacle here?=20 >>> No, that basically means that you have to bootstrap the Tux-jdk via NFS if you=E2=80=99re on i386, as described by K. Miller . Best Regards Klaus=20 -- Sent from: http://freebsd.1045724.x6.nabble.com/freebsd-java-f4188125.html