From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ejl6Z-00009l-3h for guix-patches@gnu.org; Thu, 08 Feb 2018 07:15:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ejl6U-0002HC-7H for guix-patches@gnu.org; Thu, 08 Feb 2018 07:15:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54105) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ejl6U-0002H8-3A for guix-patches@gnu.org; Thu, 08 Feb 2018 07:15:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ejl6T-00058u-T1 for guix-patches@gnu.org; Thu, 08 Feb 2018 07:15:01 -0500 Subject: [bug#30390] [PATCH 0/3] Update cmake to 3.10.2. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ejl5f-0008F8-Kt for guix-patches@gnu.org; Thu, 08 Feb 2018 07:14:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ejl5e-00020c-NI for guix-patches@gnu.org; Thu, 08 Feb 2018 07:14:11 -0500 Received: from [2001:19f0:5:274f:4827:c39:448f:6777] (port=53058 helo=vultr.systemreboot.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ejl5e-0001vm-68 for guix-patches@gnu.org; Thu, 08 Feb 2018 07:14:10 -0500 From: Arun Isaac Date: Thu, 8 Feb 2018 17:43:23 +0530 Message-Id: <20180208121323.14840-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 Looks like we have missed several releases of cmake. I have upgraded to 3.10.2, the latest release. About the jsoncpp circular dependency: jsoncpp upstream has switched from the cmake build system to the meson build system. So, the circular dependency can now be avoided. I was able to successfully build jsoncpp with our meson-build-system. However, cmake failed to build with this new jsoncpp. I couldn't figure out how to proceed. So, I abandoned that effort, and left cmake to use its bundled jsoncpp. About the bundled libuv: The cmake build fails if the bundled libuv is deleted (look at the snippet). I had to avoid deleting it for the build to work. Arun Isaac (3): gnu: Add rhash. gnu: libuv: Update to 1.19.1. gnu: cmake: Update to 3.10.2. gnu/local.mk | 1 - gnu/packages/cmake.scm | 153 ++++++++++++++++------------- gnu/packages/crypto.scm | 50 ++++++++++ gnu/packages/libevent.scm | 20 ++-- gnu/packages/patches/cmake-fix-tests.patch | 120 ---------------------- 5 files changed, 143 insertions(+), 201 deletions(-) delete mode 100644 gnu/packages/patches/cmake-fix-tests.patch -- 2.15.1