[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug#11093: [platform-testers] Automake 1.11.3b test release
From: |
Bruno Haible |
Subject: |
Re: bug#11093: [platform-testers] Automake 1.11.3b test release |
Date: |
Sat, 21 Apr 2012 19:50:03 +0200 |
User-agent: |
KMail/4.7.4 (Linux/3.1.0-1.2-desktop; KDE/4.7.4; x86_64; ; ) |
Hi Stefano,
> How to reproduce:
> 1. Unpack automake-1.11d.tar.gz
> 2. patch -p1 <
> .../0001-vala-configure-exit-with-status-77-not-1-if-valac-ve.patch
> 3. ./configure
> 4. make
I managed to work around this. The patch indeed causes the tests to be
skipped, leading to:
...
PASS: t/vala.sh
vala2: skipped test: pkg-config m4 macros not found
SKIP: t/vala2.sh
vala3: skipped test: pkg-config m4 macros not found
SKIP: t/vala3.sh
PASS: t/vala4.sh
vala5: skipped test: pkg-config m4 macros not found
SKIP: t/vala5.sh
SKIP: t/vala-vapi.sh
vala-headers: skipped test: pkg-config m4 macros not found
SKIP: t/vala-headers.sh
vala-libs: skipped test: pkg-config m4 macros not found
SKIP: t/vala-libs.sh
SKIP: t/vala-vpath.sh
SKIP: t/vala-mix.sh
SKIP: t/vala-mix2.sh
...
Bruno