[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gnu hello: 'make distcheck' fails on FreeBSD
From: |
Assaf Gordon |
Subject: |
gnu hello: 'make distcheck' fails on FreeBSD |
Date: |
Wed, 12 Mar 2014 18:25:58 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux i686 on x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 |
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
- gnu hello: 'make distcheck' fails on FreeBSD,
Assaf Gordon <=