[Bug 272751] ports-mgmt/pkg Conflict detection has gone missing in 1.20.4

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 27 Jul 2023 12:11:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272751

--- Comment #1 from Jeroen Pulles <jeroen.pulles@gmail.com> ---
Odd, from about 20 jails, I have three jails that work as I'm expecting it to,
with detection of a conflict. 

All jails use the same FreeBSD repo, same OS (13.2-RELEASE-p1), and run the
same version of pkg (1.20.4). 


$ sudo pkg -j mpz upgrade
Updating Dreamsolution repository catalogue...
[xxx] Fetching meta.conf:   0%
[xxx] Fetching packagesite.pkg:   0%
Dreamsolution repository is up to date.
All repositories are up to date.
Checking for upgrades (6 candidates): 100%      6 B   0.0kB/s    00:01    
Processing candidates (6 candidates): 100%      6 B   0.0kB/s    00:01    
The following 5 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
        postgresql15-client: 15.3

Installed packages to be UPGRADED:
        py310-blunder: 0.18.0 -> 0.19.0
        py310-certifi: 2023.5.7 -> 2023.7.22
        py310-urllib3: 2.0.3,1 -> 2.0.4,1

Installed packages to be REINSTALLED:
        py310-psycopg2-2.9.6 (direct dependency changed: postgresql15-client)

Number of packages to be installed: 1
Number of packages to be upgraded: 3
Number of packages to be reinstalled: 1

The process will require 10 MiB more space.
3 MiB to be downloaded.

Proceed with this action? [y/N]: y
[xxx] [1/5] Fetching postgresql15-client-15.3.pkg: 100%    2 MiB   2.5MB/s   
00:01    
[xxx] [2/5] Fetching py310-certifi-2023.7.22.pkg: 100%  147 KiB 150.9kB/s   
00:01    
[xxx] [3/5] Fetching py310-psycopg2-2.9.6.pkg: 100%  139 KiB 142.6kB/s    00:01 
[xxx] [4/5] Fetching py310-urllib3-2.0.4,1.pkg: 100%  163 KiB 167.1kB/s   
00:01    
[xxx] [5/5] Fetching py310-blunder-0.19.0.pkg: 100%   35 KiB  36.0kB/s    00:01 
Checking integrity... done (2 conflicting)
  - postgresql15-client-15.3 conflicts with postgresql14-client-14.8 on
/usr/local/bin/clusterdb
  - postgresql15-client-15.3 conflicts with postgresql14-client-14.8 on
/usr/local/bin/clusterdb
Checking integrity... done (0 conflicting)
Conflicts with the existing packages have been found.
One more solver iteration is needed to resolve them.
The following 6 package(s) will be affected (of 0 checked):

Installed packages to be REMOVED:
        postgresql14-client: 14.8

New packages to be INSTALLED:
        postgresql15-client: 15.3

Installed packages to be UPGRADED:
        py310-blunder: 0.18.0 -> 0.19.0
        py310-certifi: 2023.5.7 -> 2023.7.22
        py310-urllib3: 2.0.3,1 -> 2.0.4,1

Installed packages to be REINSTALLED:
        py310-psycopg2-2.9.6 (direct dependency changed: postgresql15-client)

Number of packages to be removed: 1
Number of packages to be installed: 1
Number of packages to be upgraded: 3
Number of packages to be reinstalled: 1

Proceed with this action? [y/N]:

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