HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Feature #921737
Make AC_CHECK_HEADERS() one-line calls
0%
Description
Currently msys2 build on CI (but not in my official snapshot environment) fail. The configure stuff also works on linux even with autoconf-2.71.
The final failure seems to be related to the fact that detection of required header has failed configure time. There's configure time warning from autoconf-2.71 (released a month ago) that contents of the AC_CHECK_HEADERS() is not literal.
The AC_CHECK_HEADERS() in question has been divided to multiple lines. Let's at least make it one one-line. That may help with the error (but as it fails in no other environment, we can't test that theory before pushing the change to CI)
History
#1
Updated by Marko Lindqvist about 1 year ago
- File 0001-configure.ac-Make-all-AC_CHECK_HEADERS-and-AC_CHECK_.patch 0001-configure.ac-Make-all-AC_CHECK_HEADERS-and-AC_CHECK_.patch added
Master patch attached. Going to push immediately to see if it helps with the CI problem.
#3
Updated by Marko Lindqvist about 1 year ago
- Status changed from In Progress to Resolved
#4
Updated by Marko Lindqvist about 1 year ago
Marko Lindqvist wrote:
Master patch attached. Going to push immediately to see if it helps with the CI problem.
It did. Now going to push immediately also to S3_1 where the issue affects CI. S2_6 and S3_0 will wait normal review period.
#5
Updated by Marko Lindqvist about 1 year ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist