From owner-freebsd-java@freebsd.org Thu Jan 4 17:16:12 2018 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0C1DEA6A6B for ; Thu, 4 Jan 2018 17:16:12 +0000 (UTC) (envelope-from dmytro@posteo.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id A493774785 for ; Thu, 4 Jan 2018 17:16:12 +0000 (UTC) (envelope-from dmytro@posteo.net) Received: by mailman.ysv.freebsd.org (Postfix) id A07F0EA6A68; Thu, 4 Jan 2018 17:16:12 +0000 (UTC) Delivered-To: java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A02B9EA6A67 for ; Thu, 4 Jan 2018 17:16:12 +0000 (UTC) (envelope-from dmytro@posteo.net) Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.posteo.de", Issuer "StartCom Class 3 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 64D8574783 for ; Thu, 4 Jan 2018 17:16:11 +0000 (UTC) (envelope-from dmytro@posteo.net) Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 647B820FBB for ; Thu, 4 Jan 2018 18:16:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1515086162; bh=av++N02qYvy0wGU8OgH5xqb5LpBQeiymC4Zi6h2ayVs=; h=Date:From:To:Cc:Subject:From; b=UZZbgE4uPigN49h0o3h4kjFOvaV6HmUWm2mMKymXIfGw3d8mWmCpsaK/sspuIblvm 2u+VnmSBd10u/AeQXzTXIKikhdRLZrQFFjSTGD7li4jvTpRov7M2NxESFX1VmWBxXC LR/G2JC/hrj8WQD5C1qbPCdeCjqA5yckDZU4CW9AYhqFyzUcnTjHcMW0cIFKGJFt/C IlFBI79E+m0MEczOb11qyuuBrh20JAd4qLVLhe3GCL7sf45rfg/Ruwn5/vAMZlzq3q aGns5SMb7f9e7T1uesfT95DH69Uu4UufHxRTTqJ2fG72UePjEA8TSrhkx1Iq4483tg Bq/B9iH6HG1bA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3zCDwK1Pz6z9rxQ; Thu, 4 Jan 2018 18:16:01 +0100 (CET) Date: Thu, 4 Jan 2018 19:15:58 +0200 From: Dmytro Bilokha To: =?iso-8859-1?Q?Jean-S=E9bastien_P=E9dron?= Cc: Anthony Jenkins , FreeBSD Ports , openjdk8 Port Maintainer , rust Port Maintainer Subject: Re: Ports with binary bootstrap packages and CURRENT+ino64 Message-ID: <20180104171558.GA3619@wstan> References: <4b19d0a5-3910-607f-b7e8-b649bd0d591e@yahoo.com> <277de38c-8a20-b5c0-872f-9140d27160fa@dumbbell.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <277de38c-8a20-b5c0-872f-9140d27160fa@dumbbell.fr> User-Agent: Mutt/1.7.2 (2016-11-26) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jan 2018 17:16:12 -0000 On Thu, Jan 04, 2018 at 03:31:46PM +0100, Jean-Sébastien Pédron wrote: >On 03.01.2018 01:06, Anthony Jenkins wrote: >> I'm having trouble building ports with a new Poudriere rig on a >> 12.0-CURRENT (git commit 423586ee).  The ports that fail are ones that >> require a binary bootstrap package (e.g. lang/rust and java/openjdk8).  >> The executables in these bootstrap packages fail with a segfault as do >> all executables build with a non-ino64 FreeBSD box. > >Like Jan, I'm surprised that it crashes. AFAIK, Rust builds fine in the >official package building cluster, which is also running FreeBSD 12-CURRENT. > >I don't know what to suggest at this point, so I'll wait that you >provide the information requested by Jan. > >-- >Jean-Sébastien Pédron > Hi, guys! I have the same trouble with building java/openjdk8 with Poudriere: configure: Found potential Boot JDK using configure arguments configure: Potential Boot JDK found at /usr/local/bootstrap-openjdk8 is incorrect JDK version (Error occurred during initialization of VM); ignoring configure: (Your Boot JDK must be version 7 or 8) configure: error: The path given by --with-boot-jdk does not contain a valid Boot JDK configure exiting with result code 1 ===> Script "../../configure" failed unexpectedly. My version is 11.1-RELEASE-p4, so it is possible that the issue is not specific for the 12.0-CURRENT. I have an idea, that openjdk8 build process fails in a Poudriere jail, because of not mounted fdescfs and procfs. I've tried to mount these fs in the Poudriere jail, but failed. -- Dmytro Bilokha dmytro@posteo.net +38-050-607-41-43