Bug 1772992
Summary: | python3-config --configdir incorrect | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Alex Scheel <ascheel> |
Component: | python3 | Assignee: | Victor Stinner <vstinner> |
Status: | CLOSED ERRATA | QA Contact: | Lukáš Zachar <lzachar> |
Severity: | unspecified | Docs Contact: | |
Priority: | medium | ||
Version: | 8.1 | CC: | cstratak, hhorak, pviktori, vstinner |
Target Milestone: | rc | ||
Target Release: | 8.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python3-3.6.8-29.el8 | Doc Type: | Bug Fix |
Doc Text: |
On 64-bit architectures, python3.6-config --configdir returned path like /usr/lib/python3.6/config-3.6m-x86_64-linux-gnu which doesn't exist. The command now returns the expected path: /usr/lib64/python3.6/config-3.6m-x86_64-linux-gnu ("/usr/lib64" instead of "/usr/lib").
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2020-11-04 01:30:33 UTC | Type: | Bug |
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: | 1623069 |
Description
Alex Scheel
2019-11-15 18:37:48 UTC
I confirm the issue with python36-devel-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_64 on Red Hat Enterprise Linux release 8.2 Beta: $ sudo dnf install -y python36-devel $ python3.6-config --configdir /usr/lib/python3.6/config-3.6m-x86_64-linux-gnu $ ls /usr/lib/python3.6/config-3.6m-x86_64-linux-gnu ls: cannot access '/usr/lib/python3.6/config-3.6m-x86_64-linux-gnu': No such file or directory whereas /usr/lib64/python3.6/config-3.6m-x86_64-linux-gnu exists: $ ls /usr/lib64/python3.6/config-3.6m-x86_64-linux-gnu Makefile Setup.config __pycache__ config.c.in makesetup python.o Setup Setup.local config.c install-sh python-config.py This bug has a low priority for us. Let us know if you need a fix soon. > Could I get a fix in RHEL 8.3?
That's the current plan.
Ok, I identified the root issue and I'm working on a fix in Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1772988 Then the plan is to backport the fix to RHEL. Alex, as for the testing part of this bug, can we just leave the verification on the freeradius team? You'll probably be best to tell whether the fix addresses your issue. Honza, Sounds good. Let me know when this is implemented so I can try a FreeRADIUS build. Thanks! The package python3-3.6.8-29.el8 is now ready for tests. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: python3 security and bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:4433 |