Bug 2434904
| Summary: | pcre: FTBFS in Fedora rawhide/f44 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
| Component: | pcre | Assignee: | Orphan Owner <extras-orphan> | ||||||||
| Status: | NEW --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | rawhide | CC: | db-sig, kasal, ljavorsk, lkundrak, ppisar, thoger | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | --- | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 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: | 2384424 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Fedora Release Engineering
2026-01-29 05:18:58 UTC
Created attachment 2126460 [details]
build.log
file build.log too big, will only attach last 32768 bytes
Created attachment 2126461 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 2126462 [details]
state.log
I tried to investigate the issue, but since this package is deprecated and I couldn't find a solution to this problem, I've orphaned it. This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component. This fails to build in F45 and F44. It passes in F43. I suspect GCC 16. The failure is in basic tests:
Test 1: Main functionality (Compatible with Perl >= 5.10)
--- ./testdata/testoutput1 2021-06-14 11:17:22.000000000 +0000
+++ testtry 2026-02-26 15:28:32.473896836 +0000
@@ -6,89 +6,89 @@
/the quick brown fox/
the quick brown fox
- 0: the quick brown fox
+No match
The quick brown FOX
No match
What do you know about the quick brown fox?
- 0: the quick brown fox
+No match
What do you know about THE QUICK BROWN FOX?
No match
[...]
It means that /the quick brown fox/ did not match "the quick brown fox".
|