Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 683076 - dev-python/decorator-4.3.2 FileNotFoundError: [Errno 2] No such file or directory: b'docs/README.rst'
Summary: dev-python/decorator-4.3.2 FileNotFoundError: [Errno 2] No such file or direc...
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: 2019-04-11 06:25 UTC by email200202
Modified: 2019-11-29 19:54 UTC (History)
6 users (show)

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


Attachments
build.log (build.log,9.54 KB, text/x-log)
2019-04-11 06:25 UTC, email200202
Details
emerge --info '=dev-python/decorator-4.3.2::gentoo' (file_683076.txt,6.84 KB, text/plain)
2019-04-11 06:27 UTC, email200202
Details
emerge -pqv '=dev-python/decorator-4.3.2::gentoo' (file_683076.txt,185 bytes, text/plain)
2019-04-11 06:28 UTC, email200202
Details

Note You need to log in before you can comment on or make changes to this bug.
Description email200202 2019-04-11 06:25:20 UTC
Created attachment 572438 [details]
build.log

Failed to emerge with the message:

writing src/decorator.egg-info/PKG-INFO
writing dependency_links to src/decorator.egg-info/dependency_links.txt
writing top-level names to src/decorator.egg-info/top_level.txt
reading manifest file 'src/decorator.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'documentation.pdf'
writing manifest file 'src/decorator.egg-info/SOURCES.txt'
Copying src/decorator.egg-info to /var/tmp/portage/dev-python/decorator-4.3.2/image/_python3.6/usr/lib64/python3.6/site-packages/decorator-4.3.2-py3.6.egg-info
running install_scripts
 * python3_6: running distutils-r1_run_phase distutils-r1_python_install_all
Traceback (most recent call last):
  File "/usr/lib/portage/python3.6/doins.py", line 611, in <module>
    sys.exit(main(sys.argv[1:]))
  File "/usr/lib/portage/python3.6/doins.py", line 602, in main
    os.path.dirname(source)):
  File "/usr/lib/portage/python3.6/doins.py", line 450, in _doins
    return install_runner.install_file(source, os.path.dirname(dest))
  File "/usr/lib/portage/python3.6/doins.py", line 386, in install_file
    return self._ins_runner.run(source, dest_dir)
  File "/usr/lib/portage/python3.6/doins.py", line 195, in run
    sstat = os.stat(source)
FileNotFoundError: [Errno 2] No such file or directory: b'docs/README.rst'
 * ERROR: dev-python/decorator-4.3.2::gentoo failed (install phase):
 *   dodoc failed
 *
Comment 1 email200202 2019-04-11 06:27:10 UTC
Created attachment 572440 [details]
emerge --info '=dev-python/decorator-4.3.2::gentoo'
Comment 2 email200202 2019-04-11 06:28:28 UTC
Created attachment 572442 [details]
emerge -pqv '=dev-python/decorator-4.3.2::gentoo'
Comment 3 edes 2019-04-11 12:30:23 UTC
Same error here (with python 3.7)
Comment 4 Ulenrich 2019-04-11 13:42:16 UTC
The Readme.rst has moved up
'docs/README.rst' must be now at:
'./README.rst'
Comment 5 Larry the Git Cow gentoo-dev 2019-11-29 19:54:48 UTC
The bug has been closed via the following commit(s):

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

commit 5507a80bd8dd0ae99ef076787fc04449c0395ba5
Author:     Zamarin Arthur <arthurzam@gmail.com>
AuthorDate: 2019-11-10 07:25:28 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-11-29 19:54:32 +0000

    dev-python/decorator: bump v4.4.1
    
    move dev-python/setuptools to BDEPEND
    use distutils_enable_tests for tests
    
    Closes: https://bugs.gentoo.org/683106
    Closes: https://bugs.gentoo.org/683076
    
    Package-Manager: Portage-2.3.79, Repoman-2.3.18
    Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/decorator/Manifest               |  1 +
 dev-python/decorator/decorator-4.4.1.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)