Re: August 2025 stabilization week

From: Rick Macklem <rick.macklem_at_gmail.com>
Date: Sat, 30 Aug 2025 13:24:50 UTC
On Thu, Aug 28, 2025 at 8:42 PM Rick Macklem <rick.macklem@gmail.com> wrote:
>
> On Thu, Aug 28, 2025 at 3:22 PM Olivier Cochard-Labbé
> <olivier@freebsd.org> wrote:
> >
> > CAUTION: This email originated from outside of the University of Guelph. Do not click links or open attachments unless you recognize the sender and know the content is safe. If in doubt, forward suspicious emails to IThelp@uoguelph.ca.
> >
> >
> > On Wed, Aug 27, 2025 at 7:26 PM Olivier Cochard-Labbé <olivier@freebsd.org> wrote:
> >>
> >>
> >>
> >> I'm still waiting for our contributions about this stabweek before closing the week.
> >>
> >>
> >
> >
> > The "August 2025 stabilization week" is now over.
> >
> > This stabweek has been more challenging than usual, so please be aware of the following known issues:
> >
> > 1.  OpenSSL 3.5.1: The legacy provider is broken, causing some ports to fail. A temporary fix is to use `env CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1`. Cf an example of regression in PR/273656
> >
> > 2.  MIT Kerberos: The default Kerberos is now MIT. Clients should migrate smoothly, but some scripts may need adjusting. Machines running kdc must continue to use Heimdal by setting WITHOUT_MITKRB5="yes" in /etc/src.conf.
> This didn't work for me to-day. I got a...
>    crypto/openssh/kexgexs.c:50
>      gssapi/gssapi.h not found when included from crypto/openssh/ssh-gss.h
>
> Anyone know where the Heimdal gssapi.h ends up now during "make buildworld"?
This was something I did incorrectly on the universe system.
The build worked on my own hardware.

rick

>
> rick
>
> >
> > 3.  Still empty Pkg repo today: The official package repository is currently almost empty. Don't run `make delete-old-libs` unless you're prepared to build packages from source. A bug in the current version of pkg means that running `pkg upgrade` might result in the removal of many packages due to this empty repository state.
> >
> > 4.  ABI Breakage: A recent ABI change in `setgroups(2)` and `getgroups(2)` syscalls will cause some packages to crash. These packages must be rebuilt.
> >
> > 5.  ZFS Kernel Panic: We've identified a 100% reproducible kernel panic when running ZFS regression tests. The bug has been reported on PR/289131. The FreeBSD CI ZFS tests have not been running for about a month, with the latest run also resulting in a panic too [1].
> >
> > Thanks for your reports,
> >
> > Olivier
> >
> > [1] https://ci.freebsd.org/job/FreeBSD-main-amd64-test_zfs/14237/console