https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: net-p2p/dogecoin-qt-1.14.6 installs libtool files (.la) without corresponding static libraries. Discovered on: amd64 (internal ref: guru_ci)
Created attachment 865412 [details] build.log build log and emerge --info
Addressed this issue in commit: https://github.com/gentoo/guru/commit/215f621f4ab14f99625ea0c8d62f4bef724b2ab8 Hope this will fix it, Thanks.
Added: find "${ED}" -type f -name '*.la' -delete || die At the end of all src_install() operations. per https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0303 Thanks.