Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 847502 - dev-python/pyx-0.15_p1 fails tests
Summary: dev-python/pyx-0.15_p1 fails tests
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-26 06:51 UTC by Agostino Sarubbo
Modified: 2022-06-07 04:58 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,154.60 KB, text/plain)
2022-05-26 06:51 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-05-26 06:51:38 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/pyx-0.15_p1 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-05-26 06:51:40 UTC
Created attachment 780803 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-05-26 06:51:41 UTC
Error(s) that match a know pattern:


.............................dvitype: sample2e.dvi: No such file or directory
FAILED (errors=8)
FileNotFoundError: [Errno 2] No such file or directory: 'latex'
' is not in list
ModuleNotFoundError: No module named 'pyx'
ValueError: '
Comment 3 Larry the Git Cow gentoo-dev 2022-05-29 15:22:52 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4c498f9a85569076d7be7c52eafd7bafc85caa4

commit f4c498f9a85569076d7be7c52eafd7bafc85caa4
Author:     Andrey Grozin <grozin@gentoo.org>
AuthorDate: 2022-05-29 15:22:39 +0000
Commit:     Andrey Grozin <grozin@gentoo.org>
CommitDate: 2022-05-29 15:22:39 +0000

    dev-python/pyx: DEPEND on latex-base always
    
    Bug: https://bugs.gentoo.org/847502
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Andrey Grozin <grozin@gentoo.org>

 dev-python/pyx/pyx-0.15_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 4 Andrey Grozin gentoo-dev 2022-05-29 15:26:21 UTC
Could you please check if it's OK now? virtual/latex-base is needed both for test and for normal operation. I cannot be sure if anything else latex-related is needed for test, because I have a large set of latex-related packages installed on my system, and for me the test runs successfully.