On Fri, 06 Feb 2015, Kamil Rytarowski wrote:
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
The file external/gpl3/binutils/dist/binutils/doc/cxxfilt.man does
exist in the src tree in the CVS repository. If it is not present
in your checkout of the src tree, then your tree is incomplete.
If the file is present in your tree, but the build nevertheless
fails as you indocated, then we have a problem to investigate.
--apb (Alan Barrett)