pkg upgrade yields conflicts in message
- Reply: Mark Millard : "Re: pkg upgrade yields conflicts in message"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Jun 2026 22:54:06 UTC
OK, I have a 15.1 test system, loaded with FreeBSD 15.1 AMD from a mem img. I went through the install, which went well. Then I loaded the ports pkgs I usually use, which also went well. Now, when I run pkg upgrade as I had usually done to see if there were any updates to the ports pkgs I had installed, I see the following ... ==================== Updating FreeBSD-ports repository catalogue... FreeBSD-ports repository is up to date. Updating FreeBSD-ports-kmods repository catalogue... FreeBSD-ports-kmods repository is up to date. Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. Checking for upgrades (15 candidates): .......... done Processing candidates (15 candidates): .... done Checking integrity... done (9 conflicting) - libcdb-g2020082801 [FreeBSD-ports] conflicts with tinycdb-0.81 [installed] on /usr/local/lib/libcdb.a - gcc14-14.2.0_4 [FreeBSD-ports] conflicts with gcc14-devel-14.3.1.s20260327,1 [installed] on /usr/local/bin/c++14 - gcc14-14.2.0_4 [FreeBSD-ports] conflicts with gcc14-devel-14.3.1.s20260327,1 [FreeBSD-ports] on /usr/local/bin/c++14 - gcc13-13.3.0_3 [FreeBSD-ports] conflicts with gcc13-devel-13.4.1.s20260326 [installed] on /usr/local/bin/c++13 - gcc13-13.3.0_3 [FreeBSD-ports] conflicts with gcc13-devel-13.4.1.s20260326 [FreeBSD-ports] on /usr/local/bin/c++13 - gcc12-devel-12.4.1.s20250702 [FreeBSD-ports] conflicts with gcc12-12.4.0_3 [installed] on /usr/local/bin/c++12 - gcc12-devel-12.4.1.s20250702 [FreeBSD-ports] conflicts with gcc13-13.3.0_3 [FreeBSD-ports] on /usr/local/include/libgccjit++.h - gcc12-devel-12.4.1.s20250702 [FreeBSD-ports] conflicts with gcc13-devel-13.4.1.s20260326 [installed] on /usr/local/include/libgccjit++.h - gcc12-devel-12.4.1.s20250702 [FreeBSD-ports] conflicts with gcc13-devel-13.4.1.s20260326 [FreeBSD-ports] on /usr/local/include/libgccjit++.h Checking integrity... done (0 conflicting) Your packages are up to date. ========================================== A comment ... I dislike seeing the word "conflicting" in the routine commands I run. What did I do incorrectly? thx.