New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/issues/37497#issuecomment-1166155076 Comment: ``` /usr/bin/g++ -DHAVE_MMX -DNDEBUG -fstack-clash-protection -D_FORTIFY_SOURCE=2 -march=armv8-a -O2 -fdebug-prefix-map=/builddir/gzdoom-g4.7.1=. -std=c++17 -ffp-contract=off -DHAVE_SOFTPOLY -DHAVE_VULKAN -DHAVE_GLES2 -L/usr/lib64;-lfts -fPIE -mmmx -o CMakeFiles/cmTC_9ee39.dir/src.cxx.o -c /builddir/gzdoom-g4.7.1/build/CMakeFiles/CMakeTmp/src.cxx g++: fatal error: no input files compilation terminated. /bin/sh: line 1: -lfts: command not found ``` how in hell did a `;` appear there and split the command in two? At least I have an idea for where to investigate now. Wouldn't surprise me if the glibc build somehow worked, though. Thanks for the file!