Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 662322 - dev-python/sphinx-1.6.5-r1 test test_latex_remote_images failed
Summary: dev-python/sphinx-1.6.5-r1 test test_latex_remote_images failed
Status: RESOLVED FIXED
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: 2018-07-28 07:00 UTC by Alexey
Modified: 2019-03-31 13:05 UTC (History)
4 users (show)

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


Attachments
build.log (build.log,439.10 KB, text/x-log)
2018-07-28 07:00 UTC, Alexey
Details
emerge --info (file_662322.txt,19.01 KB, text/plain)
2018-07-28 07:01 UTC, Alexey
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey 2018-07-28 07:00:53 UTC
Created attachment 541480 [details]
build.log

This looks related to sandbox.

/mnt/portagetmp/portage/dev-python/sphinx-1.6.5-r1/work/Sphinx-1.6.5-pypy3/sphinx_tempdir/images/index.rst:17: WARNING: image file not readable: testimäge.png
/mnt/portagetmp/portage/dev-python/sphinx-1.6.5-r1/work/Sphinx-1.6.5-pypy3/sphinx_tempdir/images/subdir/index.rst: WARNING: document isn't included in any toctree
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 0x000055db8a65cb48>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))]
WARNING: Could not fetch remote image: http://example.com/NOT_EXIST.PNG [HTTPConnectionPool(host='example.com', port=80): Max retries exceeded with url: /NOT_EXIST.PNG (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x000055db81f0c020>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))]
Comment 1 Alexey 2018-07-28 07:01:35 UTC
Created attachment 541482 [details]
emerge --info
Comment 2 Virgil Dupras (RETIRED) gentoo-dev 2019-03-31 13:01:59 UTC
Yes, I got this as well when bumping to 2.0.0. I've blacklisted the test in that bump.
Comment 3 Larry the Git Cow gentoo-dev 2019-03-31 13:05:40 UTC
The bug has been closed via the following commit(s):

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

commit 70300828c45a6688fee7e8661a8c32ddfc0446e8
Author:     Virgil Dupras <vdupras@gentoo.org>
AuthorDate: 2019-03-31 13:02:43 +0000
Commit:     Virgil Dupras <vdupras@gentoo.org>
CommitDate: 2019-03-31 13:03:03 +0000

    dev-python/sphinx: bump to 2.0.0
    
    I removed the "net" USE flag because it does nothing else than adding
    dependencies that aren't referenced anywhere in the code. Moreover, the
    release that introduced it, 1.5.1, wasn't accompanied by a justification
    for its addition. I think that it was added for what is now
    "sphinxcontrib-websupport". If that's the case, then this doesn't belong
    here.
    
    Closes: https://bugs.gentoo.org/662322
    Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
    Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-python/sphinx/Manifest            |   1 +
 dev-python/sphinx/sphinx-2.0.0.ebuild | 106 ++++++++++++++++++++++++++++++++++
 2 files changed, 107 insertions(+)