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

Cmdliner deprecation error when building #283

Open
manuca opened this issue May 1, 2022 · 0 comments
Open

Cmdliner deprecation error when building #283

manuca opened this issue May 1, 2022 · 0 comments

Comments

@manuca
Copy link

manuca commented May 1, 2022

I tried building Opium from the current master branch and got a deprecation error from the cmdliner package which broke the build apparently.

I realized by looking into the upstream sources that cmdliner got that deprecation error fairly recently.

I hacked around the issue by adding a version specifier in the dune-project file at the root of Opium.

-cmdliner
+(cmdliner (<= 1.0.4))

I did manage to build the project after the change.

Just wanted to let you know about the issue but I don't know if that's the correct way to fix it.

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

No branches or pull requests

1 participant