From unknown Thu Jun 19 14:02:17 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#18003 <18003@debbugs.gnu.org> To: bug#18003 <18003@debbugs.gnu.org> Subject: Status: texlive-2014 fails to build on MIPS Reply-To: bug#18003 <18003@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:02:17 +0000 retitle 18003 texlive-2014 fails to build on MIPS reassign 18003 guix submitter 18003 Mark H Weaver severity 18003 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 12 11:05:53 2014 Received: (at submit) by debbugs.gnu.org; 12 Jul 2014 15:05:53 +0000 Received: from localhost ([127.0.0.1]:40761 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X5ys4-0000Si-0P for submit@debbugs.gnu.org; Sat, 12 Jul 2014 11:05:52 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42966) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X5ys0-0000SR-FM for submit@debbugs.gnu.org; Sat, 12 Jul 2014 11:05:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5yro-0006tD-5b for submit@debbugs.gnu.org; Sat, 12 Jul 2014 11:05:43 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5yro-0006t2-18 for submit@debbugs.gnu.org; Sat, 12 Jul 2014 11:05:36 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5yrh-0006n6-Jg for bug-guix@gnu.org; Sat, 12 Jul 2014 11:05:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5yrb-0006mh-Gz for bug-guix@gnu.org; Sat, 12 Jul 2014 11:05:29 -0400 Received: from world.peace.net ([96.39.62.75]:38526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5yrb-0006g9-Ci for bug-guix@gnu.org; Sat, 12 Jul 2014 11:05:23 -0400 Received: from c-98-217-64-74.hsd1.ma.comcast.net ([98.217.64.74] helo=yeeloong.lan) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1X5yr0-00051M-Dy; Sat, 12 Jul 2014 11:04:46 -0400 From: Mark H Weaver To: bug-guix@gnu.org Subject: texlive-2014 fails to build on MIPS Date: Sat, 12 Jul 2014 11:03:34 -0400 Message-ID: <87ha2mpqk9.fsf@yeeloong.lan> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) texlive-2014 contains a copy of luajit which fails its test suite on MIPS, thus causing the entire build to fail on guix. Here's the tail of the build log: --8<---------------cut here---------------start------------->8--- Making check in luajit make[2]: Entering directory '/tmp/nix-build-texlive-2014.drv-1/build/libs/luajit' Making check in . make[3]: Entering directory '/tmp/nix-build-texlive-2014.drv-1/build/libs/luajit' make jittest luajittry \ luajit.test luajiterr.test make[4]: Entering directory '/tmp/nix-build-texlive-2014.drv-1/build/libs/luajit' gcc -DHAVE_CONFIG_H -I. -I../../../texlive-20140525-source/libs/luajit -Iinclude -Wall -g -O2 -MT jittest-jittest.o -MD -MP -MF .deps/jittest-jittest.Tpo -c -o jittest-jittest.o `test -f 'jittest.c' || echo '../../../texlive-20140525-source/libs/luajit/'`jittest.c mv -f .deps/jittest-jittest.Tpo .deps/jittest-jittest.Po gcc -Wall -g -O2 -o jittest jittest-jittest.o libluajit.a -ldl -lm gcc -DHAVE_CONFIG_H -I. -I../../../texlive-20140525-source/libs/luajit -Iinclude -Wall -g -O2 -MT LuaJIT-2.0.3/src/luajittry-luajit.o -MD -MP -MF LuaJIT-2.0.3/src/.deps/luajittry-luajit.Tpo -c -o LuaJIT-2.0.3/src/luajittry-luajit.o `test -f 'LuaJIT-2.0.3/src/luajit.c' || echo '../../../texlive-20140525-source/libs/luajit/'`LuaJIT-2.0.3/src/luajit.c mv -f LuaJIT-2.0.3/src/.deps/luajittry-luajit.Tpo LuaJIT-2.0.3/src/.deps/luajittry-luajit.Po gcc -Wall -g -O2 -o luajittry LuaJIT-2.0.3/src/luajittry-luajit.o libluajit.a -ldl -lm make[4]: Nothing to be done for '../../../texlive-20140525-source/libs/luajit/luajit.test'. make[4]: Nothing to be done for '../../../texlive-20140525-source/libs/luajit/luajiterr.test'. make[4]: Leaving directory '/tmp/nix-build-texlive-2014.drv-1/build/libs/luajit' make check-TESTS make[4]: Entering directory '/tmp/nix-build-texlive-2014.drv-1/build/libs/luajit' make[5]: Entering directory '/tmp/nix-build-texlive-2014.drv-1/build/libs/luajit' PASS: luajit.test FAIL: luajiterr.test make[6]: Entering directory '/tmp/nix-build-texlive-2014.drv-1/build/libs/luajit' make all-recursive make[7]: Entering directory '/tmp/nix-build-texlive-2014.drv-1/build/libs/luajit' Making all in . make[8]: Entering directory '/tmp/nix-build-texlive-2014.drv-1/build/libs/luajit' make[8]: Leaving directory '/tmp/nix-build-texlive-2014.drv-1/build/libs/luajit' Making all in native make[8]: Entering directory '/tmp/nix-build-texlive-2014.drv-1/build/libs/luajit/native' make all-am make[9]: Entering directory '/tmp/nix-build-texlive-2014.drv-1/build/libs/luajit/native' make[9]: Leaving directory '/tmp/nix-build-texlive-2014.drv-1/build/libs/luajit/native' make[8]: Leaving directory '/tmp/nix-build-texlive-2014.drv-1/build/libs/luajit/native' Making all in include make[8]: Entering directory '/tmp/nix-build-texlive-2014.drv-1/build/libs/luajit/include' make[8]: Leaving directory '/tmp/nix-build-texlive-2014.drv-1/build/libs/luajit/include' make[7]: Leaving directory '/tmp/nix-build-texlive-2014.drv-1/build/libs/luajit' make[6]: Leaving directory '/tmp/nix-build-texlive-2014.drv-1/build/libs/luajit' ============================================================================ Testsuite summary for luajit for TeX Live 2.0.3 ============================================================================ # TOTAL: 2 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See ./test-suite.log Please report to tex-k@tug.org ============================================================================ Makefile:1166: recipe for target 'test-suite.log' failed make[5]: *** [test-suite.log] Error 1 make[5]: Leaving directory '/tmp/nix-build-texlive-2014.drv-1/build/libs/luajit' Makefile:1272: recipe for target 'check-TESTS' failed make[4]: *** [check-TESTS] Error 2 make[4]: Leaving directory '/tmp/nix-build-texlive-2014.drv-1/build/libs/luajit' Makefile:1499: recipe for target 'check-am' failed make[3]: *** [check-am] Error 2 make[3]: Leaving directory '/tmp/nix-build-texlive-2014.drv-1/build/libs/luajit' Makefile:1052: recipe for target 'check-recursive' failed make[2]: *** [check-recursive] Error 1 make[2]: Leaving directory '/tmp/nix-build-texlive-2014.drv-1/build/libs/luajit' Makefile:456: recipe for target 'check-recursive' failed make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory '/tmp/nix-build-texlive-2014.drv-1/build/libs' Makefile:545: recipe for target 'check-recursive' failed make: *** [check-recursive] Error 1 phase `check' failed after 35 seconds --8<---------------cut here---------------end--------------->8--- Here's the contents of luajiterr.log on Loongson 2F: --8<---------------cut here---------------start------------->8--- ../../../texlive-20140525-source/libs/luajit/luajiterr.test: line 6: 9268 Illegal instruction ./luajittry -e "error('test')" 2> jiterr.tmp 1,4d0 < ./luajittry: (command line):1: test < stack traceback: < [C]: in function 'error' < (command line):1: in main chunk --8<---------------cut here---------------end--------------->8--- On Loongson 3A, it's almost the same except that it's "Bus Error" instead of "Illegal instruction". I will investigate further and report back. Mark From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 12 11:21:29 2014 Received: (at 18003) by debbugs.gnu.org; 12 Jul 2014 15:21:29 +0000 Received: from localhost ([127.0.0.1]:40766 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X5z7B-0000rC-9a for submit@debbugs.gnu.org; Sat, 12 Jul 2014 11:21:29 -0400 Received: from world.peace.net ([96.39.62.75]:45910 ident=hope4) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X5z78-0000r4-Ol for 18003@debbugs.gnu.org; Sat, 12 Jul 2014 11:21:27 -0400 Received: from c-98-217-64-74.hsd1.ma.comcast.net ([98.217.64.74] helo=yeeloong.lan) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1X5z73-00054m-05; Sat, 12 Jul 2014 11:21:21 -0400 From: Mark H Weaver To: 18003@debbugs.gnu.org Subject: Re: bug#18003: texlive-2014 fails to build on MIPS References: <87ha2mpqk9.fsf@yeeloong.lan> Date: Sat, 12 Jul 2014 11:20:08 -0400 In-Reply-To: <87ha2mpqk9.fsf@yeeloong.lan> (Mark H. Weaver's message of "Sat, 12 Jul 2014 11:03:34 -0400") Message-ID: <87d2dappsn.fsf@yeeloong.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 18003 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) 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 From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 27 22:43:39 2014 Received: (at 18003-done) by debbugs.gnu.org; 28 Jul 2014 02:43:39 +0000 Received: from localhost ([127.0.0.1]:39757 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XBauY-00019D-TR for submit@debbugs.gnu.org; Sun, 27 Jul 2014 22:43:39 -0400 Received: from world.peace.net ([96.39.62.75]:40773 ident=hope9) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XBauU-000193-M6 for 18003-done@debbugs.gnu.org; Sun, 27 Jul 2014 22:43:35 -0400 Received: from c-24-62-95-23.hsd1.ma.comcast.net ([24.62.95.23] helo=yeeloong.lan) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1XBauO-0002HN-EA; Sun, 27 Jul 2014 22:43:28 -0400 From: Mark H Weaver To: 18003-done@debbugs.gnu.org Subject: Re: bug#18003: texlive-2014 fails to build on MIPS References: <87ha2mpqk9.fsf@yeeloong.lan> <87d2dappsn.fsf@yeeloong.lan> Date: Sun, 27 Jul 2014 22:43:02 -0400 In-Reply-To: <87d2dappsn.fsf@yeeloong.lan> (Mark H. Weaver's message of "Sat, 12 Jul 2014 11:20:08 -0400") Message-ID: <87tx6219vt.fsf@yeeloong.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 18003-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) I've worked around the problem by disabling tests on MIPS, commit 2f4640e320a8834f618c7be5a7e8dba62da91190. Closing this bug. Mark From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 11 10:18:18 2014 Received: (at 18003) by debbugs.gnu.org; 11 Aug 2014 14:18:18 +0000 Received: from localhost ([127.0.0.1]:39403 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XGqQU-0004Kj-9f for submit@debbugs.gnu.org; Mon, 11 Aug 2014 10:18:18 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:33114) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XGqQR-0004Ka-M6 for 18003@debbugs.gnu.org; Mon, 11 Aug 2014 10:18:16 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 386F23797; Mon, 11 Aug 2014 16:18:14 +0200 (CEST) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JPzAgo9Vks0M; Mon, 11 Aug 2014 16:18:14 +0200 (CEST) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id DA55A3662; Mon, 11 Aug 2014 16:18:13 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: 18003@debbugs.gnu.org Subject: Re: bug#18003: texlive-2014 fails to build on MIPS References: <87ha2mpqk9.fsf@yeeloong.lan> <87d2dappsn.fsf@yeeloong.lan> <87tx6219vt.fsf@yeeloong.lan> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 24 Thermidor an 222 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu Date: Mon, 11 Aug 2014 16:18:13 +0200 In-Reply-To: <87tx6219vt.fsf@yeeloong.lan> (Mark H. Weaver's message of "Sun, 27 Jul 2014 22:43:02 -0400") Message-ID: <87lhqvw1ne.fsf@gnu.org> User-Agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 18003 Cc: mhw@netris.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Mark H Weaver skribis: > I've worked around the problem by disabling tests on MIPS, commit > 2f4640e320a8834f618c7be5a7e8dba62da91190. Closing this bug. Great, thanks! Ludo'. From unknown Thu Jun 19 14:02:17 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 09 Sep 2014 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator