Bug 2269253

Summary: Pcre2 has changed the pcre2_substring_list_free() function definition, which causes FTBFS of condor
Product: [Fedora] Fedora Reporter: Lukas Javorsky <ljavorsk>
Component: condorAssignee: Tim Theisen <tim>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: bcotton, fti-bugs, ksurma, matyas, steve.traylen, tim, valtri
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: condor-23.9.6-1.fc41 condor-23.9.6-1.fc39 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-09-28 00:16:22 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: 2260875, 2260877, 2244836    

Description Lukas Javorsky 2024-03-12 20:26:39 UTC
I'm rebasing pcre2 and first I wanted to see if this new version doesn't break any packages in Fedora, so I rebuilt all packages that depend on pcre2 libraries in COPR [1].

I found that the condor is FTBFS due to one change that comes from the new pcre2 version [2]. This is because pcre2 has changed the argument in function pcre2_substring_list_free() [3]. For some reason, it's below the old version, but from the analysis I made, this change comes in version 10.43.
Old: pcre2_substring_list_free(PCRE2_SPTR *)
New: pcre2_substring_list_free(PCRE2_UCHAR **)

I'm planning to push this change to Fedora Rawhide which will break your package, so once I do, please port your package to the new version of pcre2.

[1] https://copr.fedorainfracloud.org/coprs/ljavorsk/pcre2-10.43/
[2] https://copr.fedorainfracloud.org/coprs/ljavorsk/pcre2-10.43/build/7142354/
[3] https://github.com/PCRE2Project/pcre2/blob/master/ChangeLog#L264

Reproducible: Always

Comment 1 Tim Theisen 2024-03-12 20:52:13 UTC
Thank you for the heads up.

Comment 2 Karolina Surma 2024-06-12 14:54:54 UTC
*** Bug 2291504 has been marked as a duplicate of this bug. ***

Comment 3 Karolina Surma 2024-09-04 11:51:34 UTC
This package has failed to build with Python 3.13 so far. Fedora 41 is already in the Beta Freeze phase. What's your plan going forward? Will the package be fixed in time for the Final Freeze of Fedora 41 (planned on Oct 15th 2024)?
If you don't plan or can't fix the package before Fedora 41 goes into the Final Freeze phase, please retire the package. You can unretire it anytime during the Fedora 41 lifecycle - doing this now will simply ensure that we don't release Fedora with a broken package. Thank you!

Comment 4 Tim Theisen 2024-09-12 21:35:10 UTC
I will get this fixed in the next few days. The pcre2 has already been fixed upstream. I'll take a look at what wrong with Python 3.13.

...Tim

Comment 5 Fedora Update System 2024-09-19 21:02:15 UTC
FEDORA-2024-1be0d4f7af (condor-23.9.6-1.fc39) has been submitted as an update to Fedora 39.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-1be0d4f7af

Comment 6 Fedora Update System 2024-09-20 01:43:41 UTC
FEDORA-2024-1be0d4f7af 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-1be0d4f7af`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-1be0d4f7af

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

Comment 7 Fedora Update System 2024-09-20 12:13:57 UTC
FEDORA-2024-6fe803d475 (condor-23.9.6-1.fc41) has been submitted as an update to Fedora 41.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-6fe803d475

Comment 8 Fedora Fails To Install 2024-09-21 10:03:53 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/

All subpackages of a package against which this bug was filled are now installable or removed from Fedora 42.

Thanks for taking care of it!

Comment 9 Fedora Update System 2024-09-28 00:16:22 UTC
FEDORA-2024-6fe803d475 (condor-23.9.6-1.fc41) has been pushed to the Fedora 41 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 10 Fedora Update System 2024-09-28 01:20:10 UTC
FEDORA-2024-1be0d4f7af (condor-23.9.6-1.fc39) has been pushed to the Fedora 39 stable repository.
If problem still persists, please make note of it in this bug report.