bug#20077: automake / silent-rules / $(V)

2015-03-11 Thread Mirko Vogt
I just stumbled across an issue where a project fails to compile using automake and silent-rules with $V being set to sth. else other than '1' or '0'. This is because of the following resulting Makefile code when using silent rules: AM_V_P = $(am__v_P_$(V)) am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBO

bug#20082: new warning from ar on rawhide systems

2015-03-11 Thread Eric Blake
When compiling libvirt (and probably other packages) on Fedora rawhide systems, I'm seeing a new warning message on every link line. # rpm -q libtool gcc binutils libtool-2.4.6-1.fc23.x86_64 gcc-5.0.0-0.16.fc23.x86_64 binutils-2.25-6.fc23.x86_64 For an example of the warning during a 'make V=1':