From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: Problem when updating lm-semsors
Date: Mon, 12 Apr 2021 11:15:41 +0100 [thread overview]
Message-ID: <3015367C-2F3C-4357-A8B5-8B11F9724730@ipfire.org> (raw)
In-Reply-To: <9d9aed95-051c-48b8-f242-7a527001cc90@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 261300 bytes --]
Hi,
> On 10 Apr 2021, at 15:36, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>
> Hi All,
>
> I was trying to update lm_sensors from 3-4-0 to 3-6-0.
>
> lm_sensors built without any problems but collectd then had a problem.
>
> It gives the message:-
>
> sensors.c:168:3: error: #error "This version of libsensors is not supported yet. Please report this " "as bug."
>
>
> I suspect that this may be because we are having to stay on the old version of collectd.
Yes.
> Any ideas if this issue can be easily patched in collectd and if so what I should look at patching?
This will get rid of the API check:
https://git.ipfire.org/?p=thirdparty/collectd.git;a=commitdiff;h=d5a3c020d33cc33ee8049f54c7b4dffcd123bf83
> Whole log for the collectd build is attached below.
Let me know if that solves everything.
Best,
-Michael
>
>
> Regards,
>
> Adolf.
>
>
> -----------------------------------------------------------------------------------
>
>
> Mar 28 18:45:57: 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/auEY8yFk/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: 'AM_ENABLE_MULTILIB' => 1,
> autom4te: 'AC_PROG_LIBTOOL' => 1,
> autom4te: '_AM_COND_IF' => 1,
> autom4te: 'AM_PROG_F77_C_O' => 1,
> autom4te: 'AM_XGETTEXT_OPTION' => 1,
> autom4te: 'AC_FC_SRCEXT' => 1,
> autom4te: 'm4_define' => 1,
> autom4te: 'AM_PROG_CC_C_O' => 1,
> autom4te: 'AM_PROG_CXX_C_O' => 1,
> autom4te: 'AC_CONFIG_AUX_DIR' => 1,
> autom4te: 'AC_CONFIG_LIBOBJ_DIR' => 1,
> autom4te: 'AM_PROG_MKDIR_P' => 1,
> autom4te: 'AM_EXTRA_RECURSIVE_TARGETS' => 1,
> autom4te: 'AM_NLS' => 1,
> autom4te: 'AM_AUTOMAKE_VERSION' => 1,
> autom4te: 'AC_LIBSOURCE' => 1,
> autom4te: '_AM_SUBST_NOTMAKE' => 1,
> autom4te: 'AC_CANONICAL_HOST' => 1,
> autom4te: 'AM_PROG_LIBTOOL' => 1,
> autom4te: 'include' => 1,
> autom4te: 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
> autom4te: 'AC_CANONICAL_TARGET' => 1,
> autom4te: 'AC_CANONICAL_BUILD' => 1,
> autom4te: 'AC_SUBST_TRACE' => 1,
> autom4te: 'AC_FC_PP_SRCEXT' => 1,
> autom4te: 'AM_PROG_FC_C_O' => 1,
> autom4te: 'AC_FC_FREEFORM' => 1,
> autom4te: 'AM_SILENT_RULES' => 1,
> autom4te: 'AC_INIT' => 1,
> autom4te: '_LT_AC_TAGCONFIG' => 1,
> autom4te: 'AC_CONFIG_FILES' => 1,
> autom4te: 'AC_CONFIG_MACRO_DIR_TRACE' => 1,
> autom4te: 'AC_FC_PP_DEFINE' => 1,
> autom4te: 'AM_MAINTAINER_MODE' => 1,
> autom4te: 'AM_GNU_GETTEXT' => 1,
> autom4te: 'm4_sinclude' => 1,
> autom4te: 'LT_CONFIG_LTDL_DIR' => 1,
> autom4te: 'AM_CONDITIONAL' => 1,
> autom4te: 'LT_SUPPORTED_TAG' => 1,
> autom4te: 'AM_PROG_AR' => 1,
> autom4te: 'AM_MAKEFILE_INCLUDE' => 1,
> autom4te: 'AC_REQUIRE_AUX_FILE' => 1,
> autom4te: 'm4_include' => 1,
> autom4te: 'define' => 1,
> autom4te: 'AC_SUBST' => 1,
> autom4te: 'AM_PROG_MOC' => 1,
> autom4te: 'GTK_DOC_CHECK' => 1,
> autom4te: '_AM_MAKEFILE_INCLUDE' => 1,
> autom4te: 'AM_PATH_GUILE' => 1,
> autom4te: '_m4_warn' => 1,
> autom4te: 'm4_pattern_allow' => 1,
> autom4te: 'm4_pattern_forbid' => 1,
> autom4te: 'AM_INIT_AUTOMAKE' => 1,
> autom4te: 'AC_DEFINE_TRACE_LITERAL' => 1,
> autom4te: 'AC_CANONICAL_SYSTEM' => 1,
> autom4te: 'IT_PROG_INTLTOOL' => 1,
> autom4te: 'LT_INIT' => 1,
> autom4te: '_AM_COND_ELSE' => 1,
> autom4te: 'AC_CONFIG_LINKS' => 1,
> autom4te: 'AC_CONFIG_HEADERS' => 1,
> autom4te: 'AC_CONFIG_SUBDIRS' => 1,
> autom4te: 'AU_DEFINE' => 1,
> autom4te: 'sinclude' => 1,
> autom4te: 'AH_OUTPUT' => 1,
> autom4te: '_AM_COND_ENDIF' => 1,
> autom4te: 'AM_POT_TOOLS' => 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/am4tKroty0/warnings': _m4_warn
> autom4te: reading /tmp/am4tKroty0/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/auEY8yFk/au.m4
> autom4te: formatting traces for '/tmp/am4tBSnD0Z/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_FC_FREEFORM' => 1,
> autom4te: 'AC_REQUIRE_AUX_FILE' => 1,
> autom4te: 'AM_PROG_CC_C_O' => 1,
> autom4te: 'AC_CANONICAL_SYSTEM' => 1,
> autom4te: 'AC_CANONICAL_HOST' => 1,
> autom4te: 'AH_OUTPUT' => 1,
> autom4te: '_LT_AC_TAGCONFIG' => 1,
> autom4te: 'AU_DEFINE' => 1,
> autom4te: 'AM_PROG_F77_C_O' => 1,
> autom4te: 'AC_CANONICAL_BUILD' => 1,
> autom4te: 'm4_include' => 1,
> autom4te: '_AM_MAKEFILE_INCLUDE' => 1,
> autom4te: 'AC_SUBST' => 1,
> autom4te: 'AM_PROG_MKDIR_P' => 1,
> autom4te: 'AM_PROG_LIBTOOL' => 1,
> autom4te: 'LT_INIT' => 1,
> autom4te: 'sinclude' => 1,
> autom4te: 'AC_FC_PP_SRCEXT' => 1,
> autom4te: 'LT_CONFIG_LTDL_DIR' => 1,
> autom4te: 'GTK_DOC_CHECK' => 1,
> autom4te: 'AC_CONFIG_AUX_DIR' => 1,
> autom4te: 'IT_PROG_INTLTOOL' => 1,
> autom4te: 'AM_AUTOMAKE_VERSION' => 1,
> autom4te: 'AC_CANONICAL_TARGET' => 1,
> autom4te: 'AC_CONFIG_FILES' => 1,
> autom4te: 'AM_MAKEFILE_INCLUDE' => 1,
> autom4te: 'm4_define' => 1,
> autom4te: 'm4_pattern_forbid' => 1,
> autom4te: 'AC_DEFINE_TRACE_LITERAL' => 1,
> autom4te: 'AM_ENABLE_MULTILIB' => 1,
> autom4te: 'AM_XGETTEXT_OPTION' => 1,
> autom4te: 'm4_sinclude' => 1,
> autom4te: 'm4_pattern_allow' => 1,
> autom4te: 'AM_SILENT_RULES' => 1,
> autom4te: 'AM_NLS' => 1,
> autom4te: 'AC_INIT' => 1,
> autom4te: 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
> autom4te: 'AC_CONFIG_HEADERS' => 1,
> autom4te: 'AM_POT_TOOLS' => 1,
> autom4te: '_AM_COND_ENDIF' => 1,
> autom4te: '_m4_warn' => 1,
> autom4te: 'AM_EXTRA_RECURSIVE_TARGETS' => 1,
> autom4te: 'AM_INIT_AUTOMAKE' => 1,
> autom4te: 'AC_LIBSOURCE' => 1,
> autom4te: 'AC_FC_SRCEXT' => 1,
> autom4te: 'define' => 1,
> autom4te: 'AC_CONFIG_SUBDIRS' => 1,
> autom4te: 'AC_CONFIG_LIBOBJ_DIR' => 1,
> autom4te: 'AM_PROG_CXX_C_O' => 1,
> autom4te: '_AM_COND_IF' => 1,
> autom4te: 'include' => 1,
> autom4te: 'AM_PROG_FC_C_O' => 1,
> autom4te: 'AM_CONDITIONAL' => 1,
> autom4te: 'AM_MAINTAINER_MODE' => 1,
> autom4te: 'AM_PATH_GUILE' => 1,
> autom4te: 'LT_SUPPORTED_TAG' => 1,
> autom4te: 'AM_PROG_AR' => 1,
> autom4te: 'AC_SUBST_TRACE' => 1,
> autom4te: '_AM_SUBST_NOTMAKE' => 1,
> autom4te: '_AM_COND_ELSE' => 1,
> autom4te: 'AC_PROG_LIBTOOL' => 1,
> autom4te: 'AC_CONFIG_LINKS' => 1,
> autom4te: 'AM_PROG_MOC' => 1,
> autom4te: 'AM_GNU_GETTEXT' => 1,
> autom4te: 'AC_CONFIG_MACRO_DIR_TRACE' => 1,
> autom4te: 'AC_FC_PP_DEFINE' => 1
> autom4te: }
> autom4te: ], 'Autom4te::Request' );
> autom4te: formatting traces for '/tmp/am4tBSnD0Z/warnings': _m4_warn
> autom4te: reading /tmp/am4tBSnD0Z/warnings
> autom4te: formatting traces for '-': AU_DEFINE
> autoupdate: running: /tools_x86_64/bin/m4 --include=/tmp/auEY8yFk --include=/usr/share/autoconf /tmp/auEY8yFk/input.m4 > /tmp/auEY8yFk/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 \
> --with-fp-layout=nothing
> 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 for getfsstat... no
> checking for getvfsstat... no
> checking for listmntent... no
> checking for getmntent... yes
> checking whether getmntent takes one argument... yes
> checking whether getmntent takes two arguments... no
> checking if have htonll defined... no
> checking for struct if_data.ifi_ibytes... no
> checking for struct if_data.ifi_opackets... no
> checking for struct if_data.ifi_ierrors... no
> checking for struct net_device_stats.rx_bytes... no
> checking for struct net_device_stats.tx_packets... no
> checking for struct net_device_stats.rx_errors... no
> checking for struct ip_mreqn.imr_ifindex... yes
> checking for struct kinfo_proc.ki_pid... no
> checking for struct kinfo_proc.ki_rssize... no
> checking for struct kinfo_proc.ki_rusage... no
> checking for struct kinfo_proc.kp_proc... no
> checking for struct kinfo_proc.kp_eproc... no
> checking for struct udphdr.uh_dport... yes
> checking for struct udphdr.uh_sport... yes
> checking for struct udphdr.dest... yes
> checking for struct udphdr.source... yes
> checking for kstat_io_t.nwritten... no
> checking for kstat_io_t.writes... no
> checking for kstat_io_t.nwrites... no
> checking for kstat_io_t.wtime... no
> checking for res_search in -lresolv... no
> checking for libhal_device_property_exists in -lhal... no
> checking for IOServiceGetMatchingServices in -lIOKit... no
> checking for kvm_getprocs in -lkvm... no
> checking for kvm_getswapinfo in -lkvm... no
> checking for kvm_nlist in -lkvm... no
> checking for kvm_openfiles in -lkvm... no
> checking for curl/curl.h... yes
> checking for curl_easy_init in -lcurl... yes
> checking for dbi/dbi.h... no
> checking for smtp_create_session in -lesmtp... no
> checking for gm_protocol.h... no
> checking for gcrypt.h... yes
> configure: gcrypt LDFLAGS: -L/usr/lib
> checking for gcry_md_hash_buffer in -lgcrypt... yes
> checking for libgcrypt-config... /usr/bin/libgcrypt-config
> checking for LIBGCRYPT - version >= 1.2.0... yes (1.9.2)
> checking LIBGCRYPT API version... okay
> checking for libiptc/libiptc.h... yes
> checking for libiptc/libip6tc.h... yes
> checking for iptc_handle_t... no
> checking for ip6tc_handle_t... no
> checking for library containing iptc_init... -lip4tc
> checking for javac... no
> checking for jar... no
> checking for libmemcached/memcached.h... no
> configure: Checking for modbus using /usr/bin/pkg-config
> checking for libnetlink.h... no
> checking for iproute/libnetlink.h... no
> checking for linux/libnetlink.h... no
> checking for linux/gen_stats.h... yes
> checking for linux/pkt_sched.h... yes
> checking for netapp_api.h... no
> checking for oconfig_parse_fh in -loconfig... no
> checking for oping.h... yes
> checking for ping_construct in -loping... yes
> checking for owcapi.h... no
> checking for pcap_open_live in -lpcap... yes
> checking for pcap.h... yes
> checking for pcap-bpf.h... yes
> checking for perl... yes (/usr/bin/perl)
> checking for libperl... no
> configure: WARNING: pg_config returned with status 127
> checking for libpq-fe.h... no
> checking for pthread_create in -lpthread... yes
> checking for pthread.h... yes
> checking for python... /usr/bin/python
> checking for Python CPPFLAGS... /usr/include/python2.7
> checking for Python.h... yes
> checking for Python LDFLAGS... /usr/lib
> checking for Python LIBS... -L. -lpython2.7
> checking for PyObject_CallFunction... yes
> checking for routeros_api.h... no
> checking for rrd.h... yes
> checking for rrd_update_r in -lrrd_th... no
> checking for rrd_update in -lrrd... yes
> checking for rrdc_update in -lrrd... yes
> checking for sensors/sensors.h... yes
> checking for sensors_init in -lsensors... yes
> checking pkg-config for libstatgrab... not found
> checking for tcrdb.h... no
> configure: Checking for libupsclient using /usr/bin/pkg-config
> checking for yajl/yajl_parse.h... no
> checking for yajl/yajl_version.h... no
> checking for libxml/parser.h... yes
> checking for xmlXPathEval in -lxml2... yes
> checking for pkg-config... /usr/bin/pkg-config
> checking for libOpenIPMIpthread... no (/usr/bin/pkg-config doesn't know OpenIPMIpthread)
> checking for libnotify... no
> checking which default log plugin to load... syslog
> checking which default write plugin to load... rrdtool
> checking that generated files are newer than configure... done
> configure: creating ./config.status
> config.status: creating src/libcollectdclient/lcc_features.h
> config.status: creating Makefile
> config.status: creating src/Makefile
> config.status: creating src/collectd.conf
> config.status: creating src/owniptc/Makefile
> config.status: creating src/libcollectdclient/Makefile
> config.status: creating src/libcollectdclient/libcollectdclient.pc
> config.status: creating src/liboconfig/Makefile
> config.status: creating bindings/Makefile
> config.status: creating bindings/java/Makefile
> config.status: creating src/config.h
> config.status: executing libtool commands
> config.status: executing depfiles commands
> === configuring in libltdl (/usr/src/collectd-4.10.9/libltdl)
> configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--localstatedir=/var' '--disable-apple_sensors' '--disable-csv' '--disable-ipvs' '--disable-mbmon' '--disable-memcached' '--disable-mysql' '--disable-netlink' '--disable-nginx' '--disable-nut' '--disable-perl' '--disable-serial' '--disable-snmp' '--disable-tape' '--disable-vserver' '--disable-xmms' '--enable-apcups' '--enable-battery' '--enable-cpu' '--enable-cpufreq' '--enable-df' '--enable-disk' '--enable-dns' '--enable-email' '--enable-entropy' '--enable-exec' '--enable-hddtemp' '--enable-interface' '--enable-iptables' '--enable-irq' '--enable-load' '--enable-logfile' '--enable-memory' '--enable-multimeter' '--enable-network' '--enable-nfs' '--enable-ntpd' '--enable-ping' '--enable-processes' '--enable-rrdtool' '--enable-sensors' '--enable-swap' '--enable-syslog' '--enable-tcpconns' '--enable-unixsock' '--enable-users' '--enable-wireless' '--with-librrd=/usr/share/rrdtool-1.2.30' '--with-fp-layout=nothing' 'CFLAGS=-O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations' --cache-file=/dev/null --srcdir=.
> 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 for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking whether make supports nested variables... yes
> checking whether make supports nested variables... (cached) yes
> 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 whether make supports the include directive... yes (GNU style)
> 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 dependency style of gcc... gcc3
> 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 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 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 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 gcc options needed to detect all undeclared functions... none needed
> 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 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 that generated files are newer than configure... done
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating config.h
> config.status: executing depfiles commands
> config.status: executing libtool commands
>
> Configuration:
> Libraries:
> libcurl . . . . . . . yes
> libdbi . . . . . . . no (dbi/dbi.h not found)
> libesmtp . . . . . . no (libesmtp not found)
> libganglia . . . . . no (gm_protocol.h not found)
> libgcrypt . . . . . . yes
> libiokit . . . . . . no
> libiptc . . . . . . . yes
> libjvm . . . . . . . no (jar not found)
> libkstat . . . . . . no (Solaris only)
> libkvm . . . . . . . no
> libmemcached . . . . no (libmemcached/memcached.h not found)
> libmodbus . . . . . . no (pkg-config doesn't know library)
> libmysql . . . . . . no (mysql_config failed)
> libnetapp . . . . . . no (netapp_api.h not found)
> libnetlink . . . . . no (libnetlink.h not found)
> libnetsnmp . . . . . no (net-snmp-config failed)
> libnotify . . . . . . no (No package 'libnotify' found)
> liboconfig . . . . . yes (shipped version)
> libopenipmi . . . . . no (/usr/bin/pkg-config doesn't know OpenIPMIpthread)
> liboping . . . . . . yes
> libpcap . . . . . . . yes
> libperfstat . . . . . no (AIX only)
> libperl . . . . . . . no
> libpq . . . . . . . . no (libpq-fe.h not found)
> libpthread . . . . . yes
> librouteros . . . . . no ('routeros_api.h' not found)
> librrd . . . . . . . yes (warning: librrd is not thread-safe)
> libsensors . . . . . yes
> libstatgrab . . . . . no (/usr/bin/pkg-config doesn't know libstatgrab)
> libtokyotyrant . . . no (tcrdb.h not found)
> libupsclient . . . . no (pkg-config doesn't know library)
> libvirt . . . . . . . no (pkg-config doesn't know library)
> libxml2 . . . . . . . yes
> libxmms . . . . . . . no
> libyajl . . . . . . . no (yajl/yajl_parse.h not found)
> libevent . . . . . .
> protobuf-c . . . . . no
> oracle . . . . . . . no (ORACLE_HOME is not set)
> python . . . . . . . yes
>
> Features:
> daemon mode . . . . . yes
> debug . . . . . . . . no
>
> Bindings:
> perl . . . . . . . . yes
>
> Modules:
> apache . . . . . . . yes
> apcups . . . . . . . yes
> apple_sensors . . . . no (disabled on command line)
> ascent . . . . . . . yes
> battery . . . . . . . yes
> bind . . . . . . . . yes
> conntrack . . . . . . yes
> contextswitch . . . . yes
> cpu . . . . . . . . . yes
> cpufreq . . . . . . . yes
> csv . . . . . . . . . no (disabled on command line)
> curl . . . . . . . . yes
> curl_json . . . . . . no
> curl_xml . . . . . . yes
> dbi . . . . . . . . . no
> df . . . . . . . . . yes
> disk . . . . . . . . yes
> dns . . . . . . . . . yes
> email . . . . . . . . yes
> entropy . . . . . . . yes
> exec . . . . . . . . yes
> filecount . . . . . . yes
> fscache . . . . . . . yes
> gmond . . . . . . . . no
> hddtemp . . . . . . . yes
> interface . . . . . . yes
> ipmi . . . . . . . . no
> iptables . . . . . . yes
> ipvs . . . . . . . . no (disabled on command line)
> irq . . . . . . . . . yes
> java . . . . . . . . no
> libvirt . . . . . . . no
> load . . . . . . . . yes
> logfile . . . . . . . yes
> madwifi . . . . . . . yes
> match_empty_counter . yes
> match_hashed . . . . yes
> match_regex . . . . . yes
> match_timediff . . . yes
> match_value . . . . . yes
> mbmon . . . . . . . . no (disabled on command line)
> memcachec . . . . . . no
> memcached . . . . . . no (disabled on command line)
> memory . . . . . . . yes
> modbus . . . . . . . no
> multimeter . . . . . yes
> mysql . . . . . . . . no (disabled on command line)
> netapp . . . . . . . no
> netlink . . . . . . . no (disabled on command line)
> network . . . . . . . yes
> nfs . . . . . . . . . yes
> nginx . . . . . . . . no (disabled on command line)
> notify_desktop . . . no
> notify_email . . . . no
> ntpd . . . . . . . . yes
> nut . . . . . . . . . no (disabled on command line)
> olsrd . . . . . . . . yes
> onewire . . . . . . . no
> openvpn . . . . . . . yes
> oracle . . . . . . . no
> perl . . . . . . . . no (needs libperl)
> pinba . . . . . . . . no
> ping . . . . . . . . yes
> postgresql . . . . . no
> powerdns . . . . . . yes
> processes . . . . . . yes
> protocols . . . . . . yes
> python . . . . . . . yes
> routeros . . . . . . no
> rrdcached . . . . . . yes
> rrdtool . . . . . . . yes
> sensors . . . . . . . yes
> serial . . . . . . . no (disabled on command line)
> snmp . . . . . . . . no (disabled on command line)
> swap . . . . . . . . yes
> syslog . . . . . . . yes
> table . . . . . . . . yes
> tail . . . . . . . . yes
> tape . . . . . . . . no (disabled on command line)
> target_notification . yes
> target_replace . . . yes
> target_scale . . . . yes
> target_set . . . . . yes
> tcpconns . . . . . . yes
> teamspeak2 . . . . . yes
> ted . . . . . . . . . yes
> thermal . . . . . . . yes
> tokyotyrant . . . . . no
> unixsock . . . . . . yes
> uptime . . . . . . . yes
> users . . . . . . . . yes
> uuid . . . . . . . . yes
> vmem . . . . . . . . yes
> vserver . . . . . . . no (disabled on command line)
> wireless . . . . . . yes
> write_http . . . . . yes
> xmms . . . . . . . . no (disabled on command line)
> zfs_arc . . . . . . . no
>
> cd /usr/src/collectd-4.10.9 && make install #collectd-4 does not support parallel build
> make[1]: Entering directory '/usr/src/collectd-4.10.9'
> CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh '/usr/src/collectd-4.10.9/libltdl/config/missing' aclocal-1.16 -I libltdl/m4
> aclocal-1.16: warning: autoconf input should be named 'configure.ac', not 'configure.in'
> cd . && /bin/sh /usr/src/collectd-4.10.9/libltdl/config/missing automake-1.16 --gnu
> automake-1.16: 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-1.16: warning: autoconf input should be named 'configure.ac', not 'configure.in'
> CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh '/usr/src/collectd-4.10.9/libltdl/config/missing' autoconf
> 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.
> /bin/sh ./config.status --recheck
> running CONFIG_SHELL=/bin/sh /bin/sh ./configure --prefix=/usr --localstatedir=/var --disable-apple_sensors --disable-csv --disable-ipvs --disable-mbmon --disable-memcached --disable-mysql --disable-netlink --disable-nginx --disable-nut --disable-perl --disable-serial --disable-snmp --disable-tape --disable-vserver --disable-xmms --enable-apcups --enable-battery --enable-cpu --enable-cpufreq --enable-df --enable-disk --enable-dns --enable-email --enable-entropy --enable-exec --enable-hddtemp --enable-interface --enable-iptables --enable-irq --enable-load --enable-logfile --enable-memory --enable-multimeter --enable-network --enable-nfs --enable-ntpd --enable-ping --enable-processes --enable-rrdtool --enable-sensors --enable-swap --enable-syslog --enable-tcpconns --enable-unixsock --enable-users --enable-wireless --with-librrd=/usr/share/rrdtool-1.2.30 --with-fp-layout=nothing CFLAGS=-O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations --no-create --no-recursion
> 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 for getfsstat... no
> checking for getvfsstat... no
> checking for listmntent... no
> checking for getmntent... yes
> checking whether getmntent takes one argument... yes
> checking whether getmntent takes two arguments... no
> checking if have htonll defined... no
> checking for struct if_data.ifi_ibytes... no
> checking for struct if_data.ifi_opackets... no
> checking for struct if_data.ifi_ierrors... no
> checking for struct net_device_stats.rx_bytes... no
> checking for struct net_device_stats.tx_packets... no
> checking for struct net_device_stats.rx_errors... no
> checking for struct ip_mreqn.imr_ifindex... yes
> checking for struct kinfo_proc.ki_pid... no
> checking for struct kinfo_proc.ki_rssize... no
> checking for struct kinfo_proc.ki_rusage... no
> checking for struct kinfo_proc.kp_proc... no
> checking for struct kinfo_proc.kp_eproc... no
> checking for struct udphdr.uh_dport... yes
> checking for struct udphdr.uh_sport... yes
> checking for struct udphdr.dest... yes
> checking for struct udphdr.source... yes
> checking for kstat_io_t.nwritten... no
> checking for kstat_io_t.writes... no
> checking for kstat_io_t.nwrites... no
> checking for kstat_io_t.wtime... no
> checking for res_search in -lresolv... no
> checking for libhal_device_property_exists in -lhal... no
> checking for IOServiceGetMatchingServices in -lIOKit... no
> checking for kvm_getprocs in -lkvm... no
> checking for kvm_getswapinfo in -lkvm... no
> checking for kvm_nlist in -lkvm... no
> checking for kvm_openfiles in -lkvm... no
> checking for curl/curl.h... yes
> checking for curl_easy_init in -lcurl... yes
> checking for dbi/dbi.h... no
> checking for smtp_create_session in -lesmtp... no
> checking for gm_protocol.h... no
> checking for gcrypt.h... yes
> configure: gcrypt LDFLAGS: -L/usr/lib
> checking for gcry_md_hash_buffer in -lgcrypt... yes
> checking for libgcrypt-config... /usr/bin/libgcrypt-config
> checking for LIBGCRYPT - version >= 1.2.0... yes (1.9.2)
> checking LIBGCRYPT API version... okay
> checking for libiptc/libiptc.h... yes
> checking for libiptc/libip6tc.h... yes
> checking for iptc_handle_t... no
> checking for ip6tc_handle_t... no
> checking for library containing iptc_init... -lip4tc
> checking for javac... no
> checking for jar... no
> checking for libmemcached/memcached.h... no
> configure: Checking for modbus using /usr/bin/pkg-config
> checking for libnetlink.h... no
> checking for iproute/libnetlink.h... no
> checking for linux/libnetlink.h... no
> checking for linux/gen_stats.h... yes
> checking for linux/pkt_sched.h... yes
> checking for netapp_api.h... no
> checking for oconfig_parse_fh in -loconfig... no
> checking for oping.h... yes
> checking for ping_construct in -loping... yes
> checking for owcapi.h... no
> checking for pcap_open_live in -lpcap... yes
> checking for pcap.h... yes
> checking for pcap-bpf.h... yes
> checking for perl... yes (/usr/bin/perl)
> checking for libperl... no
> configure: WARNING: pg_config returned with status 127
> checking for libpq-fe.h... no
> checking for pthread_create in -lpthread... yes
> checking for pthread.h... yes
> checking for python... /usr/bin/python
> checking for Python CPPFLAGS... /usr/include/python2.7
> checking for Python.h... yes
> checking for Python LDFLAGS... /usr/lib
> checking for Python LIBS... -L. -lpython2.7
> checking for PyObject_CallFunction... yes
> checking for routeros_api.h... no
> checking for rrd.h... yes
> checking for rrd_update_r in -lrrd_th... no
> checking for rrd_update in -lrrd... yes
> checking for rrdc_update in -lrrd... yes
> checking for sensors/sensors.h... yes
> checking for sensors_init in -lsensors... yes
> checking pkg-config for libstatgrab... not found
> checking for tcrdb.h... no
> configure: Checking for libupsclient using /usr/bin/pkg-config
> checking for yajl/yajl_parse.h... no
> checking for yajl/yajl_version.h... no
> checking for libxml/parser.h... yes
> checking for xmlXPathEval in -lxml2... yes
> checking for pkg-config... /usr/bin/pkg-config
> checking for libOpenIPMIpthread... no (/usr/bin/pkg-config doesn't know OpenIPMIpthread)
> checking for libnotify... no
> checking which default log plugin to load... syslog
> checking which default write plugin to load... rrdtool
> checking that generated files are newer than configure... done
> configure: creating ./config.status
>
> Configuration:
> Libraries:
> libcurl . . . . . . . yes
> libdbi . . . . . . . no (dbi/dbi.h not found)
> libesmtp . . . . . . no (libesmtp not found)
> libganglia . . . . . no (gm_protocol.h not found)
> libgcrypt . . . . . . yes
> libiokit . . . . . . no
> libiptc . . . . . . . yes
> libjvm . . . . . . . no (jar not found)
> libkstat . . . . . . no (Solaris only)
> libkvm . . . . . . . no
> libmemcached . . . . no (libmemcached/memcached.h not found)
> libmodbus . . . . . . no (pkg-config doesn't know library)
> libmysql . . . . . . no (mysql_config failed)
> libnetapp . . . . . . no (netapp_api.h not found)
> libnetlink . . . . . no (libnetlink.h not found)
> libnetsnmp . . . . . no (net-snmp-config failed)
> libnotify . . . . . . no (No package 'libnotify' found)
> liboconfig . . . . . yes (shipped version)
> libopenipmi . . . . . no (/usr/bin/pkg-config doesn't know OpenIPMIpthread)
> liboping . . . . . . yes
> libpcap . . . . . . . yes
> libperfstat . . . . . no (AIX only)
> libperl . . . . . . . no
> libpq . . . . . . . . no (libpq-fe.h not found)
> libpthread . . . . . yes
> librouteros . . . . . no ('routeros_api.h' not found)
> librrd . . . . . . . yes (warning: librrd is not thread-safe)
> libsensors . . . . . yes
> libstatgrab . . . . . no (/usr/bin/pkg-config doesn't know libstatgrab)
> libtokyotyrant . . . no (tcrdb.h not found)
> libupsclient . . . . no (pkg-config doesn't know library)
> libvirt . . . . . . . no (pkg-config doesn't know library)
> libxml2 . . . . . . . yes
> libxmms . . . . . . . no
> libyajl . . . . . . . no (yajl/yajl_parse.h not found)
> libevent . . . . . .
> protobuf-c . . . . . no
> oracle . . . . . . . no (ORACLE_HOME is not set)
> python . . . . . . . yes
>
> Features:
> daemon mode . . . . . yes
> debug . . . . . . . . no
>
> Bindings:
> perl . . . . . . . . yes
>
> Modules:
> apache . . . . . . . yes
> apcups . . . . . . . yes
> apple_sensors . . . . no (disabled on command line)
> ascent . . . . . . . yes
> battery . . . . . . . yes
> bind . . . . . . . . yes
> conntrack . . . . . . yes
> contextswitch . . . . yes
> cpu . . . . . . . . . yes
> cpufreq . . . . . . . yes
> csv . . . . . . . . . no (disabled on command line)
> curl . . . . . . . . yes
> curl_json . . . . . . no
> curl_xml . . . . . . yes
> dbi . . . . . . . . . no
> df . . . . . . . . . yes
> disk . . . . . . . . yes
> dns . . . . . . . . . yes
> email . . . . . . . . yes
> entropy . . . . . . . yes
> exec . . . . . . . . yes
> filecount . . . . . . yes
> fscache . . . . . . . yes
> gmond . . . . . . . . no
> hddtemp . . . . . . . yes
> interface . . . . . . yes
> ipmi . . . . . . . . no
> iptables . . . . . . yes
> ipvs . . . . . . . . no (disabled on command line)
> irq . . . . . . . . . yes
> java . . . . . . . . no
> libvirt . . . . . . . no
> load . . . . . . . . yes
> logfile . . . . . . . yes
> madwifi . . . . . . . yes
> match_empty_counter . yes
> match_hashed . . . . yes
> match_regex . . . . . yes
> match_timediff . . . yes
> match_value . . . . . yes
> mbmon . . . . . . . . no (disabled on command line)
> memcachec . . . . . . no
> memcached . . . . . . no (disabled on command line)
> memory . . . . . . . yes
> modbus . . . . . . . no
> multimeter . . . . . yes
> mysql . . . . . . . . no (disabled on command line)
> netapp . . . . . . . no
> netlink . . . . . . . no (disabled on command line)
> network . . . . . . . yes
> nfs . . . . . . . . . yes
> nginx . . . . . . . . no (disabled on command line)
> notify_desktop . . . no
> notify_email . . . . no
> ntpd . . . . . . . . yes
> nut . . . . . . . . . no (disabled on command line)
> olsrd . . . . . . . . yes
> onewire . . . . . . . no
> openvpn . . . . . . . yes
> oracle . . . . . . . no
> perl . . . . . . . . no (needs libperl)
> pinba . . . . . . . . no
> ping . . . . . . . . yes
> postgresql . . . . . no
> powerdns . . . . . . yes
> processes . . . . . . yes
> protocols . . . . . . yes
> python . . . . . . . yes
> routeros . . . . . . no
> rrdcached . . . . . . yes
> rrdtool . . . . . . . yes
> sensors . . . . . . . yes
> serial . . . . . . . no (disabled on command line)
> snmp . . . . . . . . no (disabled on command line)
> swap . . . . . . . . yes
> syslog . . . . . . . yes
> table . . . . . . . . yes
> tail . . . . . . . . yes
> tape . . . . . . . . no (disabled on command line)
> target_notification . yes
> target_replace . . . yes
> target_scale . . . . yes
> target_set . . . . . yes
> tcpconns . . . . . . yes
> teamspeak2 . . . . . yes
> ted . . . . . . . . . yes
> thermal . . . . . . . yes
> tokyotyrant . . . . . no
> unixsock . . . . . . yes
> uptime . . . . . . . yes
> users . . . . . . . . yes
> uuid . . . . . . . . yes
> vmem . . . . . . . . yes
> vserver . . . . . . . no (disabled on command line)
> wireless . . . . . . yes
> write_http . . . . . yes
> xmms . . . . . . . . no (disabled on command line)
> zfs_arc . . . . . . . no
>
> /bin/sh ./config.status
> config.status: creating src/libcollectdclient/lcc_features.h
> config.status: creating Makefile
> config.status: creating src/Makefile
> config.status: creating src/collectd.conf
> config.status: creating src/owniptc/Makefile
> config.status: creating src/libcollectdclient/Makefile
> config.status: creating src/libcollectdclient/libcollectdclient.pc
> config.status: creating src/liboconfig/Makefile
> config.status: creating bindings/Makefile
> config.status: creating bindings/java/Makefile
> config.status: creating src/config.h
> config.status: src/config.h is unchanged
> config.status: executing libtool commands
> config.status: executing depfiles commands
> Making install in libltdl
> make[2]: Entering directory '/usr/src/collectd-4.10.9/libltdl'
> make install-am
> make[3]: Entering directory '/usr/src/collectd-4.10.9/libltdl'
> CC loaders/dlopen.lo
> CCLD dlopen.la
> CC loaders/libltdlc_la-preopen.lo
> CC libltdlc_la-lt__alloc.lo
> CC libltdlc_la-lt_dlloader.lo
> CC libltdlc_la-lt_error.lo
> CC libltdlc_la-ltdl.lo
> CC libltdlc_la-slist.lo
> CC lt__strl.lo
> CCLD libltdlc.la
> make[4]: Entering directory '/usr/src/collectd-4.10.9/libltdl'
> make[4]: Leaving directory '/usr/src/collectd-4.10.9/libltdl'
> make[3]: Leaving directory '/usr/src/collectd-4.10.9/libltdl'
> make[2]: Leaving directory '/usr/src/collectd-4.10.9/libltdl'
> Making install in src
> make[2]: Entering directory '/usr/src/collectd-4.10.9/src'
> make install-recursive
> make[3]: Entering directory '/usr/src/collectd-4.10.9/src'
> Making install in libcollectdclient
> make[4]: Entering directory '/usr/src/collectd-4.10.9/src/libcollectdclient'
> make install-am
> make[5]: Entering directory '/usr/src/collectd-4.10.9/src/libcollectdclient'
> /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -c -o client.lo client.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -c client.c -fPIC -DPIC -o .libs/client.o
> client.c: In function 'lcc_getval':
> client.c:666:24: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1010 [-Wformat-truncation=]
> 666 | LCC_SET_ERRSTR (c, "Server error: %s", res.message);
> | ^~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~
> client.c:85:48: note: in definition of macro 'LCC_SET_ERRSTR'
> 85 | snprintf ((c)->errbuf, sizeof ((c)->errbuf), __VA_ARGS__); \
> | ^~~~~~~~~~~
> client.c:666:39: note: format string is defined here
> 666 | LCC_SET_ERRSTR (c, "Server error: %s", res.message);
> | ^~
> In file included from /usr/include/stdio.h:866,
> from client.c:33:
> /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 15 and 1038 bytes into a destination of size 1024
> 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 71 | __bos (__s), __fmt, __va_arg_pack ());
> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> client.c: In function 'lcc_putval':
> client.c:810:24: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1010 [-Wformat-truncation=]
> 810 | LCC_SET_ERRSTR (c, "Server error: %s", res.message);
> | ^~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~
> client.c:85:48: note: in definition of macro 'LCC_SET_ERRSTR'
> 85 | snprintf ((c)->errbuf, sizeof ((c)->errbuf), __VA_ARGS__); \
> | ^~~~~~~~~~~
> client.c:810:39: note: format string is defined here
> 810 | LCC_SET_ERRSTR (c, "Server error: %s", res.message);
> | ^~
> In file included from /usr/include/stdio.h:866,
> from client.c:33:
> /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 15 and 1038 bytes into a destination of size 1024
> 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 71 | __bos (__s), __fmt, __va_arg_pack ());
> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> client.c: In function 'lcc_flush':
> client.c:863:24: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1010 [-Wformat-truncation=]
> 863 | LCC_SET_ERRSTR (c, "Server error: %s", res.message);
> | ^~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~
> client.c:85:48: note: in definition of macro 'LCC_SET_ERRSTR'
> 85 | snprintf ((c)->errbuf, sizeof ((c)->errbuf), __VA_ARGS__); \
> | ^~~~~~~~~~~
> client.c:863:39: note: format string is defined here
> 863 | LCC_SET_ERRSTR (c, "Server error: %s", res.message);
> | ^~
> In file included from /usr/include/stdio.h:866,
> from client.c:33:
> /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 15 and 1038 bytes into a destination of size 1024
> 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 71 | __bos (__s), __fmt, __va_arg_pack ());
> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> client.c: In function 'lcc_listval':
> client.c:899:24: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1010 [-Wformat-truncation=]
> 899 | LCC_SET_ERRSTR (c, "Server error: %s", res.message);
> | ^~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~
> client.c:85:48: note: in definition of macro 'LCC_SET_ERRSTR'
> 85 | snprintf ((c)->errbuf, sizeof ((c)->errbuf), __VA_ARGS__); \
> | ^~~~~~~~~~~
> client.c:899:39: note: format string is defined here
> 899 | LCC_SET_ERRSTR (c, "Server error: %s", res.message);
> | ^~
> In file included from /usr/include/stdio.h:866,
> from client.c:33:
> /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 15 and 1038 bytes into a destination of size 1024
> 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 71 | __bos (__s), __fmt, __va_arg_pack ());
> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -c client.c -o client.o >/dev/null 2>&1
> /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -version-info 0:0:0 -o libcollectdclient.la -rpath /usr/lib client.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/client.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,libcollectdclient.so.0 -o .libs/libcollectdclient.so.0.0.0
> libtool: link: (cd ".libs" && rm -f "libcollectdclient.so.0" && ln -s "libcollectdclient.so.0.0.0" "libcollectdclient.so.0")
> libtool: link: (cd ".libs" && rm -f "libcollectdclient.so" && ln -s "libcollectdclient.so.0.0.0" "libcollectdclient.so")
> libtool: link: ar cru .libs/libcollectdclient.a client.o
> libtool: link: ranlib .libs/libcollectdclient.a
> libtool: link: ( cd ".libs" && rm -f "libcollectdclient.la" && ln -s "../libcollectdclient.la" "libcollectdclient.la" )
> make[6]: Entering directory '/usr/src/collectd-4.10.9/src/libcollectdclient'
> /bin/mkdir -p '/usr/lib'
> /bin/sh ../../libtool --mode=install /usr/bin/install -c libcollectdclient.la '/usr/lib'
> libtool: install: /usr/bin/install -c .libs/libcollectdclient.so.0.0.0 /usr/lib/libcollectdclient.so.0.0.0
> libtool: install: (cd /usr/lib && { ln -s -f libcollectdclient.so.0.0.0 libcollectdclient.so.0 || { rm -f libcollectdclient.so.0 && ln -s libcollectdclient.so.0.0.0 libcollectdclient.so.0; }; })
> libtool: install: (cd /usr/lib && { ln -s -f libcollectdclient.so.0.0.0 libcollectdclient.so || { rm -f libcollectdclient.so && ln -s libcollectdclient.so.0.0.0 libcollectdclient.so; }; })
> libtool: install: /usr/bin/install -c .libs/libcollectdclient.lai /usr/lib/libcollectdclient.la
> libtool: install: /usr/bin/install -c .libs/libcollectdclient.a /usr/lib/libcollectdclient.a
> libtool: install: chmod 644 /usr/lib/libcollectdclient.a
> libtool: install: ranlib /usr/lib/libcollectdclient.a
> libtool: finish: PATH="/tools_x86_64/ccache/bin:/bin:/usr/bin:/sbin:/usr/sbin:/tools_x86_64/bin:/sbin" ldconfig -n /usr/lib
> ----------------------------------------------------------------------
> Libraries have been installed in:
> /usr/lib
>
> If you ever happen to want to link against installed libraries
> in a given directory, LIBDIR, you must either use libtool, and
> specify the full pathname of the library, or use the '-LLIBDIR'
> flag during linking and do at least one of the following:
> - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
> during execution
> - add LIBDIR to the 'LD_RUN_PATH' environment variable
> during linking
> - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
> - have your system administrator add LIBDIR to '/etc/ld.so.conf'
>
> See any operating system documentation about shared libraries for
> more information, such as the ld(1) and ld.so(8) manual pages.
> ----------------------------------------------------------------------
> /bin/mkdir -p '/usr/lib/pkgconfig'
> /usr/bin/install -c -m 644 libcollectdclient.pc '/usr/lib/pkgconfig'
> /bin/mkdir -p '/usr/include/collectd'
> /usr/bin/install -c -m 644 client.h lcc_features.h '/usr/include/collectd'
> make[6]: Leaving directory '/usr/src/collectd-4.10.9/src/libcollectdclient'
> make[5]: Leaving directory '/usr/src/collectd-4.10.9/src/libcollectdclient'
> make[4]: Leaving directory '/usr/src/collectd-4.10.9/src/libcollectdclient'
> Making install in liboconfig
> make[4]: Entering directory '/usr/src/collectd-4.10.9/src/liboconfig'
> make install-am
> make[5]: Entering directory '/usr/src/collectd-4.10.9/src/liboconfig'
> /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -c -o oconfig.lo oconfig.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -c oconfig.c -fPIC -DPIC -o .libs/oconfig.o
> oconfig.c: In function 'oconfig_parse_fh':
> oconfig.c:60:12: warning: implicit declaration of function 'yyparse' [-Wimplicit-function-declaration]
> 60 | status = yyparse ();
> | ^~~~~~~
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -c oconfig.c -o oconfig.o >/dev/null 2>&1
> /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -c -o scanner.lo scanner.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -c scanner.c -fPIC -DPIC -o .libs/scanner.o
> scanner.c:1448:16: warning: 'input' defined but not used [-Wunused-function]
> 1448 | static int input (void)
> | ^~~~~
> scanner.c:1403:17: warning: 'yyunput' defined but not used [-Wunused-function]
> 1403 | static void yyunput (int c, register char * yy_bp )
> | ^~~~~~~
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -c scanner.c -o scanner.o >/dev/null 2>&1
> /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -c -o parser.lo parser.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -c parser.c -fPIC -DPIC -o .libs/parser.o
> parser.c: In function 'yyparse':
> parser.c:662:16: warning: implicit declaration of function 'yylex' [-Wimplicit-function-declaration]
> 662 | # define YYLEX yylex ()
> | ^~~~~
> parser.c:1307:16: note: in expansion of macro 'YYLEX'
> 1307 | yychar = YYLEX;
> | ^~~~~
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -c parser.c -o parser.o >/dev/null 2>&1
> /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -version-info 0:0:0 -ll -o liboconfig.la oconfig.lo scanner.lo parser.lo
> libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
> libtool: link: ar cru .libs/liboconfig.a .libs/oconfig.o .libs/scanner.o .libs/parser.o
> libtool: link: ranlib .libs/liboconfig.a
> libtool: link: ( cd ".libs" && rm -f "liboconfig.la" && ln -s "../liboconfig.la" "liboconfig.la" )
> make[6]: Entering directory '/usr/src/collectd-4.10.9/src/liboconfig'
> make[6]: Nothing to be done for 'install-exec-am'.
> make[6]: Nothing to be done for 'install-data-am'.
> make[6]: Leaving directory '/usr/src/collectd-4.10.9/src/liboconfig'
> make[5]: Leaving directory '/usr/src/collectd-4.10.9/src/liboconfig'
> make[4]: Leaving directory '/usr/src/collectd-4.10.9/src/liboconfig'
> make[4]: Entering directory '/usr/src/collectd-4.10.9/src'
> gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT collectd-nagios.o -MD -MP -MF .deps/collectd-nagios.Tpo -c -o collectd-nagios.o collectd-nagios.c
> mv -f .deps/collectd-nagios.Tpo .deps/collectd-nagios.Po
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -o collectd-nagios collectd-nagios.o libcollectdclient/libcollectdclient.la
> libtool: link: gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -o .libs/collectd-nagios collectd-nagios.o libcollectdclient/.libs/libcollectdclient.so
> gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT collectd-collectd.o -MD -MP -MF .deps/collectd-collectd.Tpo -c -o collectd-collectd.o `test -f 'collectd.c' || echo './'`collectd.c
> mv -f .deps/collectd-collectd.Tpo .deps/collectd-collectd.Po
> gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT collectd-common.o -MD -MP -MF .deps/collectd-common.Tpo -c -o collectd-common.o `test -f 'common.c' || echo './'`common.c
> In file included from common.h:27,
> from common.c:30:
> common.c: In function 'parse_value':
> plugin.h:318:22: warning: '%s' directive argument is null [-Wformat-overflow=]
> 318 | #define ERROR(...) plugin_log (LOG_ERR, __VA_ARGS__)
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> common.c:897:5: note: in expansion of macro 'ERROR'
> 897 | ERROR ("parse_value: Failed to parse string as %s: %s.",
> | ^~~~~
> common.c:897:56: note: format string is defined here
> 897 | ERROR ("parse_value: Failed to parse string as %s: %s.",
> | ^~
> mv -f .deps/collectd-common.Tpo .deps/collectd-common.Po
> gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT collectd-configfile.o -MD -MP -MF .deps/collectd-configfile.Tpo -c -o collectd-configfile.o `test -f 'configfile.c' || echo './'`configfile.c
> mv -f .deps/collectd-configfile.Tpo .deps/collectd-configfile.Po
> gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT collectd-filter_chain.o -MD -MP -MF .deps/collectd-filter_chain.Tpo -c -o collectd-filter_chain.o `test -f 'filter_chain.c' || echo './'`filter_chain.c
> mv -f .deps/collectd-filter_chain.Tpo .deps/collectd-filter_chain.Po
> gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT collectd-meta_data.o -MD -MP -MF .deps/collectd-meta_data.Tpo -c -o collectd-meta_data.o `test -f 'meta_data.c' || echo './'`meta_data.c
> mv -f .deps/collectd-meta_data.Tpo .deps/collectd-meta_data.Po
> gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT collectd-plugin.o -MD -MP -MF .deps/collectd-plugin.Tpo -c -o collectd-plugin.o `test -f 'plugin.c' || echo './'`plugin.c
> mv -f .deps/collectd-plugin.Tpo .deps/collectd-plugin.Po
> gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT collectd-utils_avltree.o -MD -MP -MF .deps/collectd-utils_avltree.Tpo -c -o collectd-utils_avltree.o `test -f 'utils_avltree.c' || echo './'`utils_avltree.c
> mv -f .deps/collectd-utils_avltree.Tpo .deps/collectd-utils_avltree.Po
> gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT collectd-utils_cache.o -MD -MP -MF .deps/collectd-utils_cache.Tpo -c -o collectd-utils_cache.o `test -f 'utils_cache.c' || echo './'`utils_cache.c
> mv -f .deps/collectd-utils_cache.Tpo .deps/collectd-utils_cache.Po
> gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT collectd-utils_complain.o -MD -MP -MF .deps/collectd-utils_complain.Tpo -c -o collectd-utils_complain.o `test -f 'utils_complain.c' || echo './'`utils_complain.c
> mv -f .deps/collectd-utils_complain.Tpo .deps/collectd-utils_complain.Po
> gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT collectd-utils_heap.o -MD -MP -MF .deps/collectd-utils_heap.Tpo -c -o collectd-utils_heap.o `test -f 'utils_heap.c' || echo './'`utils_heap.c
> mv -f .deps/collectd-utils_heap.Tpo .deps/collectd-utils_heap.Po
> gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT collectd-utils_ignorelist.o -MD -MP -MF .deps/collectd-utils_ignorelist.Tpo -c -o collectd-utils_ignorelist.o `test -f 'utils_ignorelist.c' || echo './'`utils_ignorelist.c
> mv -f .deps/collectd-utils_ignorelist.Tpo .deps/collectd-utils_ignorelist.Po
> gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT collectd-utils_llist.o -MD -MP -MF .deps/collectd-utils_llist.Tpo -c -o collectd-utils_llist.o `test -f 'utils_llist.c' || echo './'`utils_llist.c
> mv -f .deps/collectd-utils_llist.Tpo .deps/collectd-utils_llist.Po
> gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT collectd-utils_parse_option.o -MD -MP -MF .deps/collectd-utils_parse_option.Tpo -c -o collectd-utils_parse_option.o `test -f 'utils_parse_option.c' || echo './'`utils_parse_option.c
> mv -f .deps/collectd-utils_parse_option.Tpo .deps/collectd-utils_parse_option.Po
> gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT collectd-utils_tail_match.o -MD -MP -MF .deps/collectd-utils_tail_match.Tpo -c -o collectd-utils_tail_match.o `test -f 'utils_tail_match.c' || echo './'`utils_tail_match.c
> mv -f .deps/collectd-utils_tail_match.Tpo .deps/collectd-utils_tail_match.Po
> gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT collectd-utils_match.o -MD -MP -MF .deps/collectd-utils_match.Tpo -c -o collectd-utils_match.o `test -f 'utils_match.c' || echo './'`utils_match.c
> mv -f .deps/collectd-utils_match.Tpo .deps/collectd-utils_match.Po
> gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT collectd-utils_subst.o -MD -MP -MF .deps/collectd-utils_subst.Tpo -c -o collectd-utils_subst.o `test -f 'utils_subst.c' || echo './'`utils_subst.c
> mv -f .deps/collectd-utils_subst.Tpo .deps/collectd-utils_subst.Po
> gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT collectd-utils_tail.o -MD -MP -MF .deps/collectd-utils_tail.Tpo -c -o collectd-utils_tail.o `test -f 'utils_tail.c' || echo './'`utils_tail.c
> mv -f .deps/collectd-utils_tail.Tpo .deps/collectd-utils_tail.Po
> gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT collectd-utils_threshold.o -MD -MP -MF .deps/collectd-utils_threshold.Tpo -c -o collectd-utils_threshold.o `test -f 'utils_threshold.c' || echo './'`utils_threshold.c
> mv -f .deps/collectd-utils_threshold.Tpo .deps/collectd-utils_threshold.Po
> gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT collectd-types_list.o -MD -MP -MF .deps/collectd-types_list.Tpo -c -o collectd-types_list.o `test -f 'types_list.c' || echo './'`types_list.c
> mv -f .deps/collectd-types_list.Tpo .deps/collectd-types_list.Po
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT apache_la-apache.lo -MD -MP -MF .deps/apache_la-apache.Tpo -c -o apache_la-apache.lo `test -f 'apache.c' || echo './'`apache.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT apache_la-apache.lo -MD -MP -MF .deps/apache_la-apache.Tpo -c apache.c -fPIC -DPIC -o .libs/apache_la-apache.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT apache_la-apache.lo -MD -MP -MF .deps/apache_la-apache.Tpo -c apache.c -o apache_la-apache.o >/dev/null 2>&1
> mv -f .deps/apache_la-apache.Tpo .deps/apache_la-apache.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o apache.la -rpath /usr/lib/collectd apache_la-apache.lo -lcurl
> libtool: link: gcc -shared -fPIC -DPIC .libs/apache_la-apache.o /usr/lib/libcurl.so -L/usr/lib64 -lssl -lcrypto -lzstd -lz -O2 -m64 -mtune=generic -fstack-protector-strong -pthread -Wl,-soname -Wl,apache.so -o .libs/apache.so
> libtool: link: ar cru .libs/apache.a apache_la-apache.o
> libtool: link: ranlib .libs/apache.a
> libtool: link: ( cd ".libs" && rm -f "apache.la" && ln -s "../apache.la" "apache.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT apcups.lo -MD -MP -MF .deps/apcups.Tpo -c -o apcups.lo apcups.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT apcups.lo -MD -MP -MF .deps/apcups.Tpo -c apcups.c -fPIC -DPIC -o .libs/apcups.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT apcups.lo -MD -MP -MF .deps/apcups.Tpo -c apcups.c -o apcups.o >/dev/null 2>&1
> mv -f .deps/apcups.Tpo .deps/apcups.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o apcups.la -rpath /usr/lib/collectd apcups.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/apcups.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,apcups.so -o .libs/apcups.so
> libtool: link: ar cru .libs/apcups.a apcups.o
> libtool: link: ranlib .libs/apcups.a
> libtool: link: ( cd ".libs" && rm -f "apcups.la" && ln -s "../apcups.la" "apcups.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -I/usr/include/libxml2 -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT ascent_la-ascent.lo -MD -MP -MF .deps/ascent_la-ascent.Tpo -c -o ascent_la-ascent.lo `test -f 'ascent.c' || echo './'`ascent.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -I/usr/include/libxml2 -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT ascent_la-ascent.lo -MD -MP -MF .deps/ascent_la-ascent.Tpo -c ascent.c -fPIC -DPIC -o .libs/ascent_la-ascent.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -I/usr/include/libxml2 -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT ascent_la-ascent.lo -MD -MP -MF .deps/ascent_la-ascent.Tpo -c ascent.c -o ascent_la-ascent.o >/dev/null 2>&1
> mv -f .deps/ascent_la-ascent.Tpo .deps/ascent_la-ascent.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -I/usr/include/libxml2 -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o ascent.la -rpath /usr/lib/collectd ascent_la-ascent.lo -lcurl -lxml2
> libtool: link: gcc -shared -fPIC -DPIC .libs/ascent_la-ascent.o /usr/lib/libcurl.so -L/usr/lib64 -lssl -lcrypto -lzstd /usr/lib/libxml2.so -L/usr/lib -ldl -lz /usr/lib/liblzma.so -lpthread -lm -O2 -m64 -mtune=generic -fstack-protector-strong -pthread -Wl,-soname -Wl,ascent.so -o .libs/ascent.so
> libtool: link: ar cru .libs/ascent.a ascent_la-ascent.o
> libtool: link: ranlib .libs/ascent.a
> libtool: link: ( cd ".libs" && rm -f "ascent.la" && ln -s "../ascent.la" "ascent.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT battery.lo -MD -MP -MF .deps/battery.Tpo -c -o battery.lo battery.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT battery.lo -MD -MP -MF .deps/battery.Tpo -c battery.c -fPIC -DPIC -o .libs/battery.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT battery.lo -MD -MP -MF .deps/battery.Tpo -c battery.c -o battery.o >/dev/null 2>&1
> mv -f .deps/battery.Tpo .deps/battery.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o battery.la -rpath /usr/lib/collectd battery.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/battery.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,battery.so -o .libs/battery.so
> libtool: link: ar cru .libs/battery.a battery.o
> libtool: link: ranlib .libs/battery.a
> libtool: link: ( cd ".libs" && rm -f "battery.la" && ln -s "../battery.la" "battery.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -I/usr/include/libxml2 -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT bind_la-bind.lo -MD -MP -MF .deps/bind_la-bind.Tpo -c -o bind_la-bind.lo `test -f 'bind.c' || echo './'`bind.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -I/usr/include/libxml2 -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT bind_la-bind.lo -MD -MP -MF .deps/bind_la-bind.Tpo -c bind.c -fPIC -DPIC -o .libs/bind_la-bind.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -I/usr/include/libxml2 -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT bind_la-bind.lo -MD -MP -MF .deps/bind_la-bind.Tpo -c bind.c -o bind_la-bind.o >/dev/null 2>&1
> mv -f .deps/bind_la-bind.Tpo .deps/bind_la-bind.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -I/usr/include/libxml2 -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o bind.la -rpath /usr/lib/collectd bind_la-bind.lo -lcurl -lxml2
> libtool: link: gcc -shared -fPIC -DPIC .libs/bind_la-bind.o /usr/lib/libcurl.so -L/usr/lib64 -lssl -lcrypto -lzstd /usr/lib/libxml2.so -L/usr/lib -ldl -lz /usr/lib/liblzma.so -lpthread -lm -O2 -m64 -mtune=generic -fstack-protector-strong -pthread -Wl,-soname -Wl,bind.so -o .libs/bind.so
> libtool: link: ar cru .libs/bind.a bind_la-bind.o
> libtool: link: ranlib .libs/bind.a
> libtool: link: ( cd ".libs" && rm -f "bind.la" && ln -s "../bind.la" "bind.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT conntrack.lo -MD -MP -MF .deps/conntrack.Tpo -c -o conntrack.lo conntrack.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT conntrack.lo -MD -MP -MF .deps/conntrack.Tpo -c conntrack.c -fPIC -DPIC -o .libs/conntrack.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT conntrack.lo -MD -MP -MF .deps/conntrack.Tpo -c conntrack.c -o conntrack.o >/dev/null 2>&1
> mv -f .deps/conntrack.Tpo .deps/conntrack.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o conntrack.la -rpath /usr/lib/collectd conntrack.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/conntrack.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,conntrack.so -o .libs/conntrack.so
> libtool: link: ar cru .libs/conntrack.a conntrack.o
> libtool: link: ranlib .libs/conntrack.a
> libtool: link: ( cd ".libs" && rm -f "conntrack.la" && ln -s "../conntrack.la" "conntrack.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT contextswitch.lo -MD -MP -MF .deps/contextswitch.Tpo -c -o contextswitch.lo contextswitch.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT contextswitch.lo -MD -MP -MF .deps/contextswitch.Tpo -c contextswitch.c -fPIC -DPIC -o .libs/contextswitch.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT contextswitch.lo -MD -MP -MF .deps/contextswitch.Tpo -c contextswitch.c -o contextswitch.o >/dev/null 2>&1
> mv -f .deps/contextswitch.Tpo .deps/contextswitch.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o contextswitch.la -rpath /usr/lib/collectd contextswitch.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/contextswitch.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,contextswitch.so -o .libs/contextswitch.so
> libtool: link: ar cru .libs/contextswitch.a contextswitch.o
> libtool: link: ranlib .libs/contextswitch.a
> libtool: link: ( cd ".libs" && rm -f "contextswitch.la" && ln -s "../contextswitch.la" "contextswitch.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT cpu_la-cpu.lo -MD -MP -MF .deps/cpu_la-cpu.Tpo -c -o cpu_la-cpu.lo `test -f 'cpu.c' || echo './'`cpu.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT cpu_la-cpu.lo -MD -MP -MF .deps/cpu_la-cpu.Tpo -c cpu.c -fPIC -DPIC -o .libs/cpu_la-cpu.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT cpu_la-cpu.lo -MD -MP -MF .deps/cpu_la-cpu.Tpo -c cpu.c -o cpu_la-cpu.o >/dev/null 2>&1
> mv -f .deps/cpu_la-cpu.Tpo .deps/cpu_la-cpu.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o cpu.la -rpath /usr/lib/collectd cpu_la-cpu.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/cpu_la-cpu.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,cpu.so -o .libs/cpu.so
> libtool: link: ar cru .libs/cpu.a cpu_la-cpu.o
> libtool: link: ranlib .libs/cpu.a
> libtool: link: ( cd ".libs" && rm -f "cpu.la" && ln -s "../cpu.la" "cpu.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT cpufreq.lo -MD -MP -MF .deps/cpufreq.Tpo -c -o cpufreq.lo cpufreq.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT cpufreq.lo -MD -MP -MF .deps/cpufreq.Tpo -c cpufreq.c -fPIC -DPIC -o .libs/cpufreq.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT cpufreq.lo -MD -MP -MF .deps/cpufreq.Tpo -c cpufreq.c -o cpufreq.o >/dev/null 2>&1
> mv -f .deps/cpufreq.Tpo .deps/cpufreq.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o cpufreq.la -rpath /usr/lib/collectd cpufreq.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/cpufreq.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,cpufreq.so -o .libs/cpufreq.so
> libtool: link: ar cru .libs/cpufreq.a cpufreq.o
> libtool: link: ranlib .libs/cpufreq.a
> libtool: link: ( cd ".libs" && rm -f "cpufreq.la" && ln -s "../cpufreq.la" "cpufreq.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT curl_la-curl.lo -MD -MP -MF .deps/curl_la-curl.Tpo -c -o curl_la-curl.lo `test -f 'curl.c' || echo './'`curl.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT curl_la-curl.lo -MD -MP -MF .deps/curl_la-curl.Tpo -c curl.c -fPIC -DPIC -o .libs/curl_la-curl.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT curl_la-curl.lo -MD -MP -MF .deps/curl_la-curl.Tpo -c curl.c -o curl_la-curl.o >/dev/null 2>&1
> mv -f .deps/curl_la-curl.Tpo .deps/curl_la-curl.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o curl.la -rpath /usr/lib/collectd curl_la-curl.lo -lcurl
> libtool: link: gcc -shared -fPIC -DPIC .libs/curl_la-curl.o /usr/lib/libcurl.so -L/usr/lib64 -lssl -lcrypto -lzstd -lz -O2 -m64 -mtune=generic -fstack-protector-strong -pthread -Wl,-soname -Wl,curl.so -o .libs/curl.so
> libtool: link: ar cru .libs/curl.a curl_la-curl.o
> libtool: link: ranlib .libs/curl.a
> libtool: link: ( cd ".libs" && rm -f "curl.la" && ln -s "../curl.la" "curl.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -I/usr/include/libxml2 -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT curl_xml_la-curl_xml.lo -MD -MP -MF .deps/curl_xml_la-curl_xml.Tpo -c -o curl_xml_la-curl_xml.lo `test -f 'curl_xml.c' || echo './'`curl_xml.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -I/usr/include/libxml2 -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT curl_xml_la-curl_xml.lo -MD -MP -MF .deps/curl_xml_la-curl_xml.Tpo -c curl_xml.c -fPIC -DPIC -o .libs/curl_xml_la-curl_xml.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -I/usr/include/libxml2 -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT curl_xml_la-curl_xml.lo -MD -MP -MF .deps/curl_xml_la-curl_xml.Tpo -c curl_xml.c -o curl_xml_la-curl_xml.o >/dev/null 2>&1
> mv -f .deps/curl_xml_la-curl_xml.Tpo .deps/curl_xml_la-curl_xml.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -I/usr/include/libxml2 -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o curl_xml.la -rpath /usr/lib/collectd curl_xml_la-curl_xml.lo -lcurl -lxml2
> libtool: link: gcc -shared -fPIC -DPIC .libs/curl_xml_la-curl_xml.o /usr/lib/libcurl.so -L/usr/lib64 -lssl -lcrypto -lzstd /usr/lib/libxml2.so -L/usr/lib -ldl -lz /usr/lib/liblzma.so -lpthread -lm -O2 -m64 -mtune=generic -fstack-protector-strong -pthread -Wl,-soname -Wl,curl_xml.so -o .libs/curl_xml.so
> libtool: link: ar cru .libs/curl_xml.a curl_xml_la-curl_xml.o
> libtool: link: ranlib .libs/curl_xml.a
> libtool: link: ( cd ".libs" && rm -f "curl_xml.la" && ln -s "../curl_xml.la" "curl_xml.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT df.lo -MD -MP -MF .deps/df.Tpo -c -o df.lo df.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT df.lo -MD -MP -MF .deps/df.Tpo -c df.c -fPIC -DPIC -o .libs/df.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT df.lo -MD -MP -MF .deps/df.Tpo -c df.c -o df.o >/dev/null 2>&1
> mv -f .deps/df.Tpo .deps/df.Plo
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT utils_mount.lo -MD -MP -MF .deps/utils_mount.Tpo -c -o utils_mount.lo utils_mount.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT utils_mount.lo -MD -MP -MF .deps/utils_mount.Tpo -c utils_mount.c -fPIC -DPIC -o .libs/utils_mount.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT utils_mount.lo -MD -MP -MF .deps/utils_mount.Tpo -c utils_mount.c -o utils_mount.o >/dev/null 2>&1
> mv -f .deps/utils_mount.Tpo .deps/utils_mount.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o df.la -rpath /usr/lib/collectd df.lo utils_mount.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/df.o .libs/utils_mount.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,df.so -o .libs/df.so
> libtool: link: ar cru .libs/df.a df.o utils_mount.o
> libtool: link: ranlib .libs/df.a
> libtool: link: ( cd ".libs" && rm -f "df.la" && ln -s "../df.la" "df.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT disk_la-disk.lo -MD -MP -MF .deps/disk_la-disk.Tpo -c -o disk_la-disk.lo `test -f 'disk.c' || echo './'`disk.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT disk_la-disk.lo -MD -MP -MF .deps/disk_la-disk.Tpo -c disk.c -fPIC -DPIC -o .libs/disk_la-disk.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT disk_la-disk.lo -MD -MP -MF .deps/disk_la-disk.Tpo -c disk.c -o disk_la-disk.o >/dev/null 2>&1
> mv -f .deps/disk_la-disk.Tpo .deps/disk_la-disk.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o disk.la -rpath /usr/lib/collectd disk_la-disk.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/disk_la-disk.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,disk.so -o .libs/disk.so
> libtool: link: ar cru .libs/disk.a disk_la-disk.o
> libtool: link: ranlib .libs/disk.a
> libtool: link: ( cd ".libs" && rm -f "disk.la" && ln -s "../disk.la" "disk.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT dns.lo -MD -MP -MF .deps/dns.Tpo -c -o dns.lo dns.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT dns.lo -MD -MP -MF .deps/dns.Tpo -c dns.c -fPIC -DPIC -o .libs/dns.o
> In file included from /usr/include/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from collectd.h:29,
> from dns.c:26:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
> | ^~~~~~~
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT dns.lo -MD -MP -MF .deps/dns.Tpo -c dns.c -o dns.o >/dev/null 2>&1
> mv -f .deps/dns.Tpo .deps/dns.Plo
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT utils_dns.lo -MD -MP -MF .deps/utils_dns.Tpo -c -o utils_dns.lo utils_dns.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT utils_dns.lo -MD -MP -MF .deps/utils_dns.Tpo -c utils_dns.c -fPIC -DPIC -o .libs/utils_dns.o
> In file included from /usr/include/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from collectd.h:29,
> from utils_dns.c:38:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
> | ^~~~~~~
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT utils_dns.lo -MD -MP -MF .deps/utils_dns.Tpo -c utils_dns.c -o utils_dns.o >/dev/null 2>&1
> mv -f .deps/utils_dns.Tpo .deps/utils_dns.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o dns.la -rpath /usr/lib/collectd dns.lo utils_dns.lo -lpcap -lpthread
> libtool: link: gcc -shared -fPIC -DPIC .libs/dns.o .libs/utils_dns.o -lpcap -lpthread -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,dns.so -o .libs/dns.so
> libtool: link: ar cru .libs/dns.a dns.o utils_dns.o
> libtool: link: ranlib .libs/dns.a
> libtool: link: ( cd ".libs" && rm -f "dns.la" && ln -s "../dns.la" "dns.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT email.lo -MD -MP -MF .deps/email.Tpo -c -o email.lo email.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT email.lo -MD -MP -MF .deps/email.Tpo -c email.c -fPIC -DPIC -o .libs/email.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT email.lo -MD -MP -MF .deps/email.Tpo -c email.c -o email.o >/dev/null 2>&1
> mv -f .deps/email.Tpo .deps/email.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o email.la -rpath /usr/lib/collectd email.lo -lpthread
> libtool: link: gcc -shared -fPIC -DPIC .libs/email.o -lpthread -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,email.so -o .libs/email.so
> libtool: link: ar cru .libs/email.a email.o
> libtool: link: ranlib .libs/email.a
> libtool: link: ( cd ".libs" && rm -f "email.la" && ln -s "../email.la" "email.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT entropy.lo -MD -MP -MF .deps/entropy.Tpo -c -o entropy.lo entropy.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT entropy.lo -MD -MP -MF .deps/entropy.Tpo -c entropy.c -fPIC -DPIC -o .libs/entropy.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT entropy.lo -MD -MP -MF .deps/entropy.Tpo -c entropy.c -o entropy.o >/dev/null 2>&1
> mv -f .deps/entropy.Tpo .deps/entropy.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o entropy.la -rpath /usr/lib/collectd entropy.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/entropy.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,entropy.so -o .libs/entropy.so
> libtool: link: ar cru .libs/entropy.a entropy.o
> libtool: link: ranlib .libs/entropy.a
> libtool: link: ( cd ".libs" && rm -f "entropy.la" && ln -s "../entropy.la" "entropy.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT exec.lo -MD -MP -MF .deps/exec.Tpo -c -o exec.lo exec.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT exec.lo -MD -MP -MF .deps/exec.Tpo -c exec.c -fPIC -DPIC -o .libs/exec.o
> In file included from /usr/include/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from collectd.h:29,
> from exec.c:28:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
> | ^~~~~~~
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT exec.lo -MD -MP -MF .deps/exec.Tpo -c exec.c -o exec.o >/dev/null 2>&1
> mv -f .deps/exec.Tpo .deps/exec.Plo
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT utils_cmd_putnotif.lo -MD -MP -MF .deps/utils_cmd_putnotif.Tpo -c -o utils_cmd_putnotif.lo utils_cmd_putnotif.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT utils_cmd_putnotif.lo -MD -MP -MF .deps/utils_cmd_putnotif.Tpo -c utils_cmd_putnotif.c -fPIC -DPIC -o .libs/utils_cmd_putnotif.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT utils_cmd_putnotif.lo -MD -MP -MF .deps/utils_cmd_putnotif.Tpo -c utils_cmd_putnotif.c -o utils_cmd_putnotif.o >/dev/null 2>&1
> mv -f .deps/utils_cmd_putnotif.Tpo .deps/utils_cmd_putnotif.Plo
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT utils_cmd_putval.lo -MD -MP -MF .deps/utils_cmd_putval.Tpo -c -o utils_cmd_putval.lo utils_cmd_putval.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT utils_cmd_putval.lo -MD -MP -MF .deps/utils_cmd_putval.Tpo -c utils_cmd_putval.c -fPIC -DPIC -o .libs/utils_cmd_putval.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT utils_cmd_putval.lo -MD -MP -MF .deps/utils_cmd_putval.Tpo -c utils_cmd_putval.c -o utils_cmd_putval.o >/dev/null 2>&1
> mv -f .deps/utils_cmd_putval.Tpo .deps/utils_cmd_putval.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o exec.la -rpath /usr/lib/collectd exec.lo utils_cmd_putnotif.lo utils_cmd_putval.lo -lpthread
> libtool: link: gcc -shared -fPIC -DPIC .libs/exec.o .libs/utils_cmd_putnotif.o .libs/utils_cmd_putval.o -lpthread -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,exec.so -o .libs/exec.so
> libtool: link: ar cru .libs/exec.a exec.o utils_cmd_putnotif.o utils_cmd_putval.o
> libtool: link: ranlib .libs/exec.a
> libtool: link: ( cd ".libs" && rm -f "exec.la" && ln -s "../exec.la" "exec.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT filecount.lo -MD -MP -MF .deps/filecount.Tpo -c -o filecount.lo filecount.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT filecount.lo -MD -MP -MF .deps/filecount.Tpo -c filecount.c -fPIC -DPIC -o .libs/filecount.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT filecount.lo -MD -MP -MF .deps/filecount.Tpo -c filecount.c -o filecount.o >/dev/null 2>&1
> mv -f .deps/filecount.Tpo .deps/filecount.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o filecount.la -rpath /usr/lib/collectd filecount.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/filecount.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,filecount.so -o .libs/filecount.so
> libtool: link: ar cru .libs/filecount.a filecount.o
> libtool: link: ranlib .libs/filecount.a
> libtool: link: ( cd ".libs" && rm -f "filecount.la" && ln -s "../filecount.la" "filecount.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT hddtemp.lo -MD -MP -MF .deps/hddtemp.Tpo -c -o hddtemp.lo hddtemp.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT hddtemp.lo -MD -MP -MF .deps/hddtemp.Tpo -c hddtemp.c -fPIC -DPIC -o .libs/hddtemp.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT hddtemp.lo -MD -MP -MF .deps/hddtemp.Tpo -c hddtemp.c -o hddtemp.o >/dev/null 2>&1
> mv -f .deps/hddtemp.Tpo .deps/hddtemp.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o hddtemp.la -rpath /usr/lib/collectd hddtemp.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/hddtemp.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,hddtemp.so -o .libs/hddtemp.so
> libtool: link: ar cru .libs/hddtemp.a hddtemp.o
> libtool: link: ranlib .libs/hddtemp.a
> libtool: link: ( cd ".libs" && rm -f "hddtemp.la" && ln -s "../hddtemp.la" "hddtemp.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT interface_la-interface.lo -MD -MP -MF .deps/interface_la-interface.Tpo -c -o interface_la-interface.lo `test -f 'interface.c' || echo './'`interface.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT interface_la-interface.lo -MD -MP -MF .deps/interface_la-interface.Tpo -c interface.c -fPIC -DPIC -o .libs/interface_la-interface.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT interface_la-interface.lo -MD -MP -MF .deps/interface_la-interface.Tpo -c interface.c -o interface_la-interface.o >/dev/null 2>&1
> mv -f .deps/interface_la-interface.Tpo .deps/interface_la-interface.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o interface.la -rpath /usr/lib/collectd interface_la-interface.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/interface_la-interface.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,interface.so -o .libs/interface.so
> libtool: link: ar cru .libs/interface.a interface_la-interface.o
> libtool: link: ranlib .libs/interface.a
> libtool: link: ( cd ".libs" && rm -f "interface.la" && ln -s "../interface.la" "interface.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT iptables_la-iptables.lo -MD -MP -MF .deps/iptables_la-iptables.Tpo -c -o iptables_la-iptables.lo `test -f 'iptables.c' || echo './'`iptables.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT iptables_la-iptables.lo -MD -MP -MF .deps/iptables_la-iptables.Tpo -c iptables.c -fPIC -DPIC -o .libs/iptables_la-iptables.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT iptables_la-iptables.lo -MD -MP -MF .deps/iptables_la-iptables.Tpo -c iptables.c -o iptables_la-iptables.o >/dev/null 2>&1
> mv -f .deps/iptables_la-iptables.Tpo .deps/iptables_la-iptables.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -lip4tc -lip6tc -o iptables.la -rpath /usr/lib/collectd iptables_la-iptables.lo -lip4tc
> libtool: link: gcc -shared -fPIC -DPIC .libs/iptables_la-iptables.o /lib/libip6tc.so /lib/libip4tc.so -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,iptables.so -o .libs/iptables.so
> libtool: link: ar cru .libs/iptables.a iptables_la-iptables.o
> libtool: link: ranlib .libs/iptables.a
> libtool: link: ( cd ".libs" && rm -f "iptables.la" && ln -s "../iptables.la" "iptables.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT irq.lo -MD -MP -MF .deps/irq.Tpo -c -o irq.lo irq.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT irq.lo -MD -MP -MF .deps/irq.Tpo -c irq.c -fPIC -DPIC -o .libs/irq.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT irq.lo -MD -MP -MF .deps/irq.Tpo -c irq.c -o irq.o >/dev/null 2>&1
> mv -f .deps/irq.Tpo .deps/irq.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o irq.la -rpath /usr/lib/collectd irq.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/irq.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,irq.so -o .libs/irq.so
> libtool: link: ar cru .libs/irq.a irq.o
> libtool: link: ranlib .libs/irq.a
> libtool: link: ( cd ".libs" && rm -f "irq.la" && ln -s "../irq.la" "irq.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT load_la-load.lo -MD -MP -MF .deps/load_la-load.Tpo -c -o load_la-load.lo `test -f 'load.c' || echo './'`load.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT load_la-load.lo -MD -MP -MF .deps/load_la-load.Tpo -c load.c -fPIC -DPIC -o .libs/load_la-load.o
> In file included from /usr/include/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from collectd.h:29,
> from load.c:26:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
> | ^~~~~~~
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT load_la-load.lo -MD -MP -MF .deps/load_la-load.Tpo -c load.c -o load_la-load.o >/dev/null 2>&1
> mv -f .deps/load_la-load.Tpo .deps/load_la-load.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o load.la -rpath /usr/lib/collectd load_la-load.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/load_la-load.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,load.so -o .libs/load.so
> libtool: link: ar cru .libs/load.a load_la-load.o
> libtool: link: ranlib .libs/load.a
> libtool: link: ( cd ".libs" && rm -f "load.la" && ln -s "../load.la" "load.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT logfile.lo -MD -MP -MF .deps/logfile.Tpo -c -o logfile.lo logfile.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT logfile.lo -MD -MP -MF .deps/logfile.Tpo -c logfile.c -fPIC -DPIC -o .libs/logfile.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT logfile.lo -MD -MP -MF .deps/logfile.Tpo -c logfile.c -o logfile.o >/dev/null 2>&1
> mv -f .deps/logfile.Tpo .deps/logfile.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o logfile.la -rpath /usr/lib/collectd logfile.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/logfile.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,logfile.so -o .libs/logfile.so
> libtool: link: ar cru .libs/logfile.a logfile.o
> libtool: link: ranlib .libs/logfile.a
> libtool: link: ( cd ".libs" && rm -f "logfile.la" && ln -s "../logfile.la" "logfile.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT madwifi.lo -MD -MP -MF .deps/madwifi.Tpo -c -o madwifi.lo madwifi.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT madwifi.lo -MD -MP -MF .deps/madwifi.Tpo -c madwifi.c -fPIC -DPIC -o .libs/madwifi.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT madwifi.lo -MD -MP -MF .deps/madwifi.Tpo -c madwifi.c -o madwifi.o >/dev/null 2>&1
> mv -f .deps/madwifi.Tpo .deps/madwifi.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o madwifi.la -rpath /usr/lib/collectd madwifi.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/madwifi.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,madwifi.so -o .libs/madwifi.so
> libtool: link: ar cru .libs/madwifi.a madwifi.o
> libtool: link: ranlib .libs/madwifi.a
> libtool: link: ( cd ".libs" && rm -f "madwifi.la" && ln -s "../madwifi.la" "madwifi.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT match_empty_counter.lo -MD -MP -MF .deps/match_empty_counter.Tpo -c -o match_empty_counter.lo match_empty_counter.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT match_empty_counter.lo -MD -MP -MF .deps/match_empty_counter.Tpo -c match_empty_counter.c -fPIC -DPIC -o .libs/match_empty_counter.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT match_empty_counter.lo -MD -MP -MF .deps/match_empty_counter.Tpo -c match_empty_counter.c -o match_empty_counter.o >/dev/null 2>&1
> mv -f .deps/match_empty_counter.Tpo .deps/match_empty_counter.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o match_empty_counter.la -rpath /usr/lib/collectd match_empty_counter.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/match_empty_counter.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,match_empty_counter.so -o .libs/match_empty_counter.so
> libtool: link: ar cru .libs/match_empty_counter.a match_empty_counter.o
> libtool: link: ranlib .libs/match_empty_counter.a
> libtool: link: ( cd ".libs" && rm -f "match_empty_counter.la" && ln -s "../match_empty_counter.la" "match_empty_counter.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT match_hashed.lo -MD -MP -MF .deps/match_hashed.Tpo -c -o match_hashed.lo match_hashed.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT match_hashed.lo -MD -MP -MF .deps/match_hashed.Tpo -c match_hashed.c -fPIC -DPIC -o .libs/match_hashed.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT match_hashed.lo -MD -MP -MF .deps/match_hashed.Tpo -c match_hashed.c -o match_hashed.o >/dev/null 2>&1
> mv -f .deps/match_hashed.Tpo .deps/match_hashed.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o match_hashed.la -rpath /usr/lib/collectd match_hashed.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/match_hashed.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,match_hashed.so -o .libs/match_hashed.so
> libtool: link: ar cru .libs/match_hashed.a match_hashed.o
> libtool: link: ranlib .libs/match_hashed.a
> libtool: link: ( cd ".libs" && rm -f "match_hashed.la" && ln -s "../match_hashed.la" "match_hashed.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT match_regex.lo -MD -MP -MF .deps/match_regex.Tpo -c -o match_regex.lo match_regex.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT match_regex.lo -MD -MP -MF .deps/match_regex.Tpo -c match_regex.c -fPIC -DPIC -o .libs/match_regex.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT match_regex.lo -MD -MP -MF .deps/match_regex.Tpo -c match_regex.c -o match_regex.o >/dev/null 2>&1
> mv -f .deps/match_regex.Tpo .deps/match_regex.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o match_regex.la -rpath /usr/lib/collectd match_regex.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/match_regex.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,match_regex.so -o .libs/match_regex.so
> libtool: link: ar cru .libs/match_regex.a match_regex.o
> libtool: link: ranlib .libs/match_regex.a
> libtool: link: ( cd ".libs" && rm -f "match_regex.la" && ln -s "../match_regex.la" "match_regex.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT match_timediff.lo -MD -MP -MF .deps/match_timediff.Tpo -c -o match_timediff.lo match_timediff.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT match_timediff.lo -MD -MP -MF .deps/match_timediff.Tpo -c match_timediff.c -fPIC -DPIC -o .libs/match_timediff.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT match_timediff.lo -MD -MP -MF .deps/match_timediff.Tpo -c match_timediff.c -o match_timediff.o >/dev/null 2>&1
> mv -f .deps/match_timediff.Tpo .deps/match_timediff.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o match_timediff.la -rpath /usr/lib/collectd match_timediff.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/match_timediff.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,match_timediff.so -o .libs/match_timediff.so
> libtool: link: ar cru .libs/match_timediff.a match_timediff.o
> libtool: link: ranlib .libs/match_timediff.a
> libtool: link: ( cd ".libs" && rm -f "match_timediff.la" && ln -s "../match_timediff.la" "match_timediff.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT match_value.lo -MD -MP -MF .deps/match_value.Tpo -c -o match_value.lo match_value.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT match_value.lo -MD -MP -MF .deps/match_value.Tpo -c match_value.c -fPIC -DPIC -o .libs/match_value.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT match_value.lo -MD -MP -MF .deps/match_value.Tpo -c match_value.c -o match_value.o >/dev/null 2>&1
> mv -f .deps/match_value.Tpo .deps/match_value.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o match_value.la -rpath /usr/lib/collectd match_value.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/match_value.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,match_value.so -o .libs/match_value.so
> libtool: link: ar cru .libs/match_value.a match_value.o
> libtool: link: ranlib .libs/match_value.a
> libtool: link: ( cd ".libs" && rm -f "match_value.la" && ln -s "../match_value.la" "match_value.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT memory_la-memory.lo -MD -MP -MF .deps/memory_la-memory.Tpo -c -o memory_la-memory.lo `test -f 'memory.c' || echo './'`memory.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT memory_la-memory.lo -MD -MP -MF .deps/memory_la-memory.Tpo -c memory.c -fPIC -DPIC -o .libs/memory_la-memory.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT memory_la-memory.lo -MD -MP -MF .deps/memory_la-memory.Tpo -c memory.c -o memory_la-memory.o >/dev/null 2>&1
> mv -f .deps/memory_la-memory.Tpo .deps/memory_la-memory.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o memory.la -rpath /usr/lib/collectd memory_la-memory.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/memory_la-memory.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,memory.so -o .libs/memory.so
> libtool: link: ar cru .libs/memory.a memory_la-memory.o
> libtool: link: ranlib .libs/memory.a
> libtool: link: ( cd ".libs" && rm -f "memory.la" && ln -s "../memory.la" "memory.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT multimeter.lo -MD -MP -MF .deps/multimeter.Tpo -c -o multimeter.lo multimeter.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT multimeter.lo -MD -MP -MF .deps/multimeter.Tpo -c multimeter.c -fPIC -DPIC -o .libs/multimeter.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT multimeter.lo -MD -MP -MF .deps/multimeter.Tpo -c multimeter.c -o multimeter.o >/dev/null 2>&1
> mv -f .deps/multimeter.Tpo .deps/multimeter.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o multimeter.la -rpath /usr/lib/collectd multimeter.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/multimeter.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,multimeter.so -o .libs/multimeter.so
> libtool: link: ar cru .libs/multimeter.a multimeter.o
> libtool: link: ranlib .libs/multimeter.a
> libtool: link: ( cd ".libs" && rm -f "multimeter.la" && ln -s "../multimeter.la" "multimeter.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT network_la-network.lo -MD -MP -MF .deps/network_la-network.Tpo -c -o network_la-network.lo `test -f 'network.c' || echo './'`network.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT network_la-network.lo -MD -MP -MF .deps/network_la-network.Tpo -c network.c -fPIC -DPIC -o .libs/network_la-network.o
> In file included from /usr/include/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from collectd.h:29,
> from network.c:27:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
> | ^~~~~~~
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT network_la-network.lo -MD -MP -MF .deps/network_la-network.Tpo -c network.c -o network_la-network.o >/dev/null 2>&1
> mv -f .deps/network_la-network.Tpo .deps/network_la-network.Plo
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT network_la-utils_fbhash.lo -MD -MP -MF .deps/network_la-utils_fbhash.Tpo -c -o network_la-utils_fbhash.lo `test -f 'utils_fbhash.c' || echo './'`utils_fbhash.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT network_la-utils_fbhash.lo -MD -MP -MF .deps/network_la-utils_fbhash.Tpo -c utils_fbhash.c -fPIC -DPIC -o .libs/network_la-utils_fbhash.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT network_la-utils_fbhash.lo -MD -MP -MF .deps/network_la-utils_fbhash.Tpo -c utils_fbhash.c -o network_la-utils_fbhash.o >/dev/null 2>&1
> mv -f .deps/network_la-utils_fbhash.Tpo .deps/network_la-utils_fbhash.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -L/usr/lib -o network.la -rpath /usr/lib/collectd network_la-network.lo network_la-utils_fbhash.lo -lpthread -lgcrypt -lgpg-error
> libtool: link: gcc -shared -fPIC -DPIC .libs/network_la-network.o .libs/network_la-utils_fbhash.o -L/usr/lib -lpthread /usr/lib/libgcrypt.so /usr/lib/libgpg-error.so -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,network.so -o .libs/network.so
> libtool: link: ar cru .libs/network.a network_la-network.o network_la-utils_fbhash.o
> libtool: link: ranlib .libs/network.a
> libtool: link: ( cd ".libs" && rm -f "network.la" && ln -s "../network.la" "network.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT nfs.lo -MD -MP -MF .deps/nfs.Tpo -c -o nfs.lo nfs.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT nfs.lo -MD -MP -MF .deps/nfs.Tpo -c nfs.c -fPIC -DPIC -o .libs/nfs.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT nfs.lo -MD -MP -MF .deps/nfs.Tpo -c nfs.c -o nfs.o >/dev/null 2>&1
> mv -f .deps/nfs.Tpo .deps/nfs.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o nfs.la -rpath /usr/lib/collectd nfs.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/nfs.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,nfs.so -o .libs/nfs.so
> libtool: link: ar cru .libs/nfs.a nfs.o
> libtool: link: ranlib .libs/nfs.a
> libtool: link: ( cd ".libs" && rm -f "nfs.la" && ln -s "../nfs.la" "nfs.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT fscache.lo -MD -MP -MF .deps/fscache.Tpo -c -o fscache.lo fscache.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT fscache.lo -MD -MP -MF .deps/fscache.Tpo -c fscache.c -fPIC -DPIC -o .libs/fscache.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT fscache.lo -MD -MP -MF .deps/fscache.Tpo -c fscache.c -o fscache.o >/dev/null 2>&1
> mv -f .deps/fscache.Tpo .deps/fscache.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o fscache.la -rpath /usr/lib/collectd fscache.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/fscache.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,fscache.so -o .libs/fscache.so
> libtool: link: ar cru .libs/fscache.a fscache.o
> libtool: link: ranlib .libs/fscache.a
> libtool: link: ( cd ".libs" && rm -f "fscache.la" && ln -s "../fscache.la" "fscache.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT ntpd.lo -MD -MP -MF .deps/ntpd.Tpo -c -o ntpd.lo ntpd.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT ntpd.lo -MD -MP -MF .deps/ntpd.Tpo -c ntpd.c -fPIC -DPIC -o .libs/ntpd.o
> In file included from /usr/include/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from collectd.h:29,
> from ntpd.c:24:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
> | ^~~~~~~
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT ntpd.lo -MD -MP -MF .deps/ntpd.Tpo -c ntpd.c -o ntpd.o >/dev/null 2>&1
> mv -f .deps/ntpd.Tpo .deps/ntpd.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o ntpd.la -rpath /usr/lib/collectd ntpd.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/ntpd.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,ntpd.so -o .libs/ntpd.so
> libtool: link: ar cru .libs/ntpd.a ntpd.o
> libtool: link: ranlib .libs/ntpd.a
> libtool: link: ( cd ".libs" && rm -f "ntpd.la" && ln -s "../ntpd.la" "ntpd.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT olsrd.lo -MD -MP -MF .deps/olsrd.Tpo -c -o olsrd.lo olsrd.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT olsrd.lo -MD -MP -MF .deps/olsrd.Tpo -c olsrd.c -fPIC -DPIC -o .libs/olsrd.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT olsrd.lo -MD -MP -MF .deps/olsrd.Tpo -c olsrd.c -o olsrd.o >/dev/null 2>&1
> mv -f .deps/olsrd.Tpo .deps/olsrd.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o olsrd.la -rpath /usr/lib/collectd olsrd.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/olsrd.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,olsrd.so -o .libs/olsrd.so
> libtool: link: ar cru .libs/olsrd.a olsrd.o
> libtool: link: ranlib .libs/olsrd.a
> libtool: link: ( cd ".libs" && rm -f "olsrd.la" && ln -s "../olsrd.la" "olsrd.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT openvpn_la-openvpn.lo -MD -MP -MF .deps/openvpn_la-openvpn.Tpo -c -o openvpn_la-openvpn.lo `test -f 'openvpn.c' || echo './'`openvpn.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT openvpn_la-openvpn.lo -MD -MP -MF .deps/openvpn_la-openvpn.Tpo -c openvpn.c -fPIC -DPIC -o .libs/openvpn_la-openvpn.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT openvpn_la-openvpn.lo -MD -MP -MF .deps/openvpn_la-openvpn.Tpo -c openvpn.c -o openvpn_la-openvpn.o >/dev/null 2>&1
> mv -f .deps/openvpn_la-openvpn.Tpo .deps/openvpn_la-openvpn.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o openvpn.la -rpath /usr/lib/collectd openvpn_la-openvpn.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/openvpn_la-openvpn.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,openvpn.so -o .libs/openvpn.so
> libtool: link: ar cru .libs/openvpn.a openvpn_la-openvpn.o
> libtool: link: ranlib .libs/openvpn.a
> libtool: link: ( cd ".libs" && rm -f "openvpn.la" && ln -s "../openvpn.la" "openvpn.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT ping_la-ping.lo -MD -MP -MF .deps/ping_la-ping.Tpo -c -o ping_la-ping.lo `test -f 'ping.c' || echo './'`ping.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT ping_la-ping.lo -MD -MP -MF .deps/ping_la-ping.Tpo -c ping.c -fPIC -DPIC -o .libs/ping_la-ping.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT ping_la-ping.lo -MD -MP -MF .deps/ping_la-ping.Tpo -c ping.c -o ping_la-ping.o >/dev/null 2>&1
> mv -f .deps/ping_la-ping.Tpo .deps/ping_la-ping.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o ping.la -rpath /usr/lib/collectd ping_la-ping.lo -loping -lm
> libtool: link: gcc -shared -fPIC -DPIC .libs/ping_la-ping.o /usr/lib/liboping.so -lm -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,ping.so -o .libs/ping.so
> libtool: link: ar cru .libs/ping.a ping_la-ping.o
> libtool: link: ranlib .libs/ping.a
> libtool: link: ( cd ".libs" && rm -f "ping.la" && ln -s "../ping.la" "ping.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT powerdns.lo -MD -MP -MF .deps/powerdns.Tpo -c -o powerdns.lo powerdns.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT powerdns.lo -MD -MP -MF .deps/powerdns.Tpo -c powerdns.c -fPIC -DPIC -o .libs/powerdns.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT powerdns.lo -MD -MP -MF .deps/powerdns.Tpo -c powerdns.c -o powerdns.o >/dev/null 2>&1
> mv -f .deps/powerdns.Tpo .deps/powerdns.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o powerdns.la -rpath /usr/lib/collectd powerdns.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/powerdns.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,powerdns.so -o .libs/powerdns.so
> libtool: link: ar cru .libs/powerdns.a powerdns.o
> libtool: link: ranlib .libs/powerdns.a
> libtool: link: ( cd ".libs" && rm -f "powerdns.la" && ln -s "../powerdns.la" "powerdns.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -I/usr/include/python2.7 -Wall -fno-strict-aliasing -Wno-strict-aliasing -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT python_la-python.lo -MD -MP -MF .deps/python_la-python.Tpo -c -o python_la-python.lo `test -f 'python.c' || echo './'`python.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -I/usr/include/python2.7 -Wall -fno-strict-aliasing -Wno-strict-aliasing -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT python_la-python.lo -MD -MP -MF .deps/python_la-python.Tpo -c python.c -fPIC -DPIC -o .libs/python_la-python.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -I/usr/include/python2.7 -Wall -fno-strict-aliasing -Wno-strict-aliasing -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT python_la-python.lo -MD -MP -MF .deps/python_la-python.Tpo -c python.c -o python_la-python.o >/dev/null 2>&1
> mv -f .deps/python_la-python.Tpo .deps/python_la-python.Plo
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -I/usr/include/python2.7 -Wall -fno-strict-aliasing -Wno-strict-aliasing -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT python_la-pyconfig.lo -MD -MP -MF .deps/python_la-pyconfig.Tpo -c -o python_la-pyconfig.lo `test -f 'pyconfig.c' || echo './'`pyconfig.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -I/usr/include/python2.7 -Wall -fno-strict-aliasing -Wno-strict-aliasing -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT python_la-pyconfig.lo -MD -MP -MF .deps/python_la-pyconfig.Tpo -c pyconfig.c -fPIC -DPIC -o .libs/python_la-pyconfig.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -I/usr/include/python2.7 -Wall -fno-strict-aliasing -Wno-strict-aliasing -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT python_la-pyconfig.lo -MD -MP -MF .deps/python_la-pyconfig.Tpo -c pyconfig.c -o python_la-pyconfig.o >/dev/null 2>&1
> mv -f .deps/python_la-pyconfig.Tpo .deps/python_la-pyconfig.Plo
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -I/usr/include/python2.7 -Wall -fno-strict-aliasing -Wno-strict-aliasing -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT python_la-pyvalues.lo -MD -MP -MF .deps/python_la-pyvalues.Tpo -c -o python_la-pyvalues.lo `test -f 'pyvalues.c' || echo './'`pyvalues.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -I/usr/include/python2.7 -Wall -fno-strict-aliasing -Wno-strict-aliasing -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT python_la-pyvalues.lo -MD -MP -MF .deps/python_la-pyvalues.Tpo -c pyvalues.c -fPIC -DPIC -o .libs/python_la-pyvalues.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -I/usr/include/python2.7 -Wall -fno-strict-aliasing -Wno-strict-aliasing -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT python_la-pyvalues.lo -MD -MP -MF .deps/python_la-pyvalues.Tpo -c pyvalues.c -o python_la-pyvalues.o >/dev/null 2>&1
> mv -f .deps/python_la-pyvalues.Tpo .deps/python_la-pyvalues.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -fno-strict-aliasing -Wno-strict-aliasing -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -L/usr/lib -o python.la -rpath /usr/lib/collectd python_la-python.lo python_la-pyconfig.lo python_la-pyvalues.lo -L. -lpython2.7
> libtool: link: gcc -shared -fPIC -DPIC .libs/python_la-python.o .libs/python_la-pyconfig.o .libs/python_la-pyvalues.o -L/usr/lib -L. -lpython2.7 -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,python.so -o .libs/python.so
> libtool: link: ar cru .libs/python.a python_la-python.o python_la-pyconfig.o python_la-pyvalues.o
> libtool: link: ranlib .libs/python.a
> libtool: link: ( cd ".libs" && rm -f "python.la" && ln -s "../python.la" "python.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT processes.lo -MD -MP -MF .deps/processes.Tpo -c -o processes.lo processes.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT processes.lo -MD -MP -MF .deps/processes.Tpo -c processes.c -fPIC -DPIC -o .libs/processes.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT processes.lo -MD -MP -MF .deps/processes.Tpo -c processes.c -o processes.o >/dev/null 2>&1
> mv -f .deps/processes.Tpo .deps/processes.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o processes.la -rpath /usr/lib/collectd processes.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/processes.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,processes.so -o .libs/processes.so
> libtool: link: ar cru .libs/processes.a processes.o
> libtool: link: ranlib .libs/processes.a
> libtool: link: ( cd ".libs" && rm -f "processes.la" && ln -s "../processes.la" "processes.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT protocols.lo -MD -MP -MF .deps/protocols.Tpo -c -o protocols.lo protocols.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT protocols.lo -MD -MP -MF .deps/protocols.Tpo -c protocols.c -fPIC -DPIC -o .libs/protocols.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT protocols.lo -MD -MP -MF .deps/protocols.Tpo -c protocols.c -o protocols.o >/dev/null 2>&1
> mv -f .deps/protocols.Tpo .deps/protocols.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o protocols.la -rpath /usr/lib/collectd protocols.lo
> libtool: link: gcc -shared -fPIC -DPIC .libs/protocols.o -O2 -m64 -mtune=generic -fstack-protector-strong -Wl,-soname -Wl,protocols.so -o .libs/protocols.so
> libtool: link: ar cru .libs/protocols.a protocols.o
> libtool: link: ranlib .libs/protocols.a
> libtool: link: ( cd ".libs" && rm -f "protocols.la" && ln -s "../protocols.la" "protocols.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -I/usr/share/rrdtool-1.2.30/include -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT rrdcached_la-rrdcached.lo -MD -MP -MF .deps/rrdcached_la-rrdcached.Tpo -c -o rrdcached_la-rrdcached.lo `test -f 'rrdcached.c' || echo './'`rrdcached.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -I/usr/share/rrdtool-1.2.30/include -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT rrdcached_la-rrdcached.lo -MD -MP -MF .deps/rrdcached_la-rrdcached.Tpo -c rrdcached.c -fPIC -DPIC -o .libs/rrdcached_la-rrdcached.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -I/usr/share/rrdtool-1.2.30/include -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT rrdcached_la-rrdcached.lo -MD -MP -MF .deps/rrdcached_la-rrdcached.Tpo -c rrdcached.c -o rrdcached_la-rrdcached.o >/dev/null 2>&1
> mv -f .deps/rrdcached_la-rrdcached.Tpo .deps/rrdcached_la-rrdcached.Plo
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -I/usr/share/rrdtool-1.2.30/include -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT rrdcached_la-utils_rrdcreate.lo -MD -MP -MF .deps/rrdcached_la-utils_rrdcreate.Tpo -c -o rrdcached_la-utils_rrdcreate.lo `test -f 'utils_rrdcreate.c' || echo './'`utils_rrdcreate.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -I/usr/share/rrdtool-1.2.30/include -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT rrdcached_la-utils_rrdcreate.lo -MD -MP -MF .deps/rrdcached_la-utils_rrdcreate.Tpo -c utils_rrdcreate.c -fPIC -DPIC -o .libs/rrdcached_la-utils_rrdcreate.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -I/usr/share/rrdtool-1.2.30/include -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT rrdcached_la-utils_rrdcreate.lo -MD -MP -MF .deps/rrdcached_la-utils_rrdcreate.Tpo -c utils_rrdcreate.c -o rrdcached_la-utils_rrdcreate.o >/dev/null 2>&1
> mv -f .deps/rrdcached_la-utils_rrdcreate.Tpo .deps/rrdcached_la-utils_rrdcreate.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -I/usr/share/rrdtool-1.2.30/include -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o rrdcached.la -rpath /usr/lib/collectd rrdcached_la-rrdcached.lo rrdcached_la-utils_rrdcreate.lo -L/usr/share/rrdtool-1.2.30/lib -lrrd -lm
> libtool: link: gcc -shared -fPIC -DPIC .libs/rrdcached_la-rrdcached.o .libs/rrdcached_la-utils_rrdcreate.o -Wl,-rpath -Wl,/usr/lib/../lib64 -Wl,-rpath -Wl,/usr/lib/../lib64 -L/usr/share/rrdtool-1.2.30/lib /usr/lib/librrd.so -L/usr/lib -L/usr/lib/../lib64 /usr/lib/libpangocairo-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/../lib64/libstdc++.so /usr/lib/libpango-1.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libgobject-2.0.so /usr/lib/../lib64/libffi.so /usr/lib/libglib-2.0.so /usr/lib/libpcre.so /usr/lib/libcairo.so /usr/lib/libpixman-1.so /usr/lib/libfontconfig.so /usr/lib/libexpat.so /usr/lib/libuuid.so /usr/lib/libfreetype.so -lbz2 /usr/lib/libpng16.so -lrt /usr/lib/libxml2.so -ldl -lz /usr/lib/liblzma.so -lpthread -lm -O2 -m64 -mtune=generic -fstack-protector-strong -pthread -Wl,-soname -Wl,rrdcached.so -o .libs/rrdcached.so
> libtool: link: ar cru .libs/rrdcached.a rrdcached_la-rrdcached.o rrdcached_la-utils_rrdcreate.o
> libtool: link: ranlib .libs/rrdcached.a
> libtool: link: ( cd ".libs" && rm -f "rrdcached.la" && ln -s "../rrdcached.la" "rrdcached.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -I/usr/share/rrdtool-1.2.30/include -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT rrdtool_la-rrdtool.lo -MD -MP -MF .deps/rrdtool_la-rrdtool.Tpo -c -o rrdtool_la-rrdtool.lo `test -f 'rrdtool.c' || echo './'`rrdtool.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -I/usr/share/rrdtool-1.2.30/include -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT rrdtool_la-rrdtool.lo -MD -MP -MF .deps/rrdtool_la-rrdtool.Tpo -c rrdtool.c -fPIC -DPIC -o .libs/rrdtool_la-rrdtool.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -I/usr/share/rrdtool-1.2.30/include -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT rrdtool_la-rrdtool.lo -MD -MP -MF .deps/rrdtool_la-rrdtool.Tpo -c rrdtool.c -o rrdtool_la-rrdtool.o >/dev/null 2>&1
> mv -f .deps/rrdtool_la-rrdtool.Tpo .deps/rrdtool_la-rrdtool.Plo
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -I/usr/share/rrdtool-1.2.30/include -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT rrdtool_la-utils_rrdcreate.lo -MD -MP -MF .deps/rrdtool_la-utils_rrdcreate.Tpo -c -o rrdtool_la-utils_rrdcreate.lo `test -f 'utils_rrdcreate.c' || echo './'`utils_rrdcreate.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -I/usr/share/rrdtool-1.2.30/include -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT rrdtool_la-utils_rrdcreate.lo -MD -MP -MF .deps/rrdtool_la-utils_rrdcreate.Tpo -c utils_rrdcreate.c -fPIC -DPIC -o .libs/rrdtool_la-utils_rrdcreate.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -I/usr/share/rrdtool-1.2.30/include -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT rrdtool_la-utils_rrdcreate.lo -MD -MP -MF .deps/rrdtool_la-utils_rrdcreate.Tpo -c utils_rrdcreate.c -o rrdtool_la-utils_rrdcreate.o >/dev/null 2>&1
> mv -f .deps/rrdtool_la-utils_rrdcreate.Tpo .deps/rrdtool_la-utils_rrdcreate.Plo
> /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -I/usr/share/rrdtool-1.2.30/include -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -module -avoid-version -o rrdtool.la -rpath /usr/lib/collectd rrdtool_la-rrdtool.lo rrdtool_la-utils_rrdcreate.lo -L/usr/share/rrdtool-1.2.30/lib -lrrd -lm
> libtool: link: gcc -shared -fPIC -DPIC .libs/rrdtool_la-rrdtool.o .libs/rrdtool_la-utils_rrdcreate.o -Wl,-rpath -Wl,/usr/lib/../lib64 -Wl,-rpath -Wl,/usr/lib/../lib64 -L/usr/share/rrdtool-1.2.30/lib /usr/lib/librrd.so -L/usr/lib -L/usr/lib/../lib64 /usr/lib/libpangocairo-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/../lib64/libstdc++.so /usr/lib/libpango-1.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libgobject-2.0.so /usr/lib/../lib64/libffi.so /usr/lib/libglib-2.0.so /usr/lib/libpcre.so /usr/lib/libcairo.so /usr/lib/libpixman-1.so /usr/lib/libfontconfig.so /usr/lib/libexpat.so /usr/lib/libuuid.so /usr/lib/libfreetype.so -lbz2 /usr/lib/libpng16.so -lrt /usr/lib/libxml2.so -ldl -lz /usr/lib/liblzma.so -lpthread -lm -O2 -m64 -mtune=generic -fstack-protector-strong -pthread -Wl,-soname -Wl,rrdtool.so -o .libs/rrdtool.so
> libtool: link: ar cru .libs/rrdtool.a rrdtool_la-rrdtool.o rrdtool_la-utils_rrdcreate.o
> libtool: link: ranlib .libs/rrdtool.a
> libtool: link: ( cd ".libs" && rm -f "rrdtool.la" && ln -s "../rrdtool.la" "rrdtool.la" )
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPREFIX='"/usr"' -DCONFIGFILE='"/usr/etc/collectd.conf"' -DLOCALSTATEDIR='"/var"' -DPKGLOCALSTATEDIR='"/var/lib/collectd"' -DPIDFILE='"/var/run/collectd.pid"' -DPLUGINDIR='"/usr/lib/collectd"' -DPKGDATADIR='"/usr/share/collectd"' -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT sensors_la-sensors.lo -MD -MP -MF .deps/sensors_la-sensors.Tpo -c -o sensors_la-sensors.lo `test -f 'sensors.c' || echo './'`sensors.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPREFIX=\"/usr\" -DCONFIGFILE=\"/usr/etc/collectd.conf\" -DLOCALSTATEDIR=\"/var\" -DPKGLOCALSTATEDIR=\"/var/lib/collectd\" -DPIDFILE=\"/var/run/collectd.pid\" -DPLUGINDIR=\"/usr/lib/collectd\" -DPKGDATADIR=\"/usr/share/collectd\" -Wall -O2 -pipe -Wall -fexceptions -fPIC -m64 -mtune=generic -fstack-clash-protection -fcf-protection -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fcommon -Wno-error=deprecated-declarations -MT sensors_la-sensors.lo -MD -MP -MF .deps/sensors_la-sensors.Tpo -c sensors.c -fPIC -DPIC -o .libs/sensors_la-sensors.o
> sensors.c:168:3: error: #error "This version of libsensors is not supported yet. Please report this " "as bug."
> 168 | # error "This version of libsensors is not supported yet. Please report this " \
> | ^~~~~
> sensors.c:172:31: error: 'SENSORS_CONF_PATH' undeclared here (not in a function)
> 172 | static const char *conffile = SENSORS_CONF_PATH;
> | ^~~~~~~~~~~~~~~~~
> sensors.c:173:1: error: unknown type name 'featurelist_t'
> 173 | featurelist_t *first_feature = NULL;
> | ^~~~~~~~~~~~~
> sensors.c: In function 'sensors_free_features':
> sensors.c:253:2: error: unknown type name 'featurelist_t'
> 253 | featurelist_t *thisft;
> | ^~~~~~~~~~~~~
> sensors.c:254:2: error: unknown type name 'featurelist_t'
> 254 | featurelist_t *nextft;
> | ^~~~~~~~~~~~~
> sensors.c:263:18: error: request for member 'next' in something not a structure or union
> 263 | nextft = thisft->next;
> | ^~
> sensors.c: In function 'sensors_load_conf':
> sensors.c:272:2: error: unknown type name 'featurelist_t'
> 272 | featurelist_t *last_feature = NULL;
> | ^~~~~~~~~~~~~
> sensors.c:275:6: warning: unused variable 'chip_num' [-Wunused-variable]
> 275 | int chip_num;
> | ^~~~~~~~
> sensors.c:274:27: warning: unused variable 'chip' [-Wunused-variable]
> 274 | const sensors_chip_name *chip;
> | ^~~~
> sensors.c:272:17: warning: unused variable 'last_feature' [-Wunused-variable]
> 272 | featurelist_t *last_feature = NULL;
> | ^~~~~~~~~~~~
> sensors.c: In function 'sensors_read':
> sensors.c:511:2: error: unknown type name 'featurelist_t'
> 511 | featurelist_t *fl;
> | ^~~~~~~~~~~~~
> sensors.c:511:17: warning: unused variable 'fl' [-Wunused-variable]
> 511 | featurelist_t *fl;
> | ^~
> At top level:
> sensors.c:472:13: warning: 'sensors_submit' defined but not used [-Wunused-function]
> 472 | static void sensors_submit (const char *plugin_instance,
> | ^~~~~~~~~~~~~~
> make[4]: *** [Makefile:3591: sensors_la-sensors.lo] Error 1
> make[4]: Leaving directory '/usr/src/collectd-4.10.9/src'
> make[3]: *** [Makefile:4046: install-recursive] Error 1
> make[3]: Leaving directory '/usr/src/collectd-4.10.9/src'
> make[2]: *** [Makefile:4206: install] Error 2
> make[2]: Leaving directory '/usr/src/collectd-4.10.9/src'
> make[1]: *** [Makefile:515: install-recursive] Error 1
> make[1]: Leaving directory '/usr/src/collectd-4.10.9'
> make: *** [collectd:113: /usr/src/log/collectd-4.10.9] Error 2
>
>
next prev parent reply other threads:[~2021-04-12 10:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-10 14:36 Adolf Belka
2021-04-12 10:15 ` Michael Tremer [this message]
2021-04-14 10:06 ` Adolf Belka
2021-04-14 11:05 ` Adolf Belka
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=3015367C-2F3C-4357-A8B5-8B11F9724730@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