This is an auto-filed bug because net-misc/dahdi fails to compile. The issue was originally discovered on amd64, but it may be reproducible on other arches as well. If you think that a different summary clarifies the issue better, feel free to change it. Attached build log and emerge --info. NOTE: If you need further logs, feel free to ask.
Created attachment 641382 [details] build.log build log and emerge --info
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e218181a346d02f68e92267d94f299319104d3b6 commit e218181a346d02f68e92267d94f299319104d3b6 Author: Jaco Kroon <jaco@uls.co.za> AuthorDate: 2020-06-11 19:59:13 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2020-06-25 11:18:23 +0000 net-misc/dahdi: fix install issue w.r.t. depmod. If the kernel sources are not yet compiled, then there is no System.map, and as a result the kernel build system won't run depmod, resulting in the modules.* files normally generated by this to not exist. This causes the rm in the ebuild to fail. Substitute with a find mechanism that only deletes if it exists. At the same time clean up some empty files on the image that carries firmware version information which we don't care about. Closes: https://bugs.gentoo.org/725022 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jaco Kroon <jaco@uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/16196 Signed-off-by: Joonas Niilola <juippis@gentoo.org> net-misc/dahdi/dahdi-3.1.0-r1.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)