Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2018 14:34:35 +0300
From:      Lev Serebryakov <lev@FreeBSD.org>
To:        Christoph Moench-Tegeder <cmt@burggraben.net>, freebsd-ports@freebsd.org
Cc:        java@FreeBSD.org, jkim@FreeBSD.org
Subject:   Re: java/openjdk8 fails to build under poudriere
Message-ID:  <174909305.20180526143435@serebryakov.spb.ru>
In-Reply-To: <20180525222853.GA24297@elch.exwg.net>
References:  <344004954.20180525233724@serebryakov.spb.ru> <20180525222853.GA24297@elch.exwg.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello Christoph,

Saturday, May 26, 2018, 1:28:53 AM, you wrote:

> ## Lev Serebryakov (lev@FreeBSD.org):

>> checking for ftp... ftp
>> checking headful support... headless only
>> configure: Found potential Boot JDK using configure arguments
>> configure: Potential Boot JDK found at /usr/local/bootstrap-openjdk8 is incorrect JDK version (); 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.
>> 
>>  Do I do something wrong?

> Looks like... I get

> checking headful support... include support for both headful and headless
> configure: Found potential Boot JDK using configure arguments
> checking for Boot JDK... /usr/local/bootstrap-openjdk8
> checking Boot JDK version... openjdk version "1.8.0_144" OpenJDK Runtime
> Environment (build 1.8.0_144-b01) OpenJDK 64-Bit Server VM (build 25.144-b01, mixed mode)
> checking for java in Boot JDK... ok

> First idea: fdescfs and procfs available? (See pkg-message of
> bootstrap-openjdk8).
 Yes, I've checked this:

% mount | grep -E 'fdescfs|procfs'
procfs on /proc (procfs, local)
fdescfs on /dev/fd (fdescfs)
fdescfs on /usr/local/poudriere/data/.m/12x64-gw-default/ref/dev/fd (fdescfs)
procfs on /usr/local/poudriere/data/.m/12x64-gw-default/ref/proc (procfs, local)
%

 Looks like we need new bootstrap for -CURRENT:

root@12x64-gw-default:~ # /usr/local/bootstrap-openjdk8/bin/java -v
Bad system call (core dumped)
root@12x64-gw-default:~ # uname -a
FreeBSD 12x64-gw-default 12.0-CURRENT FreeBSD 12.0-CURRENT 1200063 amd64
root@12x64-gw-default:~ #




-- 
Best regards,
 Lev                            mailto:lev@FreeBSD.org




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?174909305.20180526143435>