Discussion:
[tex-k] report some errors
Haifeng Wu
2011-11-09 08:22:46 UTC
Permalink
When I was installing the texlive in Ubuntu 11.10, there are some
errors, I do not know how to solve it.

First run ./Build --debug, then losts of codes appeared, and then there
are some error. The following is the report:

.........
==============================
1 of 46 tests failed
(1 test was not run)
Please report to tex-k at tug.org
==============================
make[5]: *** [check-TESTS] Error 1
make[5]: Leaving directory
`/home/wuhaifeng/texlive/texlive-20110705-source/Work/texk/web2c'
make[4]: *** [check-am] Error 2
make[4]: Leaving directory
`/home/wuhaifeng/texlive/texlive-20110705-source/Work/texk/web2c'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory
`/home/wuhaifeng/texlive/texlive-20110705-source/Work/texk/web2c'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory
`/home/wuhaifeng/texlive/texlive-20110705-source/Work/texk'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory
`/home/wuhaifeng/texlive/texlive-20110705-source/Work'
make: *** [world] Error 2
Command exited with non-zero status 2
484.53user 143.49system 17:00.17elapsed 61%CPU (0avgtext+0avgdata
1608928maxresident)k
29072inputs+3610192outputs (42major+84580108minor)pagefaults 0swaps
+ echo 2

./Build: 333 executables in
/home/wuhaifeng/texlive/texlive-20110705-source/inst/bin.
done (exit status 2) Wed Nov 9 12:38:23 CST 2011


Thank you very much and hope for your reply.

Best regards, Haifeng Wu
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: errors
URL: <http://tug.org/pipermail/tex-k/attachments/20111109/0937aac2/attachment.ksh>
Peter Breitenlohner
2011-11-10 10:30:08 UTC
Permalink
Post by Haifeng Wu
When I was installing the texlive in Ubuntu 11.10, there are some
^^^^^^^^^^
Hi,

do you want to install TeXlive, or do you want to compile the programs from
source (that is what ./Build does). In the later case you may have to move
the installed binaries to a different location and you'll need zillions
(well a very large number) of support files.
Post by Haifeng Wu
First run ./Build --debug, then lots of codes appeared, and then there
.........
1 of 46 tests failed
(1 test was not run)
The ./Build script does (essentially)
configure
make
make install
make check
and 'make check' in texk/web2c found that one of the 46 tests failed. All
tests are supposed to pass, a failed test indicates some problem.

The output (if any) from each test is followed by 'PASS: XXX' if test XXX
passes or by 'FAIL: XXX' if test XXX fails. Unfortunately this part was
missing in the attached error log.
Post by Haifeng Wu
./Build: 333 executables in
Looks good, but one (or more) of the binaries may cause problems.

Regards
Peter Breitenlohner <peb at mppmu.mpg.de>

Loading...