From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: core-updates, next release, and all that Date: Sun, 24 Jul 2016 18:48:13 +0200 Message-ID: <20160724164813.GA10442@solar> References: <87zip9pex1.fsf@gnu.org> <20160722215936.GA6082@jasmine> <87h9bgocyk.fsf@gnu.org> <20160723112242.GA5942@solar> <20160724160439.GA7608@solar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRMZk-0005E5-4j for guix-devel@gnu.org; Sun, 24 Jul 2016 12:48:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRMZe-0007BV-Gp for guix-devel@gnu.org; Sun, 24 Jul 2016 12:48:23 -0400 Received: from mailrelay2.public.one.com ([91.198.169.125]:10799) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRMZd-00079h-W5 for guix-devel@gnu.org; Sun, 24 Jul 2016 12:48:18 -0400 Content-Disposition: inline In-Reply-To: <20160724160439.GA7608@solar> 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: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel On Sun, Jul 24, 2016 at 06:04:39PM +0200, Andreas Enge wrote: > Right now, I am trying to disable parallel builds; so far > things look good, I think we are beyond the previous point of failure. > But of course this would not be a very pleasant solution, given the build > time of the package... It worked out and did not take that long after all. I pushed the fix, merged master into core-updates and started a new evaluation. After that, I noticed another show-stopper: libreoffice depends on lpsolve, which does not build in core-updates, as discussed before. Andreas