Even with the new --disable-python-install installs are still failing.

test -z "/usr/lib/python2.4/site-packages/wesnoth" || mkdir -p -- 
"/usr/lib/python2.4/site-packages/wesnoth"
mkdir: cannot create directory `/usr/lib/python2.4/site-packages/wesnoth': 
Permission denied
make[2]: *** [install-pkgpythonPYTHON] Error 1

This may be the problem or a potential problem:
installdirs-am:
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgpythondir)"; do \
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
        done

Since the python install directory is created elsewhere the above seems
redundant. And the creation isn't disabled by --disable-python-install.

Another odd thing I noticed was a missing $(DESTDIR) in the following:
test -z "$(pkgpythondir)" || $(mkdir_p) "$(DESTDIR)$(pkgpythondir)"

_______________________________________________
Wesnoth-dev mailing list
Wesnoth-dev@gna.org
https://mail.gna.org/listinfo/wesnoth-dev

Reply via email to