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.


Attachment: signature.asc
Description: Digital signature

_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to