void-linux / void-linux/void-packages
xbps-src show-avail doesn't work correctly on subpackages
Open
@paper42 is already working on this.
Since Sep 14, 2022.
xbps-src
- Dominant language
- Shell
- Stars
- 3.4k
- Forks
- 2.8k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 299
Description
For example libquadmath is a subpackage of gcc that is only available for i686*, x86_64* and ppc64le, so show-avail should tell us it's not available for aarch64-musl.
Expected behavior
%: ./xbps-src -a aarch64-musl show-avail libquadmath
%: echo $?
2
Actual behavior
%: ./xbps-src -a aarch64-musl show-avail libquadmath
%: echo $?
0
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.