-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Note: "node" package refers to a package that is a transient dependency of a "leaf" package.
hls-selection-range-plugin was a dependency of haskell-language-server. They changed the name upstream, so I masked the old package and created hls-code-range-plugin.
This causes a conundrum when haskell-updater pulls in the already-installed package and fails with:
!!! All ebuilds that could satisfy "dev-haskell/hls-selection-range-plugin:0" have been masked.
Running emerge -c hls-selction-range-plugin does not work because it is a dependency of the installed version of haskell-language-server. Meanwhile, I can't rebuild haskell-language-server because it depends on broken packages that need to be rebuilt with haskell-updater.
Workarounds
A workaround would be to run:
# emerge -C hls-selction-range-plugin
# haskell-updaterReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels