From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: Fails while trying to update autoconf Date: Fri, 05 Feb 2021 18:25:01 +0100 Message-ID: In-Reply-To: <82363BD1-AFEC-4195-B8F0-9FAB802CC2F0@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0691645590635594116==" List-Id: --===============0691645590635594116== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Michael, On 05/02/2021 17:13, Michael Tremer wrote: > Hello, >=20 > It looks like this configure script is simply incompatible with newer versi= ons of autoconf. >=20 > The only option I see is to manually update it and patch it. Unfortunately = we are stuck on collectd 4.10 and cannot really update it without breaking th= ings. That is quite annoying, but I guess updating configure.ac is easier tha= n migrating to collectd 5 or whatever is the newest release right now. >=20 > Did you try running =E2=80=9Cautoupdate=E2=80=9D as it is being suggested i= n the error message? No I had not tried it. I don't really have any excuse for why that message di= d not register in my mind when I was looking through the log file, especially= as it is repeated numerous times. :-) Oh well. I have looked up what autoupdate is and how to use it and I will give it a go= and see what happens. Thanks for the pointer. Regards, Adolf. >=20 > -Michael >=20 >> On 5 Feb 2021, at 13:08, Adolf Belka wrote: >> >> Hi all, >> >> I have been trying to update autoconf from version 2.69 to 2.71 but I have= been getting a build failure from collectd when I do that. >> >> I made autoconf the only update being carried out after having done a git = pull from next. the same failure occurred. >> >> The final error message is:- >> >> -checking if doubles are stored in x86 representation... ./configure: line= 15649: ac_fn_c_try_run: command not found >> -no >> -checking if endianflip converts to x86 representation... ./configure: lin= e 15733: ac_fn_c_try_run: command not found >> -no >> -checking if intswap converts to x86 representation... ./configure: line 1= 5811: ac_fn_c_try_run: command not found >> -no >> -configure: error: Didn't find out how doubles are stored in memory. Sorry. >> -make: *** [collectd:111: /usr/src/log/collectd-4.10.9] Error 1 >> >> Full log for collectd build is below. >> >> As a test I also tried updating from 2.69 to 2.70 but this then failed at = coreutils with a totally different fail message. If required I also have the = log file for the coreutils build >> >> I have run out of ideas for how to fix this. I found the ac_fn_c_try_run c= ommand in the collectd configure file but could not figure out what relation = it might have to autoconf and the version change. >> >> Any pointers on what I should look at or do to fix this would be very valu= ed. >> >> Regards, >> >> Adolf. >> >> ----------------------------------------------------------- >> >> Feb 5 11:52:49: Building collectd collectd-4.10.9.tar.bz2 checksum OK >> + cd /usr/src/lfs >> + make -f collectd LFS_BASEDIR=3D/usr/src install >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Installing collectd-4.10.9 ... >> Install started; saving file list to /usr/src/lsalr ... >> cd /usr/src/collectd-4.10.9 && find . -name "Makefile.*" | xargs sed -e "s= /-Werror//g" -i >> cd /usr/src/collectd-4.10.9 && patch -p1 -i /usr/src/src/patches/collectd/= 0001-src-utils_mount.h-Add-stdio.h.patch >> patching file src/utils_mount.h >> cd /usr/src/collectd-4.10.9 && patch -p1 -i /usr/src/src/patches/collectd/= 0002-Don-t-notify-continuously-when-MySQL-slave-SQL-threa.patch >> patching file src/mysql.c >> cd /usr/src/collectd-4.10.9 && patch -p1 -i /usr/src/src/patches/collectd/= 0003-curl_xml.c-avoid-using-uninitalized-variable-in-erro.patch >> patching file src/curl_xml.c >> cd /usr/src/collectd-4.10.9 && patch -p1 -i /usr/src/src/patches/collectd/= 0004-interface.c-FreeBSD-10-support.patch >> patching file src/interface.c >> cd /usr/src/collectd-4.10.9 && patch -p1 -i /usr/src/src/patches/collectd/= 0005-Revert-curl_xml.c-avoid-using-uninitalized-variable-.patch >> patching file src/curl_xml.c >> cd /usr/src/collectd-4.10.9 && patch -p1 -i /usr/src/src/patches/collectd/= 0006-network-set_thread_cbs-so-we-initialize-the-right-th.patch >> patching file src/network.c >> cd /usr/src/collectd-4.10.9 && patch -p1 -i /usr/src/src/patches/collectd/= 0007-apache-plugin-Call-curl_global_init-from-the-init-fu.patch >> patching file src/apache.c >> cd /usr/src/collectd-4.10.9 && patch -p1 -i /usr/src/src/patches/collectd/= 0008-network-comment-libgcrypt-initalization-process.patch >> patching file src/network.c >> cd /usr/src/collectd-4.10.9 && patch -p1 -i /usr/src/src/patches/collectd/= 0009-Call-curl_global_init-in-_init-of-plugins-using-curl.patch >> patching file src/curl.c >> patching file src/curl_json.c >> patching file src/curl_xml.c >> patching file src/write_http.c >> cd /usr/src/collectd-4.10.9 && patch -p1 -i /usr/src/src/patches/collectd/= 0010-indent-wh_init-to-be-consistent-with-the-rest-of-the.patch >> patching file src/write_http.c >> cd /usr/src/collectd-4.10.9 && patch -p1 -i /usr/src/src/patches/collectd/= 0011-Configparser-when-we-alocate-an-empty-list-we-also-n.patch >> patching file src/configfile.c >> cd /usr/src/collectd-4.10.9 && patch -p1 -i /usr/src/src/patches/collectd/= 0012-don-t-assume-pkg-config-is-in-PATH.patch >> patching file configure.in >> cd /usr/src/collectd-4.10.9 && patch -p1 -i /usr/src/src/patches/collectd/= 0013-add-missing-backticks-which-broke-the-build.patch >> patching file configure.in >> cd /usr/src/collectd-4.10.9 && patch -p1 -i /usr/src/src/patches/collectd/= 0014-snmp-free-snmp_pdu-struct-allocated-by-snmp_pdu_crea.patch >> patching file src/snmp.c >> cd /usr/src/collectd-4.10.9 && patch -p1 -i /usr/src/src/patches/collectd/= 0015-curl_xml-plugin-Fixed-tautological-pointer-compariso.patch >> patching file src/curl_xml.c >> cd /usr/src/collectd-4.10.9 && patch -p1 -i /usr/src/src/patches/collectd/= 0016-Add-support-for-OpenVPN-2.3.0-status-files.patch >> patching file src/openvpn.c >> cd /usr/src/collectd-4.10.9 && patch -p1 -i /usr/src/src/patches/collectd/= 0017-openvpn-plugin-Don-t-signal-an-error-when-no-clients.patch >> patching file src/openvpn.c >> cd /usr/src/collectd-4.10.9 && patch -p1 -i /usr/src/src/patches/collectd/= 0018-openvpn-Remove-boguous-file-handler-check.patch >> patching file src/openvpn.c >> cd /usr/src/collectd-4.10.9 && patch -p1 -i /usr/src/src/patches/collectd/= 0019-openvpn-Ignore-not-fully-established-connections.patch >> patching file src/openvpn.c >> cd /usr/src/collectd-4.10.9 && patch -p1 -i /usr/src/src/patches/collectd/= 0020-openvpn-Make-read-functions-robust-like-in-8516f9abb.patch >> patching file src/openvpn.c >> cd /usr/src/collectd-4.10.9 && patch -p1 -i /usr/src/src/patches/collectd/= 0021-openvpn-Fix-copy-and-paste-error.patch >> patching file src/openvpn.c >> cd /usr/src/collectd-4.10.9 && patch -p1 -i /usr/src/src/patches/collectd/= 0022-openvpn-Change-data-type-from-COUNTER-to-DERIVE.patch >> patching file src/openvpn.c >> patching file src/types.db >> cd /usr/src/collectd-4.10.9 && patch -p1 -i /usr/src/src/patches/collectd/= silence-openvpn-errors.patch >> patching file src/openvpn.c >> cd /usr/src/collectd-4.10.9 && patch -p1 -i /usr/src/src/patches/collectd-= 4.10.9-xfs-compile-fix.patch >> patching file src/utils_mount.c >> cd /usr/src/collectd-4.10.9 && patch -p1 -i /usr/src/src/patches/collectd-= 4.10-libiptc-build-fixes.patch >> patching file src/Makefile.am >> cd /usr/src/collectd-4.10.9 && autoreconf -vfi >> autoreconf: export WARNINGS=3D >> autoreconf: warning: autoconf input should be named 'configure.ac', not 'c= onfigure.in' >> autoreconf: Entering directory '.' >> autoreconf: configure.in: not using Gettext >> autoreconf: running: aclocal --force -I libltdl/m4 >> aclocal: warning: autoconf input should be named 'configure.ac', not 'conf= igure.in' >> autoreconf: configure.in: tracing >> autoreconf: configure.in: adding subdirectory libltdl to autoreconf >> autoreconf: Entering directory 'libltdl' >> autoreconf: configure.ac: not using Gettext >> autoreconf: running: aclocal --force -I m4 >> autoreconf: configure.ac: tracing >> autoreconf: running: libtoolize --copy --force --ltdl >> libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'. >> libtoolize: copying file 'config/compile' >> libtoolize: copying file 'config/config.guess' >> libtoolize: copying file 'config/config.sub' >> libtoolize: copying file 'config/depcomp' >> libtoolize: copying file 'config/install-sh' >> libtoolize: copying file 'config/missing' >> libtoolize: copying file 'config/ltmain.sh' >> libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. >> libtoolize: copying file 'm4/libtool.m4' >> libtoolize: copying file 'm4/ltargz.m4' >> libtoolize: You should add the contents of 'm4/ltargz.m4' to 'aclocal.m4'. >> libtoolize: copying file 'm4/ltdl.m4' >> libtoolize: copying file 'm4/ltoptions.m4' >> libtoolize: copying file 'm4/ltsugar.m4' >> libtoolize: copying file 'm4/ltversion.m4' >> libtoolize: copying file 'm4/lt~obsolete.m4' >> libtoolize: putting libltdl files in LT_CONFIG_LTDL_DIR, '.'. >> libtoolize: copying file './COPYING.LIB' >> libtoolize: creating file './Makefile.am' >> libtoolize: copying file './README' >> libtoolize: creating file './configure.ac' >> libtoolize: creating file './aclocal.m4' >> libtoolize: creating file './Makefile.in' >> libtoolize: copying file './config-h.in' >> libtoolize: creating file './configure' >> libtoolize: copying file './libltdl/lt__alloc.h' >> libtoolize: copying file './libltdl/lt__argz_.h' >> libtoolize: copying file './libltdl/lt__dirent.h' >> libtoolize: copying file './libltdl/lt__glibc.h' >> libtoolize: copying file './libltdl/lt__private.h' >> libtoolize: copying file './libltdl/lt__strl.h' >> libtoolize: copying file './libltdl/lt_dlloader.h' >> libtoolize: copying file './libltdl/lt_error.h' >> libtoolize: copying file './libltdl/lt_system.h' >> libtoolize: copying file './libltdl/slist.h' >> libtoolize: copying file './loaders/dld_link.c' >> libtoolize: copying file './loaders/dlopen.c' >> libtoolize: copying file './loaders/dyld.c' >> libtoolize: copying file './loaders/load_add_on.c' >> libtoolize: copying file './loaders/loadlibrary.c' >> libtoolize: copying file './loaders/preopen.c' >> libtoolize: copying file './loaders/shl_load.c' >> libtoolize: copying file './lt__alloc.c' >> libtoolize: copying file './lt__argz.c' >> libtoolize: copying file './lt__dirent.c' >> libtoolize: copying file './lt__strl.c' >> libtoolize: copying file './lt_dlloader.c' >> libtoolize: copying file './lt_error.c' >> libtoolize: copying file './ltdl.c' >> libtoolize: copying file './ltdl.h' >> libtoolize: copying file './slist.c' >> libtoolize: Remember to add 'LTDL_INIT' to configure.ac. >> autoreconf: configure.ac: not using Intltool >> autoreconf: configure.ac: not using Gtkdoc >> autoreconf: running: aclocal --force -I m4 >> autoreconf: running: /usr/bin/autoconf --force >> autoreconf: running: /usr/bin/autoheader --force >> autoreconf: running: automake --add-missing --copy --force-missing >> autoreconf: 'config/config.sub' is updated >> autoreconf: 'config/config.guess' is updated >> autoreconf: Leaving directory 'libltdl' >> autoreconf: running: libtoolize --copy --force --ltdl --ltdl >> libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'libltdl/config'. >> libtoolize: copying file 'libltdl/config/compile' >> libtoolize: copying file 'libltdl/config/config.guess' >> libtoolize: copying file 'libltdl/config/config.sub' >> libtoolize: copying file 'libltdl/config/depcomp' >> libtoolize: copying file 'libltdl/config/install-sh' >> libtoolize: copying file 'libltdl/config/missing' >> libtoolize: copying file 'libltdl/config/ltmain.sh' >> libtoolize: putting macros in 'libltdl/m4'. >> libtoolize: copying file 'libltdl/m4/libtool.m4' >> libtoolize: copying file 'libltdl/m4/ltargz.m4' >> libtoolize: You should add the contents of 'libltdl/m4/ltargz.m4' to 'aclo= cal.m4'. >> libtoolize: copying file 'libltdl/m4/ltdl.m4' >> libtoolize: copying file 'libltdl/m4/ltoptions.m4' >> libtoolize: copying file 'libltdl/m4/ltsugar.m4' >> libtoolize: copying file 'libltdl/m4/ltversion.m4' >> libtoolize: copying file 'libltdl/m4/lt~obsolete.m4' >> libtoolize: putting libltdl files in 'libltdl'. >> libtoolize: copying file 'libltdl/COPYING.LIB' >> libtoolize: creating file 'libltdl/Makefile.am' >> libtoolize: copying file 'libltdl/README' >> libtoolize: creating file 'libltdl/configure.ac' >> libtoolize: creating file 'libltdl/aclocal.m4' >> libtoolize: creating file 'libltdl/Makefile.in' >> libtoolize: copying file 'libltdl/config-h.in' >> libtoolize: creating file 'libltdl/configure' >> libtoolize: copying file 'libltdl/libltdl/lt__alloc.h' >> libtoolize: copying file 'libltdl/libltdl/lt__argz_.h' >> libtoolize: copying file 'libltdl/libltdl/lt__dirent.h' >> libtoolize: copying file 'libltdl/libltdl/lt__glibc.h' >> libtoolize: copying file 'libltdl/libltdl/lt__private.h' >> libtoolize: copying file 'libltdl/libltdl/lt__strl.h' >> libtoolize: copying file 'libltdl/libltdl/lt_dlloader.h' >> libtoolize: copying file 'libltdl/libltdl/lt_error.h' >> libtoolize: copying file 'libltdl/libltdl/lt_system.h' >> libtoolize: copying file 'libltdl/libltdl/slist.h' >> libtoolize: copying file 'libltdl/loaders/dld_link.c' >> libtoolize: copying file 'libltdl/loaders/dlopen.c' >> libtoolize: copying file 'libltdl/loaders/dyld.c' >> libtoolize: copying file 'libltdl/loaders/load_add_on.c' >> libtoolize: copying file 'libltdl/loaders/loadlibrary.c' >> libtoolize: copying file 'libltdl/loaders/preopen.c' >> libtoolize: copying file 'libltdl/loaders/shl_load.c' >> libtoolize: copying file 'libltdl/lt__alloc.c' >> libtoolize: copying file 'libltdl/lt__argz.c' >> libtoolize: copying file 'libltdl/lt__dirent.c' >> libtoolize: copying file 'libltdl/lt__strl.c' >> libtoolize: copying file 'libltdl/lt_dlloader.c' >> libtoolize: copying file 'libltdl/lt_error.c' >> libtoolize: copying file 'libltdl/ltdl.c' >> libtoolize: copying file 'libltdl/ltdl.h' >> libtoolize: copying file 'libltdl/slist.c' >> libtoolize: Remember to add 'LTDL_INIT' to configure.in. >> libtoolize: Remember to add 'LT_CONFIG_LTDL_DIR([libltdl])' to 'configure.= in'. >> libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([libltdl/m4])' to config= ure.in, >> libtoolize: and rerunning libtoolize and aclocal. >> autoreconf: configure.in: not using Intltool >> autoreconf: configure.in: not using Gtkdoc >> autoreconf: running: aclocal --force -I libltdl/m4 >> aclocal: warning: autoconf input should be named 'configure.ac', not 'conf= igure.in' >> autoreconf: running: /usr/bin/autoconf --force >> configure.in:46: warning: The macro `AC_PROG_LIBTOOL' is obsolete. >> configure.in:46: You should run autoupdate. >> libltdl/m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from... >> configure.in:46: the top level >> configure.in:47: warning: AC_PROG_LEX without either yywrap or noyywrap is= obsolete >> ./lib/autoconf/programs.m4:716: _AC_PROG_LEX is expanded from... >> ./lib/autoconf/programs.m4:709: AC_PROG_LEX is expanded from... >> configure.in:47: the top level >> configure.in:121: warning: The macro `AC_HEADER_STDC' is obsolete. >> configure.in:121: You should run autoupdate. >> ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... >> configure.in:121: the top level >> configure.in:500: warning: The macro `AC_HEADER_TIME' is obsolete. >> configure.in:500: You should run autoupdate. >> ./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... >> configure.in:500: the top level >> configure.in:4341: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4341: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4341: the top level >> configure.in:4358: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4358: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4358: the top level >> configure.in:4359: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4359: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4359: the top level >> configure.in:4360: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4360: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4360: the top level >> configure.in:4361: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4361: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4361: the top level >> configure.in:4362: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4362: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4362: the top level >> configure.in:4363: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4363: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4363: the top level >> configure.in:4364: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4364: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4364: the top level >> configure.in:4365: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4365: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4365: the top level >> configure.in:4366: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4366: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4366: the top level >> configure.in:4367: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4367: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4367: the top level >> configure.in:4368: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4368: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4368: the top level >> configure.in:4369: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4369: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4369: the top level >> configure.in:4370: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4370: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4370: the top level >> configure.in:4371: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4371: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4371: the top level >> configure.in:4372: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4372: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4372: the top level >> configure.in:4373: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4373: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4373: the top level >> configure.in:4374: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4374: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4374: the top level >> configure.in:4375: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4375: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4375: the top level >> configure.in:4376: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4376: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4376: the top level >> configure.in:4377: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4377: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4377: the top level >> configure.in:4378: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4378: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4378: the top level >> configure.in:4379: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4379: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4379: the top level >> configure.in:4380: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4380: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4380: the top level >> configure.in:4381: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4381: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4381: the top level >> configure.in:4382: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4382: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4382: the top level >> configure.in:4383: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4383: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4383: the top level >> configure.in:4384: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4384: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4384: the top level >> configure.in:4385: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4385: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4385: the top level >> configure.in:4386: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4386: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4386: the top level >> configure.in:4387: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4387: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4387: the top level >> configure.in:4388: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4388: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4388: the top level >> configure.in:4389: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4389: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4389: the top level >> configure.in:4390: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4390: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4390: the top level >> configure.in:4391: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4391: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4391: the top level >> configure.in:4392: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4392: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4392: the top level >> configure.in:4393: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4393: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4393: the top level >> configure.in:4394: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4394: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4394: the top level >> configure.in:4395: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4395: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4395: the top level >> configure.in:4396: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4396: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4396: the top level >> configure.in:4397: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4397: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4397: the top level >> configure.in:4398: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4398: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4398: the top level >> configure.in:4399: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4399: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4399: the top level >> configure.in:4400: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4400: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4400: the top level >> configure.in:4401: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4401: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4401: the top level >> configure.in:4402: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4402: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4402: the top level >> configure.in:4403: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4403: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4403: the top level >> configure.in:4404: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4404: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4404: the top level >> configure.in:4405: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4405: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4405: the top level >> configure.in:4406: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4406: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4406: the top level >> configure.in:4407: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4407: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4407: the top level >> configure.in:4408: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4408: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4408: the top level >> configure.in:4409: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4409: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4409: the top level >> configure.in:4410: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4410: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4410: the top level >> configure.in:4411: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4411: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4411: the top level >> configure.in:4412: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4412: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4412: the top level >> configure.in:4413: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4413: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4413: the top level >> configure.in:4414: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4414: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4414: the top level >> configure.in:4415: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4415: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4415: the top level >> configure.in:4416: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4416: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4416: the top level >> configure.in:4417: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4417: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4417: the top level >> configure.in:4418: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4418: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4418: the top level >> configure.in:4420: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4420: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4420: the top level >> configure.in:4421: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4421: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4421: the top level >> configure.in:4422: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4422: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4422: the top level >> configure.in:4423: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4423: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4423: the top level >> configure.in:4424: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4424: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4424: the top level >> configure.in:4425: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4425: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4425: the top level >> configure.in:4426: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4426: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4426: the top level >> configure.in:4427: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4427: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4427: the top level >> configure.in:4428: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4428: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4428: the top level >> configure.in:4429: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4429: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4429: the top level >> configure.in:4430: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4430: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4430: the top level >> configure.in:4431: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4431: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4431: the top level >> configure.in:4432: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4432: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4432: the top level >> configure.in:4433: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4433: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4433: the top level >> configure.in:4434: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4434: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4434: the top level >> configure.in:4435: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4435: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4435: the top level >> configure.in:4436: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4436: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4436: the top level >> configure.in:4437: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4437: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4437: the top level >> configure.in:4438: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4438: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4438: the top level >> configure.in:4439: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4439: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4439: the top level >> configure.in:4440: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4440: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4440: the top level >> configure.in:4441: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4441: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4441: the top level >> configure.in:4442: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4442: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4442: the top level >> configure.in:4443: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4443: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4443: the top level >> configure.in:4444: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4444: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4444: the top level >> configure.in:4445: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4445: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4445: the top level >> configure.in:4446: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4446: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4446: the top level >> configure.in:4447: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4447: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4447: the top level >> configure.in:4448: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4448: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4448: the top level >> configure.in:4449: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4449: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4449: the top level >> configure.in:4450: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4450: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4450: the top level >> configure.in:4451: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4451: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4451: the top level >> configure.in:4452: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4452: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4452: the top level >> configure.in:4453: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4453: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4453: the top level >> configure.in:4454: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4454: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4454: the top level >> configure.in:4455: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4455: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4455: the top level >> configure.in:4456: warning: The macro `AC_HELP_STRING' is obsolete. >> configure.in:4456: You should run autoupdate. >> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... >> configure.in:4005: AC_PLUGIN is expanded from... >> configure.in:4456: the top level >> configure.in:4597: warning: AC_OUTPUT should be used without arguments. >> configure.in:4597: You should run autoupdate. >> autoreconf: running: /usr/bin/autoheader --force >> autoheader: warning: autoconf input should be named 'configure.ac', not 'c= onfigure.in' >> autoreconf: running: automake --add-missing --copy --force-missing >> automake: warning: autoconf input should be named 'configure.ac', not 'con= figure.in' >> Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '= *_CPPFLAGS') >> automake: warning: autoconf input should be named 'configure.ac', not 'con= figure.in' >> autoreconf: 'libltdl/config/config.sub' is updated >> autoreconf: 'libltdl/config/config.guess' is updated >> autoreconf: Leaving directory '.' >> cd /usr/src/collectd-4.10.9/libltdl && autoreconf -vfi >> autoreconf: export WARNINGS=3D >> autoreconf: Entering directory '.' >> autoreconf: configure.ac: not using Gettext >> autoreconf: running: aclocal --force -I m4 >> autoreconf: configure.ac: tracing >> autoreconf: running: libtoolize --copy --force --ltdl >> libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'. >> libtoolize: copying file 'config/compile' >> libtoolize: copying file 'config/config.guess' >> libtoolize: copying file 'config/config.sub' >> libtoolize: copying file 'config/depcomp' >> libtoolize: copying file 'config/install-sh' >> libtoolize: copying file 'config/missing' >> libtoolize: copying file 'config/ltmain.sh' >> libtoolize: putting macros in 'm4'. >> libtoolize: copying file 'm4/libtool.m4' >> libtoolize: copying file 'm4/ltargz.m4' >> libtoolize: copying file 'm4/ltdl.m4' >> libtoolize: copying file 'm4/ltoptions.m4' >> libtoolize: copying file 'm4/ltsugar.m4' >> libtoolize: copying file 'm4/ltversion.m4' >> libtoolize: copying file 'm4/lt~obsolete.m4' >> libtoolize: putting libltdl files in LT_CONFIG_LTDL_DIR, '.'. >> libtoolize: copying file './COPYING.LIB' >> libtoolize: creating file './Makefile.am' >> libtoolize: copying file './README' >> libtoolize: creating file './configure.ac' >> libtoolize: creating file './aclocal.m4' >> libtoolize: creating file './Makefile.in' >> libtoolize: copying file './config-h.in' >> libtoolize: creating file './configure' >> libtoolize: copying file './libltdl/lt__alloc.h' >> libtoolize: copying file './libltdl/lt__argz_.h' >> libtoolize: copying file './libltdl/lt__dirent.h' >> libtoolize: copying file './libltdl/lt__glibc.h' >> libtoolize: copying file './libltdl/lt__private.h' >> libtoolize: copying file './libltdl/lt__strl.h' >> libtoolize: copying file './libltdl/lt_dlloader.h' >> libtoolize: copying file './libltdl/lt_error.h' >> libtoolize: copying file './libltdl/lt_system.h' >> libtoolize: copying file './libltdl/slist.h' >> libtoolize: copying file './loaders/dld_link.c' >> libtoolize: copying file './loaders/dlopen.c' >> libtoolize: copying file './loaders/dyld.c' >> libtoolize: copying file './loaders/load_add_on.c' >> libtoolize: copying file './loaders/loadlibrary.c' >> libtoolize: copying file './loaders/preopen.c' >> libtoolize: copying file './loaders/shl_load.c' >> libtoolize: copying file './lt__alloc.c' >> libtoolize: copying file './lt__argz.c' >> libtoolize: copying file './lt__dirent.c' >> libtoolize: copying file './lt__strl.c' >> libtoolize: copying file './lt_dlloader.c' >> libtoolize: copying file './lt_error.c' >> libtoolize: copying file './ltdl.c' >> libtoolize: copying file './ltdl.h' >> libtoolize: copying file './slist.c' >> libtoolize: Remember to add 'LTDL_INIT' to configure.ac. >> libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, >> libtoolize: and rerunning libtoolize and aclocal. >> autoreconf: configure.ac: not using Intltool >> autoreconf: configure.ac: not using Gtkdoc >> autoreconf: running: aclocal --force -I m4 >> autoreconf: running: /usr/bin/autoconf --force >> autoreconf: running: /usr/bin/autoheader --force >> autoreconf: running: automake --add-missing --copy --force-missing >> autoreconf: 'config/config.sub' is updated >> autoreconf: 'config/config.guess' is updated >> autoreconf: Leaving directory '.' >> cd /usr/src/collectd-4.10.9 && ./configure --prefix=3D/usr --localstatedir= =3D/var \ >> --disable-{apple_sensors,csv,ipvs,mbmon,memcached,mysql} \ >> --disable-{netlink,nginx,nut,perl,serial,snmp,tape,vserver,xmms} \ >> --disable-{perl,serial,snmp,tape,vserver,xmms} \ >> --enable-{apcups,battery,cpu{,freq},df,disk,dns,email,entropy,exec,hddtemp= } \ >> --enable-{interface,iptables,irq,load,logfile,memory,multimeter} \ >> --enable-{network,nfs,ntpd,ping,processes,rrdtool,sensors,swap,syslog} \ >> --enable-{tcpconns,unixsock,users,wireless} \ >> --with-librrd=3D/usr/share/rrdtool-1.2.30 >> checking build system type... x86_64-pc-linux-gnu >> checking host system type... x86_64-pc-linux-gnu >> checking how to print strings... printf >> checking for gcc... gcc >> checking whether the C compiler works... yes >> checking for C compiler default output file name... a.out >> checking for suffix of executables... >> checking whether we are cross compiling... no >> checking for suffix of object files... o >> checking whether the compiler supports GNU C... yes >> checking whether gcc accepts -g... yes >> checking for gcc option to enable C11 features... none needed >> checking whether gcc understands -c and -o together... yes >> checking for a sed that does not truncate output... /bin/sed >> checking for grep that handles long lines and -e... /bin/grep >> checking for egrep... /bin/grep -E >> checking for fgrep... /bin/grep -F >> checking for ld used by gcc... /usr/bin/ld >> checking if the linker (/usr/bin/ld) is GNU ld... yes >> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B >> checking the name lister (/usr/bin/nm -B) interface... BSD nm >> checking whether ln -s works... yes >> checking the maximum length of command line arguments... 1572864 >> checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-= gnu format... func_convert_file_noop >> checking how to convert x86_64-pc-linux-gnu file names to toolchain format= ... func_convert_file_noop >> checking for /usr/bin/ld option to reload object files... -r >> checking for objdump... objdump >> checking how to recognize dependent libraries... pass_all >> checking for dlltool... no >> checking how to associate runtime and link libraries... printf %s\n >> checking for ar... ar >> checking for archiver @FILE support... @ >> checking for strip... strip >> checking for ranlib... ranlib >> checking for gawk... gawk >> checking command to parse /usr/bin/nm -B output from gcc object... ok >> checking for sysroot... no >> checking for a working dd... /bin/dd >> checking how to truncate binary pipes... /bin/dd bs=3D4096 count=3D1 >> checking for mt... no >> checking if : is a manifest tool... no >> checking for stdio.h... yes >> checking for stdlib.h... yes >> checking for string.h... yes >> checking for inttypes.h... yes >> checking for stdint.h... yes >> checking for strings.h... yes >> checking for sys/stat.h... yes >> checking for sys/types.h... yes >> checking for unistd.h... yes >> checking for sys/time.h... yes >> checking for dlfcn.h... yes >> checking for objdir... .libs >> checking if gcc supports -fno-rtti -fno-exceptions... no >> checking for gcc option to produce PIC... -fPIC -DPIC >> checking if gcc PIC flag -fPIC -DPIC works... yes >> checking if gcc static flag -static works... yes >> checking if gcc supports -c -o file.o... yes >> checking if gcc supports -c -o file.o... (cached) yes >> checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports share= d libraries... yes >> checking whether -lc should be explicitly linked in... no >> checking dynamic linker characteristics... GNU/Linux ld.so >> checking how to hardcode library paths into programs... immediate >> checking for shl_load... no >> checking for shl_load in -ldld... no >> checking for dlopen... no >> checking for dlopen in -ldl... yes >> checking whether a program can dlopen itself... yes >> checking whether a statically linked program can dlopen itself... no >> checking whether stripping libraries is possible... yes >> checking if libtool supports shared libraries... yes >> checking whether to build shared libraries... yes >> checking whether to build static libraries... yes >> checking for gcc options needed to detect all undeclared functions... none= needed >> checking what extension is used for runtime loadable modules... .so >> checking what variable specifies run-time module search path... LD_LIBRARY= _PATH >> checking for the default library search path... /lib /usr/lib /usr/lib/sas= l2 >> checking for library containing dlopen... -ldl >> checking for dlerror... yes >> checking for shl_load... (cached) no >> checking for shl_load in -ldld... (cached) no >> checking for dld_link in -ldld... no >> checking for _ prefix in compiled symbols... no >> checking whether deplibs are loaded by dlopen... yes >> checking for argz.h... yes >> checking for error_t... yes >> checking for argz_add... yes >> checking for argz_append... yes >> checking for argz_count... yes >> checking for argz_create_sep... yes >> checking for argz_insert... yes >> checking for argz_next... yes >> checking for argz_stringify... yes >> checking if argz actually works... yes >> checking whether libtool supports -dlopen/-dlpreopen... yes >> checking for ltdl.h... yes >> checking whether lt_dlinterface_register is declared... yes >> checking for lt_dladvise_preload in -lltdl... yes >> checking where to find libltdl headers... >> checking where to find libltdl library... -lltdl >> checking for unistd.h... (cached) yes >> checking for dl.h... no >> checking for sys/dl.h... no >> checking for dld.h... no >> checking for mach-o/dyld.h... no >> checking for dirent.h... yes >> checking for closedir... yes >> checking for opendir... yes >> checking for readdir... yes >> checking for strlcat... no >> checking for strlcpy... no >> checking for a BSD-compatible install... /usr/bin/install -c >> checking whether build environment is sane... yes >> checking for a race-free mkdir -p... /bin/mkdir -p >> checking whether make sets $(MAKE)... yes >> checking whether make supports the include directive... yes (GNU style) >> checking whether make supports nested variables... yes >> checking dependency style of gcc... gcc3 >> checking for special C compiler options needed for large files... no >> checking for _FILE_OFFSET_BITS value needed for large files... no >> checking for gcc... (cached) gcc >> checking whether the compiler supports GNU C... (cached) yes >> checking whether gcc accepts -g... (cached) yes >> checking for gcc option to enable C11 features... (cached) none needed >> checking whether gcc understands -c and -o together... (cached) yes >> checking how to run the C preprocessor... gcc -E >> checking whether ln -s works... yes >> checking whether make sets $(MAKE)... (cached) yes >> checking for flex... flex >> checking for lex output file root... lex.yy >> checking for lex library... none needed >> checking for library containing yywrap... -ll >> checking whether yytext is a pointer... yes >> checking for bison... bison -y >> checking for pkg-config... /usr/bin/pkg-config >> checking pkg-config is at least version 0.9.0... yes >> checking for protoc-c... no >> checking for kernel type (linux-gnu)... Linux >> checking for egrep... (cached) /bin/grep -E >> checking for sys/wait.h that is POSIX.1 compatible... yes >> checking for dirent.h that defines DIR... yes >> checking for library containing opendir... none required >> checking for _Bool... yes >> checking for stdbool.h that conforms to C99... yes >> checking for stdio.h... (cached) yes >> checking for errno.h... yes >> checking for math.h... yes >> checking for stdarg.h... yes >> checking for syslog.h... yes >> checking for fcntl.h... yes >> checking for signal.h... yes >> checking for assert.h... yes >> checking for sys/types.h... (cached) yes >> checking for sys/socket.h... yes >> checking for sys/select.h... yes >> checking for poll.h... yes >> checking for netdb.h... yes >> checking for arpa/inet.h... yes >> checking for sys/resource.h... yes >> checking for sys/param.h... yes >> checking for kstat.h... no >> checking for regex.h... yes >> checking for sys/ioctl.h... yes >> checking for endian.h... yes >> checking for sys/isa_defs.h... no >> checking for netinet/in_systm.h... yes >> checking for netinet/in.h... yes >> checking for netinet/ip.h... yes >> checking for netinet/ip_icmp.h... yes >> checking for netinet/ip_var.h... no >> checking for netinet/ip6.h... yes >> checking for netinet/icmp6.h... yes >> checking for netinet/tcp.h... yes >> checking for netinet/udp.h... yes >> checking for sys/dkstat.h... no >> checking for sys/sysctl.h... no >> checking for sysctl kern.cp_times... no >> checking for linux/major.h... yes >> checking for libgen.h... yes >> checking for IOKit/ps/IOPowerSources.h... no >> checking for linux/wireless.h... yes >> checking for sys/swap.h... yes >> checking for vm/anon.h... no >> checking for sys/loadavg.h... no >> checking for linux/config.h... no >> checking for utmp.h... yes >> checking for utmpx.h... yes >> checking for ifaddrs.h... yes >> checking for net/if.h... yes >> checking for linux/if.h... yes >> checking for linux/netdevice.h... yes >> checking for linux/ip_vs.h... yes >> checking for net/ip_vs.h... no >> checking for ip_vs.h... no >> checking for sys/ucred.h... no >> checking for sys/mount.h... yes >> checking for linux/un.h... yes >> checking for pwd.h... yes >> checking for grp.h... yes >> checking for sys/un.h... yes >> checking for ctype.h... yes >> checking for limits.h... yes >> checking for xfs/xqm.h... yes >> checking for fs_info.h... no >> checking for fshelp.h... no >> checking for paths.h... yes >> checking for mntent.h... yes >> checking for mnttab.h... no >> checking for sys/fstyp.h... no >> checking for sys/fs_types.h... no >> checking for sys/mntent.h... no >> checking for sys/mnttab.h... no >> checking for sys/statfs.h... yes >> checking for sys/statvfs.h... yes >> checking for sys/vfs.h... yes >> checking for sys/vfstab.h... no >> checking for kvm.h... no >> checking for wordexp.h... yes >> checking for arpa/nameser.h... yes >> checking for arpa/nameser_compat.h... yes >> checking for net/if_arp.h... yes >> checking for net/ppp_defs.h... yes >> checking for net/if_ppp.h... yes >> checking for netinet/if_ether.h... yes >> checking for termios.h... yes >> checking for an ANSI C-conforming const... yes >> checking for pid_t... yes >> checking for size_t... yes >> checking for uid_t in sys/types.h... yes >> checking whether gcc needs -traditional... no >> checking for gettimeofday... yes >> checking for select... yes >> checking for strdup... yes >> checking for strtol... yes >> checking for getaddrinfo... yes >> checking for getnameinfo... yes >> checking for strchr... yes >> checking for memcpy... yes >> checking for strstr... yes >> checking for strcmp... yes >> checking for strncmp... yes >> checking for strncpy... yes >> checking for strlen... yes >> checking for strncasecmp... yes >> checking for strcasecmp... yes >> checking for openlog... yes >> checking for closelog... yes >> checking for sysconf... yes >> checking for setenv... yes >> checking for if_indextoname... yes >> checking whether strerror_r is declared... yes >> checking whether strerror_r returns char *... no >> checking for strtok_r... yes >> checking for getpwnam_r... yes >> checking for getgrnam_r... yes >> checking for setgroups... yes >> checking for regcomp... yes >> checking for regerror... yes >> checking for regexec... yes >> checking for regfree... yes >> checking for socket... yes >> checking for nanosleep... yes >> checking for sysctl... no >> checking for sysctlbyname... no >> checking for host_statistics... no >> checking for processor_info... no >> checking for thread_info... no >> checking for statfs... yes >> checking for statvfs... yes >> checking for getifaddrs... yes >> checking for syslog... yes >> checking for getutent... yes >> checking for getutxent... yes >> checking for swapctl... no >> checking for getloadavg... yes >> checking whether NAN is defined by default... yes >> checking if doubles are stored in x86 representation... ./configure: line = 15649: ac_fn_c_try_run: command not found >> no >> checking if endianflip converts to x86 representation... ./configure: line= 15733: ac_fn_c_try_run: command not found >> no >> checking if intswap converts to x86 representation... ./configure: line 15= 811: ac_fn_c_try_run: command not found >> no >> configure: error: Didn't find out how doubles are stored in memory. Sorry. >> make: *** [collectd:111: /usr/src/log/collectd-4.10.9] Error 1 >> >=20 --===============0691645590635594116==--