[Bug 286899] ports-mgmt/poudriere: poudriere build error with dependency on security/sshguard

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 19 May 2025 09:48:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286899

--- Comment #3 from Wayne Sierke <ws@au.dyndns.ws> ---
(In reply to Marek Zarychta from comment #2)

Deleting the sshguard package did not help.

I created a minimal meta-port with just the sshguard dependency which gives the
same error - perhaps someone could replicate?

RUN_DEPENDS+=   sshguard:security/sshguard


Went into poudriere's interactive shell (after failed bulk build of meta-port)
where sshguard will happily install:

nobody@13Ramd64-mail:/usr/ports/local/poudriere-test $ su -
root@13Ramd64-mail:/usr/ports/local/poudriere-test # pkg install sshguard
Updating local repository catalogue...
[13Ramd64-mail] Fetching meta.conf: 100%    179 B   0.2kB/s    00:01    
[13Ramd64-mail] Fetching data.pkg: 100%  144 KiB 147.2kB/s    00:01    
Processing entries: 100%
local repository update completed. 431 packages processed.
All repositories are up to date.
Updating database digests format: 100%
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
        sshguard: 2.5.1,1

Number of packages to be installed: 1

The process will require 1 MiB more space.

Proceed with this action? [y/N]: y
[13Ramd64-mail] [1/1] Installing sshguard-2.5.1,1...
[13Ramd64-mail] [1/1] Extracting sshguard-2.5.1,1: 100%
=====
Message from sshguard-2.5.1,1:

---snip---

root@13Ramd64-mail:/usr/ports/local/poudriere-test # pkg info -a
pkg-2.1.2                      Package manager
sshguard-2.5.1,1               Protect hosts from brute-force attacks against
SSH and other services
root@13Ramd64-mail:/usr/ports/local/poudriere-test #

-- 
You are receiving this mail because:
You are the assignee for the bug.