From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 610D11F4BD for ; Sun, 6 Oct 2019 04:38:23 +0000 (UTC) Received: from localhost ([::1]:60114 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGyJK-0006Qg-0m for normalperson@yhbt.net; Sun, 06 Oct 2019 00:38:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54329) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGyJF-0006Q3-Jv for bug-gnulib@gnu.org; Sun, 06 Oct 2019 00:38:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iGyJD-0004oC-Mf for bug-gnulib@gnu.org; Sun, 06 Oct 2019 00:38:17 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:34436) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iGyJD-0004nh-DY for bug-gnulib@gnu.org; Sun, 06 Oct 2019 00:38:15 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 14C86160224; Sat, 5 Oct 2019 21:38:14 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id ng2WkV_Clfng; Sat, 5 Oct 2019 21:38:13 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 077D5160263; Sat, 5 Oct 2019 21:38:13 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id k4fswz9hvCYl; Sat, 5 Oct 2019 21:38:12 -0700 (PDT) Received: from [192.168.1.9] (cpe-23-242-74-103.socal.res.rr.com [23.242.74.103]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id CE0DB160224; Sat, 5 Oct 2019 21:38:12 -0700 (PDT) Subject: Re: wget -q in bootstrap is too silent To: =?UTF-8?Q?Tim_R=c3=bchsen?= References: From: Paul Eggert Organization: UCLA Computer Science Department Message-ID: <523aac74-12a8-1e17-2bc5-f4b1eef166ef@cs.ucla.edu> Date: Sat, 5 Oct 2019 21:38:12 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/mixed; boundary="------------2062FFFCFA4A0AEE20775709" Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 131.179.128.68 X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: bug-gnulib@gnu.org Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" This is a multi-part message in MIME format. --------------2062FFFCFA4A0AEE20775709 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable On 10/4/19 8:34 AM, Tim R=C3=BChsen wrote: > Instead of -q we could use -nv to avoid disguising the real error. > But there will be some diagnostic noice... At this point the bootstrap script is so noisy that a bit more won't hurt= ,=20 especially if it's in a good cause. Thanks for reporting the problem; I=20 installed the attached. --------------2062FFFCFA4A0AEE20775709 Content-Type: text/x-patch; name="0001-bootstrap-simplify-debugging-of-wget-failures.txt" Content-Disposition: attachment; filename="0001-bootstrap-simplify-debugging-of-wget-failures.txt" Content-Transfer-Encoding: quoted-printable >From 60039e9a201ffbbddffb6c1e8ba31c4b9dce9ff2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 5 Oct 2019 21:36:15 -0700 Subject: [PATCH] bootstrap: simplify debugging of wget failures MIME-Version: 1.0 Content-Type: text/plain; charset=3DUTF-8 Content-Transfer-Encoding: 8bit Problem reported by Tim R=C3=BChsen in: https://lists.gnu.org/r/bug-gnulib/2019-10/msg00000.html * build-aux/bootstrap (po_download_command_format): Invoke wget with -nv instead of -q, to make debugging easier. --- ChangeLog | 8 ++++++++ build-aux/bootstrap | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 325ddf57b..25f1f3e3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2019-10-05 Paul Eggert + + bootstrap: simplify debugging of wget failures + Problem reported by Tim R=C3=BChsen in: + https://lists.gnu.org/r/bug-gnulib/2019-10/msg00000.html + * build-aux/bootstrap (po_download_command_format): + Invoke wget with -nv instead of -q, to make debugging easier. + 2019-09-29 Bruno Haible =20 avltree-list: Fix compilation warning (introduced on 2014-09-16). diff --git a/build-aux/bootstrap b/build-aux/bootstrap index 5b08e7e2d..e273ea732 100755 --- a/build-aux/bootstrap +++ b/build-aux/bootstrap @@ -166,7 +166,7 @@ bootstrap_epilogue() { :; } # specified directory. Fill in the first %s with the destination # directory and the second with the domain name. po_download_command_format=3D\ -"wget --mirror --level=3D1 -nd -q -A.po -P '%s' \ +"wget --mirror --level=3D1 -nd -nv -A.po -P '%s' \ https://translationproject.org/latest/%s/" =20 # Prefer a non-empty tarname (4th argument of AC_INIT if given), else --=20 2.17.1 --------------2062FFFCFA4A0AEE20775709--