New comment by CameronNemo on void-packages repository https://github.com/void-linux/void-packages/pull/33418#issuecomment-938351347 Comment: Hmm failing on musl with: ``` [2369/2979] Compiling source3/printing/samba-bgqd.c [2370/2979] Compiling source3/libnet/libnet_dssync_keytab.c ../../source3/printing/samba-bgqd.c: In function 'main': ../../source3/printing/samba-bgqd.c:355:21: error: 'SIGPIPE' undeclared (first use in this function); did you mean 'SNDPIPE'? 355 | BlockSignals(true, SIGPIPE); | ^~~~~~~ | SNDPIPE ../../source3/printing/samba-bgqd.c:355:21: note: each undeclared identifier is reported only once for each function it appears in In file included from ../../source3/locking/share_mode_lock.h:20, from ../../source3/printing/samba-bgqd.c:21: ../../source3/printing/samba-bgqd.c:399:14: error: 'SIGTERM' undeclared (first use in this function) 399 | ev, frame, SIGTERM, 0, bgqd_sig_term_handler, &done); | ^~~~~~~ ``` I am in no mood.