[Bug 285401] x11/libxkbcommon: after recent updates to 1.8.0 and 1.8.1 several ports may need a PORTREVISION bump
Date: Fri, 14 Mar 2025 12:56:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285401
--- Comment #1 from Baptiste Daroussin <bapt@FreeBSD.org> ---
Sounds like an issue on your side, are you building locally or are you building
via poudriere ?
The symbols are supposed to be the same in particular the V_0.5.0. It sounds
like if on you system symbol versionning is gone during the rebuild.
Can you please show the output of the following command:
nm -D --defined-only --format=posix /usr/local/lib/libxkbcommon.so.0.8.1 | awk
'$2 ~ /C|R|D|T|W|B|V/ {print $1}' > ~/av.txt
--
You are receiving this mail because:
You are the assignee for the bug.