From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epZaa-0005p3-Bz for guix-patches@gnu.org; Sat, 24 Feb 2018 08:10:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1epZaV-0004sQ-Sh for guix-patches@gnu.org; Sat, 24 Feb 2018 08:10:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:50366) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1epZaV-0004s6-PZ for guix-patches@gnu.org; Sat, 24 Feb 2018 08:10:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1epZaV-0008DD-Ku for guix-patches@gnu.org; Sat, 24 Feb 2018 08:10:03 -0500 Subject: [bug#30390] [PATCH 0/3] Update cmake. References: <20180208121323.14840-1-arunisaac@systemreboot.net> In-Reply-To: <20180208121323.14840-1-arunisaac@systemreboot.net> Resent-Message-ID: From: Arun Isaac Date: Sat, 24 Feb 2018 18:38:46 +0530 Message-Id: <20180224130849.8886-1-arunisaac@systemreboot.net> 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: 30390@debbugs.gnu.org I have added rhash and pushed it to master. Unfortunately, it became two commits, instead of just one, due to my sloppiness. All other changes you mentioned are done. Please find below the new patches. Test 92 of tar 1.30 fails on my system. I had to disable tar tests to get my cmake to build. I am not entirely sure if the test failure has got something to do with insufficient memory on my system. So, I'd like somebody to reproduce the problem before patching it. I'm a little confused now. Shouldn't I rebase the core-updates branch against master in order to have rhash? Wouldn't this disrupt the evaluation of core-updates on the build farm? Sorry I'm not very clear about how we handle core-updates. Arun Isaac (3): gnu: sqlite: Fix source URI. gnu: cmake: Update to 3.10.2. gnu: cmake: Re-indent. gnu/local.mk | 1 - gnu/packages/cmake.scm | 154 ++++++++++++++++------------- gnu/packages/databases.scm | 2 +- gnu/packages/patches/cmake-fix-tests.patch | 120 ---------------------- 4 files changed, 85 insertions(+), 192 deletions(-) delete mode 100644 gnu/packages/patches/cmake-fix-tests.patch -- 2.15.1