From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1exJ2f-0007uB-J8 for guix-patches@gnu.org; Sat, 17 Mar 2018 17:07:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1exJ2c-0000DQ-EH for guix-patches@gnu.org; Sat, 17 Mar 2018 17:07:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59060) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1exJ2c-0000CY-9x for guix-patches@gnu.org; Sat, 17 Mar 2018 17:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1exJ2b-0001BV-Sc for guix-patches@gnu.org; Sat, 17 Mar 2018 17:07:01 -0400 Subject: [bug#30803] [PATCH 0/2] Add Elasticsearch package and service. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <871sgn23ip.fsf@cbaines.net> Date: Sat, 17 Mar 2018 22:06:10 +0100 In-Reply-To: <871sgn23ip.fsf@cbaines.net> (Christopher Baines's message of "Tue, 13 Mar 2018 19:12:46 +0000") Message-ID: <874lleo1j1.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: Christopher Baines Cc: 30803@debbugs.gnu.org Hello Christopher, Christopher Baines skribis: > I'm trying to reduce the number of patches I have sitting around in git > branches, so here is a bug about Elasticsearch. Cool, thanks for sharing! > I've had a really awful package definition for this for a while, which > just makes the built things in the release tarball run. While this isn't > suitable for inclusion in to Guix, it does still work. Do you know if we=E2=80=99re missing a lot of the Java dependencies to buil= d it from source? Ludo=E2=80=99.