GNU bug report logs -
#18003
texlive-2014 fails to build on MIPS
Previous Next
Reported by: Mark H Weaver <mhw <at> netris.org>
Date: Sat, 12 Jul 2014 15:06:02 UTC
Severity: normal
Done: Mark H Weaver <mhw <at> netris.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 18003 in the body.
You can then email your comments to 18003 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#18003
; Package
guix
.
(Sat, 12 Jul 2014 15:06:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Mark H Weaver <mhw <at> netris.org>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Sat, 12 Jul 2014 15:06:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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 <at> 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
Information forwarded
to
bug-guix <at> gnu.org
:
bug#18003
; Package
guix
.
(Sat, 12 Jul 2014 15:22:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 18003 <at> debbugs.gnu.org (full text, mbox):
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
Reply sent
to
Mark H Weaver <mhw <at> netris.org>
:
You have taken responsibility.
(Mon, 28 Jul 2014 02:44:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Mark H Weaver <mhw <at> netris.org>
:
bug acknowledged by developer.
(Mon, 28 Jul 2014 02:44:03 GMT)
Full text and
rfc822 format available.
Message #13 received at 18003-done <at> debbugs.gnu.org (full text, mbox):
I've worked around the problem by disabling tests on MIPS, commit
2f4640e320a8834f618c7be5a7e8dba62da91190. Closing this bug.
Mark
Information forwarded
to
bug-guix <at> gnu.org
:
bug#18003
; Package
guix
.
(Mon, 11 Aug 2014 14:19:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 18003 <at> debbugs.gnu.org (full text, mbox):
Mark H Weaver <mhw <at> netris.org> skribis:
> I've worked around the problem by disabling tests on MIPS, commit
> 2f4640e320a8834f618c7be5a7e8dba62da91190. Closing this bug.
Great, thanks!
Ludo'.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 09 Sep 2014 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 10 years and 285 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.