[Bug 278192] Some builds with portupgrade or portmaster fail: : invalid option -- D

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 10 Jan 2025 03:19:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278192

--- Comment #10 from Sulev-Madis Silber <bugs-freebsd-org916@ketas.si.pri.ee> ---
i diffed the entire db because it must have been something there that's now
fixed

-INSERT INTO deps
VALUES('sysutils/e2fsprogs-core','e2fsprogs-core','1.47.1',2763);
+INSERT INTO deps
VALUES('filesystems/e2fsprogs-core','e2fsprogs-core','1.47.2',2763
);

is this it? port changed category and local had old one in it?

but how did this end up as wrong make arg

i guess i found the issue here. now how do i reproduce? or how does nonexistent
port cause some make to fail within some port own build. it's something that it
checks and now i can't find what it was before. something in pkg db? in fs? i
think i removed the snapshot just recently and can't diff the fs itself

if this is some port category swap issue, that's fun because it would only
appear once, when you come from old install

maybe some more port revision bumps are needed here?

-- 
You are receiving this mail because:
You are on the CC list for the bug.