[Bug 285401] x11/libxkbcommon: after recent updates to 1.8.0 and 1.8.1 several ports may need a PORTREVISION bump
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285401 --- Comment #1 from Baptiste Daroussin <[email protected]> --- 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.