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

An env var affects the build of coq #18836

Closed
ana-borges opened this issue Jun 9, 2021 · 2 comments
Closed

An env var affects the build of coq #18836

ana-borges opened this issue Jun 9, 2021 · 2 comments

Comments

@ana-borges
Copy link
Contributor

If COQ_USE_DUNE is set, then the opam installation of coq will try to use dune and end up not installing anything.

Steps to reproduce:

export COQ_USE_DUNE=true
opam switch create test 4.12.0
opam update
opam repo add coq-released https://coq.inria.fr/opam/released
opam install coq -vv # observe dune is being used and an error is produced

Cf. coq/coq#14469, coq/opam#1736, and the zulip discussion.

@avsm
Copy link
Member

avsm commented Jun 29, 2021

We do need a coq package maintainer to submit these fixes to the opam-repository by forcing the variable to be unset in the build rules.

@github-actions
Copy link
Contributor

This issue has been open 90 days with no activity. Consequently, it is being marked with the "stale" label. What this means is that the issue will be automatically closed in 30 days unless more comments are added or the "stale" label is removed. If you come across this issue in the future, you may also find it helpful to visit our forum at https://discuss.ocaml.org where queries related to OCaml package management are very welcome.

@github-actions github-actions bot added the Stale label Sep 27, 2021
ana-borges added a commit to ana-borges/opam-repository that referenced this issue Sep 29, 2021
@mseri mseri closed this as completed in 5b7b2e9 Oct 12, 2021
mseri added a commit that referenced this issue Oct 12, 2021
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

2 participants