Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 705886 - sys-cluster/rdma-core-27.0 installs one or more Python modules that are not byte-compiled.
Summary: sys-cluster/rdma-core-27.0 installs one or more Python modules that are not b...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-19 20:24 UTC by Jeroen Roovers (RETIRED)
Modified: 2020-02-06 16:19 UTC (History)
0 users

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


Attachments
sys-cluster:rdma-core-27.0:20200119-201738.log (sys-cluster:rdma-core-27.0:20200119-201738.log,528.22 KB, text/plain)
2020-01-19 20:24 UTC, Jeroen Roovers (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2020-01-19 20:24:34 UTC
Created attachment 603760 [details]
sys-cluster:rdma-core-27.0:20200119-201738.log

* This package installs one or more Python modules that are not byte-compiled.
 * The following files are missing:
 *
 *   /usr/lib64/python3.6/site-packages/pyverbs/__pycache__/utils.cpython-36.pyc
 *   /usr/lib64/python3.6/site-packages/pyverbs/__pycache__/utils.cpython-36.opt-1.pyc
 *   /usr/lib64/python3.6/site-packages/pyverbs/__pycache__/utils.cpython-36.opt-2.pyc
 *   /usr/lib64/python3.6/site-packages/pyverbs/__pycache__/__init__.cpython-36.pyc
 *   /usr/lib64/python3.6/site-packages/pyverbs/__pycache__/__init__.cpython-36.opt-1.pyc
 *   /usr/lib64/python3.6/site-packages/pyverbs/__pycache__/__init__.cpython-36.opt-2.pyc
 *   /usr/lib64/python3.6/site-packages/pyverbs/__pycache__/pyverbs_error.cpython-36.pyc
 *   /usr/lib64/python3.6/site-packages/pyverbs/__pycache__/pyverbs_error.cpython-36.opt-1.pyc
 *   /usr/lib64/python3.6/site-packages/pyverbs/__pycache__/pyverbs_error.cpython-36.opt-2.pyc
 *
 * 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 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2020-02-06 16:19:33 UTC
Thanks, fixed.