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
Official void-updates text report for 2020-12-06 is missing slirp4netns, but when I manually run ./xbps-src update-check slirp4netns I see an update is available. no changes to that package have occurred prior to December.
I believe this is related to the behavior I am seeing when manually running ./xbps-src update-check with xargs:
$ printf 'R-cran-nloptr\nR-cran-nloptr\nR-cran-nloptr\nR-cran-nloptr\nR-cran-nloptr\nR-cran-nloptr\nR-cran-nloptr\nR-cran-nloptr\nR-cran-nloptr\nR-cran-nloptr\n' | xargs -I{} -P20 ./xbps-src update-check {}
NO VERSION found for R-cran-nloptr
NO VERSION found for R-cran-nloptr
That runs several (way more than 2) instances of update-check, but only two runs produce the NO VERSION found error.
Not sure whether to report this here (void-updates) or in xbps-src / void-packages.
The text was updated successfully, but these errors were encountered:
Official void-updates text report for 2020-12-06 is missing slirp4netns, but when I manually run
./xbps-src update-check slirp4netns
I see an update is available. no changes to that package have occurred prior to December.I believe this is related to the behavior I am seeing when manually running
./xbps-src update-check
withxargs
:That runs several (way more than 2) instances of update-check, but only two runs produce the NO VERSION found error.
Not sure whether to report this here (void-updates) or in xbps-src / void-packages.
The text was updated successfully, but these errors were encountered: