Bug 2261634
Summary: | qtwebkit: FTBFS in Fedora rawhide/f40 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
Component: | qtwebkit | Assignee: | Rex Dieter <rdieter> | ||||||||
Status: | NEW --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | 42 | CC: | fedora, kde-sig, kevin, patrick, rdieter, than | ||||||||
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: | --- | |||||||||
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: | 2231791 | ||||||||||
Attachments: |
|
Description
Fedora Release Engineering
2024-01-29 22:01:40 UTC
Created attachment 2013362 [details]
build.log
file build.log too big, will only attach last 32768 bytes
Created attachment 2013363 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 2013364 [details]
state.log
The attached build.log is useless because it contains only warnings and not the actual error. By doing a tail on the current F41 rebuild attempt, increasing the tail size 100-fold from 4000 to 400000, I was able to locate the actual error: /builddir/build/BUILD/qtwebkit-2.3.4-build/webkit-qtwebkit-23/Source/WebCore/xml/XSLStyleSheetLibxslt.cpp: In member function ‘bool WebCore::XSLStyleSheet::parseString(const WTF::String&)’: /builddir/build/BUILD/qtwebkit-2.3.4-build/webkit-qtwebkit-23/Source/WebCore/xml/XSLStyleSheetLibxslt.cpp:151:129: error: invalid conversion from ‘void (*)(void*, xmlError*)’ {aka ‘void (*)(void*, _xmlError*)’} to ‘xmlStructuredErrorFunc’ {aka ‘void (*)(void*, const _xmlError*)’} [-fpermissive] So this is an incompatible libxslt change. Adapting to that should be relatively easy though. This bug appears to have been reported against 'rawhide' during the Fedora Linux 42 development cycle. Changing version to 42. |