Unknown value '' found in build_tools/menuselect-deps

Hello guys,

I am currently installing asterisk 11.22.0 on this server with this configuration.

CentOS release 6.7 (Final) 2.6.32-573.26.1.el6.x86_64 #1 SMP Wed May 4 00:57:44 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

Intel® Xeon® CPU E3-1270 v3 @ 3.50GHz

After ./configure && make menuselect or ./configure --libdir=/usr/lib64 && make menuselect I’m seeing this error

Also if i type:

[root]# menuselect/menuselect --check-deps menuselect.makeopts

Unknown value ‘’ found in build_tools/menuselect-deps for HAVE_ADDRESS_SANITIZER
Unknown value ‘’ found in build_tools/menuselect-deps for HAVE_LEAK_SANITIZER
Unknown value ‘’ found in build_tools/menuselect-deps for HAVE_THREAD_SANITIZER
Unknown value ‘’ found in build_tools/menuselect-deps for HAVE_UNDEFINED_SANITIZER

It’s also visibile under Compiler Flags in Asterisk Module and Build Option
XXX ADDRESS_SANITIZER
XXX THREAD_SANITIZER
XXX LEAK_SANITIZER
XXX UNDEFINED_SANITIZER

Can anybody tell me what is the meaning of this and if I should just ignore it and continue with my installation?

Thank you

You can ignore it, that has been fixed recently and will no longer occur in future releases. It’s not a problem.

Thanks again jcolp :beer:

This still occurs in 11.23; does it have any effect on compilation? I’ve been manually setting NATIVE_ARCH=1 in build_tools/menuselect-deps for years now because of the same problem, should I be doing the same for these values? And if so, what should I set them to? Thanks.