Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 721654 - dev-util/systemtap-4.0-r1 : ModuleNotFoundError: No module named setuptools
Summary: dev-util/systemtap-4.0-r1 : ModuleNotFoundError: No module named setuptools
Status: RESOLVED DUPLICATE of bug 719436
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-08 17:21 UTC by Toralf Förster
Modified: 2020-12-06 10:07 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.70 KB, text/plain)
2020-05-08 17:21 UTC, Toralf Förster
Details
dev-util:systemtap-4.0-r1:20200508-163434.log (dev-util:systemtap-4.0-r1:20200508-163434.log,56.22 KB, text/plain)
2020-05-08 17:21 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,310.96 KB, text/plain)
2020-05-08 17:21 UTC, Toralf Förster
Details
environment (environment,139.51 KB, text/plain)
2020-05-08 17:21 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,25.67 KB, application/x-bzip)
2020-05-08 17:21 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,11.44 KB, application/x-bzip)
2020-05-08 17:21 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,36.24 KB, application/x-bzip)
2020-05-08 17:21 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 2020-05-08 17:21:21 UTC
  File setup.py, line 9, in <module>
    from setuptools import setup, Extension
ModuleNotFoundError: No module named setuptools
make[2]: *** [Makefile:621: all-local] Error 1
make[2]: Leaving directory /var/tmp/portage/dev-util/systemtap-4.0-r1/work/systemtap-4.0/python
make[1]: *** [Makefile:2103: all-recursive] Error 1

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-libressl-20200430-031932

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.0 *
clang version 10.0.0 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python3.8
  [3]   python3.7 (fallback)
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.43.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.252_p09 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm


  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Fri 08 May 2020 04:05:37 PM UTC
/var/db/repos/libressl	Sat 11 Apr 2020 05:02:25 AM UTC

emerge -qpvO dev-util/systemtap
[ebuild  N    ] dev-util/systemtap-4.0-r1  USE="ssl -libvirt (-selinux) -sqlite -zeroconf" PYTHON_SINGLE_TARGET="python3_7 -python3_6 -python3_8"
Comment 1 Toralf Förster gentoo-dev 2020-05-08 17:21:24 UTC
Created attachment 636874 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-05-08 17:21:27 UTC
Created attachment 636876 [details]
dev-util:systemtap-4.0-r1:20200508-163434.log
Comment 3 Toralf Förster gentoo-dev 2020-05-08 17:21:30 UTC
Created attachment 636878 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-05-08 17:21:33 UTC
Created attachment 636880 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-05-08 17:21:36 UTC
Created attachment 636882 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-05-08 17:21:41 UTC
Created attachment 636884 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-05-08 17:21:44 UTC
Created attachment 636886 [details]
temp.tbz2
Comment 8 jeff.lemos.a 2020-06-01 14:50:11 UTC
I am having the same issue; I am thinking it may have to do with a notice I received after syncing my system; that portage is updating the python version of packages. It could means packages installed on different virtual environments, then they do not know each other. It complicates that setuptools have so many reverse dependencies, so if you try to upgrade it without a system upgrade, likely portage will complain about many things, though looking on my mtimedb (see at man emerge) reverse dependencies seems not to be a problem but it is an issue that systemtap looks for setuptools and it does not find it, maybe for different environments; independent of it being considered or not as reverse dependency
Comment 9 jeff.lemos.a 2020-06-02 01:07:55 UTC
indeed adding setuptools as dependency on the ebuild resolved the compilation issue
Comment 10 m.manico 2020-12-06 06:54:52 UTC
This is a duplicate of https://bugs.gentoo.org/719436
Comment 11 Toralf Förster gentoo-dev 2020-12-06 10:07:29 UTC

*** This bug has been marked as a duplicate of bug 719436 ***