Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 May 2022 06:29:37 +0900
From:      Tatsuki Makino <tatsuki_makino@hotmail.com>
To:        Daniel Braniss <danny@cs.huji.ac.il>
Cc:        Dimitry Andric <dim@FreeBSD.org>, freebsd-ports <ports@freebsd.org>
Subject:   Re: unknown flavor py37
Message-ID:  <PSAPR03MB563975478E1D3D2A3EE77DDCFAD99@PSAPR03MB5639.apcprd03.prod.outlook.com>
In-Reply-To: <73DBCA36-27D4-4BF0-9D04-D859316D0C8E@cs.huji.ac.il>
References:  <2A99B1E9-BAEC-463D-B933-1ED5F09763E5@cs.huji.ac.il> <E6710DAA-21D2-49DE-B3B8-ED379CBA3948@FreeBSD.org> <73DBCA36-27D4-4BF0-9D04-D859316D0C8E@cs.huji.ac.il>

next in thread | previous in thread | raw e-mail | index | archive | help
Daniel Braniss wrote on 2022/05/27 00:23:
> 
> sorry, my bad, it was make FLAVOR=py37
> and the result was
> ===> py37-psutil-5.9.1 Unknown flavor 'py37', possible flavors: py38.
> 
> 

Defining BUILD_ALL_PYTHON_FLAVORS is a way to unlock this restriction.
Perhaps it should be defined in ENV. (I don't know much about it :) )

env BUILD_ALL_PYTHON_FLAVORS=1 make -C /usr/ports/multimedia/openshot FLAVOR=py39 build

But, like this, a funny thing may happen. (Later, DOCS_BINARY_ALIAS=sphinx-build=sphinx-build-${PYTHON_VER} will be added :) )

Regards.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?PSAPR03MB563975478E1D3D2A3EE77DDCFAD99>