Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 696136 - dev-python/pastedeploy-2.0.1 USE=doc - OSError: [Errno 2] No such file or directory: 'docs/*.txt'
Summary: dev-python/pastedeploy-2.0.1 USE=doc - OSError: [Errno 2] No such file or dir...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-03 14:46 UTC by Alessandro Barbieri
Modified: 2021-08-31 06:57 UTC (History)
1 user (show)

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


Attachments
info (info,14.72 KB, text/plain)
2019-10-03 14:46 UTC, Alessandro Barbieri
Details
pastedeploy-2.0.1:20191003-144226.log (pastedeploy-2.0.1:20191003-144226.log,28.29 KB, text/plain)
2019-10-03 15:27 UTC, Alessandro Barbieri
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Barbieri 2019-10-03 14:46:22 UTC
Copying PasteDeploy.egg-info to /var/tmp/portage/dev-python/pastedeploy-2.0.1/image/_python3.7/usr/lib/python3.7/site-packages/PasteDeploy-2.0.1-py3.7.egg-info
Installing /var/tmp/portage/dev-python/pastedeploy-2.0.1/image/_python3.7/usr/lib/python3.7/site-packages/PasteDeploy-2.0.1-py3.7-nspkg.pth
running install_scripts
 * python3_7: running distutils-r1_run_phase python_install_all
Traceback (most recent call last):
  File "/usr/lib/portage/pypy/doins.py", line 611, in <module>
    sys.exit(main(sys.argv[1:]))
  File "/usr/lib/portage/pypy/doins.py", line 602, in main
    os.path.dirname(source)):
  File "/usr/lib/portage/pypy/doins.py", line 450, in _doins
    return install_runner.install_file(source, os.path.dirname(dest))
  File "/usr/lib/portage/pypy/doins.py", line 386, in install_file
    return self._ins_runner.run(source, dest_dir)
  File "/usr/lib/portage/pypy/doins.py", line 195, in run
    sstat = os.stat(source)
OSError: [Errno 2] No such file or directory: 'docs/*.txt'
 * ERROR: dev-python/pastedeploy-2.0.1::gentoo failed (install phase):
 *   dodoc failed
Comment 1 Alessandro Barbieri 2019-10-03 14:46:38 UTC
Created attachment 591712 [details]
info

emerge --info
Comment 2 Alessandro Barbieri 2019-10-03 15:27:16 UTC
Created attachment 591738 [details]
pastedeploy-2.0.1:20191003-144226.log

buildlog
Comment 3 Larry the Git Cow gentoo-dev 2021-08-31 06:57:15 UTC
The bug has been closed via the following commit(s):

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

commit 2e16c3329e78e755990f0acf083228640c24f71f
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2021-08-31 06:42:57 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2021-08-31 06:43:04 +0000

    dev-python/pastedeploy: fix doc generation
    
    Upstream started using sphinx docs generation, but are using a
    unique theme.
    Change the theme to a more common one: 'sphinx_rtd_theme'.
    
    Closes: https://bugs.gentoo.org/696136
    Closes: https://bugs.gentoo.org/750089
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 .../pastedeploy-2.1.1-change-sphinx-theme.patch    | 30 ++++++++++++++++++
 dev-python/pastedeploy/pastedeploy-2.1.1-r1.ebuild | 37 ++++++++++++++++++++++
 2 files changed, 67 insertions(+)