New comment by Fade-ing on void-packages repository https://github.com/void-linux/void-packages/pull/45177#issuecomment-1670756138 Comment: > Not shure how critical these warnings are but seeing > > ``` > Run-time dependency libunwind found: NO (tried pkgconfig and cmake) > WARNING: OpenMP found but omp.h missing. > Run-time dependency OpenMP found: NO (tried system) > ``` > > adding libunwind-devel and libgomp-devel to makedepends resolves the configure warnings > > Edit: 23.1.5 tests ok (x86_64-libc/radeonsi rx570) Nice catch! This might explains the issue that wine complains about missing libunwind.so.1, which i resolved by installing libunwind package separately Gonna go rebuild it then