Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 678620 - sys-cluster/crmsh-3.0.3 : ModuleNotFoundError: No module named setuptools
Summary: sys-cluster/crmsh-3.0.3 : ModuleNotFoundError: No module named setuptools
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-23 08:28 UTC by Toralf Förster
Modified: 2019-12-07 14:39 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.92 KB, text/plain)
2019-02-23 08:28 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,197.36 KB, text/plain)
2019-02-23 08:28 UTC, Toralf Förster
Details
environment (environment,118.03 KB, text/plain)
2019-02-23 08:28 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.87 KB, application/x-bzip)
2019-02-23 08:28 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,2.49 KB, application/x-bzip)
2019-02-23 08:28 UTC, Toralf Förster
Details
sys-cluster:crmsh-3.0.3:20190223-012919.log (sys-cluster:crmsh-3.0.3:20190223-012919.log,3.54 KB, text/plain)
2019-02-23 08:28 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,25.83 KB, application/x-bzip)
2019-02-23 08:28 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 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.