Bug 2319582 - distcc: Please backport PR479
Summary: distcc: Please backport PR479
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: distcc
Version: 41
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Gwyn Ciesla
QA Contact: Fedora Extras Quality Assurance
URL: https://github.com/distcc/distcc/pull...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-10-18 05:31 UTC by YunQiang Su
Modified: 2024-10-30 03:23 UTC (History)
1 user (show)

Fixed In Version: distcc-3.4-7.fc41 distcc-3.4-7.fc39 distcc-3.4-7.fc40
Clone Of:
Environment:
Last Closed: 2024-10-30 02:36:47 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description YunQiang Su 2024-10-18 05:31:02 UTC
Replace int with Py_ssize_t for distcc pump extension

Defining PY_SSIZE_T_CLEAN is required since python 3.10, and the types of length variables should be modified to match it. Otherwise functions like OsPathExists seem always return False in my tests.

The PY_SSIZE_T_CLEAN macro is supported at least back to python 3.5 according to docs.python.org, so I included it without any python version conditions.

This PR should fix #454 and likely #474 as well


https://github.com/distcc/distcc/pull/479

Reproducible: Always

Comment 1 Fedora Update System 2024-10-21 15:55:52 UTC
FEDORA-2024-8c6d8d4659 (distcc-3.4-7.fc39) has been submitted as an update to Fedora 39.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-8c6d8d4659

Comment 2 Fedora Update System 2024-10-21 15:55:52 UTC
FEDORA-2024-01080facbb (distcc-3.4-7.fc40) has been submitted as an update to Fedora 40.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-01080facbb

Comment 3 Fedora Update System 2024-10-22 01:42:38 UTC
FEDORA-2024-8c6d8d4659 has been pushed to the Fedora 39 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-8c6d8d4659`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-8c6d8d4659

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 4 Fedora Update System 2024-10-22 02:03:41 UTC
FEDORA-2024-01080facbb has been pushed to the Fedora 40 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-01080facbb`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-01080facbb

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 5 Fedora Update System 2024-10-22 02:34:50 UTC
FEDORA-2024-6074000dd9 has been pushed to the Fedora 41 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-6074000dd9`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-6074000dd9

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 6 Fedora Update System 2024-10-30 02:36:47 UTC
FEDORA-2024-6074000dd9 (distcc-3.4-7.fc41) has been pushed to the Fedora 41 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 7 Fedora Update System 2024-10-30 03:09:09 UTC
FEDORA-2024-8c6d8d4659 (distcc-3.4-7.fc39) has been pushed to the Fedora 39 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 8 Fedora Update System 2024-10-30 03:23:21 UTC
FEDORA-2024-01080facbb (distcc-3.4-7.fc40) has been pushed to the Fedora 40 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.