Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 910254 - [guru] net-p2p/dogecoin-qt-1.14.6 installs libtool files (.la) without corresponding static libraries
Summary: [guru] net-p2p/dogecoin-qt-1.14.6 installs libtool files (.la) without corres...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Victor Skovorodnikov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2023-07-12 09:52 UTC by Agostino Sarubbo
Modified: 2023-07-14 14:46 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,454.11 KB, text/plain)
2023-07-12 09:52 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-07-12 09:52:53 UTC
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)
Comment 1 Agostino Sarubbo gentoo-dev 2023-07-12 09:52:55 UTC
Created attachment 865412 [details]
build.log

build log and emerge --info
Comment 2 Victor Skovorodnikov 2023-07-13 01:48:56 UTC
Addressed this issue in commit: 

https://github.com/gentoo/guru/commit/215f621f4ab14f99625ea0c8d62f4bef724b2ab8

Hope this will fix it,
Thanks.
Comment 3 Victor Skovorodnikov 2023-07-13 17:41:15 UTC
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.