Bug 268073 - devel/subversion-lts: does not pass ports configuration and fails in poudriere
Summary: devel/subversion-lts: does not pass ports configuration and fails in poudriere
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Lev A. Serebryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-30 07:55 UTC by Michael Osipov
Modified: 2022-12-12 16:37 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (lev)


Attachments
Git-formatted patch (823 bytes, patch)
2022-12-12 10:23 UTC, Michael Osipov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Osipov 2022-11-30 07:55:09 UTC
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
Comment 1 Michael Osipov 2022-12-12 10:23:04 UTC
Created attachment 238724 [details]
Git-formatted patch

Here is a simple patch which fixes the issue
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-12-12 16:35:52 UTC
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(-)
Comment 3 Lev A. Serebryakov freebsd_committer freebsd_triage 2022-12-12 16:37:24 UTC
Committed, thnx!