Hello,
Trying the latest "Gnu Hello" on FreeBSD, "make distcheck" fails:
===
<...>
<snip... after hello is compiled and linked successfully ...>
<...>
depbase=`echo src/hello.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc
-DLOCALEDIR=\"/usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_inst/share/locale\"
-DHAVE_CONFIG_H -I. -I.. -Ilib -I../lib -Isrc -I../src -g -O2 -MT src/hello.o -MD -MP -MF
$depbase.Tpo -c -o src/hello.o ../src/hello.c && mv -f $depbase.Tpo $depbase.Po
cc -g -O2 -o hello src/hello.o ./lib/libhello.a
/bin/sh /usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/build-aux/missing
help2man --include=../man/hello.x ./hello -o ../hello.1
help2man: can't unlink ../hello.1 (Permission denied)
*** Error code 13
Stop.
make[3]: stopped in /usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_build
*** Error code 1
Stop.
make[2]: stopped in /usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_build
*** Error code 1
Stop.
make[1]: stopped in /usr/home/gordon/hello/hello-2.9.27-f95ba-dirty/_build
*** Error code 1
Stop.
make: stopped in /usr/home/gordon/hello
===
(note that "make check" works fine).
The complete log is here:
http://pastebin.com/X5n95Z4c
Regards,
-gordon