View previous topic :: View next topic |
Author |
Message |
rogerroger n00b
Joined: 24 May 2023 Posts: 8
|
Posted: Fri Sep 13, 2024 4:27 pm Post subject: Emerge not picking up updates. |
|
|
I have a couple of packages on my system that have available updates, but get ignored by my usual world update. The following is just one of the affected packages:
Code: | ❯ sudo emerge wlroots
These are the packages that would be merged, in order:
Calculating dependencies ... done!
Dependency resolution took 2.94 s (backtrack: 0/20).
[ebuild NS ] gui-libs/wlroots-0.18.0 [0.17.4] USE="-lcms%"
| .
However, doing a world update it says there aren't any available updates
Code: | ❯ sudo emerge -auDUv --with-bdeps=y @world
These are the packages that would be merged, in order:
Calculating dependencies ... done!
Dependency resolution took 10.96 s (backtrack: 0/20).
Total: 0 packages, Size of downloads: 0 KiB
Nothing to merge; quitting. |
Doing eix --upgrade shows about 20 other packages. I checked a couple more of them and they seem to all be slot updates.
Why isn't portage updating these packages? It has no problem updating them if I emerge each package individually, so it's not getting blocked by anything.
What am I doing wrong? Any help would be appreciated :) |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22602
|
Posted: Fri Sep 13, 2024 5:13 pm Post subject: |
|
|
Are these updates needed by anything in @world? What is the output of emerge --pretend --verbose --depclean --with-bdeps=y gui-libs/wlroots? |
|
Back to top |
|
|
rogerroger n00b
Joined: 24 May 2023 Posts: 8
|
Posted: Fri Sep 13, 2024 9:08 pm Post subject: |
|
|
I think I understand it now. I had an old version of gamescope installed which required wlroots-17. Since this is a new slot upgrade I could install it manually but it didn't get picked up automatically as the old version was still required. |
|
Back to top |
|
|
|