From owner-freebsd-java@freebsd.org Mon Jan 13 09:13:00 2020 Return-Path: Delivered-To: freebsd-java@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EDB311FC868 for ; Mon, 13 Jan 2020 09:13:00 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47x7Cv4l39z4D4m for ; Mon, 13 Jan 2020 09:12:58 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.110.112]) by smarthost1.greenhost.nl with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iqvmE-0000h4-GY; Mon, 13 Jan 2020 10:12:53 +0100 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Jonathan Chen" , "Greg Lewis" Cc: freebsd-java@freebsd.org Subject: Re: OpenJDK 11 for armv6/7 and aarch64 References: <20200113012426.GA64233@misty.eyesbeyond.com> Date: Mon, 13 Jan 2020 10:12:49 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <20200113012426.GA64233@misty.eyesbeyond.com> User-Agent: Opera Mail/12.16 (FreeBSD) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.2 X-Spam-Status: No, score=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 autolearn=disabled version=3.4.2 X-Scan-Signature: c09395f469c52153b963e4ff2d10f427 X-Rspamd-Queue-Id: 47x7Cv4l39z4D4m X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of ronald-lists@klop.ws designates 195.190.28.88 as permitted sender) smtp.mailfrom=ronald-lists@klop.ws X-Spamd-Result: default: False [-2.54 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+ip4:195.190.28.64/27]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[klop.ws]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[88.28.190.195.list.dnswl.org : 127.0.10.0]; IP_SCORE(-0.74)[ip: (-0.72), ipnet: 195.190.28.0/24(-0.28), asn: 47172(-2.72), country: NL(0.03)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MID_RHS_NOT_FQDN(0.50)[]; ASN(0.00)[asn:47172, ipnet:195.190.28.0/24, country:NL]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_ALL(0.00)[]; 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: Mon, 13 Jan 2020 09:13:01 -0000 On Mon, 13 Jan 2020 02:24:26 +0100, Greg Lewis wrote: > On Sat, Jan 11, 2020 at 11:39:40AM +1300, Jonathan Chen wrote: >> Hi, >> >> There's a closed PR for this at >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236524 >> >> Did this ever get merged? >> >> Cheers. > > Yes and no. There is aarch64 support on FreeBSD 12 and up. It needed > some features that were not present on FreeBSD 11. The arm6/7 support > ended up not getting merged. > > I'm not sure why it looks like aarch64 packages are not being built as > part > of the official package builds though. I might have to dig into that > since > it makes things harder for testing aarch64 builds. The makefile of bootstrap-openjdk11 says: # Support aarch64 on FreeBSD 12 and up .if ${OSVERSION} >= 1200500 ONLY_FOR_ARCHS+=aarch64 .endif While the package builder on http://thunderx1.nyi.freebsd.org/build.html?mastername=120arm64-quarterly&build=522068 says: Jail OSVERSION: 1200086 So, it will get build after 12.0 is EOL in February and the pkg builders are updated. AFAIK Regards, Ronald. > > -- Greg > _______________________________________________ > freebsd-java@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"