[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Make distcheck failure
From: |
John Darrington |
Subject: |
Make distcheck failure |
Date: |
Fri, 9 May 2008 13:10:10 +0800 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Is everyone else having this problem when running make distcheck ?
test ! -f pspp.po || { \
if test -f ../../po/pspp.pot; then \
sed -f remove-potcdate.sed < ../../po/pspp.pot > pspp.1po
&& \
sed -f remove-potcdate.sed < pspp.po > pspp.2po && \
if cmp pspp.1po pspp.2po >/dev/null 2>&1; then \
rm -f pspp.1po pspp.2po pspp.po; \
else \
rm -f pspp.1po pspp.2po ../../po/pspp.pot && \
mv pspp.po ../../po/pspp.pot; \
fi; \
else \
mv pspp.po ../../po/pspp.pot; \
fi; \
}
rm: cannot remove `../../po/pspp.pot': Permission denied
make[4]: *** [pspp.pot-update] Error 1
I cannot understand why anything should be trying to write to the
source directory.
J'
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.
signature.asc
Description: Digital signature
- Make distcheck failure,
John Darrington <=