New comment by jason1987d on void-packages repository https://github.com/void-linux/void-packages/pull/47313#issuecomment-1848198996 Comment: With @Luciogi here there has also been some discussion about updating protobuf, which not only has confusing versioning, is orphaned, and is a major version behind (that I know of, 25.1). Out of curiosity I attempted to update the template for this version, even setting noverifyrdeps=yes and this was the result. ``` => libprotobuf-lite-25.1_1: running pre-pkg hook: 99-pkglint ... => ERROR: libprotobuf-lite-25.1_1: SONAME bump detected: libprotobuf-lite.so.24.1.0 -> libprotobuf-lite.so.25.1.0 => ERROR: libprotobuf-lite-25.1_1: please update common/shlibs with this line: "libprotobuf-lite.so.25.1.0 libprotobuf-lite-25.1_1" => ERROR: libprotobuf-lite-25.1_1: all reverse dependencies should also be revbumped to be rebuilt against libprotobuf-lite.so.25.1.0: => ERROR: EternalTerminal-6.2.1_4 => ERROR: libvlc-3.0.20_1 => ERROR: mixxx-2.3.3_6 => ERROR: qgis-3.34.1_1 => ERROR: telegram-desktop-4.11.2_1 => ERROR: libprotobuf-lite-25.1_1: cannot continue with installation! => ERROR: libprotobuf-lite-25.1_1: pre-pkg_99-pkglint: 'grep -E "${_pattern}" $mapshlibs' exited with 1 => ERROR: in hook() at common/hooks/pre-pkg/99-pkglint.sh:173 => ERROR: in run_func() at common/xbps-src/shutils/common.sh:57 => ERROR: in run_pkg_hooks() at common/xbps-src/shutils/common.sh:298 => ERROR: in main() at common/xbps-src/libexec/xbps-src-prepkg.sh:47 ```