From nobody Fri Apr 7 13:44:54 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 4PtKPF16GWz44fVS for ; Fri, 7 Apr 2023 13:45:05 +0000 (UTC) (envelope-from olivier.freebsd@free.fr) Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [212.27.42.2]) (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 4PtKPD64C9z3jBn for ; Fri, 7 Apr 2023 13:45:04 +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 EF4F220040F; Fri, 7 Apr 2023 15:44:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1680875097; bh=JDY84cSjJ3TqJP+PYqIN/bthDMBCM3Wcj4Bus6LDk58=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=hYaADluYCuYYYbmbthQ70gEkeSZL91+3qVNoC4/eYeo4HrB38qPfbAiezyPgGD99n MFMWNwrRyYoFxHvvGPBdJc57to8BRRZMVcpWfKgO4zDmwhGFr2NdCT8lb60VD5rWsi uiiI2R57b5VbMEpYOL//lvmAVSckjt7f5BhpyoYvKhUDAI0cvBS596C/7ew2lIrb0J YGONE21skk3J6xlOuo/tz8R92ZdTe6i7FY8G9P8NiVijgz2a9/NnpdY7AI3D/M+qUv zUOQfyTMtrUSoflS7Io4rLRi+EQjLDL4dA1qVzKpvK3AXlOIhH182haJ8BSZw97Ycj cphrQPbEvFPvw== From: Olivier Certner To: questions@freebsd.org Cc: Julien Cigar Subject: Re: Poudriere and Python FLAVORS Date: Fri, 07 Apr 2023 15:44:54 +0200 Message-ID: <2870221.hLbyOCDNA1@ravel> In-Reply-To: <6amrdwe3seijb2qz7xjtbxkrldhkftrrfmsdqh3lopl7e4yx3k@u6bahg4f3s4l> 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: 4PtKPD64C9z3jBn X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12322, ipnet:212.27.32.0/19, country:FR] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N Hi, Just add: BUILD_ALL_PYTHON_FLAVORS=t in your /etc/make.conf or equivalent. Without the knob, only default pythons ("python2=2.7 python3=3.11 python=3.11" in your example) are allowed flavors. As to why this knob exists, I'm only guessing that it is to ensure that there are no packages depending on now default versions? Regards. -- Olivier Certner