Created attachment 598912 [details] Verbose output of emerge, including all error messages I am unable to install dev-libs/libinput in my Gentoo prefix. The installation aborts with an error message: * ERROR: dev-libs/libinput-1.14.3::gentoo failed: * Aborting due to QA concerns: there are files installed outside the prefix
Created attachment 598914 [details] complete build log
Created attachment 598916 [details] emerge --info '=dev-libs/libinput-1.14.3::gentoo'
Created attachment 598918 [details] emerge -pqv '=dev-libs/libinput-1.14.3::gentoo'
The behavior of $(get_udevdir) was changed to remove the EPREFIX. The solution is to add the EPREFIX infront of $(get_udevdir)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9df057449ea99406469cb53081e809cb8e90f86 commit b9df057449ea99406469cb53081e809cb8e90f86 Author: Lars Wendler <polynomial-c@gentoo.org> AuthorDate: 2020-01-21 15:16:21 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2020-01-21 15:16:21 +0000 dev-libs/libinput: prepend get_udevdir with EPREFIX Thanks-to: robiblitz@yahoo.de Closes: https://bugs.gentoo.org/702300 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> dev-libs/libinput/libinput-1.14.3.ebuild | 2 +- dev-libs/libinput/libinput-1.15.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Created attachment 603856 [details, diff] Add EPREFIX Patch that fixes the EPREFIX issue