From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#19598: Failure to build gcc-cross-mips64el-linux-gnuabi64-4.8.4.i686-linux Date: Wed, 14 Jan 2015 19:43:32 +0100 Message-ID: <87y4p55hkb.fsf@gnu.org> References: <87387dz3ce.fsf@netris.org> 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]:53213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBSvH-0001uO-Ij for bug-guix@gnu.org; Wed, 14 Jan 2015 13:44:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YBSvC-0004tc-FW for bug-guix@gnu.org; Wed, 14 Jan 2015 13:44:07 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:48226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBSvC-0004tT-Cn for bug-guix@gnu.org; Wed, 14 Jan 2015 13:44:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YBSvC-0004Td-4z for bug-guix@gnu.org; Wed, 14 Jan 2015 13:44:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87387dz3ce.fsf@netris.org> (Mark H. Weaver's message of "Wed, 14 Jan 2015 12:20:17 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Mark H Weaver Cc: 19598-done@debbugs.gnu.org Mark H Weaver skribis: > This is on core-updates: > > http://hydra.gnu.org/build/196225/nixlog/4/tail-reload > > mips64el-linux-gnuabi64-gcc -mabi=3D64 -nostdlib -nostartfiles -r -o /t= mp/nix-build-glibc-cross-mips64el-linux-gnuabi64-2.20.drv-0/build/libc_pic.= os \ Building a MIPS/N64 cross-compiler on i686 is basically not supported by the tool chain (same in master: .) Commit e795890 tried to capture that, but it did not capture this specific case because gcc-cross-mips64el-linux-gnuabi64 is not a cross-compilation job. Commit 6ee0148 makes sure that Hydra will not build it. Thanks, Ludo=E2=80=99.