Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 871081 Details for
Bug 914502
dev-python/sphinxcontrib-spelling-8.0.0 - [slibtool] ModuleNotFoundError: No module named setuptools_scm.utils
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-python:sphinxcontrib-spelling-8.0.0:20230921-181410.log
dev-python:sphinxcontrib-spelling-8.0.0:20230921-181410.log (text/plain), 7.65 KB, created by
Toralf Förster
on 2023-09-21 18:54:38 UTC
(
hide
)
Description:
dev-python:sphinxcontrib-spelling-8.0.0:20230921-181410.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2023-09-21 18:54:38 UTC
Size:
7.65 KB
patch
obsolete
> * Package: dev-python/sphinxcontrib-spelling-8.0.0:0 > * Repository: gentoo > * Maintainer: python@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python3_11 > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking sphinxcontrib-spelling-8.0.0.tar.gz to /var/tmp/portage/dev-python/sphinxcontrib-spelling-8.0.0/work >>>> Source unpacked in /var/tmp/portage/dev-python/sphinxcontrib-spelling-8.0.0/work >>>> Preparing source in /var/tmp/portage/dev-python/sphinxcontrib-spelling-8.0.0/work/sphinxcontrib-spelling-8.0.0 ... > * Build system packages: > * dev-python/gpep517 : 15 > * dev-python/installer : 0.7.0 > * dev-python/setuptools : 68.2.2 > * dev-python/setuptools-rust : 1.7.0 > * dev-python/setuptools-scm : 8.0.1 > * dev-python/wheel : 0.41.2 >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/sphinxcontrib-spelling-8.0.0/work/sphinxcontrib-spelling-8.0.0 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/sphinxcontrib-spelling-8.0.0/work/sphinxcontrib-spelling-8.0.0 ... > * python3_11: running distutils-r1_run_phase python_compile > * Building the wheel for sphinxcontrib-spelling-8.0.0 via setuptools.build_meta >gpep517 build-wheel --backend setuptools.build_meta --output-fd 3 --wheel-dir /var/tmp/portage/dev-python/sphinxcontrib-spelling-8.0.0/work/sphinxcontrib-spelling-8.0.0-python3_11/wheel >2023-09-21 18:14:16,216 gpep517 INFO Building wheel via backend setuptools.build_meta >Traceback (most recent call last): > File "/usr/lib/python-exec/python3.11/gpep517", line 4, in <module> > sys.exit(main()) > ^^^^^^ > File "/usr/lib/python3.11/site-packages/gpep517/__main__.py", line 425, in main > return func(args) > ^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/gpep517/__main__.py", line 215, in build_wheel > print(build_wheel_impl(args, args.wheel_dir), file=out) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/gpep517/__main__.py", line 207, in build_wheel_impl > wheel_name = backend.build_wheel(str(wheel_dir), args.config_json) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/setuptools/build_meta.py", line 434, in build_wheel > return self._build_with_temp_dir( > ^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/setuptools/build_meta.py", line 419, in _build_with_temp_dir > self.run_setup() > File "/usr/lib/python3.11/site-packages/setuptools/build_meta.py", line 341, in run_setup > exec(code, locals()) > File "<string>", line 1, in <module> > File "/usr/lib/python3.11/site-packages/setuptools/__init__.py", line 103, in setup > return distutils.core.setup(**attrs) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 147, in setup > _setup_distribution = dist = klass(attrs) > ^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/setuptools/dist.py", line 303, in __init__ > _Distribution.__init__(self, dist_attrs) > File "/usr/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 283, in __init__ > self.finalize_options() > File "/usr/lib/python3.11/site-packages/setuptools/dist.py", line 680, in finalize_options > ep(self) > File "/usr/lib/python3.11/site-packages/setuptools_scm/_integration/setuptools.py", line 125, in infer_version > _assign_version(dist, config) > File "/usr/lib/python3.11/site-packages/setuptools_scm/_integration/setuptools.py", line 54, in _assign_version > maybe_version = _get_version(config, force_write_version_files=True) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/setuptools_scm/_get_version_impl.py", line 89, in _get_version > parsed_version = parse_version(config) > ^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/setuptools_scm/_get_version_impl.py", line 52, in parse_version > or parse_scm_version(config) > ^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/setuptools_scm/_get_version_impl.py", line 37, in parse_scm_version > return _entrypoints.version_from_entrypoint(config, entrypoint, root) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/setuptools_scm/_entrypoints.py", line 37, in version_from_entrypoint > fn: ParseFunction = ep.load() > ^^^^^^^^^ > File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 202, in load > module = import_module(match.group('module')) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module > return _bootstrap._gcd_import(name[level:], package, level) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "<frozen importlib._bootstrap>", line 1204, in _gcd_import > File "<frozen importlib._bootstrap>", line 1176, in _find_and_load > File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked > File "<frozen importlib._bootstrap>", line 690, in _load_unlocked > File "<frozen importlib._bootstrap_external>", line 940, in exec_module > File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed > File "/usr/lib/python3.11/site-packages/setuptools_scm_git_archive/__init__.py", line 6, in <module> > from setuptools_scm.utils import data_from_mime, trace >ModuleNotFoundError: No module named 'setuptools_scm.utils' > * ERROR: dev-python/sphinxcontrib-spelling-8.0.0::gentoo failed (compile phase): > * Wheel build failed > * > * Call stack: > * ebuild.sh, line 136: Called src_compile > * environment, line 4102: Called distutils-r1_src_compile > * environment, line 1994: Called _distutils-r1_run_foreach_impl 'python_compile' > * environment, line 794: Called python_foreach_impl 'distutils-r1_run_phase' 'python_compile' > * environment, line 3714: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_compile' > * environment, line 3185: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_compile' > * environment, line 3183: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_compile' > * environment, line 1261: Called distutils-r1_run_phase 'python_compile' > * environment, line 1978: Called python_compile > * environment, line 3512: Called distutils-r1_python_compile > * environment, line 1797: Called distutils_pep517_install '/var/tmp/portage/dev-python/sphinxcontrib-spelling-8.0.0/work/sphinxcontrib-spelling-8.0.0-python3_11/install' > * environment, line 2329: Called die > * The specific snippet of code: > * local wheel=$("${cmd[@]}" 3>&1 1>&2 || die "Wheel build failed"); > * > * If you need support, post the output of `emerge --info '=dev-python/sphinxcontrib-spelling-8.0.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-python/sphinxcontrib-spelling-8.0.0::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-python:sphinxcontrib-spelling-8.0.0:20230921-181410.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/sphinxcontrib-spelling-8.0.0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-python/sphinxcontrib-spelling-8.0.0/temp/environment'. > * Working directory: '/var/tmp/portage/dev-python/sphinxcontrib-spelling-8.0.0/work/sphinxcontrib-spelling-8.0.0' > * S: '/var/tmp/portage/dev-python/sphinxcontrib-spelling-8.0.0/work/sphinxcontrib-spelling-8.0.0' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 914502
:
871080
| 871081 |
871082
|
871083
|
871084
|
871085
|
871086