GNU bug report logs -
#30596
[PATCH 0/6] Update Ceph and dependencies
Previous Next
Reported by: Marius Bakke <mbakke <at> fastmail.com>
Date: Sat, 24 Feb 2018 19:02:02 UTC
Severity: normal
Tags: patch
Done: Marius Bakke <mbakke <at> fastmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 04 Mar 2018 17:59:08 +0100
with message-id <87lgf722w3.fsf <at> fastmail.com>
and subject line Re: [bug#30596] [PATCH 6/6] gnu: ceph: Update to 12.2.3.
has caused the debbugs.gnu.org bug report #30596,
regarding [PATCH 0/6] Update Ceph and dependencies
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
30596: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30596
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 <at> 1.66.0.
gnu: Add cmake <at> 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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Ludovic Courtès <ludo <at> gnu.org> writes:
> Marius Bakke <mbakke <at> fastmail.com> skribis:
>
>> * gnu/packages/patches/ceph-disable-cpu-optimizations.patch: Adjust to
>> upstream changes.
>> * gnu/packages/patches/ceph-disable-unittest-throttle.patch: Delete file.
>> * gnu/packages/patches/ceph-rocksdb-compat.patch: New file.
>> * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
>> * gnu/packages/storage.scm (ceph): Update to 12.2.3.
>> [source](patches): Adjust.
>> [arguments]: Add "-DWITH_BABELTRACE=OFF" in #:configure-flags. Build with
>> CMAKE-3.11. Adjust file substitutions. Wrap 'ceph' executable.
>> [inputs]: Add GPERF. Replace BOOST with BOOST-1.66. Add PYTHON2-PRETTYTABLE.
>
> Are you sure gperf shouldn't be in ‘native-inputs’?
Gperf is indeed a native input. Thanks for reviewing! Pushed to
master, with even newer versions of RocksDB, Ceph and CMake.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 7 years and 140 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.