Mark Millard
Mark Millard
Going in the other direction, it also still lists the base packages as depending on gcc15 (for example): ``` # pkg info -r gcc15 gcc15-15.2.0_1: stream-5.10 FreeBSD-atf-lib-16.snap20251003201239 (libgcc_s.so.1) FreeBSD-acct-16.snap20251003201239 (libgcc_s.so.1)...
FYI: The default config.txt for: ``` PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" ``` has, in part: ``` [cm4] # Enable host mode...
UPDATE ADDED LATER: Status update: The split out of FreeBSD-set-src and FreeBSD-set-tests partially fixed the overall issue without changes to poudriere(-devel). One thing that is now worse for poudriere(-devel) jails...
My note about FreeBSD-set-tests was incomplete relative to tests overall, it appears: ``` # pkg-static -c /usr/local/poudriere/jails/main-aarch64 info | grep tests- pkg-static: Warning: Major OS version upgrade detected. Running "pkg...
And I now know why for FreeBSD-tests* : FreeBSD-set-devel requires FreeBSD-tests-dev, which requires FreeBSD-tests . . . ``` # pkg-static -c /usr/local/poudriere/jails/main-armv7 info -r -g 'FreeBSD-tests*' pkg-static: Warning: Major OS...
As of updating today, `FreeBSD-tests*` no longer shows up for a jail create for main 16. Similarly /usr/src/ has only /usr/src/sys/ instead of both package files having been expanded into...
Something that amd64 can not show is something that aarch64 and armv7 show: FreeBSD-dtb handling. It ends up installed for aarch64 because of: ``` # pkg-static -c /usr/local/poudriere/jails/main-aarch64 info -r...