From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1csb1i-0005Ly-Uq for guix-patches@gnu.org; Mon, 27 Mar 2017 16:14:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1csb1e-0003Y4-1W for guix-patches@gnu.org; Mon, 27 Mar 2017 16:14:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49593) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1csb1d-0003Xr-Tt for guix-patches@gnu.org; Mon, 27 Mar 2017 16:14:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1csb1d-0001xb-Og for guix-patches@gnu.org; Mon, 27 Mar 2017 16:14:01 -0400 Subject: bug#26256: [PATCH 3/6] gnu: Add ceph. Resent-Message-ID: From: Marius Bakke In-Reply-To: <87zig7j5yn.fsf@gnu.org> 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> Date: Mon, 27 Mar 2017 22:13:10 +0200 Message-ID: <871stiwka1.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 26256@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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 ;-)) 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? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAljZclcACgkQoqBt8qM6 VPpZ3wgAyOCJ2+v3pNrceSqWGcOED1HdxW2WpShKy1eVm+T3OtYGf0E/uEHzknNQ 5GPQFOey12LHiKomlfl3AZSNQZqDvMxNb5CtMPji7Uu2Fy0mzPGKUumxAqUX52gh zFyW9t1vBYBtpfIuzCiLdLv5c85uTcvmcR2i430pYL11Q3QxjgamXxNKsy8XBKSt H/UlqcfELZrWAzIuEFP5rqJSj4hE9B004jyLPST5NYQWjN2ESwjGSopHG7wQhAfQ DCJ7TVzCw3kWez6hQpPE9pyjHXLuAq3sEiv8n8iWScYmRsh61rzG+88HjV0MFHKl SaVydpaoj47/CEJ5JXpmMDPU3J6jzw== =YHqg -----END PGP SIGNATURE----- --=-=-=--