From owner-freebsd-questions@freebsd.org Mon Jan 15 15:16:06 2018 Return-Path: Delivered-To: freebsd-questions@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 A5577EB3935 for ; Mon, 15 Jan 2018 15:16:06 +0000 (UTC) (envelope-from johannes-maria@t-online.de) Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 243DA7B2A5 for ; Mon, 15 Jan 2018 15:16:05 +0000 (UTC) (envelope-from johannes-maria@t-online.de) Received: from fwd11.aul.t-online.de (fwd11.aul.t-online.de [172.20.27.152]) by mailout07.t-online.de (Postfix) with SMTP id 6A84F42C9559 for ; Mon, 15 Jan 2018 16:15:57 +0100 (CET) Received: from t-online.de (r1ADI8ZGZhUXUfDYZ+978A+RLdRAdG+i+xMlfOPJXW4mUcvcMzpxpzNVcMGzIOqZ6b@[84.152.234.84]) by fwd11.t-online.de with (TLSv1:DHE-RSA-AES256-SHA encrypted) esmtp id 1eb6UI-0wV15U0; Mon, 15 Jan 2018 16:15:50 +0100 Received: by t-online.de (nbSMTP-1.00) for uid 1001 (using TLSv1/SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) johannes-maria@t-online.de; Mon, 15 Jan 2018 16:15:50 +0100 (CET) Date: Mon, 15 Jan 2018 16:15:49 +0100 From: Johannes-Maria Kaltenbach To: freebsd-questions@freebsd.org Subject: problem with upgrade and unable to build openjdk8 in poudriere Message-ID: <20180115151549.GA9923@localhost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-ID: r1ADI8ZGZhUXUfDYZ+978A+RLdRAdG+i+xMlfOPJXW4mUcvcMzpxpzNVcMGzIOqZ6b X-TOI-MSGID: 38970068-bce0-47d2-ad1d-5c1482844b46 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jan 2018 15:16:06 -0000 Hello, I'm still working with 9.3 and thought it's time to install 11.1 but there are two problems I couldn't solve myself. I've never worked with jails or poudriere before and probably made some errors so I first describe in detail what I've done. To not destroy my working system I made this on a separate (clear) slice of my hard disk. First I installed the basic 11.1 system with the boot disk (FreeBSD-11.1-RELEASE-amd64-disc1.iso) without problems. Then I installed poudriere (pkg install poudriere) and created a jail with poudriere: poudriere jail -c -v 11.1-RELEASE -a amd64 -j 11amd64 and installed the ports tree: poudriere ports -c I created a list of ports to install and started poudriere: poudriere -v bulk -j 11amd64 -f list_of_ports_to_install First problem: One of the ports to install is x11/kde4 which as a dependency adds java/openjdk8 to the list but poudriere seems to be unable to build it: =>> Failed ports: java/openjdk8:build [excerpt from the log-file: gmake[2]: *** No rule to make target '1'. Stop. gmake[2]: Leaving directory '/wrkdirs/usr/ports/java/openjdk8/work/openjdk/langtools/make' ] And therefore =>> Skipped ports: devel/antlr devel/kdesdk4 devel/poxml x11/kde4 On the other hand a direct make in ports/java/openjdk8 is successful but it fails repeatedly when called by poudriere. Second problem: I tried to install the successfully built software (i. e. my list without kde4) with pkg -j 11amd64 upgrade but this fails with pkg: jail "11amd64" not found and jls doesn't list any jails whereas poudriere jail -l displays JAILNAME VERSION ARCH METHOD ... PATH 11amd64 11.1-RELEASE-p6 amd64 ftp ... /usr/local/poudriere/jails/11amd64 Any help greatly appreciated. Best regards, Johannes-Maria