You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per https://docs.voidlinux.org/xbps/advanced-usage.html#repository-locking-packages once a package has been repolocked via xbps-pkgdb -m repolock <package> trying to replace it via xbps-install when it's from another repository results in a rather vague Package '<package>' not found in repository pool. error that's not super helpful to the user; it would be much nicer if it would be possible to instead report back Package '<package>' is repository-locked to <repo url or path> which is obvious.
As per https://docs.voidlinux.org/xbps/advanced-usage.html#repository-locking-packages once a package has been repolocked via
xbps-pkgdb -m repolock <package>
trying to replace it viaxbps-install
when it's from another repository results in a rather vaguePackage '<package>' not found in repository pool.
error that's not super helpful to the user; it would be much nicer if it would be possible to instead report backPackage '<package>' is repository-locked to <repo url or path>
which is obvious.Relevant code: https://github.com/void-linux/xbps/blob/51e74505/bin/xbps-install/transaction.c#L313-L314
The text was updated successfully, but these errors were encountered: