Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 703100 - dev-python/pexpect-4.6.0: non-byte-compiled modules
Summary: dev-python/pexpect-4.6.0: non-byte-compiled modules
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-12-16 14:15 UTC by Michał Górny
Modified: 2020-08-02 23:12 UTC (History)
0 users

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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-12-16 14:15:21 UTC
* This package installs one or more Python modules that are not byte-compiled.
 * The following files are missing:
 * 
 *   /usr/lib/pypy2.7/site-packages/pexpect/_async.pyc
 *   /usr/lib64/python2.7/site-packages/pexpect/_async.pyc
 *   /usr/lib64/python2.7/site-packages/pexpect/_async.pyo
 * 
 * Please either fix the upstream build system to byte-compile Python modules
 * correctly, or call python_optimize after installing them.  For more
 * information, see:
 * https://wiki.gentoo.org/wiki/Project:Python/Byte_compiling
Comment 1 Larry the Git Cow gentoo-dev 2020-04-13 22:12:28 UTC
The bug has been closed via the following commit(s):

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

commit 6df79dfa10bd801c99c1698f81701f9ae0aa31d9
Author:     Sebastian Pipping <sping@gentoo.org>
AuthorDate: 2020-04-13 21:54:22 +0000
Commit:     Sebastian Pipping <sping@gentoo.org>
CommitDate: 2020-04-13 22:11:34 +0000

    dev-python/pexpect: 4.8.0 + QA
    
    Closes: https://bugs.gentoo.org/703100
    Signed-off-by: Sebastian Pipping <sping@gentoo.org>
    Package-Manager: Portage-2.3.99, Repoman-2.3.22

 dev-python/pexpect/Manifest                        |  1 +
 .../pexpect/files/pexpect-4.8.0-sphinx-3.patch     | 25 ++++++++++++
 dev-python/pexpect/pexpect-4.8.0.ebuild            | 45 ++++++++++++++++++++++
 3 files changed, 71 insertions(+)
Comment 2 Larry the Git Cow gentoo-dev 2020-04-15 02:23:59 UTC
The bug has been referenced in the following commit(s):

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

commit a094582d244bad3a87c2edb7effc0f528ca20466
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2020-04-15 02:23:31 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2020-04-15 02:23:31 +0000

    dev-python/pexpect: fix build with python2 disabled
    
    Fixes: 6df79dfa10bd801c99c1698f81701f9ae0aa31d9
    Bug: https://bugs.gentoo.org/703100
    Package-Manager: Portage-2.3.99, Repoman-2.3.22_p29
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 dev-python/pexpect/pexpect-4.8.0.ebuild | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)