Date: Fri, 31 Dec 2021 17:41:53 +0000 From: Andrew Haley <aph-open@littlepinkcloud.com> To: freebsd-arm@freebsd.org Subject: Re: Call for testing: OpenJDK 11 on Arm64 Message-ID: <e39d6185-8756-b52a-799a-b610be794caf@littlepinkcloud.com> In-Reply-To: <Yc85LZje1A2sqKt/@ceres.zyxst.net> References: <015b381f-d4f6-6088-6474-9add5d9a14c3@littlepinkcloud.com> <Yc85LZje1A2sqKt/@ceres.zyxst.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 12/31/21 17:09, tech-lists wrote: > Hi, > > On Fri, Dec 31, 2021 at 11:59:02AM +0000, Andrew Haley wrote: > >> The PR is https://github.com/openjdk/aarch64-port/pull/14 >> The tree is https://github.com/openjdk/aarch64-port >> >> Checkout this PR locally: >> $ git fetch https://git.openjdk.java.net/aarch64-port pull/14/head:pull/14 > > These instructions don't work, as far as I can tell. paste error? my error? Sorry. First git clone https://github.com/openjdk/aarch64-port cd aarch64-port then git fetch https://git.openjdk.java.net/aarch64-port pull/14/head:pull/14 git checkout pull/14 > cd aarch64-port/ > % make > You are not using GNU Make/gmake, this is a requirement > > then > % gmake > Please run 'bash configure' to create a configuration. > > then > % bash configure > > it runs configure, if zip isn't installed, it'll fail there. Install zip, it fails > later if java isn't already installed like so: > > checking for javac... [not found] > checking for java... [not found] > configure: Could not find a valid Boot JDK. OpenJDK distributions are available at http://jdk.java.net/. > configure: This might be fixed by explicitly setting --with-boot-jdk > configure: error: Cannot continue > configure exiting with result code 1 > > OK, so I'll need to install a bootstrap. Has what I've downloaded so far included > the changes you want me to test? I think so. Unfortunately OpenJDK has a lot of deps. If there is already a FreeBSD package for OpenJDK, I would build that first, which would (I guess) pull in all of the deps that OpenJDK needs. -- Andrew Haley (he/him) Java Platform Lead Engineer Red Hat UK Ltd. <https://www.redhat.com> https://keybase.io/andrewhaley EAC8 43EB D3EF DB98 CC77 2FAD A5CD 6035 332F A671
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e39d6185-8756-b52a-799a-b610be794caf>