Bug 2219941
| Summary: | F39FailsToInstall: awscli2 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
| Component: | awscli2 | Assignee: | Nikola Forró <nforro> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | davdunc, davide, nforro |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-07-28 08:19:32 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2135404, 2168845 | ||
|
Description
Fedora Fails To Install
2023-07-05 19:02:26 UTC
Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ This package fails to install and maintainers are advised to take one of the following actions: - Fix this bug and close this bugzilla once the update makes it to the repository. (The same script that posted this comment will eventually close this bugzilla when the fixed package reaches the repository, so you don't have to worry about it.) or - Move this bug to ASSIGNED if you plan on fixing this, but simply haven't done so yet. or - Orphan the package if you no longer plan to maintain it. If you do not take one of these actions, the process at https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs will continue. This package may be orphaned in 7+ weeks. This is the first reminder (step 3) from the policy. Don't hesitate to ask for help on devel.org if you are unsure how to fix this bug. This currently fails to build due to an issue with the bundled botocore dependency:
Building wheels for collected packages: awscli
Building wheel for awscli (pyproject.toml): started
Running command Building wheel for awscli (pyproject.toml)
Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
main()
File "/usr/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 251, in build_wheel
return _build_backend().build_wheel(wheel_directory, config_settings,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/builddir/build/BUILD/aws-cli-2.12.0/backends/pep517.py", line 64, in build_wheel
_inject_wheel_extras(os.path.join(wheel_directory, whl_filename))
File "/builddir/build/BUILD/aws-cli-2.12.0/backends/pep517.py", line 189, in _inject_wheel_extras
_build_and_inject_ac_index(BUILD_DIR, extracted_wheel_dir)
File "/builddir/build/BUILD/aws-cli-2.12.0/backends/pep517.py", line 217, in _build_and_inject_ac_index
ac_index_build_name = _build_ac_index(build_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/builddir/build/BUILD/aws-cli-2.12.0/backends/pep517.py", line 228, in _build_ac_index
from awscli.autocomplete.generator import generate_index
File "/builddir/build/BUILD/aws-cli-2.12.0/awscli/autocomplete/generator.py", line 17, in <module>
from awscli.autocomplete.serverside.indexer import APICallIndexer
File "/builddir/build/BUILD/aws-cli-2.12.0/awscli/autocomplete/serverside/indexer.py", line 18, in <module>
import awscli.clidriver
File "/builddir/build/BUILD/aws-cli-2.12.0/awscli/clidriver.py", line 21, in <module>
import botocore.session
File "/builddir/build/BUILD/aws-cli-2.12.0/awscli/botocore/session.py", line 27, in <module>
import botocore.client
File "/builddir/build/BUILD/aws-cli-2.12.0/awscli/botocore/client.py", line 16, in <module>
from botocore import UNSIGNED, waiter, xform_name
File "/builddir/build/BUILD/aws-cli-2.12.0/awscli/botocore/waiter.py", line 17, in <module>
from botocore.docs.docstring import WaiterDocstring
File "/builddir/build/BUILD/aws-cli-2.12.0/awscli/botocore/docs/__init__.py", line 15, in <module>
from botocore.docs.service import ServiceDocumenter
File "/builddir/build/BUILD/aws-cli-2.12.0/awscli/botocore/docs/service.py", line 13, in <module>
from botocore.docs.bcdoc.restdoc import DocumentStructure
File "/builddir/build/BUILD/aws-cli-2.12.0/awscli/botocore/docs/bcdoc/restdoc.py", line 15, in <module>
from botocore.compat import OrderedDict
File "/builddir/build/BUILD/aws-cli-2.12.0/awscli/botocore/compat.py", line 36, in <module>
from botocore.vendored.six.moves import http_client
ModuleNotFoundError: No module named 'botocore.vendored.six.moves'
error: subprocess-exited-with-error
True, it fails to import moves from botocore.vendored.six, but even if you resolve that (I simply replaced the imports since we don't care about Python 2 in Fedora) there are hundreds of test failures with Python 3.12 :( Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ All subpackages of a package against which this bug was filled are now installable or removed from Fedora 39. Thanks for taking care of it! |