xbps icon indicating copy to clipboard operation
xbps copied to clipboard

`./xbps-src show-sys-updates` doesn't show some outdated packages

Open unspecd opened this issue 3 years ago • 6 comments

System

  • xuname:
    Void 5.11.18_1 x86_64-musl GenuineIntel notuptodate rFFFF
  • package:
    n/a

Expected behavior

$ cd $(xdistdir) && git pull
$ ./xbps-src show-sys-updates
iproute2
libharfbuzz

Actual behavior

$ ./xbps-src show-sys-updates
iproute2

# xbps-install -Su
Name        Action    Version           New version            Download size
iproute2    update    5.11.0_1          5.12.0_1               1002KB 
libharfbuzz update    2.8.0_1           2.8.1_1                640KB

unspecd avatar May 06 '21 15:05 unspecd

Experiment:

$ sudo xdowngrade hostdir/binpkgs/harfbuzz-2.8.0_1.x86_64-musl.xbps
$ ./xbps-src show-sys-updates
harfbuzz
iproute2

unspecd avatar May 06 '21 15:05 unspecd

It doesn't check subpackages

AviKav avatar May 10 '21 18:05 AviKav

You can get the pending updates using: xbps-install -Mun, is that what you're looking for?

Anachron avatar May 11 '21 13:05 Anachron

The issue seems to be that xbps-checkvers doesn't print subpackages and doesn't have a flag to print the parent package when a subpackage would have been printed. Maybe move this issue to the xbps repository?

paper42 avatar May 15 '21 00:05 paper42

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.

github-actions[bot] avatar May 19 '22 02:05 github-actions[bot]

Fixed in #404, issue in void-packages was left open to acknowledge issue until fix is released.

Chocimier avatar Jun 27 '22 15:06 Chocimier