Ludovic Courtès writes: > Marius Bakke 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.