[Bug 258891] devel/py-setuptools_scm: tries to git archive the entire ports tree on build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Oct 2021 13:24:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258891 --- 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 from a git-managed ports tree with its WRKDIRPREFIX unset or inside the ports tree. Observe how the build pauses for quite a while (almost a minute on my machine) 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ïvely go into a git-managed ports tree and start to build Python ports, it happens very quickly. -- You are receiving this mail because: You are on the CC list for the bug.