Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 717338 - dev-python/sphinx fails tests
Summary: dev-python/sphinx fails tests
Status: RESOLVED INVALID
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: 684686
Blocks:
  Show dependency tree
 
Reported: 2020-04-13 16:16 UTC by Agostino Sarubbo
Modified: 2020-09-17 09:25 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,330.74 KB, text/plain)
2020-04-13 16:16 UTC, Agostino Sarubbo
Details
716737895.log (716737895.log,299.55 KB, text/plain)
2020-04-13 16:48 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 2020-04-13 16:16:09 UTC
This is an auto-filled bug because dev-python/sphinx fails tests. Attached build log and emerge --info
Comment 1 Agostino Sarubbo gentoo-dev 2020-04-13 16:16:18 UTC
Created attachment 632684 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-04-13 16:48:57 UTC
Created attachment 632706 [details]
716737895.log

this is on arm
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-04-13 17:38:16 UTC
I suppose this is the relevant error from pdflatex:

> pdfTeX error: pdflatex (file msbm10): Font msbm10 at 600 not found

Ok, could you tell me:

1. Do you have installed dev-texlive/texlive-basic, dev-texlive/texlive-formatsextra?

2. What are the USE flags on imagemagick?
Comment 4 Agostino Sarubbo gentoo-dev 2020-04-13 18:59:59 UTC
(In reply to Michał Górny from comment #3)
> 1. Do you have installed dev-texlive/texlive-basic,
> dev-texlive/texlive-formatsextra?

dev-texlive/texlive-formatsextra is not installed (after install it the issue happens again)


> 
> 2. What are the USE flags on imagemagick?

[ebuild   R    ] media-gfx/imagemagick-7.0.10.0:0/7.0.10::gentoo  USE="X bzip2 cxx jpeg openmp png svg zlib -corefonts -djvu -fftw -fontconfig -fpx -graphviz -hdri -heif -j
big -jpeg2k -lcms -lqr -lzma (-opencl) -openexr -pango -perl -postscript -q32 -q8 -raw -static-libs -test -tiff -truetype -webp -wmf -xml" 0 KiB
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-04-13 20:04:08 UTC
Damn it, I'm standing on my head and still can't reproduce.

I have the following texlive packages installed:

[I] app-text/texlive (2019-r1@06.11.2019): A complete TeX distribution
[I] app-text/texlive-core (2019-r11{xpak}@07.04.2020): A complete TeX distribution
[I] dev-texlive/texlive-basic (2019-r1@06.06.2019): TeXLive Essential programs and files
[I] dev-texlive/texlive-bibtexextra (2019@06.06.2019): TeXLive BibTeX additional styles
[I] dev-texlive/texlive-fontsextra (2019@05.06.2019): TeXLive Additional fonts
[I] dev-texlive/texlive-fontsrecommended (2019@05.06.2019): TeXLive Recommended fonts
[I] dev-texlive/texlive-fontutils (2019@05.06.2019): TeXLive Graphics and font utilities
[I] dev-texlive/texlive-langgerman (2019@05.06.2019): TeXLive German
[I] dev-texlive/texlive-langpolish (2019@06.06.2019): TeXLive Polish
[I] dev-texlive/texlive-latex (2019@06.06.2019): TeXLive LaTeX fundamental packages
[I] dev-texlive/texlive-latexextra (2019-r2@24.06.2019): TeXLive LaTeX additional packages
[I] dev-texlive/texlive-latexrecommended (2019-r2{xpak}@13.04.2020): TeXLive LaTeX recommended packages
[I] dev-texlive/texlive-luatex (2019@05.06.2019): TeXLive LuaTeX packages
[I] dev-texlive/texlive-mathscience (2019@07.06.2019): TeXLive Mathematics, natural sciences, computer science packages
[I] dev-texlive/texlive-pictures (2019@05.06.2019): TeXLive Graphics, pictures, diagrams
[I] dev-texlive/texlive-plaingeneric (2019@05.06.2019): TeXLive Plain (La)TeX packages
[I] dev-texlive/texlive-pstricks (2019@06.06.2019): TeXLive PSTricks
[I] dev-texlive/texlive-xetex (2019@05.06.2019): TeXLive XeTeX and packages


Could you see which of them are you missing, and if installing them helps?
Comment 6 Agostino Sarubbo gentoo-dev 2020-04-14 07:13:28 UTC
(In reply to Michał Górny from comment #5)
> Damn it, I'm standing on my head and still can't reproduce.

I'd suggest to test it in a fresh chroot/docker
Comment 7 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-04-14 10:18:27 UTC
Ok, some of the test failures are due to missing texlive-fontsextra.  You may want to start installing it already, as it takes ages ;-).
Comment 8 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-04-14 10:26:52 UTC
The other bug is actually a missing dependency in imagemagick which is an awfully crappy package.
Comment 9 Larry the Git Cow gentoo-dev 2020-04-14 10:43:50 UTC
The bug has been referenced in the following commit(s):

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

commit 201fec310d9207468863ce5bc4bf0463593a2e29
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2020-04-14 10:18:10 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2020-04-14 10:43:45 +0000

    dev-python/sphinx: Add missing test-dep on texlive-fontsextra
    
    Bug: https://bugs.gentoo.org/717338
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/sphinx/sphinx-2.4.4.ebuild | 1 +
 dev-python/sphinx/sphinx-3.0.1.ebuild | 1 +
 2 files changed, 2 insertions(+)
Comment 10 Rolf Eike Beer archtester 2020-05-02 08:19:49 UTC
They still fail for me. The culprit is this one:

WARNING: Could not fetch remote image: https://www.python.org/static/img/python-logo.png [HTTPSConnectionPool(host='www.python.org', port=443): Max retries exceeded with url: /static/img/python-logo.png (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fc593aa83c8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))]

This still fails with FEATURES="test -network-sandbox" for me.
Comment 11 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-09-17 09:25:04 UTC
Closing bugs that don't clearly indicate applicable version.  Assuming a new one will be open if the issue persists.