Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 728162 - sys-cluster/pacemaker installs modules that are not byte-compiled
Summary: sys-cluster/pacemaker installs modules that are not byte-compiled
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2020-12-07
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2020-06-13 20:32 UTC by Agostino Sarubbo
Modified: 2020-11-10 23:22 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,657.90 KB, text/plain)
2020-06-13 20:33 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-06-13 20:32:57 UTC
@@This is an auto-filed bug@@
If you think that a different summary clarifies the issue better, feel free to change it.

Issue: sys-cluster/pacemaker installs modules that are not byte-compiled.
Discovered on: amd64
Comment 1 Agostino Sarubbo gentoo-dev 2020-06-13 20:33:03 UTC
Created attachment 644600 [details]
build.log

build log and emerge --info
Comment 2 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2020-07-10 01:02:07 UTC
I'm getting other QA problems too:

 * QA Notice: command not found:
 *
 *      ./config.status: line 539: QUIET_MAKE_OPTS: command not found
 * Verifying compiled files in /usr/lib/python3.7/site-packages
 *
 * This package installs one or more Python modules that are not byte-compiled.
 * The following files are missing:
 *
 *   /usr/lib/python3.7/site-packages/cts/__pycache__/watcher.cpython-37.pyc
 *   /usr/lib/python3.7/site-packages/cts/__pycache__/watcher.cpython-37.opt-1.pyc
 *   /usr/lib/python3.7/site-packages/cts/__pycache__/watcher.cpython-37.opt-2.pyc
 *   /usr/lib/python3.7/site-packages/cts/__pycache__/remote.cpython-37.pyc
 *   /usr/lib/python3.7/site-packages/cts/__pycache__/remote.cpython-37.opt-1.pyc
 *   /usr/lib/python3.7/site-packages/cts/__pycache__/remote.cpython-37.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
 *
 * One or more empty directories installed to /var:
 *
 *   /var/lib/pacemaker/blackbox
 *   /var/lib/pacemaker/cib
 *   /var/lib/pacemaker/cores
 *   /var/lib/pacemaker/pengine
 *
 * If those directories need to be preserved, please make sure to create
 * or mark them for keeping using 'keepdir'. Future versions of Portage
 * will strip empty directories from installation image.
Comment 3 Larry the Git Cow gentoo-dev 2020-11-10 23:22:40 UTC
The bug has been closed via the following commit(s):

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

commit 0d50a2d60855edd7408b35062cc596e4fca7a3f1
Author:     Marc Schiffbauer <mschiff@gentoo.org>
AuthorDate: 2020-11-10 23:19:16 +0000
Commit:     Marc Schiffbauer <mschiff@gentoo.org>
CommitDate: 2020-11-10 23:22:21 +0000

    sys-cluster/pacemaker: bump 1.1 version
    
    Bug: https://bugs.gentoo.org/751430
    Bug: https://bugs.gentoo.org/711674
    Closes: https://bugs.gentoo.org/728162
    Package-Manager: Portage-3.0.8, Repoman-3.0.2
    Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>

 sys-cluster/pacemaker/Manifest                     |  1 +
 .../files/pacemaker-1.1.24-python-fixes.patch      | 26 +++++++
 .../files/pacemaker-1.1.24-qa-warnings.patch       | 12 ++++
 sys-cluster/pacemaker/pacemaker-1.1.24_rc1.ebuild  | 80 ++++++++++++++++++++++
 4 files changed, 119 insertions(+)