Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 573440 Details for
Bug 683838
net-analyzer/netdata-1.14.0 : <artificial>:(.text.startup+<snip>): undefined reference to xenstat_vbd_error
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-analyzer:netdata-1.14.0:20190419-002521.log
net-analyzer:netdata-1.14.0:20190419-002521.log (text/plain), 60.88 KB, created by
Toralf Förster
on 2019-04-19 10:56:57 UTC
(
hide
)
Description:
net-analyzer:netdata-1.14.0:20190419-002521.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2019-04-19 10:56:57 UTC
Size:
60.88 KB
patch
obsolete
> * Package: net-analyzer/netdata-1.14.0 > * Repository: gentoo > * Maintainer: candrews@gentoo.org > * USE: abi_x86_64 amd64 compression cpu_flags_x86_sse2 elibc_glibc filecaps kernel_linux python python_targets_python2_7 python_targets_python3_6 userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > * Determining the location of the kernel source code > * Found kernel source directory: > * /usr/src/linux > * Found sources for kernel version: > * 5.0.7 > * Adding group 'netdata' to your system ... > * - Groupid: next available > * Adding user 'netdata' to your system ... > * - Userid: 149 > * - Shell: /sbin/nologin > * - Home: / > * - Groups: netdata > * - GECOS: added by portage for netdata >>>> Unpacking source... >>>> Unpacking netdata-1.14.0.tar.gz to /var/tmp/portage/net-analyzer/netdata-1.14.0/work >>>> Source unpacked in /var/tmp/portage/net-analyzer/netdata-1.14.0/work >>>> Preparing source in /var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0 ... > * Running eautoreconf in '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0' ... > * Running aclocal -I build/m4 ... > [ ok ] > * Running autoconf --force ... > [ ok ] > * Running autoheader ... > [ ok ] > * Running automake --add-missing --copy --foreign --force-missing ... > [ ok ] > * Running elibtoolize in: netdata-1.14.0/ >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0 ... > * econf: updating netdata-1.14.0/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating netdata-1.14.0/config.guess with /usr/share/gnuconfig/config.guess >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/netdata-1.14.0 --htmldir=/usr/share/doc/netdata-1.14.0/html --libdir=/usr/lib64 --localstatedir=/var --with-user=netdata --disable-plugin-nfacct --disable-plugin-freeipmi --enable-x86-sse --with-zlib >checking whether to enable maintainer-specific portions of Makefiles... no >checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >checking how to create a pax tar archive... gnutar >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 for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-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 we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes >checking whether make supports the include directive... yes (GNU style) >checking dependency style of x86_64-pc-linux-gnu-gcc... none >checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config >checking pkg-config is at least version 0.9.0... yes >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking minix/config.h usability... no >checking minix/config.h presence... no >checking for minix/config.h... no >checking whether it is safe to define __EXTENSIONS__... yes >checking for __attribute__((returns_nonnull))... yes >checking for __attribute__((malloc))... yes >checking for __attribute__((noreturn))... yes >checking for __attribute__((noinline))... yes >checking for __attribute__((format))... yes >checking for __attribute__((warn_unused_result))... yes >checking for struct timespec... yes >checking for clockid_t... yes >checking for library containing clock_gettime... none required >checking for clock_gettime... yes >checking for sched_setscheduler... yes >checking for sched_getscheduler... yes >checking for sched_getparam... yes >checking for sched_get_priority_min... yes >checking for sched_get_priority_max... yes >checking for getpriority... yes >checking for setpriority... yes >checking for nice... yes >checking for recvmmsg... yes >checking for int8_t... yes >checking for int16_t... yes >checking for int32_t... yes >checking for int64_t... yes >checking for uint8_t... yes >checking for uint16_t... yes >checking for uint32_t... yes >checking for uint64_t... yes >checking for inline... inline >checking whether strerror_r is declared... yes >checking for strerror_r... yes >checking whether strerror_r returns char *... yes >checking for _Generic... yes >checking for __atomic... yes >checking size of void *... 8 >checking whether sys/types.h defines makedev... no >checking sys/mkdev.h usability... no >checking sys/mkdev.h presence... no >checking for sys/mkdev.h... no >checking sys/sysmacros.h usability... yes >checking sys/sysmacros.h presence... yes >checking for sys/sysmacros.h... yes >checking for sys/types.h... (cached) yes >checking for netinet/in.h... yes >checking for arpa/nameser.h... yes >checking for netdb.h... yes >checking for resolv.h... yes >checking for sys/prctl.h... yes >checking for sys/vfs.h... yes >checking for sys/statfs.h... yes >checking for sys/statvfs.h... yes >checking for sys/mount.h... yes >checking for linux/netfilter/nfnetlink_conntrack.h... yes >checking for accept4... yes >checking operating system... linux with id 1 >checking if compiler needs -Werror to reject unknown flags... no >checking for the pthreads library -lpthreads... no >checking whether pthreads work without any flags... no >checking whether pthreads work with -Kthread... no >checking whether pthreads work with -kthread... no >checking for the pthreads library -llthread... no >checking whether pthreads work with -pthread... yes >checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE >checking if more special flags are required for pthreads... no >checking for PTHREAD_PRIO_INHERIT... yes >checking for sin in -lm... yes >checking if libm should be used... yes >checking for ZLIB... yes >checking if zlib should be used... yes >checking for UUID... yes >checking for memory allocator... system >checking for mallopt... yes >checking for mallinfo... yes >checking for LIBCAP... yes >checking for cap_get_proc, cap_set_proc in -lcap... yes >checking sys/capability.h usability... yes >checking sys/capability.h presence... yes >checking for sys/capability.h... yes >checking if libcap should be used... yes >checking if apps.plugin should be enabled... yes >checking for IPMIMONITORING... no >checking if freeipmi.plugin should be enabled... no >checking for httpConnect2 in -lcups... no >checking for x86_64-pc-linux-gnu-cups-config... no >checking for cups-config... no >checking if cups.plugin should be enabled... no >checking for NFACCT... no >checking for LIBMNL... yes >checking for mnl_socket_open in -lmnl... yes >checking if nfacct.plugin should be enabled... no >checking for YAJL... yes >checking for yajl_tree_get in -lyajl... yes >checking for xenstat_init in -lxenstat... yes >checking xenstat.h usability... yes >checking xenstat.h presence... yes >checking for xenstat.h... yes >checking for XENLIGHT... yes >checking for libxl_domain_info in -lxenlight... yes >checking libxl.h usability... yes >checking libxl.h presence... yes >checking for libxl.h... yes >checking if xenstat.plugin should be enabled... yes >checking for setns... yes >checking if cgroup-network can be enabled... yes >checking whether C compiler accepts -flto... yes >checking if -flto builds executables... yes >checking if LTO should be enabled... yes >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating netdata.spec >config.status: creating backends/graphite/Makefile >config.status: creating backends/json/Makefile >config.status: creating backends/Makefile >config.status: creating backends/opentsdb/Makefile >config.status: creating backends/prometheus/Makefile >config.status: creating collectors/Makefile >config.status: creating collectors/apps.plugin/Makefile >config.status: creating collectors/cgroups.plugin/Makefile >config.status: creating collectors/charts.d.plugin/Makefile >config.status: creating collectors/checks.plugin/Makefile >config.status: creating collectors/diskspace.plugin/Makefile >config.status: creating collectors/fping.plugin/Makefile >config.status: creating collectors/freebsd.plugin/Makefile >config.status: creating collectors/freeipmi.plugin/Makefile >config.status: creating collectors/cups.plugin/Makefile >config.status: creating collectors/idlejitter.plugin/Makefile >config.status: creating collectors/macos.plugin/Makefile >config.status: creating collectors/nfacct.plugin/Makefile >config.status: creating collectors/node.d.plugin/Makefile >config.status: creating collectors/plugins.d/Makefile >config.status: creating collectors/proc.plugin/Makefile >config.status: creating collectors/python.d.plugin/Makefile >config.status: creating collectors/statsd.plugin/Makefile >config.status: creating collectors/tc.plugin/Makefile >config.status: creating collectors/xenstat.plugin/Makefile >config.status: creating daemon/Makefile >config.status: creating database/Makefile >config.status: creating diagrams/Makefile >config.status: creating health/Makefile >config.status: creating health/notifications/Makefile >config.status: creating libnetdata/Makefile >config.status: creating libnetdata/adaptive_resortable_list/Makefile >config.status: creating libnetdata/avl/Makefile >config.status: creating libnetdata/buffer/Makefile >config.status: creating libnetdata/clocks/Makefile >config.status: creating libnetdata/config/Makefile >config.status: creating libnetdata/dictionary/Makefile >config.status: creating libnetdata/eval/Makefile >config.status: creating libnetdata/locks/Makefile >config.status: creating libnetdata/log/Makefile >config.status: creating libnetdata/popen/Makefile >config.status: creating libnetdata/procfile/Makefile >config.status: creating libnetdata/simple_pattern/Makefile >config.status: creating libnetdata/socket/Makefile >config.status: creating libnetdata/statistical/Makefile >config.status: creating libnetdata/storage_number/Makefile >config.status: creating libnetdata/threads/Makefile >config.status: creating libnetdata/url/Makefile >config.status: creating registry/Makefile >config.status: creating streaming/Makefile >config.status: creating system/Makefile >config.status: creating tests/Makefile >config.status: creating web/Makefile >config.status: creating web/api/Makefile >config.status: creating web/api/badges/Makefile >config.status: creating web/api/exporters/Makefile >config.status: creating web/api/exporters/shell/Makefile >config.status: creating web/api/exporters/prometheus/Makefile >config.status: creating web/api/formatters/Makefile >config.status: creating web/api/formatters/csv/Makefile >config.status: creating web/api/formatters/json/Makefile >config.status: creating web/api/formatters/ssv/Makefile >config.status: creating web/api/formatters/value/Makefile >config.status: creating web/api/queries/Makefile >config.status: creating web/api/queries/average/Makefile >config.status: creating web/api/queries/des/Makefile >config.status: creating web/api/queries/incremental_sum/Makefile >config.status: creating web/api/queries/max/Makefile >config.status: creating web/api/queries/median/Makefile >config.status: creating web/api/queries/min/Makefile >config.status: creating web/api/queries/ses/Makefile >config.status: creating web/api/queries/stddev/Makefile >config.status: creating web/api/queries/sum/Makefile >config.status: creating web/api/health/Makefile >config.status: creating web/gui/Makefile >config.status: creating web/server/Makefile >config.status: creating web/server/static/Makefile >config.status: creating config.h >config.status: executing depfiles commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0 ... >make -j1 >make all-recursive >make[1]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0' >Making all in diagrams >make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/diagrams' >make[2]: Nothing to be done for 'all'. >make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/diagrams' >Making all in system >make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/system' >if sed \ > -e 's#[@]localstatedir_POST@#/var#g' \ > -e 's#[@]sbindir_POST@#/usr/sbin#g' \ > -e 's#[@]configdir_POST@#/etc/netdata#g' \ > -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ > -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ > -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ > -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ > edit-config.in > edit-config.tmp; then \ > mv "edit-config.tmp" "edit-config"; \ >else \ > rm -f "edit-config.tmp"; \ > false; \ >fi >if sed \ > -e 's#[@]localstatedir_POST@#/var#g' \ > -e 's#[@]sbindir_POST@#/usr/sbin#g' \ > -e 's#[@]configdir_POST@#/etc/netdata#g' \ > -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ > -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ > -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ > -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ > netdata-openrc.in > netdata-openrc.tmp; then \ > mv "netdata-openrc.tmp" "netdata-openrc"; \ >else \ > rm -f "netdata-openrc.tmp"; \ > false; \ >fi >if sed \ > -e 's#[@]localstatedir_POST@#/var#g' \ > -e 's#[@]sbindir_POST@#/usr/sbin#g' \ > -e 's#[@]configdir_POST@#/etc/netdata#g' \ > -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ > -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ > -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ > -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ > netdata.logrotate.in > netdata.logrotate.tmp; then \ > mv "netdata.logrotate.tmp" "netdata.logrotate"; \ >else \ > rm -f "netdata.logrotate.tmp"; \ > false; \ >fi >if sed \ > -e 's#[@]localstatedir_POST@#/var#g' \ > -e 's#[@]sbindir_POST@#/usr/sbin#g' \ > -e 's#[@]configdir_POST@#/etc/netdata#g' \ > -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ > -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ > -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ > -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ > netdata.service.in > netdata.service.tmp; then \ > mv "netdata.service.tmp" "netdata.service"; \ >else \ > rm -f "netdata.service.tmp"; \ > false; \ >fi >if sed \ > -e 's#[@]localstatedir_POST@#/var#g' \ > -e 's#[@]sbindir_POST@#/usr/sbin#g' \ > -e 's#[@]configdir_POST@#/etc/netdata#g' \ > -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ > -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ > -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ > -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ > netdata-init-d.in > netdata-init-d.tmp; then \ > mv "netdata-init-d.tmp" "netdata-init-d"; \ >else \ > rm -f "netdata-init-d.tmp"; \ > false; \ >fi >if sed \ > -e 's#[@]localstatedir_POST@#/var#g' \ > -e 's#[@]sbindir_POST@#/usr/sbin#g' \ > -e 's#[@]configdir_POST@#/etc/netdata#g' \ > -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ > -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ > -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ > -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ > netdata-lsb.in > netdata-lsb.tmp; then \ > mv "netdata-lsb.tmp" "netdata-lsb"; \ >else \ > rm -f "netdata-lsb.tmp"; \ > false; \ >fi >if sed \ > -e 's#[@]localstatedir_POST@#/var#g' \ > -e 's#[@]sbindir_POST@#/usr/sbin#g' \ > -e 's#[@]configdir_POST@#/etc/netdata#g' \ > -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ > -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ > -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ > -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ > netdata-freebsd.in > netdata-freebsd.tmp; then \ > mv "netdata-freebsd.tmp" "netdata-freebsd"; \ >else \ > rm -f "netdata-freebsd.tmp"; \ > false; \ >fi >if sed \ > -e 's#[@]localstatedir_POST@#/var#g' \ > -e 's#[@]sbindir_POST@#/usr/sbin#g' \ > -e 's#[@]configdir_POST@#/etc/netdata#g' \ > -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ > -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ > -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ > -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ > netdata.plist.in > netdata.plist.tmp; then \ > mv "netdata.plist.tmp" "netdata.plist"; \ >else \ > rm -f "netdata.plist.tmp"; \ > false; \ >fi >make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/system' >Making all in tests >make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/tests' >if sed \ > -e 's#[@]localstatedir_POST@#/var#g' \ > -e 's#[@]sbindir_POST@#/usr/sbin#g' \ > -e 's#[@]configdir_POST@#/etc/netdata#g' \ > -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ > -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ > -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ > -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ > health_mgmtapi/health-cmdapi-test.sh.in > health_mgmtapi/health-cmdapi-test.sh.tmp; then \ > mv "health_mgmtapi/health-cmdapi-test.sh.tmp" "health_mgmtapi/health-cmdapi-test.sh"; \ >else \ > rm -f "health_mgmtapi/health-cmdapi-test.sh.tmp"; \ > false; \ >fi >make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/tests' >Making all in backends >make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/backends' >Making all in graphite >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/backends/graphite' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/backends/graphite' >Making all in json >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/backends/json' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/backends/json' >Making all in opentsdb >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/backends/opentsdb' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/backends/opentsdb' >Making all in prometheus >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/backends/prometheus' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/backends/prometheus' >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/backends' >make[3]: Nothing to be done for 'all-am'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/backends' >make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/backends' >Making all in collectors >make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors' >Making all in plugins.d >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/plugins.d' >make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/plugins.d' >make[4]: Nothing to be done for 'all-am'. >make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/plugins.d' >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/plugins.d' >Making all in apps.plugin >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/apps.plugin' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/apps.plugin' >Making all in cgroups.plugin >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/cgroups.plugin' >if sed \ > -e 's#[@]localstatedir_POST@#/var#g' \ > -e 's#[@]sbindir_POST@#/usr/sbin#g' \ > -e 's#[@]configdir_POST@#/etc/netdata#g' \ > -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ > -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ > -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ > -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ > cgroup-name.sh.in > cgroup-name.sh.tmp; then \ > mv "cgroup-name.sh.tmp" "cgroup-name.sh"; \ >else \ > rm -f "cgroup-name.sh.tmp"; \ > false; \ >fi >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/cgroups.plugin' >Making all in charts.d.plugin >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/charts.d.plugin' >if sed \ > -e 's#[@]localstatedir_POST@#/var#g' \ > -e 's#[@]sbindir_POST@#/usr/sbin#g' \ > -e 's#[@]configdir_POST@#/etc/netdata#g' \ > -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ > -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ > -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ > -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ > charts.d.plugin.in > charts.d.plugin.tmp; then \ > mv "charts.d.plugin.tmp" "charts.d.plugin"; \ >else \ > rm -f "charts.d.plugin.tmp"; \ > false; \ >fi >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/charts.d.plugin' >Making all in checks.plugin >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/checks.plugin' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/checks.plugin' >Making all in cups.plugin >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/cups.plugin' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/cups.plugin' >Making all in diskspace.plugin >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/diskspace.plugin' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/diskspace.plugin' >Making all in fping.plugin >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/fping.plugin' >if sed \ > -e 's#[@]localstatedir_POST@#/var#g' \ > -e 's#[@]sbindir_POST@#/usr/sbin#g' \ > -e 's#[@]configdir_POST@#/etc/netdata#g' \ > -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ > -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ > -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ > -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ > fping.plugin.in > fping.plugin.tmp; then \ > mv "fping.plugin.tmp" "fping.plugin"; \ >else \ > rm -f "fping.plugin.tmp"; \ > false; \ >fi >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/fping.plugin' >Making all in freebsd.plugin >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/freebsd.plugin' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/freebsd.plugin' >Making all in freeipmi.plugin >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/freeipmi.plugin' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/freeipmi.plugin' >Making all in idlejitter.plugin >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/idlejitter.plugin' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/idlejitter.plugin' >Making all in macos.plugin >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/macos.plugin' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/macos.plugin' >Making all in nfacct.plugin >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/nfacct.plugin' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/nfacct.plugin' >Making all in xenstat.plugin >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/xenstat.plugin' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/xenstat.plugin' >Making all in node.d.plugin >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/node.d.plugin' >if sed \ > -e 's#[@]localstatedir_POST@#/var#g' \ > -e 's#[@]sbindir_POST@#/usr/sbin#g' \ > -e 's#[@]configdir_POST@#/etc/netdata#g' \ > -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ > -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ > -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ > -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ > node.d.plugin.in > node.d.plugin.tmp; then \ > mv "node.d.plugin.tmp" "node.d.plugin"; \ >else \ > rm -f "node.d.plugin.tmp"; \ > false; \ >fi >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/node.d.plugin' >Making all in proc.plugin >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/proc.plugin' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/proc.plugin' >Making all in python.d.plugin >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/python.d.plugin' >if sed \ > -e 's#[@]localstatedir_POST@#/var#g' \ > -e 's#[@]sbindir_POST@#/usr/sbin#g' \ > -e 's#[@]configdir_POST@#/etc/netdata#g' \ > -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ > -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ > -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ > -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ > python.d.plugin.in > python.d.plugin.tmp; then \ > mv "python.d.plugin.tmp" "python.d.plugin"; \ >else \ > rm -f "python.d.plugin.tmp"; \ > false; \ >fi >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/python.d.plugin' >Making all in statsd.plugin >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/statsd.plugin' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/statsd.plugin' >Making all in tc.plugin >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/tc.plugin' >if sed \ > -e 's#[@]localstatedir_POST@#/var#g' \ > -e 's#[@]sbindir_POST@#/usr/sbin#g' \ > -e 's#[@]configdir_POST@#/etc/netdata#g' \ > -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ > -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ > -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ > -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ > tc-qos-helper.sh.in > tc-qos-helper.sh.tmp; then \ > mv "tc-qos-helper.sh.tmp" "tc-qos-helper.sh"; \ >else \ > rm -f "tc-qos-helper.sh.tmp"; \ > false; \ >fi >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors/tc.plugin' >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors' >make[3]: Nothing to be done for 'all-am'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors' >make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/collectors' >Making all in daemon >make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/daemon' >if sed \ > -e 's#[@]localstatedir_POST@#/var#g' \ > -e 's#[@]sbindir_POST@#/usr/sbin#g' \ > -e 's#[@]configdir_POST@#/etc/netdata#g' \ > -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ > -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ > -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ > -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ > anonymous-statistics.sh.in > anonymous-statistics.sh.tmp; then \ > mv "anonymous-statistics.sh.tmp" "anonymous-statistics.sh"; \ >else \ > rm -f "anonymous-statistics.sh.tmp"; \ > false; \ >fi >make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/daemon' >Making all in database >make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/database' >make[2]: Nothing to be done for 'all'. >make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/database' >Making all in health >make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/health' >Making all in notifications >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/health/notifications' >if sed \ > -e 's#[@]localstatedir_POST@#/var#g' \ > -e 's#[@]sbindir_POST@#/usr/sbin#g' \ > -e 's#[@]configdir_POST@#/etc/netdata#g' \ > -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ > -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ > -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ > -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ > alarm-notify.sh.in > alarm-notify.sh.tmp; then \ > mv "alarm-notify.sh.tmp" "alarm-notify.sh"; \ >else \ > rm -f "alarm-notify.sh.tmp"; \ > false; \ >fi >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/health/notifications' >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/health' >make[3]: Nothing to be done for 'all-am'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/health' >make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/health' >Making all in libnetdata >make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata' >Making all in adaptive_resortable_list >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/adaptive_resortable_list' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/adaptive_resortable_list' >Making all in avl >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/avl' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/avl' >Making all in buffer >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/buffer' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/buffer' >Making all in clocks >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/clocks' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/clocks' >Making all in config >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/config' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/config' >Making all in dictionary >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/dictionary' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/dictionary' >Making all in eval >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/eval' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/eval' >Making all in locks >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/locks' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/locks' >Making all in log >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/log' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/log' >Making all in popen >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/popen' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/popen' >Making all in procfile >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/procfile' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/procfile' >Making all in simple_pattern >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/simple_pattern' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/simple_pattern' >Making all in socket >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/socket' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/socket' >Making all in statistical >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/statistical' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/statistical' >Making all in storage_number >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/storage_number' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/storage_number' >Making all in threads >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/threads' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/threads' >Making all in url >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/url' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata/url' >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata' >make[3]: Nothing to be done for 'all-am'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata' >make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/libnetdata' >Making all in registry >make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/registry' >make[2]: Nothing to be done for 'all'. >make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/registry' >Making all in streaming >make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/streaming' >make[2]: Nothing to be done for 'all'. >make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/streaming' >Making all in web >make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web' >Making all in api >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api' >Making all in badges >make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/badges' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/badges' >Making all in queries >make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/queries' >Making all in average >make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/queries/average' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/queries/average' >Making all in des >make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/queries/des' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/queries/des' >Making all in incremental_sum >make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/queries/incremental_sum' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/queries/incremental_sum' >Making all in max >make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/queries/max' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/queries/max' >Making all in min >make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/queries/min' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/queries/min' >Making all in sum >make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/queries/sum' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/queries/sum' >Making all in median >make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/queries/median' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/queries/median' >Making all in ses >make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/queries/ses' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/queries/ses' >Making all in stddev >make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/queries/stddev' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/queries/stddev' >make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/queries' >make[5]: Nothing to be done for 'all-am'. >make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/queries' >make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/queries' >Making all in exporters >make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/exporters' >Making all in shell >make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/exporters/shell' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/exporters/shell' >Making all in prometheus >make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/exporters/prometheus' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/exporters/prometheus' >make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/exporters' >make[5]: Nothing to be done for 'all-am'. >make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/exporters' >make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/exporters' >Making all in formatters >make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/formatters' >Making all in csv >make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/formatters/csv' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/formatters/csv' >Making all in json >make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/formatters/json' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/formatters/json' >Making all in ssv >make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/formatters/ssv' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/formatters/ssv' >Making all in value >make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/formatters/value' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/formatters/value' >make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/formatters' >make[5]: Nothing to be done for 'all-am'. >make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/formatters' >make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/formatters' >Making all in health >make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/health' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api/health' >make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api' >make[4]: Nothing to be done for 'all-am'. >make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api' >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/api' >Making all in gui >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/gui' >if test -f dashboard.js; then rm -f dashboard.js; fi >cat src/dashboard.js/prologue.js.inc src/dashboard.js/utils.js src/dashboard.js/server-detection.js src/dashboard.js/dependencies.js src/dashboard.js/error-handling.js src/dashboard.js/compatibility.js src/dashboard.js/xss.js src/dashboard.js/colors.js src/dashboard.js/units-conversion.js src/dashboard.js/options.js src/dashboard.js/localstorage.js src/dashboard.js/timeout.js src/dashboard.js/themes.js src/dashboard.js/charting/dygraph.js src/dashboard.js/charting/sparkline.js src/dashboard.js/charting/google-charts.js src/dashboard.js/charting/gauge.js src/dashboard.js/charting/easy-pie-chart.js src/dashboard.js/charting/d3pie.js src/dashboard.js/charting/d3.js src/dashboard.js/charting/peity.js src/dashboard.js/charting.js src/dashboard.js/chart-registry.js src/dashboard.js/common.js src/dashboard.js/main.js src/dashboard.js/alarms.js src/dashboard.js/registry.js src/dashboard.js/boot.js src/dashboard.js/epilogue.js.inc > dashboard.js.tmp && mv dashboard.js.tmp dashboard.js >if test -d "../../.git"; then \ > git --git-dir="../../.git" log -n 1 --format=%H; \ >fi > version.txt.tmp >test -s version.txt.tmp || echo 0 > version.txt.tmp >mv version.txt.tmp version.txt >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/gui' >Making all in server >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/server' >Making all in static >make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/server/static' >make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/server/static' >make[5]: Nothing to be done for 'all-am'. >make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/server/static' >make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/server/static' >make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/server' >make[4]: Nothing to be done for 'all-am'. >make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/server' >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web/server' >make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web' >make[3]: Nothing to be done for 'all-am'. >make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web' >make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0/web' >make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DTARGET_OS=1 -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -lcap -O2 -pipe -march=native -pthread -flto -c -o collectors/apps.plugin/apps_plugin.o collectors/apps.plugin/apps_plugin.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DTARGET_OS=1 -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -lcap -O2 -pipe -march=native -pthread -flto -c -o libnetdata/adaptive_resortable_list/adaptive_resortable_list.o libnetdata/adaptive_resortable_list/adaptive_resortable_list.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DTARGET_OS=1 -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -lcap -O2 -pipe -march=native -pthread -flto -c -o libnetdata/config/appconfig.o libnetdata/config/appconfig.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DTARGET_OS=1 -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -lcap -O2 -pipe -march=native -pthread -flto -c -o libnetdata/avl/avl.o libnetdata/avl/avl.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DTARGET_OS=1 -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -lcap -O2 -pipe -march=native -pthread -flto -c -o libnetdata/buffer/buffer.o libnetdata/buffer/buffer.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DTARGET_OS=1 -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -lcap -O2 -pipe -march=native -pthread -flto -c -o libnetdata/clocks/clocks.o libnetdata/clocks/clocks.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DTARGET_OS=1 -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -lcap -O2 -pipe -march=native -pthread -flto -c -o libnetdata/dictionary/dictionary.o libnetdata/dictionary/dictionary.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DTARGET_OS=1 -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -lcap -O2 -pipe -march=native -pthread -flto -c -o libnetdata/eval/eval.o libnetdata/eval/eval.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DTARGET_OS=1 -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -lcap -O2 -pipe -march=native -pthread -flto -c -o libnetdata/libnetdata.o libnetdata/libnetdata.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DTARGET_OS=1 -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -lcap -O2 -pipe -march=native -pthread -flto -c -o libnetdata/locks/locks.o libnetdata/locks/locks.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DTARGET_OS=1 -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -lcap -O2 -pipe -march=native -pthread -flto -c -o libnetdata/log/log.o libnetdata/log/log.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DTARGET_OS=1 -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -lcap -O2 -pipe -march=native -pthread -flto -c -o libnetdata/popen/popen.o libnetdata/popen/popen.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DTARGET_OS=1 -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -lcap -O2 -pipe -march=native -pthread -flto -c -o libnetdata/procfile/procfile.o libnetdata/procfile/procfile.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DTARGET_OS=1 -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -lcap -O2 -pipe -march=native -pthread -flto -c -o libnetdata/os.o libnetdata/os.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DTARGET_OS=1 -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -lcap -O2 -pipe -march=native -pthread -flto -c -o libnetdata/simple_pattern/simple_pattern.o libnetdata/simple_pattern/simple_pattern.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DTARGET_OS=1 -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -lcap -O2 -pipe -march=native -pthread -flto -c -o libnetdata/socket/socket.o libnetdata/socket/socket.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DTARGET_OS=1 -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -lcap -O2 -pipe -march=native -pthread -flto -c -o libnetdata/statistical/statistical.o libnetdata/statistical/statistical.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DTARGET_OS=1 -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -lcap -O2 -pipe -march=native -pthread -flto -c -o libnetdata/storage_number/storage_number.o libnetdata/storage_number/storage_number.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DTARGET_OS=1 -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -lcap -O2 -pipe -march=native -pthread -flto -c -o libnetdata/threads/threads.o libnetdata/threads/threads.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DTARGET_OS=1 -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -lcap -O2 -pipe -march=native -pthread -flto -c -o libnetdata/url/url.o libnetdata/url/url.c >x86_64-pc-linux-gnu-gcc -lcap -O2 -pipe -march=native -pthread -flto -Wl,-O1 -Wl,--as-needed -o apps.plugin collectors/apps.plugin/apps_plugin.o libnetdata/adaptive_resortable_list/adaptive_resortable_list.o libnetdata/config/appconfig.o libnetdata/avl/avl.o libnetdata/buffer/buffer.o libnetdata/clocks/clocks.o libnetdata/dictionary/dictionary.o libnetdata/eval/eval.o libnetdata/libnetdata.o libnetdata/locks/locks.o libnetdata/log/log.o libnetdata/popen/popen.o libnetdata/procfile/procfile.o libnetdata/os.o libnetdata/simple_pattern/simple_pattern.o libnetdata/socket/socket.o libnetdata/statistical/statistical.o libnetdata/storage_number/storage_number.o libnetdata/threads/threads.o libnetdata/url/url.o -lm -lz -luuid -lcap >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DTARGET_OS=1 -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -lcap -O2 -pipe -march=native -pthread -flto -c -o collectors/cgroups.plugin/cgroup-network.o collectors/cgroups.plugin/cgroup-network.c >x86_64-pc-linux-gnu-gcc -lcap -O2 -pipe -march=native -pthread -flto -Wl,-O1 -Wl,--as-needed -o cgroup-network collectors/cgroups.plugin/cgroup-network.o libnetdata/adaptive_resortable_list/adaptive_resortable_list.o libnetdata/config/appconfig.o libnetdata/avl/avl.o libnetdata/buffer/buffer.o libnetdata/clocks/clocks.o libnetdata/dictionary/dictionary.o libnetdata/eval/eval.o libnetdata/libnetdata.o libnetdata/locks/locks.o libnetdata/log/log.o libnetdata/popen/popen.o libnetdata/procfile/procfile.o libnetdata/os.o libnetdata/simple_pattern/simple_pattern.o libnetdata/socket/socket.o libnetdata/statistical/statistical.o libnetdata/storage_number/storage_number.o libnetdata/threads/threads.o libnetdata/url/url.o -lm -lz -luuid >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DTARGET_OS=1 -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -lcap -O2 -pipe -march=native -pthread -flto -c -o collectors/xenstat.plugin/xenstat_plugin.o collectors/xenstat.plugin/xenstat_plugin.c >collectors/xenstat.plugin/xenstat_plugin.c: In function âvbd_metrics_collectâ: >collectors/xenstat.plugin/xenstat_plugin.c:336:27: warning: implicit declaration of function âxenstat_vbd_errorâ; did you mean âxenstat_vbd_wr_reqsâ? [-Wimplicit-function-declaration] > vbd_m->error = xenstat_vbd_error(vbd); > ^~~~~~~~~~~~~~~~~ > xenstat_vbd_wr_reqs >x86_64-pc-linux-gnu-gcc -lcap -O2 -pipe -march=native -pthread -flto -Wl,-O1 -Wl,--as-needed -o xenstat.plugin collectors/xenstat.plugin/xenstat_plugin.o libnetdata/adaptive_resortable_list/adaptive_resortable_list.o libnetdata/config/appconfig.o libnetdata/avl/avl.o libnetdata/buffer/buffer.o libnetdata/clocks/clocks.o libnetdata/dictionary/dictionary.o libnetdata/eval/eval.o libnetdata/libnetdata.o libnetdata/locks/locks.o libnetdata/log/log.o libnetdata/popen/popen.o libnetdata/procfile/procfile.o libnetdata/os.o libnetdata/simple_pattern/simple_pattern.o libnetdata/socket/socket.o libnetdata/statistical/statistical.o libnetdata/storage_number/storage_number.o libnetdata/threads/threads.o libnetdata/url/url.o -lm -lz -luuid -lxenstat -lxenlight -lyajl >/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-analyzer/netdata-1.14.0/temp/ccGEZEgr.ltrans0.ltrans.o: in function `main': ><artificial>:(.text.startup+0xaa6): undefined reference to `xenstat_vbd_error' >collect2: error: ld returned 1 exit status >make[2]: *** [Makefile:2462: xenstat.plugin] Error 1 >make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0' >make[1]: *** [Makefile:2787: all-recursive] Error 1 >make[1]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0' >make: *** [Makefile:1541: all] Error 2 > * ERROR: net-analyzer/netdata-1.14.0::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=net-analyzer/netdata-1.14.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=net-analyzer/netdata-1.14.0::gentoo'`. > * The complete build log is located at '/var/log/portage/net-analyzer:netdata-1.14.0:20190419-002521.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-analyzer/netdata-1.14.0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/net-analyzer/netdata-1.14.0/temp/environment'. > * Working directory: '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0' > * S: '/var/tmp/portage/net-analyzer/netdata-1.14.0/work/netdata-1.14.0'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 683838
:
573430
|
573432
|
573434
|
573436
|
573438
| 573440 |
573442