[ZBX-1092] Aclocal spawns a lot of warnings Created: 2009 Oct 14  Updated: 2017 May 30  Resolved: 2010 Dec 29

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Installation (I)
Affects Version/s: 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Trivial
Reporter: Steven Van Ingelgem Assignee: Unassigned
Resolution: Fixed Votes: 1
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Linux debian 2.6.30-1-686 #1 SMP Sat Aug 15 19:11:58 UTC 2009 i686 GNU/Linux


Attachments: Text File libunixodbc.patch    
Issue Links:
Duplicate
is duplicated by ZBX-2563 newer versions of autotools give warn... Closed

 Description   

A lot of those warnings are spawned on my system:

configure.in:993: warning: AC_CACHE_VAL(libunixodbc_usable, ...): suspicious cache-id, must contain _cv to be cached
../../lib/autoconf/general.m4:2018: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2039: AC_CACHE_CHECK is expanded from...
m4/libunixodbc.m4:20: LIBUNIXODBC_CHECK_CONFIG is expanded from...
configure.in:993: the top level

The fix is trivial, change in m4/libunixodbc.m4 every (5) _libunixodbc_usable to _cv_libunixodbc_usable.

Grtz,
Steven



 Comments   
Comment by Steven Van Ingelgem [ 2009 Oct 15 ]

Patch against latest SVN trunk to resolve those warnings

Comment by Steven Van Ingelgem [ 2009 Oct 15 ]

steven@debian:~/zabbix$ aclocal --version
aclocal (GNU automake) 1.11
steven@debian:~/zabbix$ automake --version
automake (GNU automake) 1.11
steven@debian:~/zabbix$ autoconf --version
autoconf (GNU Autoconf) 2.64

I get this warnings with:
rm -rf aclocal.m4 autom4te.cache/ && aclocal -I m4 && autoconf && autoheader && automake -a && automake

Comment by Aleksandrs Saveljevs [ 2010 Dec 29 ]

Already fixed in Zabbix 1.8.3 under ZBX-2563.

Generated at Thu Apr 25 13:13:51 EEST 2024 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.