From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: atlas: Try to fix build on MIPS. Date: Sun, 07 Dec 2014 00:46:56 +0100 Message-ID: <87h9x8s5n3.fsf@gnu.org> References: 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]:49349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxP45-0005rZ-0r for guix-devel@gnu.org; Sat, 06 Dec 2014 18:47:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XxP3z-0003Ut-Iu for guix-devel@gnu.org; Sat, 06 Dec 2014 18:47:04 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:49957) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxP3z-0003Uf-BM for guix-devel@gnu.org; Sat, 06 Dec 2014 18:46:59 -0500 In-Reply-To: (Federico Beffa's message of "Sat, 22 Nov 2014 16:52:06 +0100") 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: Federico Beffa Cc: Guix-devel Apparently the patch didn=E2=80=99t really help: http://hydra.gnu.org/build/167383 Seems like it insists on compiling x86 assembly, which fails: --8<---------------cut here---------------start------------->8--- probe_arch.o: In function `ATL_tmpnam': /tmp/nix-build-atlas-3.10.2.drv-0/build/../ATLAS//CONFIG/include/atlas_sys.= h:224: warning: the use of `tmpnam' is dangerous, better use `mkstemp' /tmp/nix-build-atlas-3.10.2.drv-0/build/../ATLAS//CONFIG/src/backend/cpuid.= S: Assembler messages: /tmp/nix-build-atlas-3.10.2.drv-0/build/../ATLAS//CONFIG/src/backend/cpuid.= S:32: Error: unrecognized opcode `subl $8,%esp' /tmp/nix-build-atlas-3.10.2.drv-0/build/../ATLAS//CONFIG/src/backend/cpuid.= S:33: Error: unrecognized opcode `movl %ebx,(%esp)' [...] make[2]: *** [xarchinfo_x86] Error 1 --8<---------------cut here---------------end--------------->8--- At this point I think it=E2=80=99s OK to remove MIPS from =E2=80=98supporte= d-systems=E2=80=99 for this package, with a comment pointing to these discussions in case someone wants to investigate. WDYT? Thanks, Ludo=E2=80=99.