[PATCH] tests: fix a failure when install-info is not available

2012-04-12 Thread Dmitry V. Levin
This fixes a regression introduced by commit v1.11-766-g619c1b2. * tests/install-info-dir.test: Do not attempt to read or modify $instdir/info/dir file when install-info is not available. Signed-off-by: Dmitry V. Levin --- tests/install-info-dir.test |2 +- 1 files changed, 1 insertions(+),

Re: bug#11222: Vala projects with vapi in *_SOURCES are broken with automake 1.11.4

2012-04-12 Thread Peter Rosin
On 2012-04-12 14:26, Stefano Lattarini wrote: > tags 11222 + patch > close 11222 > thanks > > On 04/12/2012 01:24 PM, Marc-Antoine Perennou wrote: >> On 12 April 2012 13:08, Stefano Lattarini wrote: >> >>> The two resulting patches are attached; since you are listed as the main >>> author of one t

bugfix release 1.11.5

2012-04-12 Thread Stefano Lattarini
Hello automakers. In consideration of the two serious bugs recently fixed in Automake's Vala support (see bugs #1122 and #11229), I intend to release a bugfix release tomorrow if there is no objection. Below is a screenshot of the (pretty minimal) differences between the tip of the 'branch-1.11'

Re: [PATCH] avoid parallel build failures

2012-04-12 Thread Stefano Lattarini
On 04/12/2012 07:00 PM, Jim Meyering wrote: > > Thanks for the speedy review. > "make distcheck" is running now. > Feel free to push once that passes. Thanks again for tackling this, Stefano

Re: [PATCH] avoid parallel build failures

2012-04-12 Thread Jim Meyering
Stefano Lattarini wrote: ... >> a subsequent "make -j3" would create the missing file. >> That was because help2man would invoke t/wrap/aclocal.in and >> t/wrap/automake.in, each of which would require aclocal and >> automake, yet those two files weren't guaranteed to be created. >> Add explicit de

Re: [PATCH] avoid parallel build failures

2012-04-12 Thread Stefano Lattarini
Hi Jim, thanks for the patches. On 04/12/2012 06:11 PM, Jim Meyering wrote: > >>> IMHO, there is only one way to work around this: don't distribute >>> those two files, i.e., generate them at build time. >>> That means either automake distributes the help2man script >>> (as coreutils does) or it a

[FYI] {master} news: remove older entry for "future backward incompatibilities"

2012-04-12 Thread Stefano Lattarini
* NEWS (New in 1.11.4): Remove subsection about "Future backward incompatibilities"; they are now either documented changes for the upcoming 1.12 release, or re-casted as planned future backward incompatibilities for the next 1.13 release. Signed-off-by: Stefano Lattarini --- NEWS | 32 ---

Re: [PATCH] avoid parallel build failures

2012-04-12 Thread Jim Meyering
Stefano Lattarini wrote: > On 04/12/2012 10:24 AM, Jim Meyering wrote: >> Stefano Lattarini wrote: >> >>> On 04/11/2012 09:27 PM, Jim Meyering wrote: Surprised by parallel build failures, >>> Oops *blush* I must admit that, while I usually run the testsuite with >>> a high degree of para

[FYI] news: document fixes for bug#11222 and bug#11229

2012-04-12 Thread Stefano Lattarini
* NEWS (Bugs fixed in 1.11.5): New, documenting the fixes. Signed-off-by: Stefano Lattarini --- NEWS | 13 + 1 file changed, 13 insertions(+) diff --git a/NEWS b/NEWS index 2fbcfd1..a5f7d14 100644 --- a/NEWS +++ b/NEWS @@ -260,6 +260,19 @@ Bugs fixed in 1.11c: ~

[FYI] Merge branch 'maint' into master

2012-04-12 Thread Stefano Lattarini
commit 326ff45b8da46ab409b4a69d4861ad3211f0e132 Merge: 6e249ed 54ac5d4 Author: Stefano Lattarini Date: Thu Apr 12 18:04:19 2012 +0200 Merge branch 'maint' * maint: vala: fix distcheck with c/vala mixed projects vala: fix vapi files handling vala: test vapi files handl

[FYI] {branch-1.11} news: document fixes for bug#11222 and bug#11229

2012-04-12 Thread Stefano Lattarini
* NEWS (Bugs fixed in 1.11.5): New, documenting the fixes. Signed-off-by: Stefano Lattarini --- NEWS | 12 1 file changed, 12 insertions(+) diff --git a/NEWS b/NEWS index cbd113d..af227f9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Bugs fixed in 1.11.5: + +* Bugs introduced by

[FYI] Merge branch 'maint' into branch-1.11

2012-04-12 Thread Stefano Lattarini
commit 1c69ac27654f17a7aefedccc3792c5280c703372 Merge: 9de0c89 54ac5d4 Author: Stefano Lattarini Date: Thu Apr 12 17:47:36 2012 +0200 Merge branch 'maint' into branch-1.11 * maint: vala: fix distcheck with c/vala mixed projects vala: fix vapi files handling vala: test

Re: bug#11222: Vala projects with vapi in *_SOURCES are broken with automake 1.11.4

2012-04-12 Thread Marc-Antoine Perennou
On 12 April 2012 13:08, Stefano Lattarini wrote: > [Adding automake-patches] > > Reference: > > On 04/12/2012 12:17 AM, Marc-Antoine Perennou wrote: > > > > Attached is a patch which adds a minimal vapi file to the vala2 test > which > > should

Re: bug#11222: Vala projects with vapi in *_SOURCES are broken with automake 1.11.4

2012-04-12 Thread Stefano Lattarini
tags 11222 + patch close 11222 thanks On 04/12/2012 01:24 PM, Marc-Antoine Perennou wrote: > On 12 April 2012 13:08, Stefano Lattarini wrote: > >> The two resulting patches are attached; since you are listed as the main >> author of one them and as a co-author of the other one, I'll wait for >> y

Re: bug#11229: [Patch] Distcheck is broken for C/Vala mixed projects

2012-04-12 Thread Stefano Lattarini
[Adding automake-patches] Reference: On 04/12/2012 11:10 AM, Marc-Antoine Perennou wrote: > If a project has a single Makefile.am referrencing C and Vala projects, > distcheck currenly fails telling there are no source files for generating > st

[FYI] {master} news: fix typo

2012-04-12 Thread Stefano Lattarini
* NEWS (Changes to Automake-generated testsuite harnesses): It's 'perl', not 'per'. Reported by Akim Demaille in a private mail. Signed-off-by: Stefano Lattarini --- NEWS |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5c654ff..2fbcfd1 100644 --- a/NEWS

Re: [PATCH] avoid parallel build failures

2012-04-12 Thread Stefano Lattarini
On 04/12/2012 10:24 AM, Jim Meyering wrote: > Stefano Lattarini wrote: > >> On 04/11/2012 09:27 PM, Jim Meyering wrote: >>> Surprised by parallel build failures, >>> >> Oops *blush* I must admit that, while I usually run the testsuite with >> a high degree of parallelism, I also usually run the bu

Re: bug#11222: Vala projects with vapi in *_SOURCES are broken with automake 1.11.4

2012-04-12 Thread Stefano Lattarini
[Adding automake-patches] Reference: On 04/12/2012 12:17 AM, Marc-Antoine Perennou wrote: > > Attached is a patch which adds a minimal vapi file to the vala2 test which > should be ok regarding copyrights. > Vapi files are actually wrappers for

Re: [PATCH] avoid parallel build failures

2012-04-12 Thread Jim Meyering
Stefano Lattarini wrote: > On 04/11/2012 09:27 PM, Jim Meyering wrote: >> Surprised by parallel build failures, >> > Oops *blush* I must admit that, while I usually run the testsuite with > a high degree of parallelism, I also usually run the build proper with > a simple "make all", because that i