QA: other QA Notice: This ebuild installs into paths that should be created at runtime. To fix, simply do not install into these directories. Instead, your package should create dirs on the fly at runtime as needed via init scripts/etc... var/cache var/cache/netdata var/cache/netdata/.keep QA Notice: shell script appears to use non-POSIX feature(s): possible bashism in /etc/init.d/netdata line 41 (alternative test command ([[ foo ]] should be [ foo ])): if [[ ! -f /etc/netdata/netdata.conf ]]; then possible bashism in /etc/init.d/netdata line 46 (alternative test command ([[ foo ]] should be [ foo ])): if [[ $ret -eq 0 && -s /etc/netdata/netdata.conf.new ]]; then possible bashism in /etc/init.d/netdata line 47 (brace expansion): mv /etc/netdata/netdata.conf{.new,} possible bashism in /etc/init.d/netdata line 60 (alternative test command ([[ foo ]] should be [ foo ])): while [[ -f "${pidfile}" ]]; do possible bashism in /etc/init.d/netdata line 61 (alternative test command ([[ foo ]] should be [ foo ])): if [[ $count -gt ${NETDATA_WAIT_EXIT_TIMEOUT} ]]; then possible bashism in /etc/init.d/netdata line 66 ('$[' should be '$(('): count=$[count + 1] possible bashism in /etc/init.d/netdata line 73 (alternative test command ([[ foo ]] should be [ foo ])): if [[ $sigkill -eq 1 && -f "${pidfile}" ]]; then ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 13.0-systemd_20170910-171402 -------------------------------------------------------------------
Pull request to upstream to remove bashisms: https://github.com/firehol/netdata/pull/2836
https://github.com/gentoo/gentoo/commit/5c4ecb46864837ce4c6025910db09de686c5c071