New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/32029#issuecomment-894461765 Comment: ``` SONAME: libX11.so.6 <-> libX11>=1.2_1 SONAME: libpthread.so.0 <-> glibc>=2.32_1 SONAME: libdl.so.2 <-> glibc>=2.32_1 SONAME: libpng16.so.16 <-> libpng>=1.6.2_1 SONAME: libz.so.1 <-> zlib>=1.2.3_1 SONAME: libprocps.so.8 <-> procps-ng>=3.3.16_1 SONAME: libstdc++.so.6 <-> libstdc++>=4.4.0_1 SONAME: libm.so.6 <-> glibc>=2.32_1 SONAME: libgcc_s.so.1 <-> libgcc>=4.4.0_1 SONAME: libc.so.6 <-> glibc>=2.32_1 SONAME: ld-linux-armhf.so.3 <-> glibc>=2.32_1 ``` From https://github.com/apitrace/apitrace/blob/master/thirdparty/CMakeLists.txt , we have a few more deps that could be there: - snappy (might be that `ENABLE_STATIC_SNAPPY` is 1 by default, so fix configure args) - brotli - maybe gtest in `checkdepends` - given https://github.com/apitrace/apitrace/blob/master/thirdparty/libbacktrace.cmake , adding libunwind might help the build too