Hi there, i'm totally new to NetBSD development and for two days in a row i've been struggling with building it using build.sh, to be more precise problem occurs when i'm trying to build release (./build.sh -U -O ~/obj/netbsd -m amd64 -a x86_64 release) like this,and every time, roughly 20–30 minutes after starting, errors like these pop up : nbmake[9]: stopped making "dependall" in /home/ssszcmawo/Projects/NetBSD/src/external/cddl/osnet/sbin/zfs
nbmake[8]: stopped making "dependall" in /home/ssszcmawo/Projects/NetBSD/src/external/cddl/osnet/sbin nbmake[7]: stopped making "dependall" in /home/ssszcmawo/Projects/NetBSD/src/external/cddl/osnet nbmake[6]: stopped making "dependall" in /home/ssszcmawo/Projects/NetBSD/src/external/cddl nbmake[5]: stopped making "dependall" in /home/ssszcmawo/Projects/NetBSD/src/external nbmake[4]: stopped making "dependall" in /home/ssszcmawo/Projects/NetBSD/src nbmake[3]: stopped making "do-build" in /home/ssszcmawo/Projects/NetBSD/src nbmake[2]: stopped making "build" in /home/ssszcmawo/Projects/NetBSD/src nbmake[1]: stopped making "distribution" in /home/ssszcmawo/Projects/NetBSD/src nbmake: stopped making "release" in /home/ssszcmawo/Projects/NetBSD/src ERROR: Failed to make release *** BUILD ABORTED *** I tried to rebuild tools,to build kernel first and then release,tried to build distribution instead of release and toggling various flags but nothing happens. I apologize if I’m doing something incorrectly or making silly mistakes or I left out any details, just trying to get a sense of how it works. I would be really appreciate if someone could guide me through setting up the environment to get this running on QEMU
