Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 625800 - dev-python/sqlalchemy-migrate-0.11.0 will not build with USE doc
Summary: dev-python/sqlalchemy-migrate-0.11.0 will not build with USE doc
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2017-07-21 02:06 UTC by deference
Modified: 2022-06-23 03:07 UTC (History)
2 users (show)

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


Attachments
build.log (build-sqlalchemy-migrate.txt,39.16 KB, text/plain)
2017-07-21 02:06 UTC, deference
Details
emerge --info (emergeinfo-sqlalchemy-migrate.txt,31.81 KB, text/plain)
2017-07-21 02:07 UTC, deference
Details

Note You need to log in before you can comment on or make changes to this bug.
Description deference 2017-07-21 02:06:12 UTC
This may be related to 527188


 * python3_4: running distutils-r1_run_phase python_compile_all
 *
 * The build seeks to import modules from an installed state of the package
 * simply ignore all warnings / errors of failure to import module migrate.<module>
 *
make -j1 -C doc/source html
make: Entering directory '/var/tmp/portage/dev-python/sqlalchemy-migrate-0.11.0/work/sqlalchemy-migrate-0.11.0/doc/source'
mkdir -p _build/html _build/doctrees
sphinx-build -b html -d _build/doctrees   . _build/html
Running Sphinx v1.5.2
loading pickled environment... not yet created
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 10 source files that are out of date
updating environment: 10 added, 0 changed, 0 removed
reading sources... [ 10%] api
reading sources... [ 20%] changelog

Exception occurred:
  File "/usr/lib64/python3.4/site-packages/requests/adapters.py", line 487, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='code.google.com', port=80): Max retries exceeded with url: /feeds/issues/p/sqlalchemy-migrate/issues/full/140 (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f564c6ed240>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
The full traceback has been saved in /var/tmp/portage/dev-python/sqlalchemy-migrate-0.11.0/temp/sphinx-err-m1tj8x2d.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
make: *** [Makefile:31: html] Error 1
make: Leaving directory '/var/tmp/portage/dev-python/sqlalchemy-migrate-0.11.0/work/sqlalchemy-migrate-0.11.0/doc/source'




[ebuild   R   ] dev-python/sqlalchemy-migrate-0.11.0  USE="doc*" PYTHON_TARGETS="python2_7 python3_4 (-python3_5)"
Comment 1 deference 2017-07-21 02:06:44 UTC
Created attachment 486202 [details]
build.log
Comment 2 deference 2017-07-21 02:07:07 UTC
Created attachment 486204 [details]
emerge --info
Comment 3 Larry the Git Cow gentoo-dev 2022-05-22 03:13:31 UTC
The bug has been referenced in the following commit(s):

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

commit bf0281c4515419e7ff33f3d62d91be1b45297aa3
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-05-22 02:48:02 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-05-22 02:48:02 +0000

    profiles: last-rite dev-python/sqlalchemy-migrate
    
    Bug: https://bugs.gentoo.org/625800
    Bug: https://bugs.gentoo.org/796974
    Bug: https://bugs.gentoo.org/796977
    Bug: https://bugs.gentoo.org/831916
    Bug: https://bugs.gentoo.org/845888
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/package.mask | 6 ++++++
 1 file changed, 6 insertions(+)
Comment 4 Larry the Git Cow gentoo-dev 2022-06-23 03:06:51 UTC
The bug has been referenced in the following commit(s):

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

commit 5296eaf08250bced33df1532d1e40247cdf9bc30
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-06-23 03:05:56 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-06-23 03:06:02 +0000

    dev-python/sqlalchemy-migrate: treeclean
    
    Bug: https://bugs.gentoo.org/796974
    Bug: https://bugs.gentoo.org/796977
    Bug: https://bugs.gentoo.org/625800
    Bug: https://bugs.gentoo.org/845888
    Bug: https://bugs.gentoo.org/831916
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-python/sqlalchemy-migrate/Manifest             |  1 -
 ...lalchemy-migrate-0.13-disable-sphinx-exts.patch | 13 -------
 dev-python/sqlalchemy-migrate/metadata.xml         | 11 ------
 .../sqlalchemy-migrate-0.13.0.ebuild               | 42 ----------------------
 profiles/package.mask                              |  6 ----
 5 files changed, 73 deletions(-)
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-06-23 03:07:33 UTC
Removed.