On 2025/09/07 09:49, Jesse Lawton wrote:
> > are you just using normal snapshots, or are you building things
> > yourself?
> Actually I *do* use a copiled picom, however why do I have this issue
> with it? 

because it is not up to date with recent libraries. you'll need to
compile a new version. your binary requires an old version of libc,
but libraries from packages require a new one. recompiling will fix
this because it will use the new libc.

this is one reason why we recommend using packages where possible.

it doesn't happen for every library update, but a recent change to
libc (https://github.com/openbsd/src/commit/b7f6c2eb760a2da367dd)
was more intrusive than many. (a similar situation can arise if the
interface between libc and the kernel changes and you have binaries
built using an old libc version).


> > are there any errors/warnings if you run pkg_add -u?
> No, just this:
> quirks-7.138 signed on 2025-09-03T20:55:31Z
> Couldn't find updates for dooble-2023.07.15 gpsbabel-1.6.0.1p3 
> gpsbabel-qt-1.6.0.1p3 py3-qt6-6.8.0 py3-qt6webengine-6.8.0 qmapshack-1.16.0p2 
> qt6-qtwebengine-6.8.3

that is a warning - those packages might also not work on your system
for now. I suspect that building qtwebengine failed in the amd64 package
build which is on the mirror you're using.

it built successfully in the most recent one, finished yesterday, which
will be on some but not all mirrors yet - either waiting and retrying,
or using a different mirror should get those updated.

Reply via email to