[Bug 263208] beinstall.sh NO_PKG_UPGRADE="YES" seems to not skip. Updating FreeBSD repository catalogue...
Date: Wed, 13 Apr 2022 07:01:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263208 --- Comment #1 from Graham Perrin <grahamperrin@gmail.com> --- With my poudriere repository _temporarily_ disabled, the script does run to completion. However, there's an unexpected check for (and installation of) package upgrades: ---- root@mowa219-gjp4-8570p-freebsd:/usr/src # pkg -vv | grep -e url -e enabled url : "pkg+http://pkg0.pkt.freebsd.org/FreeBSD:14:amd64/latest", enabled : yes, url : "https://alpha.pkgbase.live/current/FreeBSD:14:amd64/latest", enabled : no, url : "file:///usr/local/poudriere/data/packages/main-default", enabled : no, root@mowa219-gjp4-8570p-freebsd:/usr/src # /usr/src/tools/build/beinstall.sh KERNCONF=GENERIC-NODEBUG NO_PKG_UPGRADE=yes Successfully mounted 14.0-CURRENT-20220412.223004 at /tmp/beinstall.jLhDmz/mnt Mounted 14.0-CURRENT-20220412.223004 to /tmp/beinstall.jLhDmz/mnt, performing install/update ... … Scanning /usr/local/share/certs for certificates... Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. Checking for upgrades (6 candidates): 100% Processing candidates (6 candidates): 100% The following 6 package(s) will be affected (of 0 checked): Installed packages to be UPGRADED: ca_root_nss: 3.76 -> 3.77 [FreeBSD] croc: 9.5.2_1 -> 9.5.3 [FreeBSD] libgpg-error: 1.44 -> 1.45 [FreeBSD] opencv: 4.5.5_2 -> 4.5.5_3 [FreeBSD] tex-synctex: 2.0.0 -> 2.0.0_1 [FreeBSD] Installed packages to be REINSTALLED: drm-devel-kmod-5.7.19.g20220223 [FreeBSD] (options changed) Number of packages to be upgraded: 5 Number of packages to be reinstalled: 1 27 MiB to be downloaded. [1/6] Fetching tex-synctex-2.0.0_1.pkg: 100% 75 KiB 77.0kB/s 00:01 [2/6] Fetching opencv-4.5.5_3.pkg: 100% 22 MiB 4.7MB/s 00:05 [3/6] Fetching libgpg-error-1.45.pkg: 100% 313 KiB 320.1kB/s 00:01 [4/6] Fetching drm-devel-kmod-5.7.19.g20220223.pkg: 100% 2 MiB 2.5MB/s 00:01 [5/6] Fetching croc-9.5.3.pkg: 100% 2 MiB 1.9MB/s 00:01 [6/6] Fetching ca_root_nss-3.77.pkg: 100% 264 KiB 270.5kB/s 00:01 Checking integrity... done (0 conflicting) [1/6] Upgrading ca_root_nss from 3.76 to 3.77... [1/6] Extracting ca_root_nss-3.77: 100% [2/6] Upgrading tex-synctex from 2.0.0 to 2.0.0_1... [2/6] Extracting tex-synctex-2.0.0_1: 100% [3/6] Upgrading opencv from 4.5.5_2 to 4.5.5_3... [3/6] Extracting opencv-4.5.5_3: 100% [4/6] Upgrading libgpg-error from 1.44 to 1.45... [4/6] Extracting libgpg-error-1.45: 100% [5/6] Reinstalling drm-devel-kmod-5.7.19.g20220223... [5/6] Extracting drm-devel-kmod-5.7.19.g20220223: 100% [6/6] Upgrading croc from 9.5.2_1 to 9.5.3... [6/6] Extracting croc-9.5.3: 100% umount -f /tmp/beinstall.jLhDmz/mnt/usr/src /tmp/beinstall.jLhDmz/mnt/usr/obj/usr/src/amd64.amd64 /tmp/beinstall.jLhDmz/mnt/dev /tmp/beinstall.jLhDmz/mnt Successfully activated boot environment 14.0-CURRENT-20220412.223004 BE Active Mountpoint Space Created 14.0-CURRENT-20220412.223004 R - 187G 2022-04-13 07:46 n250511-5f73b3338ee-d - - 4.94G 2021-11-13 15:43 n252381-75d20a5e386-b - - 6.81G 2022-01-12 23:23 n252450-5efa7281a79-a - - 6.49G 2022-01-14 19:27 n252483-c8f8299a230-b - - 4.84G 2022-01-17 14:24 n252505-cc68614da82-a - - 4.90G 2022-01-18 14:26 n252531-0ce7909cd0b-h - - 5.71G 2022-02-06 12:24 n252997-b6724f7004c-c - - 6.17G 2022-02-11 23:07 n253116-39a36707bd3-e - - 5.66G 2022-02-20 07:03 n253343-9835900cb95-c - - 1.54G 2022-02-27 14:58 n253776-d5ad1713cc3-b - - 7.94G 2022-03-18 09:31 n253861-92e6b4712b5-e - - 4.32G 2022-04-02 16:02 n254268-50e244964e9-b - - 457M 2022-04-06 16:54 n254268-50e244964e9-c - - 440M 2022-04-08 21:56 n254268-50e244964e9-d N / 36.2M 2022-04-09 18:50 Boot environment 14.0-CURRENT-20220412.223004 setup complete; reboot to use it. root@mowa219-gjp4-8570p-freebsd:/usr/src # -- You are receiving this mail because: You are the assignee for the bug.