Bug 2166555
Summary: | cronolog: C99 compatibility fixes | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Florian Weimer <fweimer> | ||||||
Component: | cronolog | Assignee: | Florian Weimer <fweimer> | ||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | rawhide | CC: | epel-packagers-sig, ktdreyer, pb | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | cronolog-1.6.2-36.fc38 | Doc Type: | If docs needed, set a value | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2023-02-02 07:28:04 UTC | 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: | 2141798 | ||||||||
Attachments: |
|
Created attachment 1941715 [details]
cronolog-c99.patch
|
Created attachment 1941714 [details] cronolog-configure-c99.patch There are two C99 compatibility issues in this package: configure was compiled with an autoconf version that is too old, and current glibc hides the declaration of strptime in <time.h> by default. Reporting this here because upstream appears to have gone away.