From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1esEqz-0008LO-Vj for guix-patches@gnu.org; Sat, 03 Mar 2018 16:38:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1esEqw-0007f8-SE for guix-patches@gnu.org; Sat, 03 Mar 2018 16:38:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:35249) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1esEqw-0007f3-ON for guix-patches@gnu.org; Sat, 03 Mar 2018 16:38:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1esEqw-000670-Fl for guix-patches@gnu.org; Sat, 03 Mar 2018 16:38:02 -0500 Subject: [bug#30596] [PATCH 6/6] gnu: ceph: Update to 12.2.3. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180224190349.8155-1-mbakke@fastmail.com> <20180224190349.8155-6-mbakke@fastmail.com> Date: Sat, 03 Mar 2018 22:37:35 +0100 In-Reply-To: <20180224190349.8155-6-mbakke@fastmail.com> (Marius Bakke's message of "Sat, 24 Feb 2018 20:03:49 +0100") Message-ID: <87d10k96xs.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Marius Bakke Cc: 30596@debbugs.gnu.org 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=3DOFF" in #:configure-flags. Build w= ith > CMAKE-3.11. Adjust file substitutions. Wrap 'ceph' executable. > [inputs]: Add GPERF. Replace BOOST with BOOST-1.66. Add PYTHON2-PRETTYT= ABLE. Are you sure gperf shouldn't be in =E2=80=98native-inputs=E2=80=99? Otherwise LGTM. That was not an easy one! Thank you, Ludo=E2=80=99.