From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: [PATCH] gnu: Add dlib. Date: Mon, 15 Aug 2016 21:29:11 +0100 Message-ID: <87a8gd22ug.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> References: <8737m837zk.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> <20160814172544.GA28736@jasmine> <87twengmbh.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> <87a8gexyrz.fsf@gmail.com> <87oa4ugsi4.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> <20160815201528.GA23963@jasmine> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZOVm-0005UP-Mn for guix-devel@gnu.org; Mon, 15 Aug 2016 16:29:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZOVj-0001Xp-EV for guix-devel@gnu.org; Mon, 15 Aug 2016 16:29:30 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:38833) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZOVh-0001Og-10 for guix-devel@gnu.org; Mon, 15 Aug 2016 16:29:27 -0400 In-Reply-To: <20160815201528.GA23963@jasmine> 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: Leo Famulari Cc: guix-devel , Alex Kost Leo Famulari writes: > On Mon, Aug 15, 2016 at 12:51:15PM +0100, Marius Bakke wrote: >> Date: Sat, 13 Aug 2016 11:26:10 +0100 >> Subject: [PATCH] gnu: Add dlib. >> >> * gnu/packages/machine-learning.scm (dlib): New variable. > > Thanks for the updated patch. > > Does it build for you? On my x86_64 machine, it fails consistently. This > is all it prints: > > Running test_empirical_kernel_map / phase `check' failed after 2043.7 seconds Strange, I've built this dozens of times now with no test failures (GuixSD on amd64). Are you memory constrained by any chance? Any OOM or segfaults? I don't think the tests have taken more than ~15 minutes to run either, once they are built. Will try it out on some other machines.