Created attachment 656318 [details] Build Log The smartmontools ebuilds copy the drivedb.h file in the postinst phase, but use EPREFIX instead of EROOT which causes failures when setting ROOT. Using EROOT instead fixes the issue.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e24c2f37fc512bcfcf2c35b2a6eaa90f14dcd41 commit 2e24c2f37fc512bcfcf2c35b2a6eaa90f14dcd41 Author: Steven Johnson <steven.gregory.johnson@gmail.com> AuthorDate: 2020-08-23 08:02:44 +0000 Commit: David Seifert <soap@gentoo.org> CommitDate: 2020-08-23 11:36:36 +0000 sys-apps/smartmontools: use EROOT instead of EPREFIX in postinst Closes: https://bugs.gentoo.org/738668 Closes: https://github.com/gentoo/gentoo/pull/17229 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Steven Johnson <steven.gregory.johnson@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org> sys-apps/smartmontools/smartmontools-7.0-r1.ebuild | 4 ++-- sys-apps/smartmontools/smartmontools-7.1.ebuild | 4 ++-- sys-apps/smartmontools/smartmontools-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-)