Bug 2301332
Summary: | tomcat-native: FTBFS in Fedora rawhide/f41 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
Component: | tomcat-native | Assignee: | Coty Sutherland <csutherl> | ||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | rawhide | CC: | csutherl, dsoumis, jclere | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | tomcat-native-1.3.0-3.fc41 tomcat-native-2.0.8-1.fc43 | Doc Type: | If docs needed, set a value | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2024-08-06 14:45:05 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 | ||||||||||
Attachments: |
|
Description
Fedora Release Engineering
2024-07-29 21:35:50 UTC
Created attachment 2042886 [details]
build.log
file build.log too big, will only attach last 32768 bytes
Created attachment 2042887 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 2042888 [details]
state.log
There is a OPENSSL_NO_ENGINE so a CFLAGS=-DOPENSSL_NO_ENGINE should help. Detection in an .m4 file in the upstream would be the best. I've pushed a commit to rawhide to resolve this by adding a BuildRequires (see https://src.fedoraproject.org/rpms/tomcat-native/c/d75be0546faf20488030e926e561e350b0fc3ba4?branch=rawhide), but I think the best fix is what JFC mentioned, to utilize the cflag. ./include/openssl/configuration.h should tell that the no-engine option was used to build openssl... FEDORA-2024-eaf3ecf873 (tomcat-native-1.3.0-3.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-eaf3ecf873 FEDORA-2024-eaf3ecf873 (tomcat-native-1.3.0-3.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2025-33bff7089a (tomcat-native-2.0.8-1.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-33bff7089a FEDORA-2025-33bff7089a (tomcat-native-2.0.8-1.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report. |