Bug 2220269
| Summary: | F39FailsToInstall: python3-hdfs+avro, python3-hdfs+dataframe, python3-hdfs+kerberos, python3-hdfs | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
| Component: | python-hdfs | Assignee: | Ankur Sinha (FranciscoD) <sanjay.ankur> |
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | gui1ty, neuro-sig, sanjay.ankur |
| 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-19 04:51:00 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:13:17 UTC
Build fails when generating docs:
+ sphinx-build -b latex doc _latex -j8
Running Sphinx v6.2.1
/builddir/build/BUILD/hdfs-2.6.0/hdfs/client.py:199: SyntaxWarning: invalid escape sequence '\*'
"""Send request to WebHDFS API.
/builddir/build/BUILD/hdfs-2.6.0/hdfs/client.py:485: SyntaxWarning: invalid escape sequence '\*'
"""Upload a file or directory to HDFS.
/builddir/build/BUILD/hdfs-2.6.0/hdfs/client.py:724: SyntaxWarning: invalid escape sequence '\*'
"""Download a file or folder from HDFS and save it locally.
/builddir/build/BUILD/hdfs-2.6.0/hdfs/client.py:1187: SyntaxWarning: invalid escape sequence '\*'
"""HDFS web client to use when security is off.
/builddir/build/BUILD/hdfs-2.6.0/hdfs/client.py:1211: SyntaxWarning: invalid escape sequence '\*'
"""HDFS web client using Hadoop token delegation security.
/builddir/build/BUILD/hdfs-2.6.0/hdfs/config.py:181: SyntaxWarning: invalid escape sequence '\*'
"""Returns a decorator that catches errors and prints messages to stderr.
Configuration error:
There is a programmable error in your configuration file:
Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/sphinx/config.py", line 354, in eval_config_file
exec(code, namespace) # NoQA: S102
^^^^^^^^^^^^^^^^^^^^^
File "/builddir/build/BUILD/hdfs-2.6.0/doc/conf.py", line 64, in <module>
import hdfs
File "/builddir/build/BUILD/hdfs-2.6.0/hdfs/__init__.py", line 6, in <module>
from .config import Config, NullHandler
File "/builddir/build/BUILD/hdfs-2.6.0/hdfs/config.py", line 14, in <module>
from imp import load_source
ModuleNotFoundError: No module named 'imp'
error: Bad exit status from /var/tmp/rpm-tmp.RRtseb (%build)
Bad exit status from /var/tmp/rpm-tmp.RRtseb (%build)
We could disable that for the time being. It's all wrapped in `%bcond_without doc_pdf`. It's a leave package, though.
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. 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! |