[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
psppire distcheck failure
From: |
Ben Pfaff |
Subject: |
psppire distcheck failure |
Date: |
Tue, 27 Jun 2006 23:01:13 -0700 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) |
distcheck is failing with the following:
make[3]: Entering directory
`/home/blp/pspp/cleanups/_check/pspp-0.4.2/_build'
bad=0; pid=$$; list="src/ui/terminal/pspp src/ui/gui/psppire"; for p in
$list; do \
case ' ' in \
*" $p "* | *" ../$p "*) continue;; \
esac; \
f=`echo "$p" | \
sed 's,^.*/,,;s/$//;s,x,x,;s/$//'`; \
for opt in --help --version; do \
if "/home/blp/pspp/cleanups/_check/pspp-0.4.2/_inst/bin/$f" $opt
>c${pid}_.out \
2>c${pid}_.err </dev/null \
&& test -n "`cat c${pid}_.out`" \
&& test -z "`cat c${pid}_.err`"; then :; \
else echo "$f does not support $opt" 1>&2; bad=1; fi; \
done; \
done; rm -f c${pid}_.???; exit $bad
psppire does not support --help
psppire does not support --version
make[3]: *** [installcheck-binPROGRAMS] Error 1
make[3]: Leaving directory
`/home/blp/pspp/cleanups/_check/pspp-0.4.2/_build'
make[2]: *** [installcheck-recursive] Error 1
make[2]: Leaving directory
`/home/blp/pspp/cleanups/_check/pspp-0.4.2/_build'
make[1]: *** [distcheck] Error 2
make[1]: Leaving directory `/home/blp/pspp/cleanups/_check'
make: *** [check] Error 2
Looks like psppire should add some basic command line support?
--
"I don't want to learn the constitution and the declaration of
independence (marvelous poetry though it be) by heart, and worship the
flag and believe that there is a god and the dollar is its prophet."
--Maarten Wiltink in the Monastery
- psppire distcheck failure,
Ben Pfaff <=