Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 720084 - app-metrics/collectd-5.11.0 : src/dpdk_telemetry.c: fatal error: sys/unistd.h: No such file or directory
Summary: app-metrics/collectd-5.11.0 : src/dpdk_telemetry.c: fatal error: sys/unistd.h...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Deutschmann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-30 07:23 UTC by Toralf Förster
Modified: 2020-04-30 14:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.54 KB, text/plain)
2020-04-30 07:23 UTC, Toralf Förster
Details
app-metrics:collectd-5.11.0:20200429-213451.log (app-metrics:collectd-5.11.0:20200429-213451.log,101.13 KB, text/plain)
2020-04-30 07:23 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,191.71 KB, text/plain)
2020-04-30 07:23 UTC, Toralf Förster
Details
environment (environment,293.38 KB, text/plain)
2020-04-30 07:23 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,20.03 KB, application/x-bzip)
2020-04-30 07:23 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,40.99 KB, application/x-bzip)
2020-04-30 07:23 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,70.56 KB, application/x-bzip)
2020-04-30 07:23 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-04-30 07:23:06 UTC
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -I./src  -I./src -I./src/daemon -DPREFIX=/usr -DCONFIGFILE=/etc/collectd.conf -DLOCALSTATEDIR=/var -DPKGLOCALSTATEDIR=/var/lib/collectd -DPLUGINDIR=/usr/lib/collectd -DPKGDATADIR=/usr/share/collectd   -Wall -O2 -pipe -march=native -c -o src/dpdk_telemetry_la-dpdk_telemetry.lo test -f src/dpdk_telemetry.c || echo ./src/dpdk_telemetry.c
libtool: compile:  x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/daemon -DPREFIX=\/usr\ -DCONFIGFILE=\/etc/collectd.conf\ -DLOCALSTATEDIR=\/var\ -DPKGLOCALSTATEDIR=\/var/lib/collectd\ -DPLUGINDIR=\/usr/lib/collectd\ -DPKGDATADIR=\/usr/share/collectd\ -Wall -O2 -pipe -march=native -c src/dpdk_telemetry.c  -fPIC -DPIC -o src/.libs/dpdk_telemetry_la-dpdk_telemetry.o
src/dpdk_telemetry.c:43:10: fatal error: sys/unistd.h: No such file or directory
   43 | #include <sys/unistd.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl_hardened-20200425-233309

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-9.3.0 *
clang version 10.0.0 
Target: x86_64-gentoo-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.43.0
  [2]   rust-1.43.0 *
The following VMs are available for generation-2:

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Wed Apr 29 20:12:43 UTC 2020
/var/db/repos/musl	Mon Apr 27 18:53:47 UTC 2020

emerge -qpvO app-metrics/collectd
[ebuild  N    ] app-metrics/collectd-5.11.0  USE="filecaps -contrib -debug -java -perl (-selinux) -static-libs -udev -xfs" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog -aggregation -amqp -apache -apcups -ascent -battery -bind -ceph -cgroups -chrony -conntrack -contextswitch -cpu -cpufreq -cpusleep -csv -curl -curl_json -curl_xml -dbi -disk -dns -drbd -email -entropy -ethstat -exec -fhcount -filecount -fscache -gmond -gps -hddtemp -hugepages -ipc -ipmi -iptables -ipvs -java -log_logstash -logfile -lua -lvm -madwifi -match_empty_counter -match_hashed -match_regex -match_timediff -match_value -mbmon -mcelog -md -memcachec -memcached -modbus -mqtt -multimeter -mysql -netlink -network -nfs -nginx -notify_desktop -notify_email -notify_nagios -ntpd -numa -nut -olsrd -onewire -openldap -openvpn -oracle -ovs_events -ovs_stats -perl -ping -postgresql -powerdns -processes -protocols -python -redis -routeros -rrdcached -sensors -serial -sigrok -smart -snmp -snmp_agent -statsd -sysevent -table -tail -tail_csv -target_notification -target_replace -target_scale -target_set -tcpconns -teamspeak2 -ted -thermal -threshold -turbostat -unixsock -uptime -users -uuid -varnish -virt -vmem -vserver -wireless -write_graphite -write_http -write_kafka -write_log -write_mongodb -write_prometheus -write_redis -write_sensu -write_tsdb -xencpu -zfs_arc -zookeeper" PYTHON_SINGLE_TARGET="python3_6 -python3_7"
Comment 1 Toralf Förster gentoo-dev 2020-04-30 07:23:11 UTC
Created attachment 635290 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-30 07:23:14 UTC
Created attachment 635292 [details]
app-metrics:collectd-5.11.0:20200429-213451.log
Comment 3 Toralf Förster gentoo-dev 2020-04-30 07:23:19 UTC
Created attachment 635294 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-04-30 07:23:27 UTC
Created attachment 635296 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-04-30 07:23:31 UTC
Created attachment 635298 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-04-30 07:23:35 UTC
Created attachment 635300 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-04-30 07:23:38 UTC
Created attachment 635302 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2020-04-30 14:10:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c97e93e8277996e881fbc5676a1fe8baa2a4b9

commit 78c97e93e8277996e881fbc5676a1fe8baa2a4b9
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2020-04-30 11:01:08 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2020-04-30 14:10:12 +0000

    app-metrics/collectd: disable dpdk_telemetry plugin
    
    Closes: https://bugs.gentoo.org/720084
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 app-metrics/collectd/collectd-5.11.0.ebuild | 47 +++++++++++++++--------------
 1 file changed, 24 insertions(+), 23 deletions(-)