Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 926035

Summary: media-sound/deadbeef-mpris2-plugin-1.16 fails to compile: rm: cannot remove mpris.la: No such file or directory
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Viorel Munteanu <ceamac>
Status: RESOLVED FIXED    
Severity: normal CC: ceamac, parona
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 765709    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2024-03-02 13:27:53 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-sound/deadbeef-mpris2-plugin-1.16 fails to compile.
Discovered on: amd64 (internal ref: slibtool_tinderbox)
System: SLIBTOOL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#SLIBTOOL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-03-02 13:27:54 UTC
Created attachment 886532 [details]
build.log

build log and emerge --info
Comment 2 Alfred Wingate 2024-03-02 17:06:16 UTC
rlibtool related

> `.la wrappers` are always generated, but by default are never installed;

https://git.foss21.org/slibtool/tree/README

Solution in this case is to add -f to rm to ignore errors like the file not existing.
Comment 3 Larry the Git Cow gentoo-dev 2024-03-04 06:20:36 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb6edc3e159eca40cbc70bd5f6ff5b96c99fd6d4

commit fb6edc3e159eca40cbc70bd5f6ff5b96c99fd6d4
Author:     Viorel Munteanu <ceamac@gentoo.org>
AuthorDate: 2024-03-04 05:16:51 +0000
Commit:     Viorel Munteanu <ceamac@gentoo.org>
CommitDate: 2024-03-04 06:20:28 +0000

    media-sound/deadbeef-mpris2-plugin: fix building with slibtool
    
    Closes: https://bugs.gentoo.org/926035
    Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>

 media-sound/deadbeef-mpris2-plugin/deadbeef-mpris2-plugin-1.16.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)