From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: wip-libreoffice Date: Fri, 14 Nov 2014 19:44:31 +0100 Message-ID: <20141114184431.GA4323@debian> References: <20141113180141.GA1223@jocasta.intra> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpLrh-0000yE-4n for guix-devel@gnu.org; Fri, 14 Nov 2014 13:45:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XpLrZ-00041C-M1 for guix-devel@gnu.org; Fri, 14 Nov 2014 13:45:01 -0500 Received: from mout.kundenserver.de ([212.227.126.131]:56585) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpLrZ-00040b-Ca for guix-devel@gnu.org; Fri, 14 Nov 2014 13:44:53 -0500 Content-Disposition: inline In-Reply-To: <20141113180141.GA1223@jocasta.intra> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: John Darrington Cc: guix-devel@gnu.org On Thu, Nov 13, 2014 at 07:01:41PM +0100, John Darrington wrote: > I've pushed a branch wip-libreoffice which has the start of a package for > libreoffice and dependencies. Amazing! I thought you needed java for this? Actually, you could already propose patches for the dependencies that we could add to master. > I am running out of resources to complete it on my own. It takes 10 hours to > (fail to) build on my machine, before I run out of disk space (it needs at least > 12GB). > It is at the stage however where it "builds" but some internal tests fail for reasons > I've not yet determined. Any help would be greatly received. > Can this be scheduled to build on hydra? Yes; but I would suggest to disable mips and i686 and keep only the x86_64 architecture for the test. Andreas