Bug 2158163
| Summary: | vile: C99 compatibility fixes for the configure script | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Florian Weimer <fweimer> | ||||
| Component: | vile | Assignee: | Thomas E. Dickey <dickey> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | dickey, mmckinst | ||||
| 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: | 2023-01-28 14:43:15 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: | 2161123 | ||||||
| Bug Blocks: | 2137512 | ||||||
| Attachments: |
|
||||||
thanks for the reminder :-) fixed in #2161123 *** This bug has been marked as a duplicate of bug 2161123 *** (In reply to Thomas E. Dickey from comment #2) > fixed in #2161123 > > *** This bug has been marked as a duplicate of bug 2161123 *** Thanks, confirmed, will update the record-keeping. |
Created attachment 1935706 [details] build log for vile-9.8x-1.fc38 with the instrumented compiler I started fixing the configure script but encountered quite a few issues. I don't have the autoconf version that upstream (hello 8-) uses around, which makes it difficult to patch in certain things, like a new check for <sys/wait.h>/HAVE_SYS_WAIT_H. (The new #include <sys/wait.h> should be conditional on HAVE_SYS_WAIT_H for maximum portability.) I would appreciate if a newer version of autoconf could be used to generate the configure script. It has logging of failing tests, which makes it easier to identify problematic tests.