Due to an error in the Makefile the build does not work anymore in poudriere: ===================== =======================<phase: check-sanity >============================ ===== env: DEVELOPER_MODE=yes DEVELOPER=1 STRICT_DEPENDS=yes USER=nobody UID=65534 GID=65534 ===> subversion-lts-1.10.8_2 uses unknown USES=python arguments: env:2.7. *** Error code 1 Stop. make: stopped in /usr/ports/devel/subversion-lts build of devel/subversion-lts | subversion-lts-1.10.8_2 ended at Tue Nov 29 16:51:30 CET 2022 build time: 00:00:00 !!! build failure encountered !!! [00:19:43] Error: Build failed in phase: check-sanity [00:19:43] Logs: /var/poudriere/data/logs/bulk/123-release-amd64-default-head-subversion/2022-11-29T16:31:47 [00:19:43] Cleaning up [00:19:43] Unmounting file systems ===================== The solution to this is described here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253566#c15
Created attachment 238724 [details] Git-formatted patch Here is a simple patch which fixes the issue
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf399d8b9b25a9c1eb65db11a5300a342385e05a commit bf399d8b9b25a9c1eb65db11a5300a342385e05a Author: Lev A. Serebryakov <lev@FreeBSD.org> AuthorDate: 2022-12-12 16:33:07 +0000 Commit: Lev A. Serebryakov <lev@FreeBSD.org> CommitDate: 2022-12-12 16:33:07 +0000 devel/subversion-lts: fix build Fix my dumb mistake. PR: 268073 Reported by: Michael Osipov <michael.osipov@siemens.com> devel/subversion-lts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Committed, thnx!