Created attachment 897401 [details] build.log and emerge --info (sparc) Intermittently, the tests for app-text/texlive-core will fail in texk/web2c directory like the following. This has been observed on multiple arches, so it doesn't seem arch-specific. On some machines it is unavoidable. FAIL: eptexdir/wcfname.test FAIL: uptexdir/wcfname.test FAIL: euptexdir/wcfname.test ============================================================================ Testsuite summary for Web2C 2023 ============================================================================ # TOTAL: 105 # PASS: 99 # SKIP: 3 # XFAIL: 0 # FAIL: 3 # XPASS: 0 # ERROR: 0 ============================================================================ See ./test-suite.log Please report to tex-k@tug.org ============================================================================ + '[' euc '!=' sjis ']' + ienc=euc + '[' euc '!=' uptex ']' + guess_input_kanji_encoding=1 + export guess_input_kanji_encoding + echo '>>> Document:fnさざ波-euc' ' File Encoding:euc' ' Internal Encoding:euc' >>> Document:fnさざ波-euc File Encoding:euc Internal Encoding:euc + ./euptex -ini -interaction nonstopmode -jobname=fnさざ波-euc-euc -kanji=euc --kanji-internal=euc --shell-escape fnさざ波-euc.tex (guessed encoding #3: EUC-JP = euc)(guessed encoding #5: UTF-8 = utf8)+ mv fnさざ波-euc-euc.txt fnさざ波-euc-euc.log 'fn*-tmp.tex' euptests/ mv: cannot stat 'fnさざ波-euc-euc.txt': No such file or directory mv: cannot stat 'fnさざ波-euc-euc.log': No such file or directory mv: cannot stat 'fn*-tmp.tex': No such file or directory + diff euptests/fnさざ波-euc-euc.txt /var/tmp/portage/app-text/texlive-core-2023-r9/work/texlive-20230311-source/texk/web2c/tests/fn-euc.txt diff: euptests/fnさざ波-euc-euc.txt: No such file or directory + rc=4 exit $rc + exit 4 FAIL euptexdir/wcfname.test (exit status: 4)
Does -j1 help?
(In reply to Sam James from comment #1) > Does -j1 help? Ah, looks like it does! Don't know why I didn't think of that!
Reported upstream via https://tug.org/pipermail/tldistro/2024q3/000492.html Karl mentioned that he believes this is fixed in TL24 and that we probably could grab the wcfname.test scripts from the current texlive to fix this for our TL23.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae40ace9720463d39a1a6e528514489828f727a5 commit ae40ace9720463d39a1a6e528514489828f727a5 Author: Florian Schmaus <flow@gentoo.org> AuthorDate: 2024-07-26 07:09:55 +0000 Commit: Florian Schmaus <flow@gentoo.org> CommitDate: 2024-07-26 07:46:41 +0000 app-text/texlive-core: run tests sequential and fix pkgcheck warnings Thanks to Matoro Mahri, since this was based on their PR https://github.com/gentoo/gentoo/pull/37534 Closes: https://bugs.gentoo.org/935825 Closes: https://github.com/gentoo/gentoo/pull/37534 Signed-off-by: Florian Schmaus <flow@gentoo.org> app-text/texlive-core/texlive-core-2023-r10.ebuild | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-)