From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/2] gnu: Add femtolisp. Date: Tue, 20 Sep 2016 15:14:52 +0900 Message-ID: <87fuovp06b.fsf@gnu.org> References: <87mvjbegxs.fsf@elephly.net> <87oa3rmtg8.fsf@we.make.ritual.n0.is> <87d1k6etze.fsf@elephly.net> <874m5i3k0h.fsf@we.make.ritual.n0.is> <87y42u24nc.fsf@we.make.ritual.n0.is> <87a8faer2a.fsf@elephly.net> <871t0miy7t.fsf@we.make.ritual.n0.is> <877faeeo7m.fsf@elephly.net> <87sht2afyr.fsf@we.make.ritual.n0.is> <87h99ieljb.fsf@we.make.ritual.n0.is> <20160918100239.GA4752@solar> 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]:38133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmLKh-00081c-Jo for guix-devel@gnu.org; Tue, 20 Sep 2016 09:43:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmLKe-0003wu-KF for guix-devel@gnu.org; Tue, 20 Sep 2016 09:43:34 -0400 In-Reply-To: <20160918100239.GA4752@solar> (Andreas Enge's message of "Sun, 18 Sep 2016 12:02:39 +0200") 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: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > femtolisp fails on mips and arm: > http://hydra.gnu.org:3000/build/1472987/nixlog/2/tail-reload > with the message > In file included from llt/llt.h:6:0, > from string.c:16: > llt/utils.h:27:4: error: #error "unknown architecture" > # error "unknown architecture" > > Should it be disabled there? Definitely. It would be worth checking in that file the set of supported architectures, and putting them in =E2=80=98supported-platforms= =E2=80=99. Ludo=E2=80=99.