GNU bug report logs - #11762
AM_PATH_PYTHON regression in automake 1.11.3

Previous Next

Package: automake;

Reported by: Robert Collins <robert <at> ubuntu.com>

Date: Fri, 22 Jun 2012 01:47:01 UTC

Severity: normal

Tags: notabug

Done: Stefano Lattarini <stefano.lattarini <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Robert Collins <robert <at> ubuntu.com>
To: 11762 <at> debbugs.gnu.org
Subject: bug#11762: AM_PATH_PYTHON regression in automake 1.11.3
Date: Fri, 22 Jun 2012 13:28:53 +1200
 AM_PATH_PYTHON used to generate install logic like:
 if test -z "$(DESTDIR)"; then \
    PYTHON=$(PYTHON) $(py_compile) --basedir "$(demodir)" $$dlist; \
 else \
   PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir
"$(demodir)" $$dlist; \
 fi; \

 Now however, it generates it without the test -z guard, which makes
regular 'make install', and 'make distcheck' fail:
 make distcheck
 ....
 ../py-compile: Missing argument to --destdir.

I reported this in Ubuntu as bug 997456 -
bugs.launchpad.net/bugs/997456; we've patched it locally by reverting
the previous patch.

Cheers,Rob




This bug report was last modified 13 years and 24 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.