Today I was trying to build NetBSD-current for amd64.
./build.sh -j3 -U -O /tmp/netbsd-tmp -N0 -m amd64 distribution
I hit the following blockers:
if test -f cxxfilt.man; then man=cxxfilt.man; else man=/home/kamil/netbsd-current/src/tools/binutils/../../external/gpl3/binutils/dist/binutils/doc/cxxfilt.man; fi; sed -e 's/@PROGRAM@/c++filt/' -e 's/cxxfilt/c++filt/' < $man > c++filt.1
sh: line 2: /home/kamil/netbsd-current/src/tools/binutils/../../external/gpl3/binutils/dist/binutils/doc/cxxfilt.man: No such file or directory
*** [c++filt.1] Error code 1