Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

[SOLVED] python packages fail to install misnamed folders

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
8 posts • Page 1 of 1
Author
Message
Lovot
Tux's lil' helper
Tux's lil' helper
Posts: 92
Joined: Tue Aug 04, 2015 10:16 pm

[SOLVED] python packages fail to install misnamed folders

  • Quote

Post by Lovot » Sat Jul 22, 2023 2:36 am

Basically all python packages fail the same way, using setuptools as an example because it's preventing a portage upgrade

Code: Select all

find: ‘/var/tmp/portage/dev-python/setuptools-68.0.0-r1/work/setuptools-68.0.0-python3_11/install/usr/lib/python3.11/site-packages’: No such file or directory
so I did

Code: Select all

~# ls /var/tmp/portage/dev-python/setuptools-68.0.0-r1/work/setuptools-68.0.0-python3_11/install/usr/lib/
python3.10
~#
note that the folder name is wrong, it's looking for python3.11

everything works until the install phase, and then this hangs up basically every python package, any idea what could cause this?
Last edited by Lovot on Tue Aug 01, 2023 10:17 pm, edited 1 time in total.
Top
alamahant
Advocate
Advocate
Posts: 4032
Joined: Sat Mar 23, 2019 12:12 pm

  • Quote

Post by alamahant » Sat Jul 22, 2023 8:58 am

Try

Code: Select all

emerge --sync
emerge -uDUav @world
Plz post

Code: Select all

emerge --info | grep python
cat /etc/python-exec/python-exec.conf
emerge -pv setuptools
:)
Top
murphy.zhaoyh
n00b
n00b
Posts: 6
Joined: Fri Jul 21, 2023 6:58 pm

  • Quote

Post by murphy.zhaoyh » Sat Jul 22, 2023 1:00 pm

alamahant wrote:Try

Code: Select all

emerge --sync
emerge -uDUav @world
Plz post

Code: Select all

emerge --info | grep python
cat /etc/python-exec/python-exec.conf
emerge -pv setuptools

Hello, I have similar issue, and here is my output for above commands:

Code: Select all

localhost ~ # emerge --info | grep python
Portage 3.0.46 (python 3.11.4-final-0, default/linux/amd64/17.1/desktop/gnome/systemd, gcc-12, glibc-2.37-r3, 6.4.3-dist x86_64)
dev-lang/python:           3.10.12::gentoo, 3.11.4::gentoo
USE="X a52 aac acl acpi alsa amd64 bluetooth branding bzip2 cairo cdda cdr cli colord crypt cups dbus dri dts dvd dvdr eds encode evo exif flac fortran gdbm gif gnome gnome-keyring gnome-online-accounts gpm gstreamer gtk gui iconv icu introspection ipv6 jpeg keyring lcms libnotify libtirpc mad mng mp3 mp4 mpeg multilib nautilus ncurses networkmanager nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppds pulseaudio qt5 readline sdl seccomp sound spell split-usr ssl startup-notification svg sysprof systemd test-rust tiff tracker truetype udev udisks unicode upower usb vaapi vorbis vulkan wayland wxwidgets x264 xattr xcb xft xml xv xvid zlib" ABI_X86="64" ADA_TARGET="gnat_2021" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2 aes avx avx2 f16c fma3 pclmul popcnt rdrand sha sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-1" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_10" PYTHON_TARGETS="python3_10 python3_11" RUBY_TARGETS="ruby31" VIDEO_CARDS="intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"

Code: Select all

localhost ~ # cat /etc/python-exec/python-exec.conf
#/etc/python-exec/python-exec.conf
# python-exec global preference configuration
#
# Note: this file can be modified by calls to 'eselect python'.
python3.10
python3.11

Code: Select all

localhost ~ # emerge -pv setuptools

 * IMPORTANT: 2 config files in '/etc/portage' need updating.
 * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS
 * sections of the emerge man page to learn how to update config files.

These are the packages that would be merged, in order:

Calculating dependencies... done!
Dependency resolution took 2.94 s.

[ebuild   R    ] dev-python/setuptools-67.8.0-r1::gentoo  USE="-test" PYTHON_TARGETS="python3_10 python3_11* (-pypy3) (-python3_12)" 0 KiB
[ebuild   R    ] dev-python/certifi-3021.3.16-r3::gentoo  USE="-test" PYTHON_TARGETS="python3_10 python3_11* (-pypy3) (-python3_12)" 0 KiB
[ebuild   R    ] dev-python/setuptools-scm-7.1.0::gentoo  USE="-test" PYTHON_TARGETS="python3_10 python3_11* (-pypy3) (-python3_12)" 0 KiB

Total: 3 packages (3 reinstalls), Size of downloads: 0 KiB

Any hints, thanks for checking it!
Top
sam_
Developer
Developer
User avatar
Posts: 2816
Joined: Fri Aug 14, 2020 12:33 am

  • Quote

Post by sam_ » Sat Jul 22, 2023 1:25 pm

I think we need one of you to file a bug with the full build.log, emerge --info, and environment file, and we'll go from there.
Top
murphy.zhaoyh
n00b
n00b
Posts: 6
Joined: Fri Jul 21, 2023 6:58 pm

  • Quote

Post by murphy.zhaoyh » Sat Jul 22, 2023 4:12 pm

sam_ wrote:I think we need one of you to file a bug with the full build.log, emerge --info, and environment file, and we'll go from there.
Done, https://bugs.gentoo.org/910694

Thanks for the suggestion!
Top
Lovot
Tux's lil' helper
Tux's lil' helper
Posts: 92
Joined: Tue Aug 04, 2015 10:16 pm

  • Quote

Post by Lovot » Sun Jul 23, 2023 6:51 pm

Code: Select all

~# emerge --info | grep python 
Portage 3.0.44 (python 3.10.12-final-0, default/linux/amd64/17.1/desktop, gcc-12, glibc-2.37-r3, 6.1.11-gentoo x86_64)
dev-lang/python:           2.7.18_p16-r1::gentoo, 3.10.12::gentoo, 3.11.4::gentoo, 3.12.0_beta4::gentoo
USE="X a52 aac acl acpi alsa amd64 bluetooth branding bzip2 cairo cdda cdr cli crypt cups dbus dri dts dvd dvdr elogind encode exif flac fortran gcj gdbm gif gpm gtk gui iconv icu ipv6 jpeg lcms libnotify libtirpc llvm lm_sensors mad mate mmx mng mp3 mp4 mpeg multilib ncurses nls nptl ogg opengl openmax openmp osmesa pam pango pcre pdf png policykit ppds qt5 radeonsi readline sdl seccomp sound spell split-usr sse sse2 ssl startup-notification svg symlinkthreads test-rust threads tiff truetype udev udisks unicode upower usb vorbis vulkan wxwidgets x264 xattr xcb xft xml xv xvid zlib" ABI_X86="64 32" ADA_TARGET="gnat_2021" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="i386-pc" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-1" POSTGRES_TARGETS="postgres15" PYTHON_SINGLE_TARGET="python3_10" PYTHON_TARGETS="python3_10 python3_11" RUBY_TARGETS="ruby31" VIDEO_CARDS="radeonsi radeon r600 amdgpu" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
~# 

~# cat /etc/python-exec/python-exec.conf
#/etc/python-exec/python-exec.conf
# python-exec global preference configuration
#
# This file specifies global Python preference for python-exec. It
# determines which implementations will be used when wrapped Python
# scripts or generic Python wrappers (such as /usr/bin/python) are
# started with no implementation override (EPYTHON).
#
# The global configuration can be overriden for each wrapped script
# in /etc/python-exec/<script-name>.conf. If this override exists,
# the global configuration is not used at all.
#
# The preference file should list Python implementations, one per line,
# in EPYTHON-format (e.g. python3.5), in order of preference. The most
# preferred implementation should be listed first. The program will use
# the most preferred implementation that is supported by it.
#
# If none of the listed implementations are supported, python-exec will
# attempt to use the remaining supported implementations in default
# order.
#
# A specific implementation can be disabled by preceding it with
# a hyphen (-). In this case, the implementation will never be used.
# If no other implementation is supported by the program, it will fail
# to start.
#
# Note: this file can be modified by calls to 'eselect python'.
python3.11
python3.10
~ #

~ # emerge -pv setuptools
These are the packages that would be merged, in order:

Calculating dependencies... done!
Dependency resolution took 6.22 s.

[ebuild     U  ] dev-python/setuptools-68.0.0-r1::gentoo [67.8.0::gentoo] USE="-test" PYTHON_TARGETS="python3_10 python3_11 -pypy3 -python3_12" 0 KiB

Total: 1 package (1 upgrade), Size of downloads: 0 KiB
~ #

emerge -uDUav @world hung up on the first python package due to the same problem.

my build log is a bit different, mainly what causes it to fail

Code: Select all

 [32m*[0m python3_11: running distutils-r1_run_phase distutils-r1_python_compile
 [32m*[0m   Building the wheel for setuptools-68.0.0 via setuptools.build_meta
gpep517 build-wheel --backend setuptools.build_meta --output-fd 3 --wheel-dir /var/tmp/portage/dev-python/setuptools-68.0.0-r1/work/setuptools-68.0.0-python3_11/wheel
2023-07-21 21:25:55,225 gpep517 INFO Building wheel via backend setuptools.build_meta
2023-07-21 21:25:55,452 root INFO running bdist_wheel
2023-07-21 21:25:55,621 root INFO running build
2023-07-21 21:25:55,621 root INFO running build_py
2023-07-21 21:25:55,665 root WARNING warning: build_py: byte-compiling is disabled, skipping.

2023-07-21 21:25:55,681 wheel INFO installing to build/bdist.linux-x86_64/wheel
2023-07-21 21:25:55,681 root INFO running install
2023-07-21 21:25:55,701 root WARNING Distribution option extra_path is deprecated. See issue27919 for details.
2023-07-21 21:25:55,702 root INFO running install_lib
2023-07-21 21:25:55,718 root INFO creating build/bdist.linux-x86_64/wheel
2023-07-21 21:25:55,719 root INFO creating build/bdist.linux-x86_64/wheel/_distutils_hack
2023-07-21 21:25:55,720 root INFO copying build/lib/_distutils_hack/__init__.py -> build/bdist.linux-x86_64/wheel/_distutils_hack
2023-07-21 21:25:55,720 root INFO copying build/lib/_distutils_hack/override.py -> build/bdist.linux-x86_64/wheel/_distutils_hack
2023-07-21 21:25:55,721 root INFO creating build/bdist.linux-x86_64/wheel/pkg_resources
2023-07-21 21:25:55,722 root INFO copying build/lib/pkg_resources/__init__.py -> build/bdist.linux-x86_64/wheel/pkg_resources
2023-07-21 21:25:55,723 root INFO creating build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,724 root INFO copying build/lib/setuptools/__init__.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,724 root INFO copying build/lib/setuptools/_entry_points.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,725 root INFO copying build/lib/setuptools/_imp.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,726 root INFO copying build/lib/setuptools/_importlib.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,727 root INFO copying build/lib/setuptools/_itertools.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,728 root INFO copying build/lib/setuptools/_normalization.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,729 root INFO copying build/lib/setuptools/_path.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,729 root INFO copying build/lib/setuptools/_reqs.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,730 root INFO copying build/lib/setuptools/archive_util.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,731 root INFO copying build/lib/setuptools/build_meta.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,732 root INFO copying build/lib/setuptools/dep_util.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,733 root INFO copying build/lib/setuptools/depends.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,734 root INFO copying build/lib/setuptools/discovery.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,734 root INFO copying build/lib/setuptools/dist.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,735 root INFO copying build/lib/setuptools/errors.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,737 root INFO copying build/lib/setuptools/extension.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,738 root INFO copying build/lib/setuptools/glob.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,738 root INFO copying build/lib/setuptools/installer.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,739 root INFO copying build/lib/setuptools/launch.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,740 root INFO copying build/lib/setuptools/logging.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,741 root INFO copying build/lib/setuptools/monkey.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,742 root INFO copying build/lib/setuptools/msvc.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,743 root INFO copying build/lib/setuptools/namespaces.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,744 root INFO copying build/lib/setuptools/package_index.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,745 root INFO copying build/lib/setuptools/py312compat.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,746 root INFO copying build/lib/setuptools/sandbox.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,746 root INFO copying build/lib/setuptools/unicode_utils.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,747 root INFO copying build/lib/setuptools/version.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,748 root INFO copying build/lib/setuptools/warnings.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,750 root INFO copying build/lib/setuptools/wheel.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,751 root INFO copying build/lib/setuptools/windows_support.py -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,752 root INFO creating build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,753 root INFO copying build/lib/setuptools/_distutils/__init__.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,754 root INFO copying build/lib/setuptools/_distutils/_collections.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,755 root INFO copying build/lib/setuptools/_distutils/_functools.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,756 root INFO copying build/lib/setuptools/_distutils/_log.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,757 root INFO copying build/lib/setuptools/_distutils/_macos_compat.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,758 root INFO copying build/lib/setuptools/_distutils/_msvccompiler.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,759 root INFO copying build/lib/setuptools/_distutils/archive_util.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,760 root INFO copying build/lib/setuptools/_distutils/bcppcompiler.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,761 root INFO copying build/lib/setuptools/_distutils/ccompiler.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,762 root INFO copying build/lib/setuptools/_distutils/cmd.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,763 root INFO copying build/lib/setuptools/_distutils/config.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,764 root INFO copying build/lib/setuptools/_distutils/core.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,766 root INFO copying build/lib/setuptools/_distutils/cygwinccompiler.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,767 root INFO copying build/lib/setuptools/_distutils/debug.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,768 root INFO copying build/lib/setuptools/_distutils/dep_util.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,769 root INFO copying build/lib/setuptools/_distutils/dir_util.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,770 root INFO copying build/lib/setuptools/_distutils/dist.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,771 root INFO copying build/lib/setuptools/_distutils/errors.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,771 root INFO copying build/lib/setuptools/_distutils/extension.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,772 root INFO copying build/lib/setuptools/_distutils/fancy_getopt.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,772 root INFO copying build/lib/setuptools/_distutils/file_util.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,773 root INFO copying build/lib/setuptools/_distutils/filelist.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,773 root INFO copying build/lib/setuptools/_distutils/log.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,774 root INFO copying build/lib/setuptools/_distutils/msvc9compiler.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,774 root INFO copying build/lib/setuptools/_distutils/msvccompiler.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,775 root INFO copying build/lib/setuptools/_distutils/py38compat.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,775 root INFO copying build/lib/setuptools/_distutils/py39compat.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,775 root INFO copying build/lib/setuptools/_distutils/spawn.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,776 root INFO copying build/lib/setuptools/_distutils/sysconfig.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,776 root INFO copying build/lib/setuptools/_distutils/text_file.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,777 root INFO copying build/lib/setuptools/_distutils/unixccompiler.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,777 root INFO copying build/lib/setuptools/_distutils/util.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,778 root INFO copying build/lib/setuptools/_distutils/version.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,778 root INFO copying build/lib/setuptools/_distutils/versionpredicate.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils
2023-07-21 21:25:55,779 root INFO creating build/bdist.linux-x86_64/wheel/setuptools/_distutils/command
2023-07-21 21:25:55,779 root INFO copying build/lib/setuptools/_distutils/command/__init__.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils/command
2023-07-21 21:25:55,779 root INFO copying build/lib/setuptools/_distutils/command/_framework_compat.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils/command
2023-07-21 21:25:55,780 root INFO copying build/lib/setuptools/_distutils/command/bdist.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils/command
2023-07-21 21:25:55,781 root INFO copying build/lib/setuptools/_distutils/command/bdist_dumb.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils/command
2023-07-21 21:25:55,781 root INFO copying build/lib/setuptools/_distutils/command/bdist_rpm.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils/command
2023-07-21 21:25:55,782 root INFO copying build/lib/setuptools/_distutils/command/build.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils/command
2023-07-21 21:25:55,782 root INFO copying build/lib/setuptools/_distutils/command/build_clib.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils/command
2023-07-21 21:25:55,782 root INFO copying build/lib/setuptools/_distutils/command/build_ext.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils/command
2023-07-21 21:25:55,783 root INFO copying build/lib/setuptools/_distutils/command/build_scripts.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils/command
2023-07-21 21:25:55,783 root INFO copying build/lib/setuptools/_distutils/command/check.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils/command
2023-07-21 21:25:55,784 root INFO copying build/lib/setuptools/_distutils/command/clean.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils/command
2023-07-21 21:25:55,784 root INFO copying build/lib/setuptools/_distutils/command/config.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils/command
2023-07-21 21:25:55,785 root INFO copying build/lib/setuptools/_distutils/command/install.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils/command
2023-07-21 21:25:55,785 root INFO copying build/lib/setuptools/_distutils/command/install_data.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils/command
2023-07-21 21:25:55,786 root INFO copying build/lib/setuptools/_distutils/command/install_egg_info.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils/command
2023-07-21 21:25:55,786 root INFO copying build/lib/setuptools/_distutils/command/install_headers.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils/command
2023-07-21 21:25:55,787 root INFO copying build/lib/setuptools/_distutils/command/install_scripts.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils/command
2023-07-21 21:25:55,787 root INFO copying build/lib/setuptools/_distutils/command/py37compat.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils/command
2023-07-21 21:25:55,788 root INFO copying build/lib/setuptools/_distutils/command/register.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils/command
2023-07-21 21:25:55,788 root INFO copying build/lib/setuptools/_distutils/command/sdist.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils/command
2023-07-21 21:25:55,789 root INFO copying build/lib/setuptools/_distutils/command/upload.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils/command
2023-07-21 21:25:55,789 root INFO copying build/lib/setuptools/_distutils/command/build_py.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils/command
2023-07-21 21:25:55,790 root INFO copying build/lib/setuptools/_distutils/command/install_lib.py -> build/bdist.linux-x86_64/wheel/setuptools/_distutils/command
2023-07-21 21:25:55,790 root INFO creating build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,790 root INFO copying build/lib/setuptools/command/__init__.py -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,791 root INFO copying build/lib/setuptools/command/alias.py -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,791 root INFO copying build/lib/setuptools/command/bdist_egg.py -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,792 root INFO copying build/lib/setuptools/command/bdist_rpm.py -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,792 root INFO copying build/lib/setuptools/command/build.py -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,793 root INFO copying build/lib/setuptools/command/build_clib.py -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,793 root INFO copying build/lib/setuptools/command/build_ext.py -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,794 root INFO copying build/lib/setuptools/command/build_py.py -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,794 root INFO copying build/lib/setuptools/command/develop.py -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,794 root INFO copying build/lib/setuptools/command/dist_info.py -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,795 root INFO copying build/lib/setuptools/command/easy_install.py -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,796 root INFO copying build/lib/setuptools/command/editable_wheel.py -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,796 root INFO copying build/lib/setuptools/command/egg_info.py -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,796 root INFO copying build/lib/setuptools/command/install.py -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,797 root INFO copying build/lib/setuptools/command/install_egg_info.py -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,797 root INFO copying build/lib/setuptools/command/install_lib.py -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,798 root INFO copying build/lib/setuptools/command/install_scripts.py -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,798 root INFO copying build/lib/setuptools/command/register.py -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,799 root INFO copying build/lib/setuptools/command/rotate.py -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,799 root INFO copying build/lib/setuptools/command/saveopts.py -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,800 root INFO copying build/lib/setuptools/command/sdist.py -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,800 root INFO copying build/lib/setuptools/command/setopt.py -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,800 root INFO copying build/lib/setuptools/command/test.py -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,801 root INFO copying build/lib/setuptools/command/upload.py -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,801 root INFO copying build/lib/setuptools/command/upload_docs.py -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,802 root INFO copying build/lib/setuptools/command/launcher manifest.xml -> build/bdist.linux-x86_64/wheel/setuptools/command
2023-07-21 21:25:55,802 root INFO creating build/bdist.linux-x86_64/wheel/setuptools/config
2023-07-21 21:25:55,803 root INFO copying build/lib/setuptools/config/__init__.py -> build/bdist.linux-x86_64/wheel/setuptools/config
2023-07-21 21:25:55,803 root INFO copying build/lib/setuptools/config/_apply_pyprojecttoml.py -> build/bdist.linux-x86_64/wheel/setuptools/config
2023-07-21 21:25:55,803 root INFO copying build/lib/setuptools/config/expand.py -> build/bdist.linux-x86_64/wheel/setuptools/config
2023-07-21 21:25:55,804 root INFO copying build/lib/setuptools/config/pyprojecttoml.py -> build/bdist.linux-x86_64/wheel/setuptools/config
2023-07-21 21:25:55,804 root INFO copying build/lib/setuptools/config/setupcfg.py -> build/bdist.linux-x86_64/wheel/setuptools/config
2023-07-21 21:25:55,805 root INFO creating build/bdist.linux-x86_64/wheel/setuptools/config/_validate_pyproject
2023-07-21 21:25:55,805 root INFO copying build/lib/setuptools/config/_validate_pyproject/__init__.py -> build/bdist.linux-x86_64/wheel/setuptools/config/_validate_pyproject
2023-07-21 21:25:55,806 root INFO copying build/lib/setuptools/config/_validate_pyproject/error_reporting.py -> build/bdist.linux-x86_64/wheel/setuptools/config/_validate_pyproject
2023-07-21 21:25:55,806 root INFO copying build/lib/setuptools/config/_validate_pyproject/extra_validations.py -> build/bdist.linux-x86_64/wheel/setuptools/config/_validate_pyproject
2023-07-21 21:25:55,807 root INFO copying build/lib/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py -> build/bdist.linux-x86_64/wheel/setuptools/config/_validate_pyproject
2023-07-21 21:25:55,807 root INFO copying build/lib/setuptools/config/_validate_pyproject/fastjsonschema_validations.py -> build/bdist.linux-x86_64/wheel/setuptools/config/_validate_pyproject
2023-07-21 21:25:55,808 root INFO copying build/lib/setuptools/config/_validate_pyproject/formats.py -> build/bdist.linux-x86_64/wheel/setuptools/config/_validate_pyproject
2023-07-21 21:25:55,808 root INFO copying build/lib/setuptools/script (dev).tmpl -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,809 root INFO copying build/lib/setuptools/script.tmpl -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,809 root INFO copying build/lib/setuptools/cli-32.exe -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,810 root INFO copying build/lib/setuptools/cli-64.exe -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,810 root INFO copying build/lib/setuptools/cli-arm64.exe -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,810 root INFO copying build/lib/setuptools/cli.exe -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,811 root INFO copying build/lib/setuptools/gui-32.exe -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,811 root INFO copying build/lib/setuptools/gui-64.exe -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,812 root INFO copying build/lib/setuptools/gui-arm64.exe -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,812 root INFO copying build/lib/setuptools/gui.exe -> build/bdist.linux-x86_64/wheel/setuptools
2023-07-21 21:25:55,813 root WARNING warning: install_lib: byte-compiling is disabled, skipping.

2023-07-21 21:25:55,813 root INFO running install_egg_info
2023-07-21 21:25:55,873 root INFO running egg_info
2023-07-21 21:25:55,883 root INFO writing setuptools.egg-info/PKG-INFO
2023-07-21 21:25:55,884 root INFO writing dependency_links to setuptools.egg-info/dependency_links.txt
2023-07-21 21:25:55,886 root INFO writing entry points to setuptools.egg-info/entry_points.txt
2023-07-21 21:25:55,887 root INFO writing requirements to setuptools.egg-info/requires.txt
2023-07-21 21:25:55,887 root INFO writing top-level names to setuptools.egg-info/top_level.txt
2023-07-21 21:25:55,935 setuptools_scm.file_finder_git ERROR listing git files failed - pretending there aren't any
2023-07-21 21:25:55,941 root INFO reading manifest file 'setuptools.egg-info/SOURCES.txt'
2023-07-21 21:25:55,945 root INFO reading manifest template 'MANIFEST.in'
2023-07-21 21:25:56,037 root WARNING warning: no files found matching '*.py' under directory 'tests'
2023-07-21 21:25:56,053 root WARNING warning: no files found matching '*.txt' under directory 'docs'
2023-07-21 21:25:56,062 root WARNING warning: no files found matching '*.conf' under directory 'docs'
2023-07-21 21:25:56,066 root WARNING warning: no files found matching '*.css' under directory 'docs'
2023-07-21 21:25:56,070 root WARNING warning: no files found matching '*.css_t' under directory 'docs'
2023-07-21 21:25:56,072 root WARNING warning: no files found matching 'Makefile' under directory 'docs'
2023-07-21 21:25:56,075 root WARNING warning: no files found matching 'indexsidebar.html' under directory 'docs'
2023-07-21 21:25:56,075 root WARNING warning: no files found matching '*.py' under directory 'setuptools/_vendor'
2023-07-21 21:25:56,075 root WARNING warning: no files found matching '*.txt' under directory 'setuptools/_vendor'
2023-07-21 21:25:56,084 root WARNING warning: no files found matching 'msvc-build-launcher.cmd'
2023-07-21 21:25:56,084 root INFO adding license file 'LICENSE'
2023-07-21 21:25:56,094 root INFO writing manifest file 'setuptools.egg-info/SOURCES.txt'
2023-07-21 21:25:56,095 root INFO Copying setuptools.egg-info to build/bdist.linux-x86_64/wheel/setuptools-68.0.0-py3.10.egg-info
2023-07-21 21:25:56,097 root INFO running install_scripts
2023-07-21 21:25:56,098 root INFO creating build/bdist.linux-x86_64/wheel/distutils-precedence.pth
2023-07-21 21:25:56,109 wheel INFO creating build/bdist.linux-x86_64/wheel/setuptools-68.0.0.dist-info/WHEEL
2023-07-21 21:25:56,111 wheel INFO creating '/var/tmp/portage/dev-python/setuptools-68.0.0-r1/work/setuptools-68.0.0-python3_11/wheel/.tmp-kntjly9w/setuptools-68.0.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
2023-07-21 21:25:56,112 wheel INFO adding 'distutils-precedence.pth'
2023-07-21 21:25:56,113 wheel INFO adding '_distutils_hack/__init__.py'
2023-07-21 21:25:56,113 wheel INFO adding '_distutils_hack/override.py'
2023-07-21 21:25:56,113 wheel INFO adding 'pkg_resources/__init__.py'
2023-07-21 21:25:56,114 wheel INFO adding 'setuptools/__init__.py'
2023-07-21 21:25:56,114 wheel INFO adding 'setuptools/_entry_points.py'
2023-07-21 21:25:56,114 wheel INFO adding 'setuptools/_imp.py'
2023-07-21 21:25:56,114 wheel INFO adding 'setuptools/_importlib.py'
2023-07-21 21:25:56,115 wheel INFO adding 'setuptools/_itertools.py'
2023-07-21 21:25:56,115 wheel INFO adding 'setuptools/_normalization.py'
2023-07-21 21:25:56,115 wheel INFO adding 'setuptools/_path.py'
2023-07-21 21:25:56,115 wheel INFO adding 'setuptools/_reqs.py'
2023-07-21 21:25:56,116 wheel INFO adding 'setuptools/archive_util.py'
2023-07-21 21:25:56,116 wheel INFO adding 'setuptools/build_meta.py'
2023-07-21 21:25:56,116 wheel INFO adding 'setuptools/cli-32.exe'
2023-07-21 21:25:56,116 wheel INFO adding 'setuptools/cli-64.exe'
2023-07-21 21:25:56,117 wheel INFO adding 'setuptools/cli-arm64.exe'
2023-07-21 21:25:56,117 wheel INFO adding 'setuptools/cli.exe'
2023-07-21 21:25:56,117 wheel INFO adding 'setuptools/dep_util.py'
2023-07-21 21:25:56,117 wheel INFO adding 'setuptools/depends.py'
2023-07-21 21:25:56,118 wheel INFO adding 'setuptools/discovery.py'
2023-07-21 21:25:56,118 wheel INFO adding 'setuptools/dist.py'
2023-07-21 21:25:56,118 wheel INFO adding 'setuptools/errors.py'
2023-07-21 21:25:56,119 wheel INFO adding 'setuptools/extension.py'
2023-07-21 21:25:56,119 wheel INFO adding 'setuptools/glob.py'
2023-07-21 21:25:56,119 wheel INFO adding 'setuptools/gui-32.exe'
2023-07-21 21:25:56,119 wheel INFO adding 'setuptools/gui-64.exe'
2023-07-21 21:25:56,120 wheel INFO adding 'setuptools/gui-arm64.exe'
2023-07-21 21:25:56,120 wheel INFO adding 'setuptools/gui.exe'
2023-07-21 21:25:56,120 wheel INFO adding 'setuptools/installer.py'
2023-07-21 21:25:56,120 wheel INFO adding 'setuptools/launch.py'
2023-07-21 21:25:56,121 wheel INFO adding 'setuptools/logging.py'
2023-07-21 21:25:56,121 wheel INFO adding 'setuptools/monkey.py'
2023-07-21 21:25:56,121 wheel INFO adding 'setuptools/msvc.py'
2023-07-21 21:25:56,121 wheel INFO adding 'setuptools/namespaces.py'
2023-07-21 21:25:56,122 wheel INFO adding 'setuptools/package_index.py'
2023-07-21 21:25:56,122 wheel INFO adding 'setuptools/py312compat.py'
2023-07-21 21:25:56,122 wheel INFO adding 'setuptools/sandbox.py'
2023-07-21 21:25:56,122 wheel INFO adding 'setuptools/script (dev).tmpl'
2023-07-21 21:25:56,123 wheel INFO adding 'setuptools/script.tmpl'
2023-07-21 21:25:56,123 wheel INFO adding 'setuptools/unicode_utils.py'
2023-07-21 21:25:56,123 wheel INFO adding 'setuptools/version.py'
2023-07-21 21:25:56,123 wheel INFO adding 'setuptools/warnings.py'
2023-07-21 21:25:56,124 wheel INFO adding 'setuptools/wheel.py'
2023-07-21 21:25:56,124 wheel INFO adding 'setuptools/windows_support.py'
2023-07-21 21:25:56,124 wheel INFO adding 'setuptools/_distutils/__init__.py'
2023-07-21 21:25:56,125 wheel INFO adding 'setuptools/_distutils/_collections.py'
2023-07-21 21:25:56,125 wheel INFO adding 'setuptools/_distutils/_functools.py'
2023-07-21 21:25:56,125 wheel INFO adding 'setuptools/_distutils/_log.py'
2023-07-21 21:25:56,125 wheel INFO adding 'setuptools/_distutils/_macos_compat.py'
2023-07-21 21:25:56,126 wheel INFO adding 'setuptools/_distutils/_msvccompiler.py'
2023-07-21 21:25:56,126 wheel INFO adding 'setuptools/_distutils/archive_util.py'
2023-07-21 21:25:56,127 wheel INFO adding 'setuptools/_distutils/bcppcompiler.py'
2023-07-21 21:25:56,127 wheel INFO adding 'setuptools/_distutils/ccompiler.py'
2023-07-21 21:25:56,128 wheel INFO adding 'setuptools/_distutils/cmd.py'
2023-07-21 21:25:56,128 wheel INFO adding 'setuptools/_distutils/config.py'
2023-07-21 21:25:56,129 wheel INFO adding 'setuptools/_distutils/core.py'
2023-07-21 21:25:56,129 wheel INFO adding 'setuptools/_distutils/cygwinccompiler.py'
2023-07-21 21:25:56,129 wheel INFO adding 'setuptools/_distutils/debug.py'
2023-07-21 21:25:56,130 wheel INFO adding 'setuptools/_distutils/dep_util.py'
2023-07-21 21:25:56,130 wheel INFO adding 'setuptools/_distutils/dir_util.py'
2023-07-21 21:25:56,130 wheel INFO adding 'setuptools/_distutils/dist.py'
2023-07-21 21:25:56,131 wheel INFO adding 'setuptools/_distutils/errors.py'
2023-07-21 21:25:56,131 wheel INFO adding 'setuptools/_distutils/extension.py'
2023-07-21 21:25:56,132 wheel INFO adding 'setuptools/_distutils/fancy_getopt.py'
2023-07-21 21:25:56,132 wheel INFO adding 'setuptools/_distutils/file_util.py'
2023-07-21 21:25:56,132 wheel INFO adding 'setuptools/_distutils/filelist.py'
2023-07-21 21:25:56,133 wheel INFO adding 'setuptools/_distutils/log.py'
2023-07-21 21:25:56,133 wheel INFO adding 'setuptools/_distutils/msvc9compiler.py'
2023-07-21 21:25:56,134 wheel INFO adding 'setuptools/_distutils/msvccompiler.py'
2023-07-21 21:25:56,134 wheel INFO adding 'setuptools/_distutils/py38compat.py'
2023-07-21 21:25:56,135 wheel INFO adding 'setuptools/_distutils/py39compat.py'
2023-07-21 21:25:56,135 wheel INFO adding 'setuptools/_distutils/spawn.py'
2023-07-21 21:25:56,135 wheel INFO adding 'setuptools/_distutils/sysconfig.py'
2023-07-21 21:25:56,136 wheel INFO adding 'setuptools/_distutils/text_file.py'
2023-07-21 21:25:56,136 wheel INFO adding 'setuptools/_distutils/unixccompiler.py'
2023-07-21 21:25:56,137 wheel INFO adding 'setuptools/_distutils/util.py'
2023-07-21 21:25:56,137 wheel INFO adding 'setuptools/_distutils/version.py'
2023-07-21 21:25:56,138 wheel INFO adding 'setuptools/_distutils/versionpredicate.py'
2023-07-21 21:25:56,139 wheel INFO adding 'setuptools/_distutils/command/__init__.py'
2023-07-21 21:25:56,139 wheel INFO adding 'setuptools/_distutils/command/_framework_compat.py'
2023-07-21 21:25:56,140 wheel INFO adding 'setuptools/_distutils/command/bdist.py'
2023-07-21 21:25:56,141 wheel INFO adding 'setuptools/_distutils/command/bdist_dumb.py'
2023-07-21 21:25:56,142 wheel INFO adding 'setuptools/_distutils/command/bdist_rpm.py'
2023-07-21 21:25:56,142 wheel INFO adding 'setuptools/_distutils/command/build.py'
2023-07-21 21:25:56,143 wheel INFO adding 'setuptools/_distutils/command/build_clib.py'
2023-07-21 21:25:56,144 wheel INFO adding 'setuptools/_distutils/command/build_ext.py'
2023-07-21 21:25:56,145 wheel INFO adding 'setuptools/_distutils/command/build_py.py'
2023-07-21 21:25:56,146 wheel INFO adding 'setuptools/_distutils/command/build_scripts.py'
2023-07-21 21:25:56,146 wheel INFO adding 'setuptools/_distutils/command/check.py'
2023-07-21 21:25:56,147 wheel INFO adding 'setuptools/_distutils/command/clean.py'
2023-07-21 21:25:56,148 wheel INFO adding 'setuptools/_distutils/command/config.py'
2023-07-21 21:25:56,149 wheel INFO adding 'setuptools/_distutils/command/install.py'
2023-07-21 21:25:56,149 wheel INFO adding 'setuptools/_distutils/command/install_data.py'
2023-07-21 21:25:56,150 wheel INFO adding 'setuptools/_distutils/command/install_egg_info.py'
2023-07-21 21:25:56,151 wheel INFO adding 'setuptools/_distutils/command/install_headers.py'
2023-07-21 21:25:56,152 wheel INFO adding 'setuptools/_distutils/command/install_lib.py'
2023-07-21 21:25:56,152 wheel INFO adding 'setuptools/_distutils/command/install_scripts.py'
2023-07-21 21:25:56,153 wheel INFO adding 'setuptools/_distutils/command/py37compat.py'
2023-07-21 21:25:56,154 wheel INFO adding 'setuptools/_distutils/command/register.py'
2023-07-21 21:25:56,155 wheel INFO adding 'setuptools/_distutils/command/sdist.py'
2023-07-21 21:25:56,155 wheel INFO adding 'setuptools/_distutils/command/upload.py'
2023-07-21 21:25:56,156 wheel INFO adding 'setuptools/command/__init__.py'
2023-07-21 21:25:56,157 wheel INFO adding 'setuptools/command/alias.py'
2023-07-21 21:25:56,158 wheel INFO adding 'setuptools/command/bdist_egg.py'
2023-07-21 21:25:56,160 wheel INFO adding 'setuptools/command/bdist_rpm.py'
2023-07-21 21:25:56,161 wheel INFO adding 'setuptools/command/build.py'
2023-07-21 21:25:56,162 wheel INFO adding 'setuptools/command/build_clib.py'
2023-07-21 21:25:56,164 wheel INFO adding 'setuptools/command/build_ext.py'
2023-07-21 21:25:56,166 wheel INFO adding 'setuptools/command/build_py.py'
2023-07-21 21:25:56,168 wheel INFO adding 'setuptools/command/develop.py'
2023-07-21 21:25:56,170 wheel INFO adding 'setuptools/command/dist_info.py'
2023-07-21 21:25:56,171 wheel INFO adding 'setuptools/command/easy_install.py'
2023-07-21 21:25:56,173 wheel INFO adding 'setuptools/command/editable_wheel.py'
2023-07-21 21:25:56,174 wheel INFO adding 'setuptools/command/egg_info.py'
2023-07-21 21:25:56,175 wheel INFO adding 'setuptools/command/install.py'
2023-07-21 21:25:56,176 wheel INFO adding 'setuptools/command/install_egg_info.py'
2023-07-21 21:25:56,177 wheel INFO adding 'setuptools/command/install_lib.py'
2023-07-21 21:25:56,179 wheel INFO adding 'setuptools/command/install_scripts.py'
2023-07-21 21:25:56,180 wheel INFO adding 'setuptools/command/launcher manifest.xml'
2023-07-21 21:25:56,181 wheel INFO adding 'setuptools/command/register.py'
2023-07-21 21:25:56,182 wheel INFO adding 'setuptools/command/rotate.py'
2023-07-21 21:25:56,183 wheel INFO adding 'setuptools/command/saveopts.py'
2023-07-21 21:25:56,183 wheel INFO adding 'setuptools/command/sdist.py'
2023-07-21 21:25:56,184 wheel INFO adding 'setuptools/command/setopt.py'
2023-07-21 21:25:56,185 wheel INFO adding 'setuptools/command/test.py'
2023-07-21 21:25:56,186 wheel INFO adding 'setuptools/command/upload.py'
2023-07-21 21:25:56,186 wheel INFO adding 'setuptools/command/upload_docs.py'
2023-07-21 21:25:56,188 wheel INFO adding 'setuptools/config/__init__.py'
2023-07-21 21:25:56,189 wheel INFO adding 'setuptools/config/_apply_pyprojecttoml.py'
2023-07-21 21:25:56,190 wheel INFO adding 'setuptools/config/expand.py'
2023-07-21 21:25:56,191 wheel INFO adding 'setuptools/config/pyprojecttoml.py'
2023-07-21 21:25:56,192 wheel INFO adding 'setuptools/config/setupcfg.py'
2023-07-21 21:25:56,192 wheel INFO adding 'setuptools/config/_validate_pyproject/__init__.py'
2023-07-21 21:25:56,193 wheel INFO adding 'setuptools/config/_validate_pyproject/error_reporting.py'
2023-07-21 21:25:56,193 wheel INFO adding 'setuptools/config/_validate_pyproject/extra_validations.py'
2023-07-21 21:25:56,194 wheel INFO adding 'setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py'
2023-07-21 21:25:56,195 wheel INFO adding 'setuptools/config/_validate_pyproject/fastjsonschema_validations.py'
2023-07-21 21:25:56,197 wheel INFO adding 'setuptools/config/_validate_pyproject/formats.py'
2023-07-21 21:25:56,198 wheel INFO adding 'setuptools-68.0.0.dist-info/LICENSE'
2023-07-21 21:25:56,199 wheel INFO adding 'setuptools-68.0.0.dist-info/METADATA'
2023-07-21 21:25:56,200 wheel INFO adding 'setuptools-68.0.0.dist-info/WHEEL'
2023-07-21 21:25:56,200 wheel INFO adding 'setuptools-68.0.0.dist-info/entry_points.txt'
2023-07-21 21:25:56,201 wheel INFO adding 'setuptools-68.0.0.dist-info/top_level.txt'
2023-07-21 21:25:56,203 wheel INFO adding 'setuptools-68.0.0.dist-info/RECORD'
2023-07-21 21:25:56,205 wheel INFO removing build/bdist.linux-x86_64/wheel
2023-07-21 21:25:56,234 gpep517 INFO The backend produced /var/tmp/portage/dev-python/setuptools-68.0.0-r1/work/setuptools-68.0.0-python3_11/wheel/setuptools-68.0.0-py3-none-any.whl
 [32m*[0m   Installing setuptools-68.0.0-py3-none-any.whl to /var/tmp/portage/dev-python/setuptools-68.0.0-r1/work/setuptools-68.0.0-python3_11/install
gpep517 install-wheel --destdir=/var/tmp/portage/dev-python/setuptools-68.0.0-r1/work/setuptools-68.0.0-python3_11/install --interpreter=/usr/bin/python3.11 --prefix=/usr --optimize=all /var/tmp/portage/dev-python/setuptools-68.0.0-r1/work/setuptools-68.0.0-python3_11/wheel/setuptools-68.0.0-py3-none-any.whl
2023-07-21 21:25:56,474 gpep517 INFO Installing /var/tmp/portage/dev-python/setuptools-68.0.0-r1/work/setuptools-68.0.0-python3_11/wheel/setuptools-68.0.0-py3-none-any.whl into /var/tmp/portage/dev-python/setuptools-68.0.0-r1/work/setuptools-68.0.0-python3_11/install
2023-07-21 21:25:58,338 gpep517 INFO Installation complete
find: ‘/var/tmp/portage/dev-python/setuptools-68.0.0-r1/work/setuptools-68.0.0-python3_11/install/usr/lib/python3.11/site-packages’: No such file or directory
 [31;01m*[0m ERROR: dev-python/setuptools-68.0.0-r1::gentoo failed (compile phase):
 [31;01m*[0m   (no error message)
 [31;01m*[0m 
 [31;01m*[0m Call stack:
 [31;01m*[0m     ebuild.sh, line  136:  Called src_compile
 [31;01m*[0m   environment, line 3914:  Called distutils-r1_src_compile
 [31;01m*[0m   environment, line 1885:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
 [31;01m*[0m   environment, line  733:  Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 [31;01m*[0m   environment, line 3528:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 [31;01m*[0m   environment, line 3032:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 [31;01m*[0m   environment, line 3030:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 [31;01m*[0m   environment, line 1168:  Called distutils-r1_run_phase 'distutils-r1_python_compile'
 [31;01m*[0m   environment, line 1867:  Called distutils-r1_python_compile
 [31;01m*[0m   environment, line 1686:  Called distutils_pep517_install '/var/tmp/portage/dev-python/setuptools-68.0.0-r1/work/setuptools-68.0.0-python3_11/install'
 [31;01m*[0m   environment, line 2220:  Called distutils_wheel_install '/var/tmp/portage/dev-python/setuptools-68.0.0-r1/work/setuptools-68.0.0-python3_11/install' '/var/tmp/portage/dev-python/setuptools-68.0.0-r1/work/setuptools-68.0.0-python3_11/wheel/setuptools-68.0.0-py3-none-any.whl'
 [31;01m*[0m   environment, line 2240:  Called die
 [31;01m*[0m The specific snippet of code:
 [31;01m*[0m       find "${root}$(python_get_sitedir)" -depth \( -path '*.dist-info/COPYING*' -o -path '*.dist-info/LICENSE*' -o -path '*.dist-info/license_files/*' -o -path '*.dist-info/license_files' -o -path '*.dist-info/licenses/*' -o -path '*.dist-info/licenses' \) -delete || die
 [31;01m*[0m 
 [31;01m*[0m If you need support, post the output of `emerge --info '=dev-python/setuptools-68.0.0-r1::gentoo'`,
 [31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-python/setuptools-68.0.0-r1::gentoo'`.
 [31;01m*[0m The complete build log is located at '/var/tmp/portage/dev-python/setuptools-68.0.0-r1/temp/build.log'.
 [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-python/setuptools-68.0.0-r1/temp/environment'.
 [31;01m*[0m Working directory: '/var/tmp/portage/dev-python/setuptools-68.0.0-r1/work/setuptools-68.0.0'
 [31;01m*[0m S: '/var/tmp/portage/dev-python/setuptools-68.0.0-r1/work/setuptools-68.0.0'
Should I file a different bug?
Top
sam_
Developer
Developer
User avatar
Posts: 2816
Joined: Fri Aug 14, 2020 12:33 am

  • Quote

Post by sam_ » Sun Jul 23, 2023 7:16 pm

Yes, please file a separate bug for the wrong-folder issue. Thanks!
Top
Lovot
Tux's lil' helper
Tux's lil' helper
Posts: 92
Joined: Tue Aug 04, 2015 10:16 pm

  • Quote

Post by Lovot » Tue Aug 01, 2023 10:16 pm

I fixed it, I basically reinstalled all of setuptools dependencies with Python3.10, some of them were missing dependencies that for some reason Portage didn't pull in, and dev-python/six had file collisions with itself, I had to do this one at a time because a lot of the dependencies had to be removed via emerge -C before Portage would reinstall them, it seems like emerge -uDN world is proceeding normally, except for more missing Python libraries right off the rip, again they weren't pulled in automatically, strange.

I did the dependencies for setuptools because basically everything that has the file name problem has setuptools as a dependency, so since setuptools failed it meant one of it's dependencies was probably the smoking gun here.
Top
Post Reply

8 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic