From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60625) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eIze6-0008IY-UT for guix-patches@gnu.org; Sun, 26 Nov 2017 11:19:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eIze2-00015k-0q for guix-patches@gnu.org; Sun, 26 Nov 2017 11:19:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:50832) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eIze1-00015g-Tn for guix-patches@gnu.org; Sun, 26 Nov 2017 11:19:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eIze1-0001cl-Lv for guix-patches@gnu.org; Sun, 26 Nov 2017 11:19:01 -0500 Subject: [bug#29392] [PATCH 00/11] New scons build system Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171122084115.1727-1-arunisaac@systemreboot.net> <20171126012659.GA14937@jasmine.lan> Date: Sun, 26 Nov 2017 17:17:59 +0100 In-Reply-To: <20171126012659.GA14937@jasmine.lan> (Leo Famulari's message of "Sat, 25 Nov 2017 20:26:59 -0500") Message-ID: <87mv39vwso.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: Leo Famulari Cc: 29392@debbugs.gnu.org Leo Famulari skribis: > On Wed, Nov 22, 2017 at 02:11:15PM +0530, Arun Isaac wrote: >> I am also unable to build mongodb on my machine. It's probably due to >> insufficient memory (I have 4 GB). Somebody should verify that the build= works >> on their machine. On my machine, it fails with the error: > > It turns out that mongodb's test suite uses 45 GB of storage at its > peak. As mentioned on IRC, if it=E2=80=99s C++, it makes a huge difference to bui= ld with =E2=80=9C-g0=E2=80=9D such that object files do not contain debugging = info. Perhaps worth checking if it helps here! Ludo=E2=80=99.