public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: Fails while trying to update autoconf
Date: Mon, 08 Feb 2021 15:55:35 +0000	[thread overview]
Message-ID: <7D9886DD-BECC-4396-B591-ED15D0C0E0E8@ipfire.org> (raw)
In-Reply-To: <ee44625d-2595-f7da-c865-87513b2d6fb9@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 48701 bytes --]

Hi,

> On 8 Feb 2021, at 14:50, Adolf Belka (ipfire-dev) <adolf.belka(a)ipfire.org> wrote:
> 
> Hi Michael,
> 
> On 08/02/2021 14:37, Michael Tremer wrote:
>> Hello,
>> Did you try adding —-with-fp-layout=nothing to configure?
> No I didn't. I had to search for it to find out what it was. Once knowing, it makes sense. I even then found that it is in the readme for collectd.
> 
> As I said I am heavily learning with all this stuff, so thanks for all the help and support.

No, it is great to figure out these things together :) Keep them coming.

> Will give that command a go and hopefully I will be able to provide a successful patch.

This hopefully skips the part of the code that is outdated. They have some custom checks in the configure scripts which do not seem to get converted okay. However, we do not really need it - and I doubt that anyone does really.

-Michael

> 
> Regards,
> Adolf.
>>> On 6 Feb 2021, at 13:10, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>>> 
>>> Hi,
>>> 
>>> On 05/02/2021 18:59, Michael Tremer wrote:
>>>> Hi,
>>>>> On 5 Feb 2021, at 17:25, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>>>>> 
>>>>> Hi Michael,
>>>>> 
>>>>> On 05/02/2021 17:13, Michael Tremer wrote:
>>>>>> Hello,
>>>>>> It looks like this configure script is simply incompatible with newer versions of autoconf.
>>>>>> 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 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 “autoupdate” as it is being suggested in the error message?
>>>>> No I had not tried it. I don't really have any excuse for why that message did not register in my mind when I was looking through the log file, especially as it is repeated numerous times. :-) Oh well.
>>>> I didn’t see it first either. I just saw it later on the quoted part 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 to do it manually.
>>> 
>>> 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
>>> 
>>> 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 to.
>>> If you have problems, you may need to regenerate the build system entirely.
>>> To do so, use the procedure documented by the package, typically `autoreconf'.
>>> 
>>> and finished with
>>> 
>>> autoupdate: 'configure.in' is updated
>>> 
>>> However, during running the .configure it ended up with the same error message about how doubles are stored in memory.
>>> There are various messages about remembering to add or considering to add certain bits to configure.in but I am not sure which to follow or how to actually add them to configure.in
>>> 
>>> I have removed the old log file details at the end of this mail and inserted the new log file messages for the build of collectd.
>>> 
>>> Adolf.
>>>> -Michael
>>>>> Thanks for the pointer.
>>>>> 
>>>>> Regards,
>>>>> Adolf.
>>>>>> -Michael
>>>>>>> On 5 Feb 2021, at 13:08, Adolf Belka <adolf.belka(a)ipfire.org> 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: line 15733: ac_fn_c_try_run: command not found
>>>>>>> -no
>>>>>>> -checking if intswap converts to x86 representation... ./configure: line 15811: 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 command 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 valued.
>>>>>>> 
>>>>>>> Regards,
>>>>>>> 
>>>>>>> Adolf.
>>>>>>> 
>>> 
>>> -------------------------------------------------
>>> Feb  6 11:48:34: Building collectd collectd-4.10.9.tar.bz2 checksum OK
>>> + cd /usr/src/lfs
>>> + make -f collectd LFS_BASEDIR=/usr/src install
>>> ====================================== 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 && 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 = 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' => 1,
>>> autom4te:                    'AM_PROG_CXX_C_O' => 1,
>>> autom4te:                    '_AM_MAKEFILE_INCLUDE' => 1,
>>> autom4te:                    'AC_FC_SRCEXT' => 1,
>>> autom4te:                    'AM_PROG_AR' => 1,
>>> autom4te:                    'LT_CONFIG_LTDL_DIR' => 1,
>>> autom4te:                    'AC_REQUIRE_AUX_FILE' => 1,
>>> autom4te:                    'AM_SILENT_RULES' => 1,
>>> autom4te:                    'AC_CONFIG_HEADERS' => 1,
>>> autom4te:                    'AM_ENABLE_MULTILIB' => 1,
>>> autom4te:                    'AC_CANONICAL_HOST' => 1,
>>> autom4te:                    'AM_PROG_CC_C_O' => 1,
>>> autom4te:                    'AC_CONFIG_MACRO_DIR_TRACE' => 1,
>>> autom4te:                    'AC_CANONICAL_SYSTEM' => 1,
>>> autom4te:                    'AM_PROG_MOC' => 1,
>>> autom4te:                    'AC_INIT' => 1,
>>> autom4te:                    'AC_CONFIG_LIBOBJ_DIR' => 1,
>>> autom4te:                    'm4_pattern_allow' => 1,
>>> autom4te:                    'AC_CONFIG_AUX_DIR' => 1,
>>> autom4te:                    'AC_CANONICAL_TARGET' => 1,
>>> autom4te:                    'm4_sinclude' => 1,
>>> autom4te:                    'AM_MAKEFILE_INCLUDE' => 1,
>>> autom4te:                    'AU_DEFINE' => 1,
>>> autom4te:                    '_LT_AC_TAGCONFIG' => 1,
>>> autom4te:                    'AC_CANONICAL_BUILD' => 1,
>>> autom4te:                    'm4_pattern_forbid' => 1,
>>> autom4te:                    '_m4_warn' => 1,
>>> autom4te:                    'AC_DEFINE_TRACE_LITERAL' => 1,
>>> autom4te:                    'm4_define' => 1,
>>> autom4te:                    '_AM_COND_IF' => 1,
>>> autom4te:                    'AM_PROG_FC_C_O' => 1,
>>> autom4te:                    'AM_MAINTAINER_MODE' => 1,
>>> autom4te:                    'AM_GNU_GETTEXT' => 1,
>>> autom4te:                    '_AM_COND_ELSE' => 1,
>>> autom4te:                    'define' => 1,
>>> autom4te:                    'AM_NLS' => 1,
>>> autom4te:                    'AC_SUBST' => 1,
>>> autom4te:                    'AM_EXTRA_RECURSIVE_TARGETS' => 1,
>>> autom4te:                    'AM_CONDITIONAL' => 1,
>>> autom4te:                    'LT_INIT' => 1,
>>> autom4te:                    'AM_PROG_F77_C_O' => 1,
>>> autom4te:                    'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
>>> autom4te:                    'AM_AUTOMAKE_VERSION' => 1,
>>> autom4te:                    'AM_INIT_AUTOMAKE' => 1,
>>> autom4te:                    'AM_PROG_LIBTOOL' => 1,
>>> autom4te:                    'AC_PROG_LIBTOOL' => 1,
>>> autom4te:                    'AM_XGETTEXT_OPTION' => 1,
>>> autom4te:                    'GTK_DOC_CHECK' => 1,
>>> autom4te:                    'AC_CONFIG_FILES' => 1,
>>> autom4te:                    'AM_PROG_MKDIR_P' => 1,
>>> autom4te:                    'AC_FC_FREEFORM' => 1,
>>> autom4te:                    'include' => 1,
>>> autom4te:                    'AH_OUTPUT' => 1,
>>> autom4te:                    'AC_CONFIG_SUBDIRS' => 1,
>>> autom4te:                    'AC_CONFIG_LINKS' => 1,
>>> autom4te:                    'IT_PROG_INTLTOOL' => 1,
>>> autom4te:                    '_AM_SUBST_NOTMAKE' => 1,
>>> autom4te:                    'AC_LIBSOURCE' => 1,
>>> autom4te:                    'AM_POT_TOOLS' => 1,
>>> autom4te:                    'm4_include' => 1,
>>> autom4te:                    '_AM_COND_ENDIF' => 1,
>>> autom4te:                    'AC_FC_PP_DEFINE' => 1,
>>> autom4te:                    'AC_FC_PP_SRCEXT' => 1,
>>> autom4te:                    'sinclude' => 1,
>>> autom4te:                    'LT_SUPPORTED_TAG' => 1,
>>> autom4te:                    'AM_PATH_GUILE' => 1
>>> autom4te:                  }
>>> autom4te:                ], 'Autom4te::Request' );
>>> autom4te: running: /tools_x86_64/bin/m4 --nesting-limit=1024 --gnu --include=/usr/share/autoconf --debug=aflq --fatal-warning --debugfile=autom4te.cache/traces.0t --trace=AC_CANONICAL_BUILD --trace=AC_CANONICAL_HOST --trace=AC_CANONICAL_SYSTEM --trace=AC_CANONICAL_TARGET --trace=AC_CONFIG_AUX_DIR --trace=AC_CONFIG_FILES --trace=AC_CONFIG_HEADERS --trace=AC_CONFIG_LIBOBJ_DIR --trace=AC_CONFIG_LINKS --trace=AC_CONFIG_MACRO_DIR_TRACE --trace=AC_CONFIG_SUBDIRS --trace=AC_DEFINE_TRACE_LITERAL --trace=AC_FC_FREEFORM --trace=AC_FC_PP_DEFINE --trace=AC_FC_PP_SRCEXT --trace=AC_FC_SRCEXT --trace=AC_INIT --trace=AC_LIBSOURCE --trace=AC_PROG_LIBTOOL --trace=AC_REQUIRE_AUX_FILE --trace=AC_SUBST --trace=AC_SUBST_TRACE --trace=AH_OUTPUT --trace=AM_AUTOMAKE_VERSION --trace=AM_CONDITIONAL --trace=AM_ENABLE_MULTILIB --trace=AM_EXTRA_RECURSIVE_TARGETS --trace=AM_GNU_GETTEXT --trace=AM_GNU_GETTEXT_INTL_SUBDIR --trace=AM_INIT_AUTOMAKE --trace=AM_MAINTAINER_MODE --trace=AM_MAKEFILE_INCLUDE --trace=AM_NLS --trace=AM_PATH_GUILE --trace=AM_POT_TOOLS --trace=AM_PROG_AR --trace=AM_PROG_CC_C_O --trace=AM_PROG_CXX_C_O --trace=AM_PROG_F77_C_O --trace=AM_PROG_FC_C_O --trace=AM_PROG_LIBTOOL --trace=AM_PROG_MKDIR_P --trace=AM_PROG_MOC --trace=AM_SILENT_RULES --trace=AM_XGETTEXT_OPTION --trace=AU_DEFINE --trace=GTK_DOC_CHECK --trace=IT_PROG_INTLTOOL --trace=LT_CONFIG_LTDL_DIR --trace=LT_INIT --trace=LT_SUPPORTED_TAG --trace=_AM_COND_ELSE --trace=_AM_COND_ENDIF --trace=_AM_COND_IF --trace=_AM_MAKEFILE_INCLUDE --trace=_AM_SUBST_NOTMAKE --trace=_LT_AC_TAGCONFIG --trace=_m4_warn --trace=define --trace=include --trace=m4_define --trace=m4_include --trace=m4_pattern_allow --trace=m4_pattern_forbid --trace=m4_sinclude --trace=sinclude /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 to.
>>> If you have problems, you may need to regenerate the build system entirely.
>>> To do so, use the procedure documented by the package, typically `autoreconf'.
>>> 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=autoconf --verbose --include=/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 = 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' => 1,
>>> autom4te:                    'AM_SILENT_RULES' => 1,
>>> autom4te:                    'AH_OUTPUT' => 1,
>>> autom4te:                    'AC_FC_SRCEXT' => 1,
>>> autom4te:                    'GTK_DOC_CHECK' => 1,
>>> autom4te:                    'AM_MAKEFILE_INCLUDE' => 1,
>>> autom4te:                    'AC_CANONICAL_TARGET' => 1,
>>> autom4te:                    'AM_EXTRA_RECURSIVE_TARGETS' => 1,
>>> autom4te:                    'm4_define' => 1,
>>> autom4te:                    'AM_ENABLE_MULTILIB' => 1,
>>> autom4te:                    'm4_pattern_forbid' => 1,
>>> autom4te:                    'AM_PROG_AR' => 1,
>>> autom4te:                    'AM_AUTOMAKE_VERSION' => 1,
>>> autom4te:                    'AC_CANONICAL_BUILD' => 1,
>>> autom4te:                    'AM_XGETTEXT_OPTION' => 1,
>>> autom4te:                    'define' => 1,
>>> autom4te:                    'AC_FC_FREEFORM' => 1,
>>> autom4te:                    'AC_CANONICAL_SYSTEM' => 1,
>>> autom4te:                    'AM_MAINTAINER_MODE' => 1,
>>> autom4te:                    'AM_PROG_FC_C_O' => 1,
>>> autom4te:                    'AC_SUBST_TRACE' => 1,
>>> autom4te:                    'AC_FC_PP_DEFINE' => 1,
>>> autom4te:                    'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
>>> autom4te:                    'AC_CANONICAL_HOST' => 1,
>>> autom4te:                    'AC_CONFIG_LIBOBJ_DIR' => 1,
>>> autom4te:                    'AC_FC_PP_SRCEXT' => 1,
>>> autom4te:                    '_AM_MAKEFILE_INCLUDE' => 1,
>>> autom4te:                    '_AM_COND_ENDIF' => 1,
>>> autom4te:                    'AM_PROG_MOC' => 1,
>>> autom4te:                    'AM_POT_TOOLS' => 1,
>>> autom4te:                    'AM_INIT_AUTOMAKE' => 1,
>>> autom4te:                    'AC_CONFIG_FILES' => 1,
>>> autom4te:                    'LT_INIT' => 1,
>>> autom4te:                    'AC_PROG_LIBTOOL' => 1,
>>> autom4te:                    'm4_pattern_allow' => 1,
>>> autom4te:                    'include' => 1,
>>> autom4te:                    '_AM_SUBST_NOTMAKE' => 1,
>>> autom4te:                    'AM_PROG_CXX_C_O' => 1,
>>> autom4te:                    'AM_PROG_F77_C_O' => 1,
>>> autom4te:                    'AM_PROG_MKDIR_P' => 1,
>>> autom4te:                    '_AM_COND_ELSE' => 1,
>>> autom4te:                    'AC_CONFIG_MACRO_DIR_TRACE' => 1,
>>> autom4te:                    'LT_CONFIG_LTDL_DIR' => 1,
>>> autom4te:                    'AC_LIBSOURCE' => 1,
>>> autom4te:                    'AM_GNU_GETTEXT' => 1,
>>> autom4te:                    'AM_CONDITIONAL' => 1,
>>> autom4te:                    'AC_CONFIG_HEADERS' => 1,
>>> autom4te:                    'LT_SUPPORTED_TAG' => 1,
>>> autom4te:                    'AC_SUBST' => 1,
>>> autom4te:                    'AM_PROG_CC_C_O' => 1,
>>> autom4te:                    'AC_DEFINE_TRACE_LITERAL' => 1,
>>> autom4te:                    'm4_sinclude' => 1,
>>> autom4te:                    'AU_DEFINE' => 1,
>>> autom4te:                    'AM_NLS' => 1,
>>> autom4te:                    'AM_PATH_GUILE' => 1,
>>> autom4te:                    'AC_CONFIG_AUX_DIR' => 1,
>>> autom4te:                    'm4_include' => 1,
>>> autom4te:                    'IT_PROG_INTLTOOL' => 1,
>>> autom4te:                    '_AM_COND_IF' => 1,
>>> autom4te:                    'AC_REQUIRE_AUX_FILE' => 1,
>>> autom4te:                    'AC_INIT' => 1,
>>> autom4te:                    '_LT_AC_TAGCONFIG' => 1,
>>> autom4te:                    'AC_CONFIG_SUBDIRS' => 1,
>>> autom4te:                    'sinclude' => 1,
>>> autom4te:                    '_m4_warn' => 1,
>>> autom4te:                    'AM_PROG_LIBTOOL' => 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=/tmp/au0JiQkO --include=/usr/share/autoconf /tmp/au0JiQkO/input.m4 > /tmp/au0JiQkO/updated
>>> configure.in:121: warning: The preprocessor macro `STDC_HEADERS' is obsolete.
>>>  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=
>>> autoreconf: warning: autoconf input should be named 'configure.ac', not 'configure.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 'configure.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 'aclocal.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 configure.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 'configure.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 obsolete.
>>> 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 checked for.
>>> configure.in:512: Not all systems provide sys/time.h, but those that do, all 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 'configure.in'
>>> autoreconf: running: automake --add-missing --copy --force-missing
>>> automake: warning: autoconf input should be named 'configure.ac', not 'configure.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 'configure.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=
>>> 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=/usr --localstatedir=/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=/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=4096 count=1
>>> 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 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 15811: 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
> 
> -- 
> Sent from my laptop


      reply	other threads:[~2021-02-08 15:55 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-05 13:08 Adolf Belka
2021-02-05 16:13 ` Michael Tremer
2021-02-05 17:25   ` Adolf Belka
2021-02-05 17:59     ` Michael Tremer
2021-02-06 13:10       ` Adolf Belka
2021-02-08 13:37         ` Michael Tremer
2021-02-08 14:50           ` Adolf Belka (ipfire-dev)
2021-02-08 15:55             ` Michael Tremer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7D9886DD-BECC-4396-B591-ED15D0C0E0E8@ipfire.org \
    --to=michael.tremer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox