Date: Thu, 1 Feb 2018 16:39:44 +0100 From: johannes-maria@t-online.de To: freebsd-questions@freebsd.org Subject: Re: problem with upgrade and unable to build openjdk8 in poudriere Message-ID: <20180201153944.GA5998@localhost.org> In-Reply-To: <20180128130433.GA2196@localhost.org> References: <20180115151549.GA9923@localhost.org> <20180128130433.GA2196@localhost.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello, a supplementation to the first problem in my question to the list: > On Mon, Jan 15, 2018 at 04:15:49PM +0100, johannes-maria@t-online.de wrote: > 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. I should have been a little bit more detailed: when I said > On the other hand a direct make in ports/java/openjdk8 is successful I meant the ports tree of the 11.1 basic system in /usr/ports > but it fails repeatedly when called by poudriere. and here poudriere used the tree /var/poudriere/ports (also 11.1). Both trees were updated at the same time and the files in java/openjdk8 were identical in both trees (except for 'work'). After the stop with error by poudriere I performed the make in /usr/ports/java/openjdk8 (not in the identical tree /var/poudriere/ports to not destroy any data for poudriere). Only now I tried a 'make' in poudriere's ports tree and this time I also got an error (as in the poudriere run). (And I repeated the make in /usr/ports successfully). I've no idea why a make in two identical ports differ so much. Best regards, Johannes-Maria
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180201153944.GA5998>