Date: Fri, 3 Jun 2022 13:42:39 +0900 From: Tatsuki Makino <tatsuki_makino@hotmail.com> To: Chris <portmaster@bsdforge.com> Cc: freebsd-ports <ports@freebsd.org> Subject: Re: unknown flavor py37 Message-ID: <PSAPR03MB5639A140A1B66ABD509470D1FAA19@PSAPR03MB5639.apcprd03.prod.outlook.com> In-Reply-To: <350ac74130b6aa98eaed716a3b5e9679@bsdforge.com> 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> <PSAPR03MB563975478E1D3D2A3EE77DDCFAD99@PSAPR03MB5639.apcprd03.prod.outlook.com> <dda51a029296d966bdf9fe34318687a0@bsdforge.com> <350ac74130b6aa98eaed716a3b5e9679@bsdforge.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Sorry, this email was delivered to my junk folder. I just pulled this up now :) Chris wrote on 2022/05/28 14:25: > I just bumped into this problem after checking out a fresh ports tree and building > a port that dependant on devel/py-doit. It complained much the same as above. required > my performing the build with: > > $ make -DBUILD_ALL_PYTHON_FLAVORS ... > > So this just seems wrong. python-37 was already installed and is also still present > in a current version of the ports tree. I know some recent changes were made in ports/Mk > and I think something may have not been changed correctly. > > Just thought I'd mention it. > > Chris Some py-* ports may be USES=python:3.8+, so such ports will fail FLAVOR=py37. devel/py-doit fails because it has USES=python:3.8+. FLAVOR=py37 of multimedia/openshot env BUILD_ALL_PYTHON_FLAVORS=1 make -C /usr/ports/multimedia/openshot FLAVOR=py37 build cannot get to the point of starting the build because devel/py-qt5-pyqt has USES=python:3.8+. Regards.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?PSAPR03MB5639A140A1B66ABD509470D1FAA19>