cloudberry icon indicating copy to clipboard operation
cloudberry copied to clipboard

[Bug] Warns return when running `autoreconf -i` after changing the configure.ac file

Open tuhaihe opened this issue 8 months ago • 1 comments

Apache Cloudberry version

main

What happened

Following the wiki https://github.com/apache/cloudberry/wiki/Release-Process-Overview#updating-version-numbers, after updating configure.ac, then regenerated the configure script using autoreconf -i, some warns returned and cannot generate the configure file:

[root@ecs-252b cloudberry]# autoreconf -i
autoheader: warning: missing template: OPENSSL_ALLOW_REDIRECT
autoheader: Use AC_DEFINE([OPENSSL_ALLOW_REDIRECT], [], [Description])
autoheader: warning: missing template: USE_INTERNAL_FTS
autoreconf: /usr/bin/autoheader failed with exit status: 1

What you think should happen instead

No response

How to reproduce

Run the cmd autoreconf -i after updating the configure.ac file.

Operating System

NAME="Rocky Linux" VERSION="9.5 (Blue Onyx)"

Anything else

No response

Are you willing to submit PR?

  • [ ] Yes, I am willing to submit a PR!

Code of Conduct

tuhaihe avatar Apr 23 '25 05:04 tuhaihe

Hey @edespino , FYI. I'm not sure if you have the same issue when regenerating the configure file.

tuhaihe avatar Apr 23 '25 06:04 tuhaihe