Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 895946 - sys-libs/fts-standalone: rename to sys-libs/musl-standalone and/or stop renaming .pc file?
Summary: sys-libs/fts-standalone: rename to sys-libs/musl-standalone and/or stop renam...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-22 22:18 UTC by Sam James
Modified: 2023-12-25 22:27 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-02-22 22:18:04 UTC
Right now, we have:
```
src_install() {

        default
        find "${ED}" -name '*.la' -delete || die
        mv "${ED}"/usr/$(get_libdir)/pkgconfig/{musl-fts,fts-standalone}.pc || die
}
```

This looks a bit suspicious to me. My attention was recently drawn to https://github.com/theimpossibleastronaut/rmw/pull/385/files#diff-bcc0bb780c91d9a76bbcca08d6b03b54729ded44ea3cdf39b9cfda45c5d0f2feR1 and I suspect this wouldn't be able to detect our sys-libs/fts-standalone because we're renaming the .pc file...?
Comment 1 noneofyourbusiness 2023-12-25 22:27:58 UTC
I'd call it musl-fts (as the repo is called upstream), and name the pc file the same as upstream.

This is consistent with one example, void linux, where musl-fts-devel ships musl-fts.pc