Skip to content

Issues when already-installed node package is masked #15

@hololeap

Description

@hololeap

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-updater

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions