Bug 2327967
Summary: | postgresql17 fails to build with Python 3.14: jsonb_jsonpath fails: - "12:34:56-07:00" != + "12:34:56-08:00" | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Karolina Surma <ksurma> | ||||
Component: | postgresql17 | Assignee: | Filip Januš <fjanus> | ||||
Status: | NEW --- | QA Contact: | |||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | fjanus, ksurma, mhroncok, redhatbugs | ||||
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: | 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: | 2322407 | ||||||
Attachments: |
|
Description
Karolina Surma
2024-11-22 09:39:00 UTC
See https://perconadev.atlassian.net/browse/PG-1117 . They say it's been fixed upstream. Created attachment 2066111 [details]
Fix for jsonpath test failure
Tested on postgresql17-17.0-1.fc42.src.rpm in mock for epel 10 and it built correctly. The test failure was caused by the test itself and is unrelated to python. I did get some other errors, also unrealated to this bug:
RPM build warnings:
line 228: second Description
File listed twice: /usr/lib/.build-id/1d/1d2f33c51720490575663773f9e6d3dfff493d
File listed twice: /usr/lib/.build-id/33/32e1534f5bb5ab4176722c65c57af77a92acc1
File listed twice: /usr/lib/.build-id/71/0526f460f152e03d4ab553e8527c659c75916b
File listed twice: /usr/lib/.build-id/85/cb22fbe67cf9696ec19c474d61c2a26fb0fc1d
Finish: rpmbuild postgresql17-17.0-1.el10.src.rpm
BTW, the patch reflects upstream jsonb_jsonpath.sql and jsonb_jsonpath.out at git #af21152. This bug appears to have been reported against 'rawhide' during the Fedora Linux 42 development cycle. Changing version to 42. |