From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36813) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dljeZ-00035d-7N for guix-patches@gnu.org; Sat, 26 Aug 2017 18:34:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dljeU-00068g-GV for guix-patches@gnu.org; Sat, 26 Aug 2017 18:34:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48206) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dljeU-00068a-CE for guix-patches@gnu.org; Sat, 26 Aug 2017 18:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dljeU-0006wM-6K for guix-patches@gnu.org; Sat, 26 Aug 2017 18:34:02 -0400 Subject: [bug#28198] [PATCH] Add MongoDB package and service. Resent-Message-ID: References: <20170823101831.72c11e2f@cbaines.net> From: Roel Janssen In-reply-to: <20170823101831.72c11e2f@cbaines.net> Date: Sun, 27 Aug 2017 00:33:07 +0200 Message-ID: <87fucevu1o.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: 28198@debbugs.gnu.org Christopher Baines writes: > This is a work in progress issue for supporting MongoDB in Guix. > > Back in March 2016, Roel Janssen sent a working package patch to > guix-devel, but there was concern from those reviewing about the > security implications of the amount of third party code that is > included with the MongoDB source. > > I've taken that original patch, and started to try and get MongoDB to > build using libraries and tools from Guix. In addition, I've added a > very basic service definition and system test. > > This isn't ready to be merged yet, but I think it's good to work on in > public. Patches to follow... Hello Chris, Sorry for the late reaction and thanks for picking this up. I haven't built mongodb with your patches, but I hope to find the time for this at some point next week. I believe I ran into a licensing issue with mongodb's third party stuff. I cannot find the problematic library so quickly, but we should verify the licenses of each library in the "third_party" folder: https://github.com/mongodb/mongo/tree/master/src/third_party So, at least the list of licenses for the mongodb package should be made complete. Kind regards, Roel Janssen