bug#10997: pkglibexecdir is unconditionally created when make install

2012-03-12 Thread Daiki Ueno
I got a bug report for my package, which conditionally installs some scripts into pkglibexecdir like this: if ENABLE_FOO pkglibexec_SCRIPTS = bar endif where pkglibexec* is not referred outside of if...endif. When "make install", automake creates pkglibexecdir even when ENABLE_FOO is false. I'm

bug#10866: 1.11a OSX with llvm - 3 fails, 47 skips, 3 errors, out of 2856 tests

2012-03-12 Thread Stefano Lattarini
On 03/11/2012 02:16 AM, P. Martin wrote: > > [SNIP] lots of details and good explanations > > Question. Why does it search for ChangeLog if that file > doesn't exist in head? > Basically, the test script 'get-sysconf.test' (whose aim is collecting bits of information to help the debugging of tests

bug#10997: pkglibexecdir is unconditionally created when make install

2012-03-12 Thread Stefano Lattarini
severity 10997 minor thanks Hi Daiki, thanks for the report. On 03/12/2012 05:55 AM, Daiki Ueno wrote: > I got a bug report for my package, which conditionally installs some > scripts into pkglibexecdir like this: > > if ENABLE_FOO > pkglibexec_SCRIPTS = bar > endif > > where pkglibexec* is not

bug#10995: am__py_compile dose not get added to Makefile.in's

2012-03-12 Thread Stefano Lattarini
tags 10995 moreinfo thanks Hi Steven, thanks for the report. On 03/11/2012 08:32 AM, Steven Drake wrote: > The variable gets used by install-%DIR%PYTHON: (from lib/am/python.am) but > it definition is not include in the output Makefile.in. > I cannot reproduce this bug, sorry. In fact, I've enh

bug#10997: pkglibexecdir is unconditionally created when make install

2012-03-12 Thread Peter Breitenlohner
On Mon, 12 Mar 2012, Stefano Lattarini wrote: On 03/12/2012 05:55 AM, Daiki Ueno wrote: I got a bug report for my package, which conditionally installs some scripts into pkglibexecdir like this: if ENABLE_FOO pkglibexec_SCRIPTS = bar endif where pkglibexec* is not referred outside of if...end

bug#10997: pkglibexecdir is unconditionally created when make install

2012-03-12 Thread Stefano Lattarini
On 03/12/2012 12:21 PM, Peter Breitenlohner wrote: > > Fixing this particular case might be fine, but please watch out. > In the quite similar (unconditional) case > pkglibexec_SCRIPTS = > one might actually expect that that $(pkglibexecdir) is created > unconditionally. > > [SNIP] > > To summar