From unknown Fri Aug 15 18:50:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14494: ./test-driver missing in t/distcheck-pr10470.sh Resent-From: Peter Rosin Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-automake@gnu.org Resent-Date: Tue, 28 May 2013 23:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 14494 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: 14494@debbugs.gnu.org X-Debbugs-Original-To: bug-automake@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.136978490513734 (code B ref -1); Tue, 28 May 2013 23:49:01 +0000 Received: (at submit) by debbugs.gnu.org; 28 May 2013 23:48:25 +0000 Received: from localhost ([127.0.0.1]:38268 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UhTcu-0003ZR-8r for submit@debbugs.gnu.org; Tue, 28 May 2013 19:48:25 -0400 Received: from eggs.gnu.org ([208.118.235.92]:37810) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UhTcs-0003ZF-Ho for submit@debbugs.gnu.org; Tue, 28 May 2013 19:48:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhTbU-0001mu-4W for submit@debbugs.gnu.org; Tue, 28 May 2013 19:46:57 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-100.3 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD, USER_IN_WHITELIST autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:43089) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhTbU-0001mq-2G for submit@debbugs.gnu.org; Tue, 28 May 2013 19:46:56 -0400 Received: from eggs.gnu.org ([208.118.235.92]:49152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhTbS-0004Ue-KA for bug-automake@gnu.org; Tue, 28 May 2013 19:46:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhTbP-0001lo-0a for bug-automake@gnu.org; Tue, 28 May 2013 19:46:54 -0400 Received: from mail.lysator.liu.se ([2001:6b0:17:f0a0::3]:49774) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhTbO-0001ld-P7 for bug-automake@gnu.org; Tue, 28 May 2013 19:46:50 -0400 Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 1690740003 for ; Wed, 29 May 2013 01:46:50 +0200 (CEST) Received: from [192.168.0.64] (90-227-119-137-no95.business.telia.com [90.227.119.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id E894E40002 for ; Wed, 29 May 2013 01:46:49 +0200 (CEST) Message-ID: <51A541E9.3060101@lysator.liu.se> Date: Wed, 29 May 2013 01:46:49 +0200 From: Peter Rosin User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) Hi! On MSYS, t/distcheck-pr10470.sh from the master branch fails with this log file: Running from installcheck: no Test Protocol: none PATH = /home/peda/automake/t/wrap:/home/peda/automake/t/ax:[elided] ++ pwd /home/peda/automake/t/distcheck-pr10470.dir + mkdir foo.d + sh -c 'cd foo.d && sleep '\''4'\''' + sleep 1 + rm -rf foo.d rm: cannot remove directory `foo.d': Permission denied + echo AC_OUTPUT + cat + cat + chmod a+x foo.test + aclocal-1.99a -Werror + autoconf + automake-1.99a --foreign -Werror -Wall parallel-tests: error: required file './test-driver' not found parallel-tests: 'automake --add-missing' can install 'test-driver' + am_exit_trap 1 + exit_status=1 + set +e + cd /home/peda/automake + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x distcheck-pr10470: exit 1 From unknown Fri Aug 15 18:50:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14494: ./test-driver missing in t/distcheck-pr10470.sh Resent-From: Peter Rosin Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-automake@gnu.org Resent-Date: Wed, 29 May 2013 08:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14494 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: 14494@debbugs.gnu.org Received: via spool by 14494-submit@debbugs.gnu.org id=B14494.136981680121687 (code B ref 14494); Wed, 29 May 2013 08:40:02 +0000 Received: (at 14494) by debbugs.gnu.org; 29 May 2013 08:40:01 +0000 Received: from localhost ([127.0.0.1]:38862 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UhbvE-0005dB-Ce for submit@debbugs.gnu.org; Wed, 29 May 2013 04:40:00 -0400 Received: from mail.lysator.liu.se ([130.236.254.3]:34089) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Uhbv1-0005cH-9b for 14494@debbugs.gnu.org; Wed, 29 May 2013 04:39:46 -0400 Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id AD0B540003 for <14494@debbugs.gnu.org>; Wed, 29 May 2013 10:38:15 +0200 (CEST) Received: from [192.168.0.64] (90-227-119-137-no95.business.telia.com [90.227.119.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 86D6940002 for <14494@debbugs.gnu.org>; Wed, 29 May 2013 10:38:15 +0200 (CEST) Message-ID: <51A5BE77.2000706@lysator.liu.se> Date: Wed, 29 May 2013 10:38:15 +0200 From: Peter Rosin User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 References: <51A541E9.3060101@lysator.liu.se> In-Reply-To: <51A541E9.3060101@lysator.liu.se> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Spam-Score: -1.1 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.0 (---) On 2013-05-29 01:46, Peter Rosin wrote: > Hi! > > On MSYS, t/distcheck-pr10470.sh from the master branch fails with this > log file: The problem is the same on the micro branch (87e49f4f040c8ab). Cheers, Peter From unknown Fri Aug 15 18:50:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14494: ./test-driver missing in t/distcheck-pr10470.sh Resent-From: Stefano Lattarini Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-automake@gnu.org Resent-Date: Wed, 29 May 2013 08:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14494 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: Peter Rosin Cc: 14494@debbugs.gnu.org Received: via spool by 14494-submit@debbugs.gnu.org id=B14494.136981753523428 (code B ref 14494); Wed, 29 May 2013 08:53:02 +0000 Received: (at 14494) by debbugs.gnu.org; 29 May 2013 08:52:15 +0000 Received: from localhost ([127.0.0.1]:38884 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Uhc7B-00065o-K5 for submit@debbugs.gnu.org; Wed, 29 May 2013 04:52:14 -0400 Received: from mail-bk0-f42.google.com ([209.85.214.42]:38207) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Uhc79-00065W-J3 for 14494@debbugs.gnu.org; Wed, 29 May 2013 04:52:12 -0400 Received: by mail-bk0-f42.google.com with SMTP id jk13so4775526bkc.1 for <14494@debbugs.gnu.org>; Wed, 29 May 2013 01:50:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=XPqEJHLtYOWq1GAcLOmwYXCNsbD40twRWhXsyGoz/KI=; b=cGu7YCuhDTKy1nSozo0OgfZFiZR4v9ZHHJvgbWagRH6gu2IuMKn38yHL2VevmCe7LM gVtPEVXocUvx9tHGj2vAvpOBkE56FplNyfIs8Iw1XKqhR5vnVXYoejwTCi0oPH2gJzQl WrHcIh2Qf59IiQhF5QbR/cql2AVaOtlmDCyqdQcxUEYdCGGU29oOW99GObQOIMJzKUa+ khIuo/B7YQALMh8e8cLm32FLcn231xM0mGF7Lu7FO6MwS8advdesgkpcVcrWqoN1/O03 GxUj9SsF2C8o18XBMvPpKOe3V8TB1/Fc6q/lNmTtplBLFWPZiuqItQDJ473MhxzSh02e Ugxg== X-Received: by 10.205.26.9 with SMTP id rk9mr531396bkb.39.1369817443246; Wed, 29 May 2013 01:50:43 -0700 (PDT) Received: from [192.168.178.20] (host93-95-dynamic.6-79-r.retail.telecomitalia.it. [79.6.95.93]) by mx.google.com with ESMTPSA id da16sm11423331bkb.2.2013.05.29.01.50.41 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 29 May 2013 01:50:42 -0700 (PDT) Message-ID: <51A5C160.1040103@gmail.com> Date: Wed, 29 May 2013 10:50:40 +0200 From: Stefano Lattarini MIME-Version: 1.0 References: <51A541E9.3060101@lysator.liu.se> In-Reply-To: <51A541E9.3060101@lysator.liu.se> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) On 05/29/2013 01:46 AM, Peter Rosin wrote: > Hi! > Hi Peter, thanks for the report (and the plethora of the following ones :-) > On MSYS, t/distcheck-pr10470.sh from the master branch fails with this > log file: > Ah, this test is always skipped on POSIX systems, so I never got to update it when the default was switched from serial-tests to parallel-tests. It has probably bit-rotten a little. > Running from installcheck: no > Test Protocol: none > PATH = /home/peda/automake/t/wrap:/home/peda/automake/t/ax:[elided] > ++ pwd > /home/peda/automake/t/distcheck-pr10470.dir > + mkdir foo.d > + sh -c 'cd foo.d && sleep '\''4'\''' > + sleep 1 > + rm -rf foo.d > rm: cannot remove directory `foo.d': Permission denied > + echo AC_OUTPUT > + cat > + cat > + chmod a+x foo.test > + aclocal-1.99a -Werror > + autoconf > + automake-1.99a --foreign -Werror -Wall > parallel-tests: error: required file './test-driver' not found > parallel-tests: 'automake --add-missing' can install 'test-driver' > + am_exit_trap 1 > + exit_status=1 > + set +e > + cd /home/peda/automake > + test none = tap > + case $am_explicit_skips in > + test 1 -eq 0 > + keep_testdirs=yes > + am_keeping_testdirs > + case $keep_testdirs in > + return 0 > + set +x > distcheck-pr10470: exit 1 > > The same failure should be present also in the 'micro' branch (as I see you have already confirmed). And it should be easily fixable by adding the "--add-missing" option to the Automake invocation. Can you confirm? If yes, feel free to push the obvious patch to fix the issue (a reference to the bug number in the commit message would be nice, as usual). Thanks, Stefano From unknown Fri Aug 15 18:50:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14494: ./test-driver missing in t/distcheck-pr10470.sh Resent-From: Peter Rosin Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-automake@gnu.org Resent-Date: Wed, 29 May 2013 13:35:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14494 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: Stefano Lattarini Cc: 14494@debbugs.gnu.org Received: via spool by 14494-submit@debbugs.gnu.org id=B14494.1369834496604 (code B ref 14494); Wed, 29 May 2013 13:35:03 +0000 Received: (at 14494) by debbugs.gnu.org; 29 May 2013 13:34:56 +0000 Received: from localhost ([127.0.0.1]:39429 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UhgWi-00009d-Fr for submit@debbugs.gnu.org; Wed, 29 May 2013 09:34:54 -0400 Received: from mail.lysator.liu.se ([130.236.254.3]:45283) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UhgWT-00009C-Kh for 14494@debbugs.gnu.org; Wed, 29 May 2013 09:34:44 -0400 Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 05DAB40003; Wed, 29 May 2013 15:33:12 +0200 (CEST) Received: from [192.168.0.64] (90-227-119-137-no95.business.telia.com [90.227.119.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 7AB7940002; Wed, 29 May 2013 15:33:11 +0200 (CEST) Message-ID: <51A60396.9030608@lysator.liu.se> Date: Wed, 29 May 2013 15:33:10 +0200 From: Peter Rosin User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 References: <51A541E9.3060101@lysator.liu.se> <51A5C160.1040103@gmail.com> In-Reply-To: <51A5C160.1040103@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Spam-Score: -3.0 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.0 (---) On 2013-05-29 10:50, Stefano Lattarini wrote: > On 05/29/2013 01:46 AM, Peter Rosin wrote: >> Hi! >> > Hi Peter, thanks for the report (and the plethora of the following > ones :-) > >> On MSYS, t/distcheck-pr10470.sh from the master branch fails with this >> log file: >> > Ah, this test is always skipped on POSIX systems, so I never got to update > it when the default was switched from serial-tests to parallel-tests. It > has probably bit-rotten a little. *snip* > The same failure should be present also in the 'micro' branch (as I see you > have already confirmed). And it should be easily fixable by adding the > "--add-missing" option to the Automake invocation. Can you confirm? If > yes, feel free to push the obvious patch to fix the issue (a reference to > the bug number in the commit message would be nice, as usual). When I do that, I get further, but the test is still b0rked... Cheers, Peter Running from installcheck: no Test Protocol: none PATH = /home/peda/automake/t/wrap:/home/peda/automake/t/ax:[elided] ++ pwd /home/peda/automake/t/distcheck-pr10470.dir + mkdir foo.d + sh -c 'cd foo.d && sleep '\''4'\''' + sleep 1 + rm -rf foo.d rm: cannot remove directory `foo.d': Permission denied + echo AC_OUTPUT + cat + cat + chmod a+x foo.test + aclocal-1.13 -Werror + autoconf + automake-1.13 --foreign -Werror -Wall -a parallel-tests: installing './test-driver' + ./configure checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + run_make -M -e FAIL distcheck + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdall=yes + shift + test 3 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.81 + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make distcheck + set +x + test 0 -eq 253 + test yes = yes + cat output make dist-gzip am__post_remove_distdir='@:' make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir' if test -d "distcheck-pr10470-1.0"; then find "distcheck-pr10470-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "distcheck-pr10470-1.0" || { sleep 5 && rm -rf "distcheck-pr10470-1.0"; }; else :; fi test -d "distcheck-pr10470-1.0" || mkdir "distcheck-pr10470-1.0" test -n "" \ || find "distcheck-pr10470-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /home/peda/automake/t/distcheck-pr10470.dir/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "distcheck-pr10470-1.0" tardir=distcheck-pr10470-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >distcheck-pr10470-1.0.tar.gz make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir' if test -d "distcheck-pr10470-1.0"; then find "distcheck-pr10470-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "distcheck-pr10470-1.0" || { sleep 5 && rm -rf "distcheck-pr10470-1.0"; }; else :; fi case 'distcheck-pr10470-1.0.tar.gz' in \ *.tar.gz*) \ GZIP=--best gzip -dc distcheck-pr10470-1.0.tar.gz | ${TAR-tar} xf - ;;\ *.tar.bz2*) \ bzip2 -dc distcheck-pr10470-1.0.tar.bz2 | ${TAR-tar} xf - ;;\ *.tar.lz*) \ lzip -dc distcheck-pr10470-1.0.tar.lz | ${TAR-tar} xf - ;;\ *.tar.xz*) \ xz -dc distcheck-pr10470-1.0.tar.xz | ${TAR-tar} xf - ;;\ *.tar.Z*) \ uncompress -c distcheck-pr10470-1.0.tar.Z | ${TAR-tar} xf - ;;\ *.shar.gz*) \ GZIP=--best gzip -dc distcheck-pr10470-1.0.shar.gz | unshar ;;\ *.zip*) \ unzip distcheck-pr10470-1.0.zip ;;\ esac chmod -R a-w distcheck-pr10470-1.0 chmod u+w distcheck-pr10470-1.0 mkdir distcheck-pr10470-1.0/_build distcheck-pr10470-1.0/_inst chmod a-w distcheck-pr10470-1.0 test -d distcheck-pr10470-1.0/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd distcheck-pr10470-1.0/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd distcheck-pr10470-1.0/_build \ && ../configure --srcdir=.. --prefix="$dc_install_base" \ \ \ && make \ && make dvi \ && make check \ && make install \ && make installcheck \ && make uninstall \ && make distuninstallcheck_dir="$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$dc_destdir") \ && make DESTDIR="$dc_destdir" install \ && make DESTDIR="$dc_destdir" uninstall \ && make DESTDIR="$dc_destdir" \ distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \ } || { rm -rf "$dc_destdir"; exit 1; }) \ && rm -rf "$dc_destdir" \ && make dist \ && rm -rf distcheck-pr10470-1.0.tar.gz \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Nothing to be done for `dvi'. make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make check-TESTS make[2]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[3]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' PASS: foo.test make[4]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' ============================================================================ Testsuite summary for distcheck-pr10470 1.0 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[2]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[2]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Nothing to be done for `installcheck'. make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Nothing to be done for `uninstall'. make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[2]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Nothing to be done for `uninstall'. make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make dist-gzip am__post_remove_distdir='@:' make[2]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' if test -d "distcheck-pr10470-1.0"; then find "distcheck-pr10470-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "distcheck-pr10470-1.0" || { sleep 5 && rm -rf "distcheck-pr10470-1.0"; }; else :; fi test -d "distcheck-pr10470-1.0" || mkdir "distcheck-pr10470-1.0" test -n "" \ || find "distcheck-pr10470-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "distcheck-pr10470-1.0" tardir=distcheck-pr10470-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >distcheck-pr10470-1.0.tar.gz make[2]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' if test -d "distcheck-pr10470-1.0"; then find "distcheck-pr10470-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "distcheck-pr10470-1.0" || { sleep 5 && rm -rf "distcheck-pr10470-1.0"; }; else :; fi make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' test -z "foo.log" || rm -f foo.log test -z "foo.trs" || rm -f foo.trs test -z "test-suite.log" || rm -f test-suite.log test -z "" || rm -f test . = ".." || test -z "" || rm -f rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile find: `./foo.log': Permission denied make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' if test -d "distcheck-pr10470-1.0"; then find "distcheck-pr10470-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "distcheck-pr10470-1.0" || { sleep 5 && rm -rf "distcheck-pr10470-1.0"; }; else :; fi find: `distcheck-pr10470-1.0/_build/foo.log': Permission denied ======================================================= distcheck-pr10470-1.0 archives ready for distribution: distcheck-pr10470-1.0.tar.gz ======================================================= + case $am__make_rc_exp in + test 0 -gt 0 + return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /home/peda/automake + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x distcheck-pr10470: exit 1 From unknown Fri Aug 15 18:50:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14494: ./test-driver missing in t/distcheck-pr10470.sh Resent-From: Stefano Lattarini Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-automake@gnu.org Resent-Date: Wed, 29 May 2013 14:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14494 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: Peter Rosin Cc: 14494@debbugs.gnu.org Received: via spool by 14494-submit@debbugs.gnu.org id=B14494.13698375167333 (code B ref 14494); Wed, 29 May 2013 14:26:01 +0000 Received: (at 14494) by debbugs.gnu.org; 29 May 2013 14:25:16 +0000 Received: from localhost ([127.0.0.1]:39983 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UhhJR-0001tb-7o for submit@debbugs.gnu.org; Wed, 29 May 2013 10:25:15 -0400 Received: from mail-bk0-f47.google.com ([209.85.214.47]:63576) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UhhJN-0001t2-TV for 14494@debbugs.gnu.org; Wed, 29 May 2013 10:25:11 -0400 Received: by mail-bk0-f47.google.com with SMTP id jg1so4877429bkc.6 for <14494@debbugs.gnu.org>; Wed, 29 May 2013 07:23:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=qSkluiZTTDgnIDcrCg1WonUcnbmupYG8AfvKJjgU+EU=; b=nUA5lprOroq9lnIvwDOWBC2RxKATs+5OQqxed5SgBzvBicDMwkjON0y5uePRrruUzF Eq8eAXKUM0jojnYElpIo5YaE/TxjceAq67yCH5Rq0UFBKr2OvM9DxKrSNDsR72W2C4XJ wIYSjcXxqx2pMOjBGGB78HOFnHO3fiEeXfKXrrn6qMBSCiLAgmq+6Hk0gtp2d5aA3KKz Uy3MRHsAS2e6u6fJtJ4EnVQ3WensHO+sOIgCv5JXjkNUZp5kKoQ7BmQLqYvRzNSLbTIg fGj3M2cHJQm1kjYa/njvQ5qqiz2o2FouG20BrXb12JAZwSuRDwRLkpnPKZTFHNu3/pF+ QyeA== X-Received: by 10.204.189.204 with SMTP id df12mr755097bkb.144.1369837420156; Wed, 29 May 2013 07:23:40 -0700 (PDT) Received: from [192.168.178.20] (host93-95-dynamic.6-79-r.retail.telecomitalia.it. [79.6.95.93]) by mx.google.com with ESMTPSA id np10sm3200600bkb.10.2013.05.29.07.23.38 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 29 May 2013 07:23:39 -0700 (PDT) Message-ID: <51A60F69.8080403@gmail.com> Date: Wed, 29 May 2013 16:23:37 +0200 From: Stefano Lattarini MIME-Version: 1.0 References: <51A541E9.3060101@lysator.liu.se> <51A5C160.1040103@gmail.com> <51A60396.9030608@lysator.liu.se> In-Reply-To: <51A60396.9030608@lysator.liu.se> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) On 05/29/2013 03:33 PM, Peter Rosin wrote: > On 2013-05-29 10:50, Stefano Lattarini wrote: >> On 05/29/2013 01:46 AM, Peter Rosin wrote: >>> Hi! >>> >> Hi Peter, thanks for the report (and the plethora of the following >> ones :-) >> >>> On MSYS, t/distcheck-pr10470.sh from the master branch fails with this >>> log file: >>> >> Ah, this test is always skipped on POSIX systems, so I never got to update >> it when the default was switched from serial-tests to parallel-tests. It >> has probably bit-rotten a little. > > *snip* > >> The same failure should be present also in the 'micro' branch (as I see you >> have already confirmed). And it should be easily fixable by adding the >> "--add-missing" option to the Automake invocation. Can you confirm? If >> yes, feel free to push the obvious patch to fix the issue (a reference to >> the bug number in the commit message would be nice, as usual). > > When I do that, I get further, but the test is still b0rked... > Oh damn, that's due to a botched edit on my part during the $MAKE -> run_make conversion. Just drop the "-e FAIL" part from the 'run_make' command line and everything should be fine. Thanks, and sorry for the breakage, Stefano From unknown Fri Aug 15 18:50:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14494: ./test-driver missing in t/distcheck-pr10470.sh Resent-From: Peter Rosin Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-automake@gnu.org Resent-Date: Wed, 29 May 2013 14:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14494 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: Stefano Lattarini Cc: 14494@debbugs.gnu.org Received: via spool by 14494-submit@debbugs.gnu.org id=B14494.136983903515477 (code B ref 14494); Wed, 29 May 2013 14:51:01 +0000 Received: (at 14494) by debbugs.gnu.org; 29 May 2013 14:50:35 +0000 Received: from localhost ([127.0.0.1]:40067 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Uhhhx-00041Z-P5 for submit@debbugs.gnu.org; Wed, 29 May 2013 10:50:34 -0400 Received: from mail.lysator.liu.se ([130.236.254.3]:49838) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Uhhht-00041J-0S for 14494@debbugs.gnu.org; Wed, 29 May 2013 10:50:32 -0400 Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 7145240003; Wed, 29 May 2013 16:49:03 +0200 (CEST) Received: from [192.168.0.64] (90-227-119-137-no95.business.telia.com [90.227.119.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id C736A40002; Wed, 29 May 2013 16:49:02 +0200 (CEST) Message-ID: <51A6155D.7000409@lysator.liu.se> Date: Wed, 29 May 2013 16:49:01 +0200 From: Peter Rosin User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 References: <51A541E9.3060101@lysator.liu.se> <51A5C160.1040103@gmail.com> <51A60396.9030608@lysator.liu.se> <51A60F69.8080403@gmail.com> In-Reply-To: <51A60F69.8080403@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Spam-Score: -3.0 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.0 (---) On 2013-05-29 16:23, Stefano Lattarini wrote: > On 05/29/2013 03:33 PM, Peter Rosin wrote: >> On 2013-05-29 10:50, Stefano Lattarini wrote: >>> On 05/29/2013 01:46 AM, Peter Rosin wrote: >>>> Hi! >>>> >>> Hi Peter, thanks for the report (and the plethora of the following >>> ones :-) >>> >>>> On MSYS, t/distcheck-pr10470.sh from the master branch fails with this >>>> log file: >>>> >>> Ah, this test is always skipped on POSIX systems, so I never got to update >>> it when the default was switched from serial-tests to parallel-tests. It >>> has probably bit-rotten a little. >> >> *snip* >> >>> The same failure should be present also in the 'micro' branch (as I see you >>> have already confirmed). And it should be easily fixable by adding the >>> "--add-missing" option to the Automake invocation. Can you confirm? If >>> yes, feel free to push the obvious patch to fix the issue (a reference to >>> the bug number in the commit message would be nice, as usual). >> >> When I do that, I get further, but the test is still b0rked... >> > Oh damn, that's due to a botched edit on my part during the $MAKE -> run_make > conversion. Just drop the "-e FAIL" part from the 'run_make' command line > and everything should be fine. Still no go... Cheers, Peter Running from installcheck: no Test Protocol: none PATH = /home/peda/automake/t/wrap:/home/peda/automake/t/ax:[elided] ++ pwd /home/peda/automake/t/distcheck-pr10470.dir + mkdir foo.d + sh -c 'cd foo.d && sleep '\''4'\''' + sleep 1 + rm -rf foo.d rm: cannot remove directory `foo.d': Permission denied + echo AC_OUTPUT + cat + cat + chmod a+x foo.test + aclocal-1.13 -Werror + autoconf + automake-1.13 --foreign -Werror -Wall -a parallel-tests: installing './test-driver' + ./configure checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + run_make -M distcheck + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 2 -gt 0 + case $1 in + am__make_redirect_stdall=yes + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.81 + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make distcheck + set +x + test 0 -eq 253 + test yes = yes + cat output make dist-gzip am__post_remove_distdir='@:' make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir' if test -d "distcheck-pr10470-1.0"; then find "distcheck-pr10470-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "distcheck-pr10470-1.0" || { sleep 5 && rm -rf "distcheck-pr10470-1.0"; }; else :; fi test -d "distcheck-pr10470-1.0" || mkdir "distcheck-pr10470-1.0" test -n "" \ || find "distcheck-pr10470-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /home/peda/automake/t/distcheck-pr10470.dir/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "distcheck-pr10470-1.0" tardir=distcheck-pr10470-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >distcheck-pr10470-1.0.tar.gz make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir' if test -d "distcheck-pr10470-1.0"; then find "distcheck-pr10470-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "distcheck-pr10470-1.0" || { sleep 5 && rm -rf "distcheck-pr10470-1.0"; }; else :; fi case 'distcheck-pr10470-1.0.tar.gz' in \ *.tar.gz*) \ GZIP=--best gzip -dc distcheck-pr10470-1.0.tar.gz | ${TAR-tar} xf - ;;\ *.tar.bz2*) \ bzip2 -dc distcheck-pr10470-1.0.tar.bz2 | ${TAR-tar} xf - ;;\ *.tar.lz*) \ lzip -dc distcheck-pr10470-1.0.tar.lz | ${TAR-tar} xf - ;;\ *.tar.xz*) \ xz -dc distcheck-pr10470-1.0.tar.xz | ${TAR-tar} xf - ;;\ *.tar.Z*) \ uncompress -c distcheck-pr10470-1.0.tar.Z | ${TAR-tar} xf - ;;\ *.shar.gz*) \ GZIP=--best gzip -dc distcheck-pr10470-1.0.shar.gz | unshar ;;\ *.zip*) \ unzip distcheck-pr10470-1.0.zip ;;\ esac chmod -R a-w distcheck-pr10470-1.0 chmod u+w distcheck-pr10470-1.0 mkdir distcheck-pr10470-1.0/_build distcheck-pr10470-1.0/_inst chmod a-w distcheck-pr10470-1.0 test -d distcheck-pr10470-1.0/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd distcheck-pr10470-1.0/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd distcheck-pr10470-1.0/_build \ && ../configure --srcdir=.. --prefix="$dc_install_base" \ \ \ && make \ && make dvi \ && make check \ && make install \ && make installcheck \ && make uninstall \ && make distuninstallcheck_dir="$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$dc_destdir") \ && make DESTDIR="$dc_destdir" install \ && make DESTDIR="$dc_destdir" uninstall \ && make DESTDIR="$dc_destdir" \ distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \ } || { rm -rf "$dc_destdir"; exit 1; }) \ && rm -rf "$dc_destdir" \ && make dist \ && rm -rf distcheck-pr10470-1.0.tar.gz \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Nothing to be done for `dvi'. make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make check-TESTS make[2]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[3]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' PASS: foo.test make[4]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' ============================================================================ Testsuite summary for distcheck-pr10470 1.0 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[2]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[2]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Nothing to be done for `installcheck'. make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Nothing to be done for `uninstall'. make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[2]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Nothing to be done for `uninstall'. make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make dist-gzip am__post_remove_distdir='@:' make[2]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' if test -d "distcheck-pr10470-1.0"; then find "distcheck-pr10470-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "distcheck-pr10470-1.0" || { sleep 5 && rm -rf "distcheck-pr10470-1.0"; }; else :; fi test -d "distcheck-pr10470-1.0" || mkdir "distcheck-pr10470-1.0" test -n "" \ || find "distcheck-pr10470-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "distcheck-pr10470-1.0" tardir=distcheck-pr10470-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >distcheck-pr10470-1.0.tar.gz make[2]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' if test -d "distcheck-pr10470-1.0"; then find "distcheck-pr10470-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "distcheck-pr10470-1.0" || { sleep 5 && rm -rf "distcheck-pr10470-1.0"; }; else :; fi make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' test -z "foo.log" || rm -f foo.log test -z "foo.trs" || rm -f foo.trs test -z "test-suite.log" || rm -f test-suite.log test -z "" || rm -f test . = ".." || test -z "" || rm -f rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile find: `./foo.log': Permission denied make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' if test -d "distcheck-pr10470-1.0"; then find "distcheck-pr10470-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "distcheck-pr10470-1.0" || { sleep 5 && rm -rf "distcheck-pr10470-1.0"; }; else :; fi find: `distcheck-pr10470-1.0/_build/foo.log': Permission denied ======================================================= distcheck-pr10470-1.0 archives ready for distribution: distcheck-pr10470-1.0.tar.gz ======================================================= + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 0 -eq 0 + grep 'rm:.*' output + fatal_ 'expected code path not covered' + warn_ 'distcheck-pr10470: hard error: expected code path not covered' + echo 'distcheck-pr10470: hard error: expected code path not covered' + _am_exit 99 + set +e + test 77 = 99 + exit 99 + exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /home/peda/automake + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x distcheck-pr10470: exit 99 From unknown Fri Aug 15 18:50:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14494: ./test-driver missing in t/distcheck-pr10470.sh Resent-From: Stefano Lattarini Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-automake@gnu.org Resent-Date: Wed, 29 May 2013 14:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14494 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: Peter Rosin Cc: 14494@debbugs.gnu.org Received: via spool by 14494-submit@debbugs.gnu.org id=B14494.136983941816338 (code B ref 14494); Wed, 29 May 2013 14:57:02 +0000 Received: (at 14494) by debbugs.gnu.org; 29 May 2013 14:56:58 +0000 Received: from localhost ([127.0.0.1]:40081 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Uhho0-0004FH-29 for submit@debbugs.gnu.org; Wed, 29 May 2013 10:56:57 -0400 Received: from mail-ee0-f53.google.com ([74.125.83.53]:50586) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Uhhnt-0004Ek-Mt for 14494@debbugs.gnu.org; Wed, 29 May 2013 10:56:44 -0400 Received: by mail-ee0-f53.google.com with SMTP id c1so5524400eek.40 for <14494@debbugs.gnu.org>; Wed, 29 May 2013 07:55:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=QGNiyQdJrRDd8WrDEyFfha0EqYgcj7CuwYGXoMwTvhI=; b=PQSO9AXsiB0LwqZZCYMHQaVcpinVAJ34GaJdp3R/mMLr01en20L248gH1fiJsO1Wbg 0U4/RUl7bVqQFb+SaAz8X/wLCUV/wHF4XiLJTZUjM6f9bdE82W13SayRxbJ1gfBPzwr/ DaZWgEnNg+XoWlEURIfp3Q9PU4r0ed+djs0cOMGM6otdt4PtaL2nzA3SG45ZA3GyHlpU zTobEmJ6u81+zr5aWPO7hFfpMTSho1GlOckAoDYtmtOwNs0C41EW4HIHmLPdxYf+DSu1 1JFa5EV6ntnv1sYWCL/3KTfB4yFI+L4CWVbXJwDTtd/bXdtF9RH7STtOirBwhbd/cHwx iqNQ== X-Received: by 10.14.32.133 with SMTP id o5mr3898767eea.64.1369839311567; Wed, 29 May 2013 07:55:11 -0700 (PDT) Received: from [192.168.178.21] (host93-95-dynamic.6-79-r.retail.telecomitalia.it. [79.6.95.93]) by mx.google.com with ESMTPSA id m48sm54769503eeh.16.2013.05.29.07.55.09 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 29 May 2013 07:55:10 -0700 (PDT) Message-ID: <51A616C2.3060309@gmail.com> Date: Wed, 29 May 2013 16:54:58 +0200 From: Stefano Lattarini MIME-Version: 1.0 References: <51A541E9.3060101@lysator.liu.se> <51A5C160.1040103@gmail.com> <51A60396.9030608@lysator.liu.se> <51A60F69.8080403@gmail.com> <51A6155D.7000409@lysator.liu.se> In-Reply-To: <51A6155D.7000409@lysator.liu.se> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) On 05/29/2013 04:49 PM, Peter Rosin wrote: > > [SNIP] > > Still no go... > > [SNIP] > > make[2]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' > if test -d "distcheck-pr10470-1.0"; then find "distcheck-pr10470-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "distcheck-pr10470-1.0" || { sleep 5 && rm -rf "distcheck-pr10470-1.0"; }; else :; fi > make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' > make[1]: Entering directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' > test -z "foo.log" || rm -f foo.log > test -z "foo.trs" || rm -f foo.trs > test -z "test-suite.log" || rm -f test-suite.log > test -z "" || rm -f > test . = ".." || test -z "" || rm -f > rm -f config.status config.cache config.log configure.lineno config.status.lineno > rm -f Makefile > find: `./foo.log': Permission denied > make[1]: Leaving directory `/home/peda/automake/t/distcheck-pr10470.dir/distcheck-pr10470-1.0/_build' > if test -d "distcheck-pr10470-1.0"; then find "distcheck-pr10470-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "distcheck-pr10470-1.0" || { sleep 5 && rm -rf "distcheck-pr10470-1.0"; }; else :; fi > find: `distcheck-pr10470-1.0/_build/foo.log': Permission denied > ======================================================= > distcheck-pr10470-1.0 archives ready for distribution: > distcheck-pr10470-1.0.tar.gz > ======================================================= > + case $am__make_rc_exp in > + test 0 -ge 0 > + test 0 -le 255 > + test 0 -eq 0 > + grep 'rm:.*' output > What if you do something like: $EGREP "(^| )(rm|find):.*$distdir" output instead? > + fatal_ 'expected code path not covered' > + warn_ 'distcheck-pr10470: hard error: expected code path not covered' > + echo 'distcheck-pr10470: hard error: expected code path not covered' > [SNIP] Thanks, Stefano From unknown Fri Aug 15 18:50:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14494: ./test-driver missing in t/distcheck-pr10470.sh Resent-From: Peter Rosin Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-automake@gnu.org Resent-Date: Wed, 29 May 2013 15:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14494 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: "automake-patches@gnu.org" Cc: 14494@debbugs.gnu.org Received: via spool by 14494-submit@debbugs.gnu.org id=B14494.136984094323557 (code B ref 14494); Wed, 29 May 2013 15:23:02 +0000 Received: (at 14494) by debbugs.gnu.org; 29 May 2013 15:22:23 +0000 Received: from localhost ([127.0.0.1]:40138 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UhiCk-00067u-TM for submit@debbugs.gnu.org; Wed, 29 May 2013 11:22:23 -0400 Received: from mail.lysator.liu.se ([130.236.254.3]:51910) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UhiCh-00067g-27 for 14494@debbugs.gnu.org; Wed, 29 May 2013 11:22:20 -0400 Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 3F74E40015; Wed, 29 May 2013 17:20:53 +0200 (CEST) Received: from [192.168.0.64] (90-227-119-137-no95.business.telia.com [90.227.119.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 082C640002; Wed, 29 May 2013 17:20:52 +0200 (CEST) Message-ID: <51A61CD4.4000508@lysator.liu.se> Date: Wed, 29 May 2013 17:20:52 +0200 From: Peter Rosin User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 References: <51A541E9.3060101@lysator.liu.se> <51A5C160.1040103@gmail.com> <51A60396.9030608@lysator.liu.se> <51A60F69.8080403@gmail.com> <51A6155D.7000409@lysator.liu.se> <51A616C2.3060309@gmail.com> In-Reply-To: <51A616C2.3060309@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Spam-Score: -3.0 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.0 (---) On 2013-05-29 16:54, Stefano Lattarini wrote: > What if you do something like: > > $EGREP "(^| )(rm|find):.*$distdir" output > > instead? Yup, that did it. Thanks! I'm pushing the following. Cheers, Peter >From eb33ae2b29f33bcf65afc036c9a92a61f77f75e3 Mon Sep 17 00:00:00 2001 From: Peter Rosin Date: Wed, 29 May 2013 17:10:40 +0200 Subject: [PATCH] tests: prune some weed in a non-POSIX test Fixes automake bug#14494. * t/distcheck-pr10470.sh: Make sure the test-driver is installed. Adjust to run_make changes. Adjust grep pattern to match new output. Signed-off-by: Peter Rosin Co-authored-by: Stefano Lattarini --- t/distcheck-pr10470.sh | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/t/distcheck-pr10470.sh b/t/distcheck-pr10470.sh index f6cb160..a2781df 100644 --- a/t/distcheck-pr10470.sh +++ b/t/distcheck-pr10470.sh @@ -45,13 +45,13 @@ chmod a+x foo.test $ACLOCAL $AUTOCONF -$AUTOMAKE +$AUTOMAKE -a ./configure # We can build the distribution. -run_make -M -e FAIL distcheck +run_make -M distcheck # Sanity check: verify that our code has hit a problem removing # the distdir, but has recovered from it. -grep "rm:.*$destdir" output || fatal_ "expected code path not covered" +$EGREP "(^| )(rm|find):.*$distdir" output || fatal_ "expected code path not covered" : -- 1.7.9 From unknown Fri Aug 15 18:50:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14494: ./test-driver missing in t/distcheck-pr10470.sh Resent-From: Stefano Lattarini Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-automake@gnu.org Resent-Date: Wed, 29 May 2013 15:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14494 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: Peter Rosin Cc: 14494@debbugs.gnu.org, "automake-patches@gnu.org" Received: via spool by 14494-submit@debbugs.gnu.org id=B14494.136984181129185 (code B ref 14494); Wed, 29 May 2013 15:37:02 +0000 Received: (at 14494) by debbugs.gnu.org; 29 May 2013 15:36:51 +0000 Received: from localhost ([127.0.0.1]:40200 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UhiQk-0007ag-SI for submit@debbugs.gnu.org; Wed, 29 May 2013 11:36:51 -0400 Received: from mail-ee0-f46.google.com ([74.125.83.46]:47114) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UhiQi-0007aC-2K for 14494@debbugs.gnu.org; Wed, 29 May 2013 11:36:50 -0400 Received: by mail-ee0-f46.google.com with SMTP id e49so5393488eek.5 for <14494@debbugs.gnu.org>; Wed, 29 May 2013 08:35:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=FzA6xrRfHnEjScpbKGJEyOzJP/sNW+rFg05z/6JbP5M=; b=y1KptfYSmrz0EIx705OgO7zOGU7ys3kNT9tfESlaaYwEiKEGi2C7vyZiooHa7EYnTu J8B7t+byrMQC3fKihs6jwj2NdBtR4St/EC8J99JYjAnu5iuWwkwf1zzNKSNYOsrjHx2y kX0jRzrJPjr7uXgIGGrMEg527zhNKczbECthF49zEDvhs01SNYAz8ggHKAHgxtuErvdg FPNvnZQvjKb2b5tidoEeutQoIYphefTNYuvCw18EsUSzeGKOlTz1ggjxAmiwipy90Xrp Z6AxBBcqAi3nLdZeKa3Oo/3PdZXnKt+kwmdqXO30SqXOenRdPn0Z1okymAwMmQtaPyF4 u0iQ== X-Received: by 10.14.119.196 with SMTP id n44mr4230745eeh.73.1369841717937; Wed, 29 May 2013 08:35:17 -0700 (PDT) Received: from [192.168.178.21] (host93-95-dynamic.6-79-r.retail.telecomitalia.it. [79.6.95.93]) by mx.google.com with ESMTPSA id s8sm54697684eeo.4.2013.05.29.08.35.16 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 29 May 2013 08:35:17 -0700 (PDT) Message-ID: <51A62032.8090705@gmail.com> Date: Wed, 29 May 2013 17:35:14 +0200 From: Stefano Lattarini MIME-Version: 1.0 References: <51A541E9.3060101@lysator.liu.se> <51A5C160.1040103@gmail.com> <51A60396.9030608@lysator.liu.se> <51A60F69.8080403@gmail.com> <51A6155D.7000409@lysator.liu.se> <51A616C2.3060309@gmail.com> <51A61CD4.4000508@lysator.liu.se> In-Reply-To: <51A61CD4.4000508@lysator.liu.se> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) On 05/29/2013 05:20 PM, Peter Rosin wrote: > On 2013-05-29 16:54, Stefano Lattarini wrote: >> What if you do something like: >> >> $EGREP "(^| )(rm|find):.*$distdir" output >> >> instead? > > Yup, that did it. Thanks! > > I'm pushing the following. > Nice, thank you. Now only bug#14499 remains to be addressed, right? Does the patch I sent fix the issue? Thanks, Stefano From unknown Fri Aug 15 18:50:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14494: ./test-driver missing in t/distcheck-pr10470.sh Resent-From: Peter Rosin Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-automake@gnu.org Resent-Date: Wed, 29 May 2013 15:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14494 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: Stefano Lattarini Cc: 14494@debbugs.gnu.org, "automake-patches@gnu.org" Received: via spool by 14494-submit@debbugs.gnu.org id=B14494.13698427172277 (code B ref 14494); Wed, 29 May 2013 15:52:02 +0000 Received: (at 14494) by debbugs.gnu.org; 29 May 2013 15:51:57 +0000 Received: from localhost ([127.0.0.1]:40226 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UhifL-0000ae-A6 for submit@debbugs.gnu.org; Wed, 29 May 2013 11:51:56 -0400 Received: from mail.lysator.liu.se ([130.236.254.3]:34849) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UhifJ-0000aT-DY for 14494@debbugs.gnu.org; Wed, 29 May 2013 11:51:54 -0400 Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id D638040003; Wed, 29 May 2013 17:50:27 +0200 (CEST) Received: from [192.168.0.64] (90-227-119-137-no95.business.telia.com [90.227.119.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 8EE4240002; Wed, 29 May 2013 17:50:27 +0200 (CEST) Message-ID: <51A623C2.2020109@lysator.liu.se> Date: Wed, 29 May 2013 17:50:26 +0200 From: Peter Rosin User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 References: <51A541E9.3060101@lysator.liu.se> <51A5C160.1040103@gmail.com> <51A60396.9030608@lysator.liu.se> <51A60F69.8080403@gmail.com> <51A6155D.7000409@lysator.liu.se> <51A616C2.3060309@gmail.com> <51A61CD4.4000508@lysator.liu.se> <51A62032.8090705@gmail.com> In-Reply-To: <51A62032.8090705@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Spam-Score: -3.0 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.0 (---) On 2013-05-29 17:35, Stefano Lattarini wrote: > On 05/29/2013 05:20 PM, Peter Rosin wrote: >> On 2013-05-29 16:54, Stefano Lattarini wrote: >>> What if you do something like: >>> >>> $EGREP "(^| )(rm|find):.*$distdir" output >>> >>> instead? >> >> Yup, that did it. Thanks! >> >> I'm pushing the following. >> > Nice, thank you. Now only bug#14499 remains to be addressed, right? > Does the patch I sent fix the issue? bug#14501 also remains, but neither fails on micro, and I'm currently double-checking that no FAIL slipped through on micro. I'll go back to maint and master when that run has finished (cleanly). Cheers, Peter From debbugs-submit-bounces@debbugs.gnu.org Thu May 30 17:07:30 2013 Received: (at control) by debbugs.gnu.org; 30 May 2013 21:07:30 +0000 Received: from localhost ([127.0.0.1]:43001 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UiA4H-0000e9-8c for submit@debbugs.gnu.org; Thu, 30 May 2013 17:07:30 -0400 Received: from mail-ea0-f171.google.com ([209.85.215.171]:39714) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UiA4F-0000dq-1Q for control@debbugs.gnu.org; Thu, 30 May 2013 17:07:27 -0400 Received: by mail-ea0-f171.google.com with SMTP id b15so847132eae.16 for ; Thu, 30 May 2013 14:05:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:mime-version:to:subject:content-type :content-transfer-encoding; bh=RGutHN14lFeSP99QBDFaamO/9CDWbpGJPiOIra0kr+4=; b=kSEe0wK68e7oevRvyg2MXjmAFU7FCjLOOUaxVoqr4yUeNYleUKfVetq7YzU3xGc30S BFwzH9f2cu9jXjJqcFX0+RnwTeQEAIuYdYdUranGR8LZ615xbRYPMO/lY9L1I/BIBOTu LIonzWRnykrBK70nT4wJ36CWSRzRRR2XMZwKcsWmmsm5BEEM6eguqwT9LZAhTqcNhIPi oXOeQsQJpbV8lLC9sHpszT+b4fDMZ8EQZnILSXHo6p+mTLeym4T+FMu6i1pfU776KbcI duhNPAaDNkkRAoAS6xMm4SAor9Km+A3WRjQtE3cb7C6z/slYUrvlyJG02bIfTiiliWjm 24Xg== X-Received: by 10.15.52.133 with SMTP id p5mr11208783eew.55.1369947950091; Thu, 30 May 2013 14:05:50 -0700 (PDT) Received: from [192.168.178.20] (host93-95-dynamic.6-79-r.retail.telecomitalia.it. [79.6.95.93]) by mx.google.com with ESMTPSA id t6sm26656662eev.14.2013.05.30.14.05.47 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 30 May 2013 14:05:48 -0700 (PDT) Message-ID: <51A7BF23.5060809@gmail.com> Date: Thu, 30 May 2013 23:05:39 +0200 From: Stefano Lattarini MIME-Version: 1.0 To: GNU bug tracker automated control server Subject: x Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) tags 14500 + patch severity 14500 minor close 14500 tags 14499 + patch severity 14499 minor close 14499 tags 14498 + patch severity 14498 minor close 14498 tags 14495 + patch severity 14495 minor close 14495 tags 14494 + patch severity 14494 minor close 14494 tags 14501 + patch severity 14501 minor close 14501 stop