New comment by mobinmob on void-packages repository https://github.com/void-linux/void-packages/pull/30110#issuecomment-816971992 Comment: > Clean the musl specific part from `pre_check`, it's no longer valid. > > The `bmake` error failure seems to be due to an extra `bmake` error message? (It happens on the previous version as well) > > ``` > ~/v/void-packages master [~5] 😨 31s ➜ cat masterdir/builddir/mk-configure-mk-configure-0.36.0/tests/test_subprj_dash/expect.out > Dash symbol is not allowed inside subdir (another-one prog100-500) > ~/v/void-packages master [~5] 😨 ➜ cat masterdir/builddir/mk-configure-mk-configure-0.36.0/tests/test_subprj_dash/test_subprj_dash.test.out > > Dash symbol is not allowed inside subdir (another-one prog100-500) > bmake: stopped in /objdir > ``` Yes, different output than expected. Removed the test and others that depend on it and added libbsd-devel to checkdepeds. It should work now - it is fine locally.