From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epf5D-00058x-TR for guix-patches@gnu.org; Sat, 24 Feb 2018 14:02:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1epf59-0007jm-2X for guix-patches@gnu.org; Sat, 24 Feb 2018 14:02:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:51091) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1epf58-0007jS-Vd for guix-patches@gnu.org; Sat, 24 Feb 2018 14:02:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1epf58-0003Wj-Hq for guix-patches@gnu.org; Sat, 24 Feb 2018 14:02:02 -0500 Subject: [bug#30596] [PATCH 0/6] Update Ceph and dependencies Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epf4q-0004yP-M1 for guix-patches@gnu.org; Sat, 24 Feb 2018 14:01:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1epf4l-0007G0-Qw for guix-patches@gnu.org; Sat, 24 Feb 2018 14:01:44 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:58311) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1epf4l-0007Cw-Lf for guix-patches@gnu.org; Sat, 24 Feb 2018 14:01:39 -0500 From: Marius Bakke Date: Sat, 24 Feb 2018 20:01:22 +0100 Message-Id: <20180224190122.8009-1-mbakke@fastmail.com> 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: 30596@debbugs.gnu.org This series updates Ceph to the latest LTS release. It requires Boost 1.66(!), which in turn requires a CMake 3.11 release candidate for "FindBoost.cmake" to work properly(!!). I ran out of disk space when running the full RocksDB test suite, so I adapted the check phase to only run a subset of the tests (approx 25%). It also updates Snappy, since RocksDB now works with the latest version. Marius Bakke (6): gnu: rocksdb: Update to 5.10.3. gnu: snappy: Update to 1.1.7. gnu: java-snappy: Update to 1.1.7. gnu: Add boost@1.66.0. gnu: Add cmake@3.11. gnu: ceph: Update to 12.2.3. gnu/local.mk | 3 +- gnu/packages/boost.scm | 14 +++++ gnu/packages/cmake.scm | 63 +++++++++++++++++++++ gnu/packages/compression.scm | 43 +++++++++------ gnu/packages/databases.scm | 29 +++++++--- .../patches/ceph-disable-cpu-optimizations.patch | 64 +++++++++------------- .../patches/ceph-disable-unittest-throttle.patch | 52 ------------------ gnu/packages/patches/ceph-rocksdb-compat.patch | 63 +++++++++++++++++++++ gnu/packages/patches/cmake-3.11-pthread-fix.patch | 30 ++++++++++ gnu/packages/storage.scm | 33 ++++++----- 10 files changed, 264 insertions(+), 130 deletions(-) delete mode 100644 gnu/packages/patches/ceph-disable-unittest-throttle.patch create mode 100644 gnu/packages/patches/ceph-rocksdb-compat.patch create mode 100644 gnu/packages/patches/cmake-3.11-pthread-fix.patch -- 2.16.2