Re: Automake 1.11.1 glitch?

2010-09-07 Thread Bob Friesenhahn
On Tue, 7 Sep 2010, Stefano Lattarini wrote: The GraphicsMagick test suite passes with this patch. I do see one test failure with the Automake test suite FAIL: silent5.test but this test may have been failing prior to the patch. Could you please send the log of this test

Re: Five bugs in Vala integration

2010-09-07 Thread Ralf Wildenhues
Hello Valentin, * Valentin David wrote on Tue, Sep 07, 2010 at 07:02:09PM CEST: I looked at how Vala was integrated into Automake, and it seemed to me that it was very fishy. Yes, I agree. Improving that would be very nice, even only providing failing test cases would be good. We've had two

Re: Five bugs in Vala integration

2010-09-07 Thread Valentin David
On Tue, Sep 7, 2010 at 11:10 PM, Ralf Wildenhues ralf.wildenh...@gmx.de wrote: We've had two proposed Vala patches in the last year or so, and had to drop both because the copyright question could not be cleared.  So if (and when) that is cleared for you, I'd be glad to review patches from you

Re: verbosity of test failure feedback

2010-09-07 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Wed, Sep 08, 2010 at 12:36:05AM CEST: What about creating a separeted tarball for any failed/skipped test (maybe in a proper common subdirectory `tests/test-suite.dir'), then displaiyng a message which tells the user detailed information about tests' failures are

Re: automake po / pot file integration: first tests available

2010-09-07 Thread Bruno Haible
Hi Stefano, I'll try to revert all the wrong cat removals Thanks. An updated patch is attached. I would 1. write non-ASCII instead of nonprinting. Whether a character is printing or not, depends on the character set and encoding - it is not an absolute term. The character ò _is_

Re: parallel-tests: avoid command-line length limit issue.

2010-09-07 Thread Stefano Lattarini
[dropping bug-autom...@gnu.org] Hi Ralf. That was a nice fix! Just a minor nit, though... [CUT] parallel-tests: avoid command-line length limit issue. [CUT] diff --git a/lib/am/check.am b/lib/am/check.am index c612b22..b79201f 100644 --- a/lib/am/check.am +++ b/lib/am/check.am

Re: automake po / pot file integration: first tests available

2010-09-07 Thread Bruno Haible
Hi Stefano, OK to push with the attached change squashed in? Yes, this is fine. Please push! Bruno

Re: [PATCH] Handle odd winepath failures.

2010-09-07 Thread Peter Rosin
Den 2010-09-07 23:14 skrev Ralf Wildenhues: * Peter Rosin wrote on Tue, Aug 31, 2010 at 09:36:15PM CEST: Den 2010-08-31 18:57 skrev Ralf Wildenhues: * Peter Rosin wrote on Tue, Aug 31, 2010 at 06:47:24PM CEST: Subject: [PATCH] Handle odd winepath failures. * lib/ar-lib (func_file_conv):

Re: automake po / pot file integration: when to merge the PO files?

2010-09-07 Thread Yavor Doganov
В Mon, 06 Sep 2010 11:32:54 +0100, Roger Leigh написа: I'd like to suggest that the best way to tackle the problem is to simply stop generating the source file/line number comments by default; I'm already doing this in some of my projects by adding --no-location to XGETTEXT_OPTIONS in

[RFC] AM_ARG_ENABLE

2010-09-07 Thread Paolo Bonzini
While looking around at the most common shell idioms in otherwise simple configure.ac files, I found a very common one: AC_ARG_ENABLE([something], [--enable-somethingxyz],, [enable_something=no]) AM_CONDITIONAL([SOMETHING, [test $enable_something != no]) What would you think about one

Re: [SOLVED] silent5.test failure (was: Re: Automake 1.11.1 glitch?)

2010-09-07 Thread Bob Friesenhahn
On Tue, 7 Sep 2010, Stefano Lattarini wrote: You've got it Toyota! Sorry? Here in the USA, we were inundated for many years by adds from Toyota with the above message. :-) And by looking at the files `tests/silent5.dir/Makefile' and `tests/silent5.dir/config.log', it's easy to detect the

Re: [RFC] AM_ARG_ENABLE

2010-09-07 Thread Ralf Wildenhues
Hi Paolo, * Paolo Bonzini wrote on Tue, Sep 07, 2010 at 07:10:39PM CEST: While looking around at the most common shell idioms in otherwise simple configure.ac files, I found a very common one: AC_ARG_ENABLE([something], [--enable-somethingxyz],, [enable_something=no])

Re: automake po / pot file integration: when to merge the PO files?

2010-09-07 Thread Ralf Wildenhues
Hello, * Yavor Doganov wrote on Tue, Sep 07, 2010 at 10:17:07AM CEST: В Mon, 06 Sep 2010 11:32:54 +0100, Roger Leigh написа: I'd like to suggest that the best way to tackle the problem is to simply stop generating the source file/line number comments by default; I'm already doing this in

verbosity of test failure feedback (was: Automake 1.11.1 glitch?)

2010-09-07 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Tue, Sep 07, 2010 at 06:00:04PM CEST: Darn, I've been sloppy: I should have also asked you to provide us with the (tarred) content of the temporary test directory `tests/silent5.dir'. Could you kindly send this over to the list too? (NOTE to self and to Ralf: