[Bug 268351] ports-mgmt/pkg_replace: 20221212 quits just after reading pkg_replace.conf

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 15 Dec 2022 09:20:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268351

--- Comment #9 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> ---
(In reply to kdeguchi from comment #8)

Thanks!

But unfortunately, some new issues. All seems to be related with "-PP" option
using 20221215.

 *"-N" option works as reverse in some cases.
   Deleting www/chromium and try installing with "-N" and "-PP" does nothing.
   Installing old www/chromium and update with "-PP" does not recognize
installed one.
   After that, with "-N" in conjunction with "-PP" updated sanely.

 *Fails to install new dependency and cause infinite loop.
   Updated deskutils/xdg-desktop-portal changed dependency from
sysutils/fusefs-libs
   to sysutils/fusefs-libs3, which was not yet installed.
   Updating with "-a" and "-PP" updated other ports sanely, but on updating
   deskutils/xdg-desktop-portal, caused infinite loop on installing new
dependency.
   Re-run after interrupting with ^C, manually `pkg add`'ing
sysutils/fusefs-libs3
   went OK.


Additional note:
Without "-PP", using "-f" in conjunction with "-N" for already-installed port
caused forced update, which portupgrade errors out as "already installed".

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