New comment by rantlivelintkale on void-packages repository https://github.com/void-linux/void-packages/pull/40054#issuecomment-1288609029 Comment: ``` 2022-10-23T02:14:07.9145074Z [1103/1148] Linking build/gtk2_ardour/ardour-7.0.0 2022-10-23T02:14:08.7255634Z /usr/lib/gcc/arm-linux-musleabihf/10.2.1/../../../../arm-linux-musleabihf/bin/ld: gtk2_ardour/audio_clock.cc.1.o: undefined reference to symbol '__atomic_compare_exchange_8' 2022-10-23T02:14:08.7256544Z /usr/lib/gcc/arm-linux-musleabihf/10.2.1/../../../../arm-linux-musleabihf/bin/ld: /usr/arm-linux-musleabihf/lib/libatomic.so.1: error adding symbols: DSO missing from command line 2022-10-23T02:14:08.7257064Z collect2: error: ld returned 1 exit status ``` I assume that's why the armv6l-musl failed, I'll try building it locally as well. The lint complains about the `PATH` variable not being prefixed, but I assume that it should not be prefixed since it is the `PATH` variable.