On Fri, Oct 05, 2012 at 07:33:38AM -0700, matt wrote: > >>install -c -o root -g bin -m 444 /usr/src/bin/md5/sha256.1 > >>/usr/share/man/man1/sha256.1 > >>*** Signal 6 in target maninstall > >> > >>Stop in /usr/src/bin/md5: > >> Received signal 6 (line 71 of <bsd.man.mk>, > >> target maninstall: @l=/usr/share/man/man1/cksum.1; > >>t=/usr/share/man/man1/sum.1; echo $t -\> $l; rm -f $t; ln $l $t;) > >>*** Error code 2 in target realinstall > >> > >>Stop in /usr/src/bin: > >> Exit status 2 (line 48 of <bsd.subdir.mk>, target realinstall) > >>*** Error code 2 in target realinstall > >> > >>Stop in /usr/src: > >> Exit status 2 (line 48 of <bsd.subdir.mk>, target realinstall) > >>*** Error code 2 in target build > >> > >>Stop in /usr/src: > >> Exit status 2 (line 85 of Makefile, target build) > >>
Not that it's 100% relevant, but my post -current make now says the signal name in the final list of error messages, so the above diagnostic will be even better: Stop in /usr/src/bin/md5: Received SIGABRT (line 71 of <bsd.man.mk>, target maninstall: @l=/usr/share/man/man1/cksum.1; t=/usr/share/man/man1/sum.1; echo $t -\> $l; rm -f $t; ln $l $t;) *** Error code 2 in target realinstall