void-linux / void-linux/void-packages

xbps-src show-avail doesn't work correctly on subpackages

Open
#37,578 1 comment 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.