Namazu-devel-ja(旧)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Namazu 2.0.1 will be released soon (Re: make check)
> Satoru Takabayashi <satoru-t@xxxxxxxxxxxxxxxxxx> wrote:
> 公開予定の版を
> <http://www.namazu.org/tmp/namazu-2.0.1.tar.gz> に置きました。
> 最終確認をお願いします。
FreeBSD 3.3R で make してみると、
Making all in tests
@set fnord ; amf=$2; dot_seen=no; target=`echo all-recursive | sed s/-recursiv
e//`; list='data'; for subdir in $list; do echo "Making $target in $subdir";
if test "$subdir" = "."; then dot_seen=yes; local_target="$target-am"; else
local_target="$target"; fi; (cd $subdir && make $local_target) || case "$amf
" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; done; if test "$dot_seen"
= "no"; then make "$target-am" || exit 1; fi; test -z "$fail"
@set: not found
Making all in data
@set fnord ; amf=$2; dot_seen=no; target=`echo all-recursive | sed s/-recursiv
e//`; list='ja'; for subdir in $list; do echo "Making $target in $subdir"; if
test "$subdir" = "."; then dot_seen=yes; local_target="$target-am"; else lo
cal_target="$target"; fi; (cd $subdir && make $local_target) || case "$amf"
in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; done; if test "$dot_seen" =
"no"; then make "$target-am" || exit 1; fi; test -z "$fail"
@set: not found
Making all in ja
Making all in template
というのがでてますね。Namazu 本体には影響ありませんが、
make check は通りません。
Making check in ja
make check-TESTS
make: don't know how to make mknmz-1. Stop
*** Error code 2
Stop.
*** Error code 1 (ignored)
Making check in template
// Kenji Suzuki
Linux -- Where you really can go tomorrow