[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-idutils] idutils-4.5 released [stable]
From: |
Claudio Fontana |
Subject: |
Re: [bug-idutils] idutils-4.5 released [stable] |
Date: |
Thu, 17 Jun 2010 16:56:37 +0200 |
Hi Jim,
4.5 seems fine here (I built 4.5 on a SunOS 5.10 Sparc box), and will
test and use on other machines as well in the coming days.
I get an error at make check time (on the SunOS Sparc), which follows.
Ciao,
Claudio
--------------------------------------------------------------------------------------------------------
make check-recursive
Making check in lib
make check-recursive
Making check in libidu
Making check in src
Making check in lisp
Making check in doc
Making check in man
make check-local
PATH=../src:$PATH; export PATH; \
t=ls-files.$$; \
(cd . && ls -1 *.x) | sed 's/\.x$//' | LC_ALL=C sort > $t;\
echo mkid.1 lid.1 fid.1 fnid.1 xtokid.1 eid.1 aid.1 gid.1 defid.1 |
fmt -w1 | sed 's/\.1$//' | LC_ALL=C sort \
| diff -u - $t || { rm $t; exit 1; }; \
rm $t
fmt: bad width: 0
--- - Thu Jun 17 11:06:50 2010
+++ ls-files.18298 Thu Jun 17 11:06:50 2010
@@ -1,0 +1,9 @@
+aid
+defid
+eid
+fid
+fnid
+gid
+lid
+mkid
+xtokid
*** Error code 1
make: Fatal error: Command failed for target `check-x-vs-1'
Current working directory /home/me/src/idutils-4.5/idutils-4.5/man
*** Error code 1
make: Fatal error: Command failed for target `check-am'
Current working directory /home/me/src/idutils-4.5/idutils-4.5/man
*** Error code 1
The following command caused the error:
fail= failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo check-recursive | sed s/-recursive//`; \
list='lib libidu src lisp doc man gnulib-tests testsuite po'; 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; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `check-recursive'
Current working directory /home/me/src/idutils-4.5/idutils-4.5
*** Error code 1
make: Fatal error: Command failed for target `check'