I actually didn't install the NerdPack and was just playing whack-a-mole on the dependencies until it built. Here is what I ended up with on RC1:   mkdir packages cd packages/ wget https://mirrors.edge.kernel.org/pub/linux/kernel/v5.x/linux-5.9.13.tar.gz mv linux-5.9.13.tar.gz linux-5.9.13.tgz cd /usr/src/ mv linux-5.9.13-Unraid/ linux-5.9.13-Unraid_orig tar zxvf ~/packages/linux-5.9.13.tgz ln -s linux-5.9.13 linux cp -rf linux-5.9.13-Unraid_orig/* linux cp -f linux-5.9.13-Unraid_orig/.
    • Like
    1