Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Oct 2021 13:24:00 +0000
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
Message-ID:  <bug-258891-21822-E10ar6AZQz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258891-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258891-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258891

--- Comment #4 from Robert Clausecker <fuz@fuz.su> ---
(In reply to Kai Knoblich from comment #3)

To reproduce the issue, build devel/py-setuptools_scm without Poudriere fro=
m a
git-managed ports tree with its WRKDIRPREFIX unset or inside the ports tree=
.=20
Observe how the build pauses for quite a while (almost a minute on my machi=
ne)
running git-archive on the ports tree (check top).

Poudriere defaults to a WRKDIRPREFIX outside of the ports tree, so the code
that tries to find a git repository doesn't find one.  However if you na=C3=
=AFvely
go into a git-managed ports tree and start to build Python ports, it happens
very quickly.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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