From nobody Wed Oct 20 15:37:54 2021 X-Original-To: python@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 117B617F6044 for ; Wed, 20 Oct 2021 15:37:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HZF9t6clYz3qmH for ; Wed, 20 Oct 2021 15:37:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BD07C218C for ; Wed, 20 Oct 2021 15:37:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 19KFbsg4073756 for ; Wed, 20 Oct 2021 15:37:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 19KFbskA073755 for python@FreeBSD.org; Wed, 20 Oct 2021 15:37:54 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 258891] devel/py-setuptools_scm: tries to git archive the entire ports tree on build Date: Wed, 20 Oct 2021 15:37:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: kai@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kai@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.isobsolete flagtypes.name attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: FreeBSD-specific Python issues List-Archive: https://lists.freebsd.org/archives/freebsd-python List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258891 Kai Knoblich changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #228549|0 |1 is obsolete| | Attachment #228887| |maintainer-approval+ Flags| | --- Comment #11 from Kai Knoblich --- Created attachment 228887 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D228887&action= =3Dedit py-setuptools_scm_fix_git_usage-v1.patch Thanks Steve, for your pointer from comment #10! Here's an updated patch th= at adds the workaround of OI to devel/py-setuptools_scm. At the moment I tend to patch devel/py-setuptools_scm instead using the workaround with GIT_CEILING_DIRECTORIES to remedy the issue until it's fixe= d by upstream. If problems should arise over time, there would still be the option to reve= rt the changes and using instead the workaround with GIT_CEILING_DIRECTORIES. Perhaps by then it will also be known whether there are other non-Python po= rts that also have similar issues like devel/py-setuptools_scm. Then we could p= ut the workaround to a more general place, e.g. bsd.port.mk, as already pointed out by Robert in comment #9. I'll leave the updated patch here for a while to let everyone test it. Unl= ess I hear otherwise, would commit it next week when I have a little more time. --=20 You are receiving this mail because: You are on the CC list for the bug.=