From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd2d.google.com (mail-io1-xd2d.google.com [IPv6:2607:f8b0:4864:20::d2d]) by sourceware.org (Postfix) with ESMTPS id E0C913858D28 for ; Mon, 18 Apr 2022 15:26:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E0C913858D28 Received: by mail-io1-xd2d.google.com with SMTP id p21so14631307ioj.4 for ; Mon, 18 Apr 2022 08:26:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=wuzflNObfwr52/HUyNW3Q+er0WpsLxsZbZYlh+Cjsog=; b=ueacv4SsozfJHB2Ks6zz9uVsThDi3BZUfCASb3ud91pJJWWKVy5G/ZWF+2N1d8YBnA xbMryoRE/lJ1XUlXuccdhJzOSdJsm1oipl8SyBuJr+TsWWWyRKoLvgljyKOW++dTTflc w/0vHFvgUK7omfAecOzp/6YDDurh1/2qge7nlH70FBOzcuvPnYnvV4N+w2Nz3iqGkiqE KbVQ9DY0QODsZakA/3WesghhBfk6CnB70xbhQooPAJW8/S5PPhQ+EMBfj3vzfTs9q+oC iZC62R6j+ZbOS7I0iDJzxiyjpP9sLyHmVtwtjBrtzUing+UPysI/a8wNNrXhUbkmaFVD aenA== X-Gm-Message-State: AOAM5301nnacERvHLtPeGTk0VmIddO30GZW9PwFssk0mUIZa5uYLkFhz OUHZCaWniMuQt7qmRvar1Kflpg== X-Google-Smtp-Source: ABdhPJyHfGejXm4/GsDSHz4Uc95GihF//idaAiSgac4aZyb2iuLJhtIO0g/w2ifQBlCv3MehD1+gTQ== X-Received: by 2002:a02:cf15:0:b0:328:615c:303d with SMTP id q21-20020a02cf15000000b00328615c303dmr5304344jar.313.1650295586663; Mon, 18 Apr 2022 08:26:26 -0700 (PDT) Received: from murgatroyd (71-211-154-204.hlrn.qwest.net. [71.211.154.204]) by smtp.gmail.com with ESMTPSA id 5-20020a6b1405000000b0065064262ef4sm7110620iou.30.2022.04.18.08.26.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 18 Apr 2022 08:26:25 -0700 (PDT) From: Tom Tromey To: Pedro Alves Cc: Tom Tromey , Joel Brobecker via Gdb-patches , Joel Brobecker Subject: Re: GDB 12.0.90 available for testing References: <20220320055815.2A90FA4D6C@takamaka.home> <83v8w0ag5j.fsf@gnu.org> <83tubkadx4.fsf@gnu.org> <87ee28anbg.fsf@tromey.com> <83pmlsc1pj.fsf@gnu.org> <87k0c090o0.fsf@tromey.com> <874k338zkv.fsf@tromey.com> <62be5383-59c6-3cc1-033d-8cacd71e908d@palves.net> X-Attribution: Tom Date: Mon, 18 Apr 2022 09:26:24 -0600 In-Reply-To: <62be5383-59c6-3cc1-033d-8cacd71e908d@palves.net> (Pedro Alves's message of "Fri, 8 Apr 2022 15:33:13 +0100") Message-ID: <87lew2wgyn.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2022 15:26:30 -0000 >>>>> "Pedro" == Pedro Alves writes: >>>> -GNULIB_COMMIT_SHA1="776af40e09b476a41073131a90022572f448c189" >>>> +GNULIB_COMMIT_SHA1="58c597d13bc57dce3e97ea97856573f2d68ccb8c" I re-did this with GNULIB_COMMIT_SHA1="0cda5beb7962f6567f0c4e377df870fa05c6d681" Pedro> It used to be that the update would tell you what dependencies were Pedro> new, and which were removed. Either gnulib changed and doesn't print the same Pedro> helpful info anymore, or the dependencies really didn't change. Pedro> To be sure, I'd diff the logs of two different re-imports from scratch: This adds a two new imports, but they don't seem to be anything that would really impact gdb: + gen-header [...] update-copyright + vararrays Pedro> Regardless, I would suggest that updating is useful to see the Pedro> dependency updates, and other helpful info, but for final & real Pedro> update, I'd suggest always reimporting from scratch, to avoid Pedro> trusting that gnulib's update logic worked as well, that it Pedro> removed stale files correctly, etc. Ok, will do. Tom