From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1csnfZ-00046e-PV for guix-patches@gnu.org; Tue, 28 Mar 2017 05:44:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1csnfW-0002UH-JW for guix-patches@gnu.org; Tue, 28 Mar 2017 05:44:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:50297) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1csnfW-0002UA-FX for guix-patches@gnu.org; Tue, 28 Mar 2017 05:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1csnfW-0007TI-6F for guix-patches@gnu.org; Tue, 28 Mar 2017 05:44:02 -0400 Subject: bug#26256: [PATCH 3/6] gnu: Add ceph. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170325203017.14931-1-mbakke@fastmail.com> <20170325203017.14931-3-mbakke@fastmail.com> <87wpbdw04q.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <87zig7j5yn.fsf@gnu.org> <871stiwka1.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> Date: Tue, 28 Mar 2017 11:43:38 +0200 In-Reply-To: <871stiwka1.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> (Marius Bakke's message of "Mon, 27 Mar 2017 22:13:10 +0200") Message-ID: <87h92d7n3p.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: 26256@debbugs.gnu.org Marius Bakke skribis: > Ludovic Court=C3=A8s writes: > >>> + (for-each delete-file-recursively >>> + '(;; TODO: Unbundle these: >>> + ;"src/isa-l" >>> + ;"src/lua" >>> + ;"src/googletest" >>> + ;"src/xxHash" >>> + ;"src/zstd" >>> + ;"src/civetweb" >>> + ;"src/Beast" >> >> Hopefully Lua and zstd would be easy to address, but yeah, we can leave >> it for after. :-) > > Yes, it's on my priority list, but figured it's better to have it > available so that others can use it and help out. I keep picking this up > every few weeks, but the build takes hours and so it's very tiring work. > > (also, poor Hydra!) > > The TODO list is: > > * make `ceph-disk` work for the tests (it works when installed) > * make it build on ARM (apparently libaio is unsupported there) > * unbundle more things > * services! (I need more hardware first though :-)) > > I'm committed to supporting this package, so please ping me about any > problems (in Guix, or on your test cluster ;-)) Awesome. > Also, I just built this to verify that it still works, but got two > different test failures on two different machines, suggesting some tests > are flaky. Perhaps I should just disable these two off the bat? Maybe best to disable them, yes. Thanks! Ludo=E2=80=99.