From owner-freebsd-ports@freebsd.org Mon Jun 29 00:20:12 2020 Return-Path: Delivered-To: freebsd-ports@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 724FA358F2D for ; Mon, 29 Jun 2020 00:20:12 +0000 (UTC) (envelope-from dutchdaemon@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49w7Rc2Qtrz41XB for ; Mon, 29 Jun 2020 00:20:12 +0000 (UTC) (envelope-from dutchdaemon@freebsd.org) Received: from [10.255.0.6] (ansible.tepucom.nl [91.190.105.24]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: dutchdaemon/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id DDCFE10894 for ; Mon, 29 Jun 2020 00:20:11 +0000 (UTC) (envelope-from dutchdaemon@freebsd.org) From: "Dutch Daemon - FreeBSD Forums Administrator" To: Date: Mon, 29 Jun 2020 02:20:09 +0200 Message-ID: <172fd720aa8.2790.b36d34a15fda208b80f54b6ad54d9e04@freebsd.org> In-Reply-To: <48114b3a-caf0-d3ad-0082-32b4b18f304f@FreeBSD.org> References: <66e8ea52-da15-72ef-ce21-efc4d265cd3a@FreeBSD.org> <172fca5e4f0.2790.b36d34a15fda208b80f54b6ad54d9e04@freebsd.org> <20200628204922.GC2469@elch.exwg.net> <48114b3a-caf0-d3ad-0082-32b4b18f304f@FreeBSD.org> User-Agent: AquaMail/1.25.0-1628 (build: 102500003) Subject: Re: Can anyone build www/node right now? MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="us-ascii" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2020 00:20:12 -0000 On June 28, 2020 22:54:57 DutchDaemon - FreeBSD Forums Administrator wrote: > On 2020-06-28 22:49, Christoph Moench-Tegeder wrote: >> ## Dutch Daemon - FreeBSD Forums Administrator (dutchdaemon@freebsd.org): >> >>> In absence of a make.conf in the jail it pulled in python36-3.6.11 as the >>> default. >> Uhm. From your log, we see that you have a make.conf with a python >> version override: >> >> 95. #### /usr/local/etc/poudriere.d/testamd64-make.conf #### >> [...] >> 116. DEFAULT_VERSIONS= perl5=5.30 python=3.6 python3=3.6 php=73 apache=2.4 >> mysql=56 ssl=openssl >> >> The default "default python" is 3.7. > > > Ah, it pulled in the generic /etc/make.conf., which was never there > until I tested something (else) with it; forgot to remove it. Even worse: I had had a jail with the same name before, and that one had a make.conf with Python 3.6 in it. Always clear out your test configs when you're unoriginal with your test jail names ;) > I'll try Python 3.7 in all of the build jails that need www/node and remove > the hard Python default. That did indeed fix it, thanks again.