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: Add freeimage. Date: Mon, 03 Nov 2014 10:00:38 +0100 Message-ID: <87y4rsslop.fsf@gnu.org> References: <87egtmx6ox.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <20141101165950.GA10580@debian> <87bnoqx2do.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <20141102174652.GD6865@debian> <87wq7dv66i.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <20141102211033.GA11333@debian> 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]:52011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlDUs-0001NW-AS for guix-devel@gnu.org; Mon, 03 Nov 2014 04:00:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlDUm-0004GF-Bb for guix-devel@gnu.org; Mon, 03 Nov 2014 04:00:22 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:44941) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlDUm-0004G1-5v for guix-devel@gnu.org; Mon, 03 Nov 2014 04:00:16 -0500 In-Reply-To: <20141102211033.GA11333@debian> (Andreas Enge's message of "Sun, 2 Nov 2014 22:10:33 +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: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > Could you have a look? To me it looks as if there is bad assembly code > in the source: > /tmp/nix-build-freeimage-3.16.0.drv-0/cc1WaZEm.s: Assembler messages: > /tmp/nix-build-freeimage-3.16.0.drv-0/cc1WaZEm.s:360: Error: opcode not s= upported on this processor: mips3 (mips3) `madd $24,$10' > ... Same problem as with Valgrind, so I would suggest disabling builds on MIPS, as done in commit 67a86d3. Ludo=E2=80=99.