Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 654264 - dev-python/cython-0.28.2: FileNotFoundError: [Errno 2] No such file or directory: b'README.txt'
Summary: dev-python/cython-0.28.2: FileNotFoundError: [Errno 2] No such file or direct...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
: 654274 654292 654310 654328 (view as bug list)
Depends on:
Blocks:
 
Reported: 2018-04-28 23:00 UTC by Kobboi
Modified: 2018-04-29 11:55 UTC (History)
5 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kobboi 2018-04-28 23:00:39 UTC
(...)
writing manifest file 'Cython.egg-info/SOURCES.txt'
Copying Cython.egg-info to /mnt/oldhome/tmp-portage/portage/dev-python/cython-0.28.2/image/_python3.5/usr/lib64/python3.5/site-packages/Cython-0.28.2-py3.5.egg-info
running install_scripts
Installing cython script to /mnt/oldhome/tmp-portage/portage/dev-python/cython-0.28.2/image/_python3.5/usr/lib/python-exec/python3.5
Installing cythonize script to /mnt/oldhome/tmp-portage/portage/dev-python/cython-0.28.2/image/_python3.5/usr/lib/python-exec/python3.5
Installing cygdb script to /mnt/oldhome/tmp-portage/portage/dev-python/cython-0.28.2/image/_python3.5/usr/lib/python-exec/python3.5
 * python3_5: running distutils-r1_run_phase python_install_all
Traceback (most recent call last):
  File "/usr/lib/portage/python3.5/doins.py", line 611, in <module>
    sys.exit(main(sys.argv[1:]))
  File "/usr/lib/portage/python3.5/doins.py", line 602, in main
    os.path.dirname(source)):
  File "/usr/lib/portage/python3.5/doins.py", line 450, in _doins
    return install_runner.install_file(source, os.path.dirname(dest))
  File "/usr/lib/portage/python3.5/doins.py", line 386, in install_file
    return self._ins_runner.run(source, dest_dir)
  File "/usr/lib/portage/python3.5/doins.py", line 195, in run
    sstat = os.stat(source)
FileNotFoundError: [Errno 2] No such file or directory: b'README.txt'
 * ERROR: dev-python/cython-0.28.2::gentoo failed (install phase):
 *   dodoc failed
 * 
 * If you need support, post the output of `emerge --info '=dev-python/cython-0.28.2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/cython-0.28.2::gentoo'`.
 * The complete build log is located at '/mnt/oldhome/tmp-portage/portage/dev-python/cython-0.28.2/temp/build.log'.
 * The ebuild environment file is located at '/mnt/oldhome/tmp-portage/portage/dev-python/cython-0.28.2/temp/environment'.
 * Working directory: '/mnt/oldhome/tmp-portage/portage/dev-python/cython-0.28.2/work/Cython-0.28.2'
 * S: '/mnt/oldhome/tmp-portage/portage/dev-python/cython-0.28.2/work/Cython-0.28.2'
Comment 1 Kobboi 2018-04-28 23:02:15 UTC
Upstream renamed the file to README.rst in https://github.com/cython/cython/commit/b15eb2aab3617efb89ee6f44dad34dc04b93ab75

$ git describe b15eb2aab3617efb89ee6f44dad34dc04b93ab75
0.24-1864-gb15eb2aab
Comment 2 Kobboi 2018-04-28 23:04:00 UTC
Introduced by mgorny in:

commit cc601482ca08849755bc24d2b3fcccd50559f2a8
Author: Michał Górny <mgorny@gentoo.org>
Date:   Sat Apr 28 21:28:38 2018 +0200

    dev-python/cython: Bump to 0.28.2
    
    Bump to 0.28.2 release.  For now, it has failing tests, pending further
    investigation.
    
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=632519
Comment 3 Ulenrich 2018-04-28 23:46:16 UTC
Thanx Kobboi
the diff:
--- a/cython-0.28.2.ebuild	2018-04-29 00:32:10.110745351 +0200
+++ b/cython-0.28.2.ebuild	2018-04-29 01:32:32.327183192 +0200
@@ -57,7 +57,7 @@
 }
 
 python_install_all() {
-	local DOCS=( CHANGES.rst README.txt ToDo.txt USAGE.txt )
+	local DOCS=( CHANGES.rst README.rst ToDo.txt USAGE.txt )
 	use doc && local HTML_DOCS=( docs/build/html/. )
 	distutils-r1_python_install_all
 
---
emerges just fine!
Comment 4 Larry the Git Cow gentoo-dev 2018-04-29 06:15:34 UTC
The bug has been closed via the following commit(s):

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

commit 5509a5f19fe4c5ef6a3c8a8c257977cddf04e707
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2018-04-29 06:15:00 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-04-29 06:15:25 +0000

    dev-python/cython: Fix README name
    
    Closes: https://bugs.gentoo.org/654264

 dev-python/cython/cython-0.28.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-04-29 08:37:37 UTC
*** Bug 654274 has been marked as a duplicate of this bug. ***
Comment 6 Jonas Stein gentoo-dev 2018-04-29 09:39:51 UTC
*** Bug 654292 has been marked as a duplicate of this bug. ***
Comment 7 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-04-29 11:09:39 UTC
*** Bug 654310 has been marked as a duplicate of this bug. ***
Comment 8 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-04-29 11:55:51 UTC
*** Bug 654328 has been marked as a duplicate of this bug. ***