Re: [Vala] Vala support for automake

2009-04-01 Thread Michael Terry
2009/3/31 Ralf Wildenhues : > 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 is an Ubuntu PPA at

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 * 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 --- a/tests/instdir-java.tes

Fix instdir-java.test failure

2009-04-01 Thread Andreas Schwab
The instdir-java.test says it requires gcj when in fact it requires javac. Andreas. 2009-04-01 Andreas Schwab * tests/instdir-java.test (required): Require javac, not gcj. diff --git a/tests/instdir-java.test b/tests/instdir-java.test index 54826c8..29fcc1d 100755 --- a/tests/instdir

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 o