Waiting a bit, let the distribution catch up. Compiles for me again. Thanks nou.

BTW, on my Odroid-N2 I have to limit the number of CPUs, to avoid running out of RAM/Swap space.
JOBS=$(($(nproc) - 2))

Read More...