void-linux / void-packages

The Void source packages collection
https://voidlinux.org
Other
2.59k stars 2.15k forks source link

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

Open paper42 opened 2 years ago

paper42 commented 2 years ago

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
github-actions[bot] commented 2 years ago

Issues become stale 90 days after last activity and are closed 14 days after that. If this issue is still relevant bump it or assign it.