Re: git: dc0598983465 - main - Qt5: Update to 5.15.12
- In reply to: Juraj Lutter : "Re: git: dc0598983465 - main - Qt5: Update to 5.15.12"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Jan 2024 01:48:28 UTC
On Sat, Jan 6, 2024 at 6:50 AM Juraj Lutter <otis@freebsd.org> wrote: > > Hi, > > > On 30 Dec 2023, at 06:36, Jason E. Hale <jhale@FreeBSD.org> wrote: > > The branch main has been updated by jhale: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=dc05989834657f72b577a9670a95e78c85a9d4ed > > > > I’m seeing the error outlined at https://freebsd-current.builder.wilbury.net/data/132rx64-default-ig/2024-01-06_12h41m15s/logs/errors/qt5-gui-5.15.12p148.log > > Is there something wrong with recent update? > > Thanks! > > — > Juraj Lutter > otis@FreeBSD.org > Hi, This is a known problem and is unrelated to the update (see [1]). The workaround ATM is to set the ATKONLY option to OFF in accessibility/at-spi2-core (which is the default). I may add an option to qt5-gui to partially rectify this, but since we don't currently have the infrastructure to detect with what options dependencies were built, I'm not sure how effective it would be. Subpackages may be able to solve the issue for good, but that will still take some work and testing. Sorry for the inconvenience in the meantime. [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271581 -Jason