From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: ola Date: Tue, 12 Jul 2016 11:21:33 +0200 Message-ID: <87shvfjjoi.fsf@gnu.org> References: <87poqo6wzk.fsf@hecubus.retroj.net> <87vb0gtb37.fsf@gmail.com> <87k2gw6rq5.fsf@hecubus.retroj.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMtsq-0002JJ-Dy for guix-devel@gnu.org; Tue, 12 Jul 2016 05:21:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bMtsm-0006mh-7x for guix-devel@gnu.org; Tue, 12 Jul 2016 05:21:39 -0400 In-Reply-To: <87k2gw6rq5.fsf@hecubus.retroj.net> (John J. Foerch's message of "Fri, 08 Jul 2016 12:04:50 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: John J Foerch Cc: guix-devel@gnu.org John J Foerch skribis: > Alex Vong writes: > >> Hi John, >> >> John J Foerch writes: >> >>> Hello, >>> >>> I'm trying to build OLA (Open Lighting Architecture) and I ran into some >>> difficulty. Ola is often used as a service, but at this point all I'm >>> interested in is making an ordinary package. The build times out after >>> a certain point: >>> >> I try to build it on my machine using your recipe (I copy the package >> definition into entertainment.scm and add the required imports) and it >> works. >> >> @ build-succeeded /gnu/store/m0qkm9zwjaaynnn8pl0r1m6avbv0lhs0-ola-0.10.2= .drv - >> /gnu/store/16y19wwciazzrnw4if8g1d5b8i1piaw9-ola-0.10.2 >> >> Does you machine has very little ram? >> >> Build log: >> >> >> Cheers, >> Alex > > Okay, that is encouraging. Yes, I'm building this on a 2GHz Intel Core2 > Duo laptop with 1GB of memory. Compiling C++ code can be memory-intensive, so it may be that your machine was swapping. Ludo=E2=80=99.