Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Latest Coq does not install smoothly using opam on ubuntu 16.04

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Latest Coq does not install smoothly using opam on ubuntu 16.04


Chronological Thread 
  • From: Arthur Charguéraud <arthur.chargueraud AT inria.fr>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Latest Coq does not install smoothly using opam on ubuntu 16.04
  • Date: Tue, 13 Nov 2018 14:06:42 +0100

Dear Coq user,

If you are using opam or if you are recommending your students to use opam to install Coq, you may be interested to know that it does not work out of the box anymore.

- The opam package for coqIDE associated with coq=8.8.2 is only distributed in opam2 format
- opam2 activates sandboxing by default, using bubblewrap >= 2.0 (program name bwrap)
- ubuntu 16.04 distributes only an older version of bubblewrap
- opam2 installation scripts fails with an obscur error when using the old bubblewrap.

Workaround is to manually install a recent bubblewrap, or disable sandboxing (not easy, and not recommended).

(For details: https://github.com/ocaml/opam/issues/3424)

+
Arthur



Archive powered by MHonArc 2.6.18.

Top of Page