Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830397 - dev-libs/libpwquality: installs broken .egg for Python module (was: x11-misc/revelation-0.5.4-r1 - meson.build: ERROR: python3 is missing modules: pwquality)
Summary: dev-libs/libpwquality: installs broken .egg for Python module (was: x11-misc/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on: 839993
Blocks: 822354
  Show dependency tree
 
Reported: 2022-01-01 11:58 UTC by Toralf Förster
Modified: 2022-04-22 00:22 UTC (History)
5 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.27 KB, text/plain)
2022-01-01 11:58 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,136.57 KB, text/plain)
2022-01-01 11:58 UTC, Toralf Förster
Details
environment (environment,113.91 KB, text/plain)
2022-01-01 11:58 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,23.36 KB, application/x-bzip)
2022-01-01 11:58 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,679 bytes, application/x-bzip)
2022-01-01 11:58 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,25.80 KB, application/x-bzip)
2022-01-01 11:58 UTC, Toralf Förster
Details
x11-misc:revelation-0.5.4-r1:20220101-050611.log (x11-misc:revelation-0.5.4-r1:20220101-050611.log,2.90 KB, text/plain)
2022-01-01 11:58 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-01-01 11:58:34 UTC
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program python3 (Crypto, pwquality) found: NO modules: Crypto

meson.build:12:0: ERROR: python3 is missing modules: pwquality

A full log can be found at /var/tmp/portage/x11-misc/revelation-0.5.4-r1/work/revelation-0.5.4-build/meson-logs/meson-log.txt

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome-j4-20211230-230110

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.1 *
clang version 13.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/13/bin
/usr/lib/llvm/13
13.0.0
Python 3.9.9
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.57.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.312_p07 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:

  HEAD of ::gentoo
commit d710e2d55bb9bafd4da0ea957980a9c5d343f1e8
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Jan 1 04:51:49 2022 +0000

    2022-01-01 04:51:48 UTC

emerge -qpvO x11-misc/revelation
[ebuild  N    ] x11-misc/revelation-0.5.4-r1  PYTHON_SINGLE_TARGET="python3_9 -python3_8"
Comment 1 Toralf Förster gentoo-dev 2022-01-01 11:58:35 UTC
Created attachment 760996 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-01-01 11:58:36 UTC
Created attachment 760997 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-01-01 11:58:38 UTC
Created attachment 760998 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-01-01 11:58:39 UTC
Created attachment 760999 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-01-01 11:58:40 UTC
Created attachment 761000 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-01-01 11:58:41 UTC
Created attachment 761001 [details]
temp.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-01-01 11:58:42 UTC
Created attachment 761002 [details]
x11-misc:revelation-0.5.4-r1:20220101-050611.log
Comment 8 Larry the Git Cow gentoo-dev 2022-04-22 00:20:23 UTC
The bug has been closed via the following commit(s):

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

commit 0269028f03099fb09b580bab8a61030612cc1327
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-04-22 00:18:32 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-04-22 00:20:13 +0000

    dev-libs/libpwquality: fix Python module installation
    
    With newer setuptools, libpwquality installs a .egg which
    breaks consumers. We need to force the old distutils impl.
    to get the right behaviour using SETUPTOOLS_USE_DISTUTILS.
    
    Closes: https://bugs.gentoo.org/830397
    Thanks-to: Jay Faulkner <jay@jvf.cc>
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/libpwquality/libpwquality-1.4.4-r1.ebuild | 83 ++++++++++++++++++++++
 1 file changed, 83 insertions(+)