From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: ola Date: Fri, 8 Jul 2016 16:57:56 +0200 Message-ID: References: <87poqo6wzk.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]:60922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLXEG-00063E-3b for guix-devel@gnu.org; Fri, 08 Jul 2016 10:58:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bLXEC-0001Cw-UC for guix-devel@gnu.org; Fri, 08 Jul 2016 10:58:08 -0400 Received: from sinope02.bbbm.mdc-berlin.de ([141.80.25.24]:39615) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLXEC-0001CT-JC for guix-devel@gnu.org; Fri, 08 Jul 2016 10:58:04 -0400 In-Reply-To: <87poqo6wzk.fsf@hecubus.retroj.net> 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 writes: > I'm trying to build OLA (Open Lighting Architecture) and I ran into som= e > 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: Is anything happening in the background? Or does it just sit there doing nothing? If you think that it just needs more time you can tell =E2=80=9Cguix buil= d=E2=80=9D to tolerate longer periods of silence with =E2=80=9C--max-silent-time=3D9999= 9=E2=80=9D or similar. ~~ Ricardo