> Sent: Saturday, January 31, 2015 at 7:06 PM > From: "Kamil Rytarowski" <[email protected]> > To: [email protected] > Subject: Building Current on CentOS 6.x > > Hello, > > For a longer time I'm unable to build the current sources > on CentOS 6.x, mostly for missing files here or there of the > GNU tool-chain. > > Clang doesn't help. > > Last time I was able to do so was back in 2014. > I can't provide you a build log shortly. >
Hello, 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 cc: /home/kamil/netbsd-current/src/tools/binutils/../../external/gpl3/binutils/dist/binutils/sysinfo.c: No such file or directory cc: no input files
