From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id B5CCD38493F6 for ; Mon, 28 Nov 2022 14:43:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B5CCD38493F6 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from tarox.wildebeest.org (83-87-18-245.cable.dynamic.v4.ziggo.nl [83.87.18.245]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 0B9A5300B351; Mon, 28 Nov 2022 15:43:35 +0100 (CET) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 1BFE3403B9AF; Mon, 28 Nov 2022 15:43:35 +0100 (CET) Message-ID: <55933276fee6cbddb981e88410105fd32c0ba139.camel@klomp.org> Subject: Re: [PATCH] Missing newline for: elfcompress -t zlib-gnu a.out -force From: Mark Wielaard To: Martin =?UTF-8?Q?Li=C5=A1ka?= , elfutils-devel@sourceware.org Date: Mon, 28 Nov 2022 15:43:34 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-10.el7) Mime-Version: 1.0 X-Spam-Status: No, score=-3032.8 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Martin, On Mon, 2022-11-28 at 14:03 +0100, Martin Li=C5=A1ka wrote: > Fixes: > ./src/elfcompress -t zlib-gnu a.out -force > [28] .zdebug_aranges unchanged, already GNU compressed[29] > .zdebug_info unchanged, already GNU compressed[30] .zdebug_abbrev > unchanged, already GNU compressed[31] .zdebug_line unchanged, already > GNU compressed[32] .zdebug_str unchanged, already GNU compressed[33] > .zdebug_line_str unchanged, already GNU compressed[34] > .zdebug_rnglists unchanged, already GNU compressed >=20 > to: > ./src/elfcompress -t zlib-gnu a.out -force > [28] .zdebug_aranges unchanged, already GNU compressed > [29] .zdebug_info unchanged, already GNU compressed > [30] .zdebug_abbrev unchanged, already GNU compressed > [31] .zdebug_line unchanged, already GNU compressed > [32] .zdebug_str unchanged, already GNU compressed > [33] .zdebug_line_str unchanged, already GNU compressed > [34] .zdebug_rnglists unchanged, already GNU compressed >=20 > I'm going to push it as obvious, hope it's fine? Yes, obvious typo. Thanks for fixing it. Also the buildbot arm32 failure on run-debuginfod-federation-metrics.sh=20 was clearly unrelated. Another Fatal error in GNU libmicrohttpd daemon.c:3239: Failed to remove FD from epoll set. Grmbl. Undeterministic tests :{ Cheers, Mark