I updated updatedd to 2.6-r7 today, and I lost all files that was installed by the package. Doing "equery files updatedd" returned no files: ~ # equery f updatedd * Searching for updatedd ... * Contents of net-dns/updatedd-2.6-r7: ~ # Re-installing updatedd didn't bring the executable back. I think that the fix from Bug #848747 replaced the default src_install and didn't execute the install anymore. Adding "default_src_install" before "find "${ED}" -name '*.la' -delete || die" seems to fix the problem for me and properly install files.
Created attachment 842681 [details] emerge --info
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad4a9c2ef6511dc2f73ccd31590571e8fc06c50 commit 2ad4a9c2ef6511dc2f73ccd31590571e8fc06c50 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-12-14 23:42:08 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-12-14 23:42:08 +0000 net-dns/updatedd: fix src_install Closes: https://bugs.gentoo.org/885977 Signed-off-by: Sam James <sam@gentoo.org> net-dns/updatedd/{updatedd-2.6-r7.ebuild => updatedd-2.6-r8.ebuild} | 2 ++ 1 file changed, 2 insertions(+)