For the past few years I have been trying out devel, always building manually. However, this week it seems my setup is broken, or devel is very broken.
After fixing a few errors, I decided something is amiss and to come ask.
Errors:
My build process:
git clone nim-lang/nim && cd nim
git clone nim-lang/csources && cd csources
./build.sh && cd ..
bin/nim c koch
./koch boot -d:release
./koch nimble
although I also get the same errors with ./build_all.sh