From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#18003: texlive-2014 fails to build on MIPS Date: Sat, 12 Jul 2014 11:20:08 -0400 Message-ID: <87d2dappsn.fsf@yeeloong.lan> References: <87ha2mpqk9.fsf@yeeloong.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5z7p-000148-M8 for bug-guix@gnu.org; Sat, 12 Jul 2014 11:22:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5z7i-0000PO-89 for bug-guix@gnu.org; Sat, 12 Jul 2014 11:22:09 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:32795) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5z7i-0000Ox-63 for bug-guix@gnu.org; Sat, 12 Jul 2014 11:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1X5z7h-0000s6-Py for bug-guix@gnu.org; Sat, 12 Jul 2014 11:22:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87ha2mpqk9.fsf@yeeloong.lan> (Mark H. Weaver's message of "Sat, 12 Jul 2014 11:03:34 -0400") 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: 18003@debbugs.gnu.org I found that Guix's own 'luajit' package builds successfully on MIPS, presumably because it does not run the test suite. The 'luajit' package in Guix includes "#:tests? #f" in the arguments, with the comment "luajit is distributed without tests". Mark