From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:54086) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1izey0-0004m3-Ix for guix-patches@gnu.org; Thu, 06 Feb 2020 06:05:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1izexz-0001GT-7W for guix-patches@gnu.org; Thu, 06 Feb 2020 06:05:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:41110) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1izexz-0001GF-3m for guix-patches@gnu.org; Thu, 06 Feb 2020 06:05:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1izexx-0002kg-Tp for guix-patches@gnu.org; Thu, 06 Feb 2020 06:05:01 -0500 Subject: [bug#38803] [PATCH] gnu: elfutils: Update to 0.178 Resent-Message-ID: Message-ID: <58f284a926a93f9e079075ed0f7020ef63a03859.camel@klomp.org> From: Mark Wielaard Date: Thu, 06 Feb 2020 12:04:37 +0100 In-Reply-To: <87d0as6a29.fsf@devup.no> References: <20191230014101.2425-1-mark@klomp.org> <20200112203939.20141-1-mark@klomp.org> <87a76sxun7.fsf@devup.no> <20200113000345.GA2825@wildebeest.org> <87a76rvvpz.fsf@devup.no> <20200131124321.GM3319@wildebeest.org> <87v9ormxrb.fsf@devup.no> <20200131165505.GN3319@wildebeest.org> <87d0as6a29.fsf@devup.no> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Marius Bakke Cc: Brett Gilio , 38803@debbugs.gnu.org Hi Marius, On Wed, 2020-02-05 at 21:41 +0100, Marius Bakke wrote: > Mark Wielaard writes: >=20 > > OK, OK. Lets see if I can at least get the patch that does only update > > the descriptions correct. New version attached. >=20 > Thanks! I fixed the comment typo and committed. The new description > should show up on shortly. :-) Awesome. Looks good. Thanks. > Note that I had to convert the patch from ISO-8859-14 to UTF-8 in order > to make git accept it: >=20 > $ iconv -f ISO-8859-14 -t UTF-8 0001-gnu-elfutils-Update-synopsis-and-des= cription.patch | git am -s >=20 > Not sure what happened, perhaps it got mangled by your MUA? That is indeed really odd. I definitely didn't want to encode any Celtic languages (I do speak Dutch, but not Gaelic or Breton). > For the 0.178 update, perhaps we can add the new version as a separate > variable until we figure out how to isolate libelf.so? That can be done > on the 'master' branch as long as we don't change the current 'elfutils' > package. I am not sure I completely understand your proposal. When you say 'separate variable', Do you mean we would (define-public elfutils-0.178=20 ...)? And changing the default libelf implementation should be a separate bug I assume. BTW. Upstream is now debating some of the dependencies for other distros that have bootstrapping requirements too:=20 https://sourceware.org/bugzilla/show_bug.cgi?id=3D25509 Cheers, Mark