From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: Fails while trying to update autoconf Date: Mon, 08 Feb 2021 13:37:41 +0000 Message-ID: <4AAEADD8-71A5-4AEE-81B5-CFB7C7EA263F@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2265815291064764995==" List-Id: --===============2265815291064764995== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, Did you try adding =E2=80=94-with-fp-layout=3Dnothing to configure? > On 6 Feb 2021, at 13:10, Adolf Belka wrote: >=20 > Hi, >=20 > On 05/02/2021 18:59, Michael Tremer wrote: >> Hi, >>> On 5 Feb 2021, at 17:25, Adolf Belka wrote: >>>=20 >>> Hi Michael, >>>=20 >>> On 05/02/2021 17:13, Michael Tremer wrote: >>>> Hello, >>>> It looks like this configure script is simply incompatible with newer ve= rsions of autoconf. >>>> The only option I see is to manually update it and patch it. Unfortunate= ly we are stuck on collectd 4.10 and cannot really update it without breaking= things. That is quite annoying, but I guess updating configure.ac is easier = than migrating to collectd 5 or whatever is the newest release right now. >>>> Did you try running =E2=80=9Cautoupdate=E2=80=9D as it is being suggeste= d in the error message? >>> No I had not tried it. I don't really have any excuse for why that messag= e did not register in my mind when I was looking through the log file, especi= ally as it is repeated numerous times. :-) Oh well. >> I didn=E2=80=99t see it first either. I just saw it later on the quoted pa= rt of the email when I typed a response :) >>> I have looked up what autoupdate is and how to use it and I will give it = a go and see what happens. >> Just run it and see if it converts things properly. If not, we will need t= o do it manually. >=20 > I ran autoupdate -v configure.in after all the patch files were run. > The previous warning messages about needing to run autoupdate dissappeared.= It did warn that >=20 > aclocal.m4:16: warning: this file was generated for autoconf 2.67. > You have another version of autoconf. It may work, but is not guaranteed t= o. > If you have problems, you may need to regenerate the build system entirely. > To do so, use the procedure documented by the package, typically `autorecon= f'. >=20 > and finished with >=20 > autoupdate: 'configure.in' is updated >=20 > However, during running the .configure it ended up with the same error mess= age about how doubles are stored in memory. > There are various messages about remembering to add or considering to add c= ertain bits to configure.in but I am not sure which to follow or how to actua= lly add them to configure.in >=20 > I have removed the old log file details at the end of this mail and inserte= d the new log file messages for the build of collectd. >=20 > Adolf. >> -Michael >>> Thanks for the pointer. >>>=20 >>> Regards, >>> Adolf. >>>> -Michael >>>>> On 5 Feb 2021, at 13:08, Adolf Belka wrote: >>>>>=20 >>>>> Hi all, >>>>>=20 >>>>> I have been trying to update autoconf from version 2.69 to 2.71 but I h= ave been getting a build failure from collectd when I do that. >>>>>=20 >>>>> I made autoconf the only update being carried out after having done a g= it pull from next. the same failure occurred. >>>>>=20 >>>>> The final error message is:- >>>>>=20 >>>>> -checking if doubles are stored in x86 representation... ./configure: l= ine 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: lin= e 15811: ac_fn_c_try_run: command not found >>>>> -no >>>>> -configure: error: Didn't find out how doubles are stored in memory. So= rry. >>>>> -make: *** [collectd:111: /usr/src/log/collectd-4.10.9] Error 1 >>>>>=20 >>>>> Full log for collectd build is below. >>>>>=20 >>>>> 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 t= he log file for the coreutils build >>>>>=20 >>>>> I have run out of ideas for how to fix this. I found the ac_fn_c_try_ru= n command in the collectd configure file but could not figure out what relati= on it might have to autoconf and the version change. >>>>>=20 >>>>> Any pointers on what I should look at or do to fix this would be very v= alued. >>>>>=20 >>>>> Regards, >>>>>=20 >>>>> Adolf. >>>>>=20 >=20 > ------------------------------------------------- > Feb 6 11:48:34: 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/0= 001-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/0= 002-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/0= 003-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/0= 004-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/0= 005-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/0= 006-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/0= 007-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/0= 008-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/0= 009-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/0= 010-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/0= 011-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/0= 012-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/0= 013-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/0= 014-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/0= 015-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/0= 016-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/0= 017-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/0= 018-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/0= 019-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/0= 020-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/0= 021-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/0= 022-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/s= ilence-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 && autoupdate -v configure.in > autoupdate: running: echo dumpdef | /tools_x86_64/bin/m4 2>/tmp/au0JiQkO/m4= .defs >/dev/null > autom4te: the trace request object is: > autom4te: $VAR1 =3D bless( [ > autom4te: '0', > autom4te: 0, > autom4te: [ > autom4te: '/usr/share/autoconf' > autom4te: ], > autom4te: [ > autom4te: '/usr/share/autoconf/m4sugar/m4sugar.m4', > autom4te: '/usr/share/autoconf/m4sugar/m4sh.m4', > autom4te: '/usr/share/autoconf/autoconf/autoconf.m4', > autom4te: 'aclocal.m4', > autom4te: '/dev/null' > autom4te: ], > autom4te: { > autom4te: 'AC_SUBST_TRACE' =3D> 1, > autom4te: 'AM_PROG_CXX_C_O' =3D> 1, > autom4te: '_AM_MAKEFILE_INCLUDE' =3D> 1, > autom4te: 'AC_FC_SRCEXT' =3D> 1, > autom4te: 'AM_PROG_AR' =3D> 1, > autom4te: 'LT_CONFIG_LTDL_DIR' =3D> 1, > autom4te: 'AC_REQUIRE_AUX_FILE' =3D> 1, > autom4te: 'AM_SILENT_RULES' =3D> 1, > autom4te: 'AC_CONFIG_HEADERS' =3D> 1, > autom4te: 'AM_ENABLE_MULTILIB' =3D> 1, > autom4te: 'AC_CANONICAL_HOST' =3D> 1, > autom4te: 'AM_PROG_CC_C_O' =3D> 1, > autom4te: 'AC_CONFIG_MACRO_DIR_TRACE' =3D> 1, > autom4te: 'AC_CANONICAL_SYSTEM' =3D> 1, > autom4te: 'AM_PROG_MOC' =3D> 1, > autom4te: 'AC_INIT' =3D> 1, > autom4te: 'AC_CONFIG_LIBOBJ_DIR' =3D> 1, > autom4te: 'm4_pattern_allow' =3D> 1, > autom4te: 'AC_CONFIG_AUX_DIR' =3D> 1, > autom4te: 'AC_CANONICAL_TARGET' =3D> 1, > autom4te: 'm4_sinclude' =3D> 1, > autom4te: 'AM_MAKEFILE_INCLUDE' =3D> 1, > autom4te: 'AU_DEFINE' =3D> 1, > autom4te: '_LT_AC_TAGCONFIG' =3D> 1, > autom4te: 'AC_CANONICAL_BUILD' =3D> 1, > autom4te: 'm4_pattern_forbid' =3D> 1, > autom4te: '_m4_warn' =3D> 1, > autom4te: 'AC_DEFINE_TRACE_LITERAL' =3D> 1, > autom4te: 'm4_define' =3D> 1, > autom4te: '_AM_COND_IF' =3D> 1, > autom4te: 'AM_PROG_FC_C_O' =3D> 1, > autom4te: 'AM_MAINTAINER_MODE' =3D> 1, > autom4te: 'AM_GNU_GETTEXT' =3D> 1, > autom4te: '_AM_COND_ELSE' =3D> 1, > autom4te: 'define' =3D> 1, > autom4te: 'AM_NLS' =3D> 1, > autom4te: 'AC_SUBST' =3D> 1, > autom4te: 'AM_EXTRA_RECURSIVE_TARGETS' =3D> 1, > autom4te: 'AM_CONDITIONAL' =3D> 1, > autom4te: 'LT_INIT' =3D> 1, > autom4te: 'AM_PROG_F77_C_O' =3D> 1, > autom4te: 'AM_GNU_GETTEXT_INTL_SUBDIR' =3D> 1, > autom4te: 'AM_AUTOMAKE_VERSION' =3D> 1, > autom4te: 'AM_INIT_AUTOMAKE' =3D> 1, > autom4te: 'AM_PROG_LIBTOOL' =3D> 1, > autom4te: 'AC_PROG_LIBTOOL' =3D> 1, > autom4te: 'AM_XGETTEXT_OPTION' =3D> 1, > autom4te: 'GTK_DOC_CHECK' =3D> 1, > autom4te: 'AC_CONFIG_FILES' =3D> 1, > autom4te: 'AM_PROG_MKDIR_P' =3D> 1, > autom4te: 'AC_FC_FREEFORM' =3D> 1, > autom4te: 'include' =3D> 1, > autom4te: 'AH_OUTPUT' =3D> 1, > autom4te: 'AC_CONFIG_SUBDIRS' =3D> 1, > autom4te: 'AC_CONFIG_LINKS' =3D> 1, > autom4te: 'IT_PROG_INTLTOOL' =3D> 1, > autom4te: '_AM_SUBST_NOTMAKE' =3D> 1, > autom4te: 'AC_LIBSOURCE' =3D> 1, > autom4te: 'AM_POT_TOOLS' =3D> 1, > autom4te: 'm4_include' =3D> 1, > autom4te: '_AM_COND_ENDIF' =3D> 1, > autom4te: 'AC_FC_PP_DEFINE' =3D> 1, > autom4te: 'AC_FC_PP_SRCEXT' =3D> 1, > autom4te: 'sinclude' =3D> 1, > autom4te: 'LT_SUPPORTED_TAG' =3D> 1, > autom4te: 'AM_PATH_GUILE' =3D> 1 > autom4te: } > autom4te: ], 'Autom4te::Request' ); > autom4te: running: /tools_x86_64/bin/m4 --nesting-limit=3D1024 --gnu --incl= ude=3D/usr/share/autoconf --debug=3Daflq --fatal-warning --debugfile=3Dautom4= te.cache/traces.0t --trace=3DAC_CANONICAL_BUILD --trace=3DAC_CANONICAL_HOST -= -trace=3DAC_CANONICAL_SYSTEM --trace=3DAC_CANONICAL_TARGET --trace=3DAC_CONFI= G_AUX_DIR --trace=3DAC_CONFIG_FILES --trace=3DAC_CONFIG_HEADERS --trace=3DAC_= CONFIG_LIBOBJ_DIR --trace=3DAC_CONFIG_LINKS --trace=3DAC_CONFIG_MACRO_DIR_TRA= CE --trace=3DAC_CONFIG_SUBDIRS --trace=3DAC_DEFINE_TRACE_LITERAL --trace=3DAC= _FC_FREEFORM --trace=3DAC_FC_PP_DEFINE --trace=3DAC_FC_PP_SRCEXT --trace=3DAC= _FC_SRCEXT --trace=3DAC_INIT --trace=3DAC_LIBSOURCE --trace=3DAC_PROG_LIBTOOL= --trace=3DAC_REQUIRE_AUX_FILE --trace=3DAC_SUBST --trace=3DAC_SUBST_TRACE --= trace=3DAH_OUTPUT --trace=3DAM_AUTOMAKE_VERSION --trace=3DAM_CONDITIONAL --tr= ace=3DAM_ENABLE_MULTILIB --trace=3DAM_EXTRA_RECURSIVE_TARGETS --trace=3DAM_GN= U_GETTEXT --trace=3DAM_GNU_GETTEXT_INTL_SUBDIR --trace=3DAM_INIT_AUTOMAKE --t= race=3DAM_MAINTAINER_MODE --trace=3DAM_MAKEFILE_INCLUDE --trace=3DAM_NLS --tr= ace=3DAM_PATH_GUILE --trace=3DAM_POT_TOOLS --trace=3DAM_PROG_AR --trace=3DAM_= PROG_CC_C_O --trace=3DAM_PROG_CXX_C_O --trace=3DAM_PROG_F77_C_O --trace=3DAM_= PROG_FC_C_O --trace=3DAM_PROG_LIBTOOL --trace=3DAM_PROG_MKDIR_P --trace=3DAM_= PROG_MOC --trace=3DAM_SILENT_RULES --trace=3DAM_XGETTEXT_OPTION --trace=3DAU_= DEFINE --trace=3DGTK_DOC_CHECK --trace=3DIT_PROG_INTLTOOL --trace=3DLT_CONFIG= _LTDL_DIR --trace=3DLT_INIT --trace=3DLT_SUPPORTED_TAG --trace=3D_AM_COND_ELS= E --trace=3D_AM_COND_ENDIF --trace=3D_AM_COND_IF --trace=3D_AM_MAKEFILE_INCLU= DE --trace=3D_AM_SUBST_NOTMAKE --trace=3D_LT_AC_TAGCONFIG --trace=3D_m4_warn = --trace=3Ddefine --trace=3Dinclude --trace=3Dm4_define --trace=3Dm4_include -= -trace=3Dm4_pattern_allow --trace=3Dm4_pattern_forbid --trace=3Dm4_sinclude -= -trace=3Dsinclude /usr/share/autoconf/m4sugar/m4sugar.m4 /usr/share/autoconf/= m4sugar/m4sh.m4 /usr/share/autoconf/autoconf/autoconf.m4 aclocal.m4 /dev/null= > autom4te.cache/output.0t > aclocal.m4:16: warning: this file was generated for autoconf 2.67. > You have another version of autoconf. It may work, but is not guaranteed t= o. > If you have problems, you may need to regenerate the build system entirely. > To do so, use the procedure documented by the package, typically `autorecon= f'. > autom4te: formatting traces for '/tmp/am4tMWPbON/warnings': _m4_warn > autom4te: reading /tmp/am4tMWPbON/warnings > autom4te: formatting traces for '-': AU_DEFINE, define, m4_define > autoupdate: running: /usr/bin/autom4te --language=3Dautoconf --verbose --in= clude=3D/usr/share/autoconf --trace AU_DEFINE:'_au_defun(@<:@$1@:>@, > autoupdate: @<:@$2@:>@)' --melt /dev/null >/tmp/au0JiQkO/au.m4 > autom4te: formatting traces for '/tmp/am4tkPPwdb/dependencies': include, m4= _include > autom4te: up_to_date (autom4te.cache/traces.0): up to date > autom4te: the trace request object is: > autom4te: $VAR1 =3D bless( [ > autom4te: '0', > autom4te: 1, > autom4te: [ > autom4te: '/usr/share/autoconf' > autom4te: ], > autom4te: [ > autom4te: '/usr/share/autoconf/m4sugar/m4sugar.m4', > autom4te: '/usr/share/autoconf/m4sugar/m4sh.m4', > autom4te: '/usr/share/autoconf/autoconf/autoconf.m4', > autom4te: 'aclocal.m4', > autom4te: '/dev/null' > autom4te: ], > autom4te: { > autom4te: 'AC_CONFIG_LINKS' =3D> 1, > autom4te: 'AM_SILENT_RULES' =3D> 1, > autom4te: 'AH_OUTPUT' =3D> 1, > autom4te: 'AC_FC_SRCEXT' =3D> 1, > autom4te: 'GTK_DOC_CHECK' =3D> 1, > autom4te: 'AM_MAKEFILE_INCLUDE' =3D> 1, > autom4te: 'AC_CANONICAL_TARGET' =3D> 1, > autom4te: 'AM_EXTRA_RECURSIVE_TARGETS' =3D> 1, > autom4te: 'm4_define' =3D> 1, > autom4te: 'AM_ENABLE_MULTILIB' =3D> 1, > autom4te: 'm4_pattern_forbid' =3D> 1, > autom4te: 'AM_PROG_AR' =3D> 1, > autom4te: 'AM_AUTOMAKE_VERSION' =3D> 1, > autom4te: 'AC_CANONICAL_BUILD' =3D> 1, > autom4te: 'AM_XGETTEXT_OPTION' =3D> 1, > autom4te: 'define' =3D> 1, > autom4te: 'AC_FC_FREEFORM' =3D> 1, > autom4te: 'AC_CANONICAL_SYSTEM' =3D> 1, > autom4te: 'AM_MAINTAINER_MODE' =3D> 1, > autom4te: 'AM_PROG_FC_C_O' =3D> 1, > autom4te: 'AC_SUBST_TRACE' =3D> 1, > autom4te: 'AC_FC_PP_DEFINE' =3D> 1, > autom4te: 'AM_GNU_GETTEXT_INTL_SUBDIR' =3D> 1, > autom4te: 'AC_CANONICAL_HOST' =3D> 1, > autom4te: 'AC_CONFIG_LIBOBJ_DIR' =3D> 1, > autom4te: 'AC_FC_PP_SRCEXT' =3D> 1, > autom4te: '_AM_MAKEFILE_INCLUDE' =3D> 1, > autom4te: '_AM_COND_ENDIF' =3D> 1, > autom4te: 'AM_PROG_MOC' =3D> 1, > autom4te: 'AM_POT_TOOLS' =3D> 1, > autom4te: 'AM_INIT_AUTOMAKE' =3D> 1, > autom4te: 'AC_CONFIG_FILES' =3D> 1, > autom4te: 'LT_INIT' =3D> 1, > autom4te: 'AC_PROG_LIBTOOL' =3D> 1, > autom4te: 'm4_pattern_allow' =3D> 1, > autom4te: 'include' =3D> 1, > autom4te: '_AM_SUBST_NOTMAKE' =3D> 1, > autom4te: 'AM_PROG_CXX_C_O' =3D> 1, > autom4te: 'AM_PROG_F77_C_O' =3D> 1, > autom4te: 'AM_PROG_MKDIR_P' =3D> 1, > autom4te: '_AM_COND_ELSE' =3D> 1, > autom4te: 'AC_CONFIG_MACRO_DIR_TRACE' =3D> 1, > autom4te: 'LT_CONFIG_LTDL_DIR' =3D> 1, > autom4te: 'AC_LIBSOURCE' =3D> 1, > autom4te: 'AM_GNU_GETTEXT' =3D> 1, > autom4te: 'AM_CONDITIONAL' =3D> 1, > autom4te: 'AC_CONFIG_HEADERS' =3D> 1, > autom4te: 'LT_SUPPORTED_TAG' =3D> 1, > autom4te: 'AC_SUBST' =3D> 1, > autom4te: 'AM_PROG_CC_C_O' =3D> 1, > autom4te: 'AC_DEFINE_TRACE_LITERAL' =3D> 1, > autom4te: 'm4_sinclude' =3D> 1, > autom4te: 'AU_DEFINE' =3D> 1, > autom4te: 'AM_NLS' =3D> 1, > autom4te: 'AM_PATH_GUILE' =3D> 1, > autom4te: 'AC_CONFIG_AUX_DIR' =3D> 1, > autom4te: 'm4_include' =3D> 1, > autom4te: 'IT_PROG_INTLTOOL' =3D> 1, > autom4te: '_AM_COND_IF' =3D> 1, > autom4te: 'AC_REQUIRE_AUX_FILE' =3D> 1, > autom4te: 'AC_INIT' =3D> 1, > autom4te: '_LT_AC_TAGCONFIG' =3D> 1, > autom4te: 'AC_CONFIG_SUBDIRS' =3D> 1, > autom4te: 'sinclude' =3D> 1, > autom4te: '_m4_warn' =3D> 1, > autom4te: 'AM_PROG_LIBTOOL' =3D> 1 > autom4te: } > autom4te: ], 'Autom4te::Request' ); > autom4te: formatting traces for '/tmp/am4tkPPwdb/warnings': _m4_warn > autom4te: reading /tmp/am4tkPPwdb/warnings > autom4te: formatting traces for '-': AU_DEFINE > autoupdate: running: /tools_x86_64/bin/m4 --include=3D/tmp/au0JiQkO --inclu= de=3D/usr/share/autoconf /tmp/au0JiQkO/input.m4 > /tmp/au0JiQkO/updated > configure.in:121: warning: The preprocessor macro `STDC_HEADERS' is obsolet= e. > Except in unusual embedded environments, you can safely include all > ISO C90 headers unconditionally. > configure.in:500: warning: Update your code to rely only on HAVE_SYS_TIME_H, > then remove this warning and the obsolete code below it. > All current systems provide time.h; it need not be checked for. > Not all systems provide sys/time.h, but those that do, all allow > you to include it and time.h simultaneously. > autoupdate: 'configure.in' is updated > cd /usr/src/collectd-4.10.9 && autoreconf -vfi > autoreconf: export WARNINGS=3D > autoreconf: warning: autoconf input should be named 'configure.ac', not 'co= nfigure.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 'confi= gure.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 'acloc= al.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.i= n'. > libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([libltdl/m4])' to configu= re.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 'confi= gure.in' > autoreconf: running: /usr/bin/autoconf --force > configure.in:51: 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:51: the top level > configure.in:125: warning: The preprocessor macro `STDC_HEADERS' is obsolet= e. > configure.in:125: Except in unusual embedded environments, you can safely= include all > configure.in:125: ISO C90 headers unconditionally. > configure.in:512: warning: Update your code to rely only on HAVE_SYS_TIME_H, > configure.in:512: then remove this warning and the obsolete code below it. > configure.in:512: All current systems provide time.h; it need not be checke= d for. > configure.in:512: Not all systems provide sys/time.h, but those that do, al= l allow > configure.in:512: you to include it and time.h simultaneously. > autoreconf: running: /usr/bin/autoheader --force > autoheader: warning: autoconf input should be named 'configure.ac', not 'co= nfigure.in' > autoreconf: running: automake --add-missing --copy --force-missing > automake: warning: autoconf input should be named 'configure.ac', not 'conf= igure.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 'conf= igure.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-g= nu 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 shared= 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/sasl2 > 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 1= 5649: 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 158= 11: ac_fn_c_try_run: command not found > no > configure: error: Didn't find out how doubles are stored in memory. Sorry. > make: *** [collectd:112: /usr/src/log/collectd-4.10.9] Error 1 --===============2265815291064764995==--