Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 678620

Summary: sys-cluster/crmsh-3.0.3 : ModuleNotFoundError: No module named setuptools
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Cluster Team <cluster>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
sys-cluster:crmsh-3.0.3:20190223-012919.log
temp.tbz2

Description Toralf Förster gentoo-dev 2019-02-23 08:28:30 UTC
  File "setup.py", line 4, in <module>
    from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'
make: *** [Makefile:862: all-local] Error 1
 * ERROR: sys-cluster/crmsh-3.0.3::gentoo failed (compile phase):
 *   emake failed

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-no-multilib_20190219-092847

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.32.0 *



emerge -qpvO sys-cluster/crmsh
[ebuild  N    ] sys-cluster/crmsh-3.0.3  PYTHON_TARGETS="python3_6 -python3_5 -python3_7"
Comment 1 Toralf Förster gentoo-dev 2019-02-23 08:28:33 UTC
Created attachment 566164 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-02-23 08:28:35 UTC
Created attachment 566166 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-02-23 08:28:38 UTC
Created attachment 566168 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-02-23 08:28:41 UTC
Created attachment 566170 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-02-23 08:28:44 UTC
Created attachment 566172 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-02-23 08:28:46 UTC
Created attachment 566174 [details]
sys-cluster:crmsh-3.0.3:20190223-012919.log
Comment 7 Toralf Förster gentoo-dev 2019-02-23 08:28:49 UTC
Created attachment 566176 [details]
temp.tbz2
Comment 8 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-12-07 14:39:38 UTC
The distutils-r1 eclass has been changed to default on setuptools by default.  This should resolve the issue in question.  Feel free to reopen if it didn't.