From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqiw7-0002ac-1Y for guix-patches@gnu.org; Tue, 27 Feb 2018 12:21:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqiw2-0003uW-2v for guix-patches@gnu.org; Tue, 27 Feb 2018 12:21:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:56202) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eqiw1-0003uG-Tr for guix-patches@gnu.org; Tue, 27 Feb 2018 12:21:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eqiw1-0001h6-NK for guix-patches@gnu.org; Tue, 27 Feb 2018 12:21:01 -0500 Subject: [bug#30390] [PATCH 0/3] Update cmake. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180224130849.8886-1-arunisaac@systemreboot.net> <87371qa058.fsf@fastmail.com> Date: Tue, 27 Feb 2018 18:20:33 +0100 In-Reply-To: <87371qa058.fsf@fastmail.com> (Marius Bakke's message of "Sat, 24 Feb 2018 16:16:19 +0100") Message-ID: <87a7vuz6vy.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: 30390@debbugs.gnu.org Marius Bakke skribis: > Arun Isaac writes: > >> Test 92 of tar 1.30 fails on my system. I had to disable tar tests to ge= t my >> cmake to build. I am not entirely sure if the test failure has got somet= hing >> to do with insufficient memory on my system. So, I'd like somebody to >> reproduce the problem before patching it. > > That test fails on one of my build nodes with 64GB RAM as well. > > There is a bug report about it upstream: > . I hadn=E2=80=99t seen your message and worked around it in a crude way: https://git.savannah.gnu.org/cgit/guix.git/commit/?h=3Dcore-updates&id=3D= ad2e1422783000dd4224eab155ce532888aaef0b The patch proposed on bug-tar seems to make sense because it fixes the order of files in the archive. Ludo=E2=80=99.