Created attachment 538900 [details, diff] Use correct variable name irqbalance links to libcap-ng if it is installed, even when useflag caps is disabled. This is an error in the configure-script, which checks for the wrong variable to determine if the user used --with/--without for libcap-ng.
Thanks! I took the liberty to report this fix to upstream as it is still unfixed in their git repo: https://github.com/Irqbalance/irqbalance/pull/69/commits/8ad74cdabac37599d20a985e6a456b1faca92df8
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a3f1112c39d4134a912edfb8a4e94efdbd74a69 commit 3a3f1112c39d4134a912edfb8a4e94efdbd74a69 Author: Lars Wendler <polynomial-c@gentoo.org> AuthorDate: 2018-07-09 12:34:14 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2018-07-09 12:34:46 +0000 sys-apps/irqbalance: Fixed USE="-caps" still linking to libcaps Also revbumped to 1.4.0-r1 with added "tui" USE flag. Bug: https://bugs.gentoo.org/660782 Package-Manager: Portage-2.3.41, Repoman-2.3.9 .../files/irqbalance-1.4.0-configure.patch | 68 ++++++++++++++++++++++ sys-apps/irqbalance/irqbalance-1.3.0.ebuild | 7 ++- ...nce-1.4.0.ebuild => irqbalance-1.4.0-r1.ebuild} | 13 +++-- sys-apps/irqbalance/metadata.xml | 1 + 4 files changed, 82 insertions(+), 7 deletions(-)
Keeping this bug open until upstream approved the fix.
Upstream merged the fixes.