From nobody Thu Dec 02 00:14:27 2021 X-Original-To: freebsd-ports@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 4278B18B2AC0 for ; Thu, 2 Dec 2021 00:15:08 +0000 (UTC) (envelope-from naddy@mips.inka.de) Received: from mail.inka.de (mail.inka.de [IPv6:2a04:c9c7:0:1073:217:a4ff:fe3b:e77c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4J4GgH74Q3z3HkY for ; Thu, 2 Dec 2021 00:15:07 +0000 (UTC) (envelope-from naddy@mips.inka.de) Received: from mips.inka.de (naddy@[127.0.0.1]) by mail.inka.de with uucp (rmailwrap 0.5) id 1msZkf-00EhJS-ML; Thu, 02 Dec 2021 01:15:05 +0100 Received: from lorvorc.mips.inka.de (localhost [127.0.0.1]) by lorvorc.mips.inka.de (8.16.1/8.16.1) with ESMTP id 1B20ERg4099429; Thu, 2 Dec 2021 01:14:27 +0100 (CET) (envelope-from naddy@lorvorc.mips.inka.de) Received: (from naddy@localhost) by lorvorc.mips.inka.de (8.16.1/8.16.1/Submit) id 1B20EREE099428; Thu, 2 Dec 2021 01:14:27 +0100 (CET) (envelope-from naddy) Date: Thu, 2 Dec 2021 01:14:27 +0100 From: Christian Weisgerber To: monochrome Cc: freebsd-ports@freebsd.org Subject: Re: Unable to build Python38 ports like devel/py38-pycparser and even py38-setuptools Message-ID: References: <4aabecf116ce10431b21aba202a47a48004f252e.camel@uos.de> List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4J4GgH74Q3z3HkY X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N monochrome: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259981 > > I guess the "fix" is to install one or more from within the ports tree and > not using portmaster No. py-packaging still has a BUILD_DEPENDS on py-setuptools, so the ports build will recurse there. Any py-setuptools still dies with the same error. The crucial fix was to also deinstall py-setuptools_scm. -- Christian "naddy" Weisgerber naddy@mips.inka.de