From nobody Fri Apr 07 14:36:16 2023 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4PtLXV3lpRz44j9v for ; Fri, 7 Apr 2023 14:36:26 +0000 (UTC) (envelope-from olivier.freebsd@free.fr) Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [IPv6:2a01:e0c:1:1599::11]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4PtLXV19C7z4K3Q; Fri, 7 Apr 2023 14:36:26 +0000 (UTC) (envelope-from olivier.freebsd@free.fr) Authentication-Results: mx1.freebsd.org; none Received: from ravel.localnet (unknown [90.118.140.172]) (Authenticated sender: olivier.freebsd@free.fr) by smtp2-g21.free.fr (Postfix) with ESMTPSA id 346D920042B; Fri, 7 Apr 2023 16:36:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1680878179; bh=6YW8ln5YmC60h22M5KinD9ymwGzzkqOexePZ3LH5uy0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=qybLrGadzlP9RyPVVKkMVuhX0QuY7ZtIA/aP+jU/7Yme7MmigyRDPMBc7qT+R5h14 +XXqQzo7K/D7i6UK8EUmDdU6G0SKn2Afz/PY1eGysK1V+hMf91LZrOPyp8mr+pYwAa 2JL1WEqjUQA1xV77c6INwt88o+rCTmsFsA0pfZgL8Tg7ixB8FuH01+fFrvsMUSnoUd iWxk40Y/vkYCZh8TDHMFJavCbwRNAiiWJfSLwk7naCbTdUTaRrsubdI6WBrJJ7X5d6 LVHw4eiddLculrPSnJxjXbJxCOxtteP6Q2oZjxGAKMR7gPS/Ltt1X8a41L2/LzRIMo FCDjdgLMRn6vw== From: Olivier Certner To: Julien Cigar Cc: Matthew Seaman , questions@freebsd.org Subject: Re: Poudriere and Python FLAVORS Date: Fri, 07 Apr 2023 16:36:16 +0200 Message-ID: <2210609.NtcAQq7lVP@ravel> In-Reply-To: References: <6amrdwe3seijb2qz7xjtbxkrldhkftrrfmsdqh3lopl7e4yx3k@u6bahg4f3s4l> List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4PtLXV19C7z4K3Q X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12322, ipnet:2a01:e00::/26, country:FR] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N > with BUILD_ALL_PYTHON_FLAVORS= yes Poudriere builds the py39 flavours of > the packages (although the default version is 3.11) if no flavour is > specified for a port. So it looks like I have to @py311 all my Python > ports if I'm having a DEFAULT_VERSIONS+= python2=2.7 python3=3.11 python=3.11 Then most probably your 'make.conf' is not taken into account by poudriere. That said, some ports explicitly require Python 3.9 or less (e.g., openjdk11 => llvm12 => python39), but according to what you're saying, this is not the problem you're facing right now. -- Olivier Certner