Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 926035 - media-sound/deadbeef-mpris2-plugin-1.16 fails to compile: rm: cannot remove mpris.la: No such file or directory
Summary: media-sound/deadbeef-mpris2-plugin-1.16 fails to compile: rm: cannot remove m...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Viorel Munteanu
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: slibtool
  Show dependency tree
 
Reported: 2024-03-02 13:27 UTC by Agostino Sarubbo
Modified: 2024-03-04 06:20 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,75.40 KB, text/plain)
2024-03-02 13:27 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 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(-)