[Bug 295355] ports-mgmt/portmaster terminates too early if installing multiple new ports on 15-STABLE

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 17 May 2026 08:36:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295355

            Bug ID: 295355
           Summary: ports-mgmt/portmaster terminates too early if
                    installing multiple new ports on 15-STABLE
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: se@FreeBSD.org
          Reporter: jakub_lach@mailplus.pl
          Assignee: se@FreeBSD.org
             Flags: maintainer-feedback?(se@FreeBSD.org)

It has bit me multiple times already, I've notice that with -

# portmaster --packages-build --delete-build-only -d /usr/ports/foo/A
/usr/ports/foo/B

portmaster goes through dependencies and starts instalation, however finishes
too early after just installing A (or B, or C - probably the first port
installed)

the problem does not occurs with -

# portmaster --packages-build --delete-build-only -d A B

(i.e. if both A and B are already installed and need to be rebuilt).

I didn't notice this prior to migrating from 14-STABLE

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