Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 935825 - app-text/texlive-core-2023-r9 intermittently fails tests: mv: cannot stat 'fn*-tmp.tex': No such file or directory
Summary: app-text/texlive-core-2023-r9 intermittently fails tests: mv: cannot stat 'fn...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexis Ballier
URL: https://tug.org/pipermail/tldistro/20...
Whiteboard:
Keywords: PullRequest, TESTFAILURE
Depends on:
Blocks: parallel-make
  Show dependency tree
 
Reported: 2024-07-10 15:40 UTC by matoro
Modified: 2024-08-10 07:17 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log and emerge --info (sparc) (build.log.gz,103.67 KB, application/gzip)
2024-07-10 15:40 UTC, matoro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matoro archtester 2024-07-10 15:40:21 UTC
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)
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-07-10 15:46:27 UTC
Does -j1 help?
Comment 2 matoro archtester 2024-07-10 17:04:39 UTC
(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!
Comment 3 Florian Schmaus gentoo-dev 2024-07-25 08:18:15 UTC
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.
Comment 4 Larry the Git Cow gentoo-dev 2024-07-26 07:47:18 UTC
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(-)