Re: parallel-tests: redo lazy checking: recheck and RECHECK_LOGS.

2009-04-01 Thread Akim Demaille
Le 31 mars 09 à 01:01, Ralf Wildenhues a écrit : Salut Ralf ! * Akim Demaille wrote on Mon, Mar 30, 2009 at 09:50:59PM CEST: Le 29 mars 09 à 00:04, Ralf Wildenhues a écrit : I often use STRICT_TEST_LOGS = $(shell $(LIST_FAILED_TEST_LOGS)) which makes all failing test strict. In

Re: Fix instdir-java.test failure

2009-04-01 Thread Andreas Schwab
Here is a better way to fix the failure. Andreas. 2009-04-01 Andreas Schwab sch...@linux-m68k.org * tests/instdir-java.test: Don't require gcj. Skip if javac is not available. diff --git a/tests/instdir-java.test b/tests/instdir-java.test index 54826c8..186871c 100755 ---

Re: [Vala] Vala support for automake

2009-04-01 Thread Michael Terry
2009/3/31 Ralf Wildenhues ralf.wildenh...@gmx.de: Where can I get a recent vala compiler to install, and if there isn't an unofficial Debian package for it yet (and the build-deps have changed compared to 0.5.7.1), what other packages do I need to install it? Thanks. sid has 0.5.7 and there

Convenience programs

2009-04-01 Thread Russell Shaw
Hi, In /proj/keysyms, i have a Makefile.am and it generates a genkeysyms program in C. /proj/src contains a Makefile.am and it generates source files in this directory using ../keysyms/genkeysyms, then uses these sources in the rest of the compile. /proj/src/Makefile.am has:

Dealing with .asm files

2009-04-01 Thread Robert Homann
Hi! Recently, I worked on a not-yet-autoconfiscated project that contains files with .asm extensions. These files should be treated just like .s files by Automake, but Automake doesn't know the .asm extension, urging me to duplicate the rules for .s files in this project (the maintainer would

Re: Troubles with proc*C and automake version 1.10

2009-04-01 Thread Ralf Wildenhues
Hallo Annie, * acprdoer wrote on Wed, Apr 01, 2009 at 03:16:04PM CEST: The project has migrated to solaris 10 and a new version of automake (1.10.2), it was previously on Solaris 8 with an automake version 1.4. The automake dos not produce any makefile.in on the new server : it says :

Re: tracking dependencies of built sources

2009-04-01 Thread Ralf Wildenhues
Hello, * dherr...@ll.mit.edu wrote on Tue, Mar 31, 2009 at 06:00:37PM CEST: I'm using Qt 4's moc to generate source files in an autotools project. The pattern looks something like cat _EOF Makefile.am # Makefile fragment bin_PROGRAMS=test test_SOURCES=a.cpp b.cpp test_META=a.hpp b.hpp

Re: Dealing with .asm files

2009-04-01 Thread Ralf Wildenhues
Hello Robert, * Robert Homann wrote on Wed, Apr 01, 2009 at 01:21:42PM CEST: Duplicating rules seemed all wrong to me, so I tried adding '.asm' right after '.s' to the corresponding register_language() call in automake instead, and it just worked then. Now, would it hurt to add this

Re: Spurious testsuite failures

2009-04-01 Thread Ralf Wildenhues
Hello Andreas, * Andreas Schwab wrote on Wed, Apr 01, 2009 at 02:35:49PM CEST: I'm getting several failures in the automake testsuite, for example: FAIL: libtool.test (exit: 1) + aclocal-1.10b -Werror -Wno-syntax -I /home/andreas/src/osc/automake/BUILD/automake-1.10b/tests/../m4 -I

Re: GNU M4 1.4.13 released (stable)

2009-04-01 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [adding some lists; I'm assuming you are okay with that] According to Bob Friesenhahn on 4/1/2009 12:40 PM: I was able to build ok but was not sure if the right tools were being used in the build since I could not see what it was doing. Then I

silent build rules (was: GNU M4 1.4.13 released (stable))

2009-04-01 Thread Ralf Wildenhues
* Eric Blake wrote on Wed, Apr 01, 2009 at 08:52:36PM CEST: According to Bob Friesenhahn on 4/1/2009 12:40 PM: It seems that I will need to permanently define and export the arbitrary variable 'V' in my shell environment in order to avoid confusion later since I won't know how a build

Re: silent build rules (was: GNU M4 1.4.13 released (stable))

2009-04-01 Thread Bob Friesenhahn
On Wed, 1 Apr 2009, Ralf Wildenhues wrote: * Eric Blake wrote on Wed, Apr 01, 2009 at 08:52:36PM CEST: According to Bob Friesenhahn on 4/1/2009 12:40 PM: It seems that I will need to permanently define and export the arbitrary variable 'V' in my shell environment in order to avoid confusion

Re: Convenience programs

2009-04-01 Thread Russell Shaw
John Calcote wrote: Russell, On 4/1/2009 4:47 AM, Russell Shaw wrote: ... proj/Makefile.am should contain: SUBDIRS = ... keysyms ... src ... Just makesure keysyms is given before src in that list. Thanks, it works now:)

Re: silent build rules

2009-04-01 Thread Bob Friesenhahn
On Wed, 1 Apr 2009, Eric Blake wrote: What's to say that the only reason the default was so verbose was because nobody had a better option? I personally like the quieter builds, because it makes warnings much easier to identify and eliminate. Yes, of course. But identifying and eliminating