Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hackport uses := slot operator under '||' dep clause. #58

Open
crocket opened this issue Dec 7, 2019 · 3 comments · May be fixed by #132
Open

hackport uses := slot operator under '||' dep clause. #58

crocket opened this issue Dec 7, 2019 · 3 comments · May be fixed by #132
Labels

Comments

@crocket
Copy link

crocket commented Dec 7, 2019

  dependency.badslotop [fatal]  4
   dev-haskell/cabal-helper/cabal-helper-0.8.2.0.ebuild: RDEPEND: '>=dev-haskell/cabal-1.14:=[profile?]' uses ':=' slot operator under '||' dep clause.
   dev-haskell/cabal-helper/cabal-helper-0.8.2.0.ebuild: RDEPEND: '<dev-haskell/cabal-1.26:=[profile?]' uses ':=' slot operator under '||' dep clause.
   dev-haskell/cabal-helper/cabal-helper-0.8.2.0.ebuild: RDEPEND: '>=dev-haskell/cabal-2.0:=[profile?]' uses ':=' slot operator under '||' dep clause.
   dev-haskell/cabal-helper/cabal-helper-0.8.2.0.ebuild: RDEPEND: '<dev-haskell/cabal-2.5:=[profile?]' uses ':=' slot operator under '||' dep clause.
@trofi
Copy link
Contributor

trofi commented Dec 7, 2019

The workaround is to manually edit the generated constraints in a ebuild. I usually pick larger version range if appropriate. But it's hard to implement in a generic way.

@crocket
Copy link
Author

crocket commented Dec 7, 2019

I manually removed := to work around the issue.

@trofi
Copy link
Contributor

trofi commented Dec 7, 2019

Removal of := is usually not correct as it inhibits package rebuild after cabal update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants