Activity log for bug #997456

Date Who What changed Old value New value Message
2012-05-10 04:44:03 Robert Collins bug added bug
2012-05-10 06:04:52 Robert Collins attachment added AM_PATH_PYTHON-destdir-support.debdiff https://bugs.launchpad.net/ubuntu/+source/automake1.11/+bug/997456/+attachment/3139624/+files/AM_PATH_PYTHON-destdir-support.debdiff
2012-05-10 08:18:35 Ubuntu Foundations Team Bug Bot tags patch
2012-05-17 22:20:44 Brian Murray bug added subscriber Ubuntu Sponsors Team
2012-05-17 22:21:33 Brian Murray automake1.11 (Ubuntu): importance Undecided Medium
2012-05-17 22:21:44 Brian Murray tags patch patch regression-release
2012-06-19 15:29:08 Launchpad Janitor automake1.11 (Ubuntu): status New Confirmed
2012-06-19 16:59:18 cb bug added subscriber cb
2012-06-19 21:25:06 Barry Warsaw automake1.11 (Ubuntu): status Confirmed Incomplete
2012-06-19 21:44:16 Robert Collins automake1.11 (Ubuntu): status Incomplete Confirmed
2012-06-21 19:55:15 Launchpad Janitor automake1.11 (Ubuntu): status Confirmed Fix Released
2012-06-21 19:56:13 Clint Byrum nominated for series Ubuntu Precise
2012-06-21 19:56:13 Clint Byrum bug task added automake1.11 (Ubuntu Precise)
2012-06-21 19:56:25 Clint Byrum automake1.11 (Ubuntu Precise): status New Triaged
2012-06-21 19:56:28 Clint Byrum automake1.11 (Ubuntu Precise): importance Undecided Medium
2012-06-21 19:57:47 Clint Byrum description 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. [Test Case] You can reproduce it by attempting a 'make distcheck' in any automake based AM_PYTHON using package (e.g. subunit). [Regression Potential] This fixes bad code with more careful code, so potential is low. The test case described should be all that is necessary. ------------------ 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.
2012-06-21 20:00:02 Clint Byrum bug added subscriber Clint Byrum
2012-06-21 20:00:04 Clint Byrum removed subscriber Ubuntu Sponsors Team
2012-06-28 17:22:33 Brian Murray automake1.11 (Ubuntu Precise): status Triaged Fix Committed
2012-06-28 17:22:35 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2012-06-28 17:22:37 Brian Murray bug added subscriber SRU Verification
2012-06-28 17:22:43 Brian Murray tags patch regression-release patch regression-release verification-needed
2012-06-29 14:15:42 Launchpad Janitor branch linked lp:ubuntu/automake1.11
2012-06-29 14:15:45 Launchpad Janitor branch linked lp:~ubuntu-branches/ubuntu/precise/automake1.11/precise-proposed
2012-07-17 14:12:16 Stéphane Graber bug watch added http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669491
2012-08-01 00:00:09 Steve Langasek automake1.11 (Ubuntu Precise): status Fix Committed Won't Fix