From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: core-updates, next release, and all that Date: Sat, 23 Jul 2016 13:22:42 +0200 Message-ID: <20160723112242.GA5942@solar> References: <87zip9pex1.fsf@gnu.org> <20160722215936.GA6082@jasmine> <87h9bgocyk.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45924) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQv1C-0005xS-DY for guix-devel@gnu.org; Sat, 23 Jul 2016 07:22:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQv15-0001Kn-6i for guix-devel@gnu.org; Sat, 23 Jul 2016 07:22:53 -0400 Received: from mailrelay1.public.one.com ([91.198.169.124]:57473) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQv14-0001Kg-Pf for guix-devel@gnu.org; Sat, 23 Jul 2016 07:22:47 -0400 Content-Disposition: inline In-Reply-To: <87h9bgocyk.fsf@gnu.org> 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 Sat, Jul 23, 2016 at 12:39:31PM +0200, Ludovic Courtès wrote: > It could be a parallel-build issue. I added "#:parallel-build? #f", but to no avail. There are tons of strange error messages like: In file included from ../lp_MDO.c:22:0: ../shared/commonlib.h:88:24: error: expected identifier or ‘(’ before numeric constant #define FALSE 0 ^ In file included from ../lp_crash.c:21:0: ../shared/commonlib.h:88:24: error: expected identifier or ‘(’ before numeric constant #define FALSE 0 ... ar: creating bin/ux64/liblpsolve55.a ar: lp_MDO.o: No such file or directory ranlib: 'bin/ux64/liblpsolve55.a': No such file ... So compilation fails, and then installation also cannot succeed... Andreas