bug#14309: Spurious bug report, ignore

2013-04-29 Thread Stefano Lattarini
Oops, erroneously created while dealing with bug#12254. Please ignore, and sorry for the noise, Stefano

bug#14315: Spurious bug report, opened by mistake

2013-04-29 Thread Stefano Lattarini
tags 14315 notabug close 14315 stop Oops, erroneously created while dealing with bug#12254. Please ignore, and sorry for the noise, Stefano

bug#14311: [PATCH 2/7] header-vars: new variable $(am__running_with_option)

2013-04-29 Thread Stefano Lattarini
This is a preparatory refactoring, needed by later patches. No semantic change is intended. * lib/am/header-vars.am (am__running_with_option): New, contains shell code that determines whether the current make instance is running with a given one-letter option (e.g., -k, -n) that takes no argument.

bug#14313: [PATCH 4/7] header-vars: simplify how make flags are determined

2013-04-29 Thread Stefano Lattarini
Actually, son far only the '-n' option ("dry mode") was detected, but this change will allow us to soon detect more options. * lib/am/header-vars.am (am__running_with_option): Even when $MAKEFLAGS appears to contain definition of variables with embedded whitespace, use simple textual pre-processin

bug#14309: [PATCH 0/7][PATCH 0/7] Fix automake bug#12554.

2013-04-29 Thread Stefano Lattarini
Reference: I will apply this series in a couple pf days, barring objections. Feedback and testing is welcome Stefano Lattarini (7): tests: expose bug#12554 (false positives for presence of '-k' make option) header-vars: new variable $(am__r

bug#14315: [PATCH 5/7] header-vars: recognize more make flags ('-k' in particular)

2013-04-29 Thread Stefano Lattarini
* lib/am/header-vars.am (am__running_with_option): Here. Few improvements to comments, while at it. (am__make_keepgoing): New, tell whther make is being runt with the '-k' option. * t/make-keepgoing.tap: New test. * t/list-of-tests.mk: Add it. * t/make-dryrun.tap: Minor edits to keep it more in syn

bug#14316: [PATCH 6/7] subdirs: don't return false positives for the '-k' option's presence

2013-04-29 Thread Stefano Lattarini
This change fixes automake bug#12554. The old implementation of the code descending into $(SUBDIRS) entries used the following snippet to decide whether make is running with the '-k' a.k.a. '--keep-going' option, and thus whether a failure in a subdirectory should prevent the descent in the follow

bug#14312: [PATCH 1/7] tests: expose bug#12554 (false positives for presence of '-k' make option)

2013-04-29 Thread Stefano Lattarini
The current implementation of the code descending into $(SUBDIRS) entries uses the following snippet to decide whether make is running with the '-k' a.k.a. '--keep-going' option, and thus whether a failure in a subdirectory should prevent the descent in the following ones: fail= failcom='exit

bug#14314: [PATCH 7/7] tests: avoid a spurious error with Solaris make

2013-04-29 Thread Stefano Lattarini
* t/make-keepgoing.tap (Makefile.am): Here. Signed-off-by: Stefano Lattarini --- t/make-keepgoing.tap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/make-keepgoing.tap b/t/make-keepgoing.tap index a81bf6c..a71d2d0 100755 --- a/t/make-keepgoing.tap +++ b/t/make-keepgoing.ta

bug#14310: [PATCH 3/7] tests: remove dead code from t/make-dryrun.tap

2013-04-29 Thread Stefano Lattarini
Signed-off-by: Stefano Lattarini --- t/make-dryrun.tap | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/make-dryrun.tap b/t/make-dryrun.tap index 208b421..a7597a3 100755 --- a/t/make-dryrun.tap +++ b/t/make-dryrun.tap @@ -38,8 +38,6 @@ echo AC_OUTPUT >> configure.ac cat > Makefile.am <<'EN

bug#12554: Checking MAKEFLAGS with RECURSIVE_TARGETS

2013-04-29 Thread Stefano Lattarini
severity 12554 minor tags 12554 + patch thanks On 10/01/2012 11:52 PM, Michael Daniels wrote: > Hello, > Hi Michael, sorry for the delay. > automake 1.11.3 > make 3.81 > Linux 3.2.0-23-generic x86_64 > > Just to get some initial context, automake is generating this code for > recursive targets:

bug#14302: am-prog-cc-stdc-no-more.sh fails on openSUSE factory

2013-04-29 Thread Philipp Thomas
The log is attached. Again I'd like to understand what's going wrong. Philipp Running from installcheck: no Test Protocol: none PATH = /home/abuild/rpmbuild/BUILD/automake-1.13.1/t/wrap:/home/abuild/rpmbuild/BUILD/automake-1.13.1/t/ax:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games ++ pw

bug#14301: am-config-header-no-more failing on openSUSE

2013-04-29 Thread Philipp Thomas
am-config-header-no-more fails on openSUSE factory i.e., the development version, log is attached. Can somebody explain what's going wrong? Philipp Running from installcheck: no Test Protocol: none PATH = /home/abuild/rpmbuild/BUILD/automake-1.13.1/t/wrap:/home/abuild/rpmbuild/BUILD/automake-1.13

bug#13588: Pax hangs in case big UID

2013-04-29 Thread Stefano Lattarini
On 04/29/2013 08:11 AM, Pavel Raiskup wrote: > Hi! > >> I have re-introduced the line removed by mistake. > > It seems to be completely OK now, > Thanks, I will push shortly then, barring further objections. > thanks a LOT for your patience. > I think you and the other reviewers should be thanke