[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
make distcheck error
From: |
Yann Droneaud |
Subject: |
make distcheck error |
Date: |
Thu, 27 Dec 2001 19:32:13 +0100 |
Hi,
I notice some error messages at the end of make distcheck.
It's not fatal, but it shows that a feature is not working.
Here is the output:
make[2]: Leaving directory
`/home/meuh/src/projects/fbgetty/0.1.698/fbgetty-0.1.698test2/=build'
rm -f config.status config.cache config.log
if test '..' = . ; then \
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
exit 1 ; \
fi
test `"find . -type f -print" | wc -l` -eq 0 \
|| { echo "ERROR: files left after distclean:" ; \
"find . -type f -print" ; \
exit 1; } >&2
/bin/sh: find . -type f -print: command not found
make[1]: Leaving directory
`/home/meuh/src/projects/fbgetty/0.1.698/fbgetty-0.1.698test2/=build'
{ test ! -d fbgetty-0.1.698test2 || { find fbgetty-0.1.698test2 -type d ! -perm
-200 -exec chmod u+w {} ';' && rm -fr fbgetty-0.1.698test2; }; }
=====================================================
fbgetty-0.1.698test2.tar.gz is ready for distribution
=====================================================
It's seems that "find . -type f -print" is not valid
at least for my /bin/sh. I think the double quotes must be removed.
my configuration:
i586-pc-linux-gnu
linux 2.4.17
glibc 2.2.4
bash 2.05
perl 5.6.1
automake-1.5c (cvs snapshot 2001-12-26)
Happy new Year.
--
Yann Droneaud <address@hidden> +33 6 88 40 82 43
<address@hidden> <address@hidden>
1024D/BEA43321 5D91 B5B0 5137 B8FE 6882 FE19 CAA0 6F05 BEA4 3321
http://www.meuh.eu.org http://www-iupmime.univ-lemans.fr
- make distcheck error,
Yann Droneaud <=