Autofs no longer compiles with newest glibc 2.34. From the changelog: When _DYNAMIC_STACK_SIZE_SOURCE or _GNU_SOURCE are defined, PTHREAD_STACK_MIN is no longer constant and is redefined to sysconf(_SC_THREAD_STACK_MIN). This supports dynamic sized register sets for modern architectural features like Arm SVE. This is causing compilation error in daemon/automount.c line 87: size_t detached_thread_stack_size = PTHREAD_STACK_MIN * 144;