# Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq dev Formal proof management system
dune 3.1.1 Fast, portable, and opinionated build system
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler
ocamlfind 1.9.1 A library manager for OCaml
ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "guillaume.melquiond@inria.fr"
homepage: "https://coqinterval.gitlabpages.inria.fr/"
dev-repo: "git+https://gitlab.inria.fr/coqinterval/interval.git"
bug-reports: "https://gitlab.inria.fr/coqinterval/interval/issues"
license: "CeCILL-C"
build: [
["autoconf"] {dev}
["./configure"]
["./remake" "-j%{jobs}%"]
]
install: ["./remake" "install"]
depends: [
"coq" {>= "8.8"}
"coq-bignums"
"coq-flocq" {>= "3.1"}
"coq-mathcomp-ssreflect" {>= "1.6"}
"coq-coquelicot" {>= "3.0"}
"conf-autoconf" {build & dev}
("conf-g++" {build} | "conf-clang" {build})
]
tags: [
"keyword:interval arithmetic"
"keyword:decision procedure"
"keyword:floating-point arithmetic"
"keyword:reflexive tactic"
"keyword:Taylor models"
"category:Mathematics/Real Calculus and Topology"
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"logpath:Interval"
"date:2022-03-30"
]
authors: [
"Guillaume Melquiond <guillaume.melquiond@inria.fr>"
"Γrik Martin-Dorel <erik.martin-dorel@irit.fr>"
"Pierre Roux <pierre.roux@onera.fr>"
"Thomas Sibut-Pinote <thomas.sibut-pinote@inria.fr>"
]
synopsis: "A Coq tactic for proving bounds on real-valued expressions automatically"
url {
src: "https://coqinterval.gitlabpages.inria.fr/releases/interval-4.5.0.tar.gz"
checksum: "sha512=af4bf16f24bd3b11bacadd49a398e9d5fb8b86ca10a738e1e6f805603e8ab00e92b86d18f095eb3be85bec26246b33acd9b854d8f202f9d2decea60845ded12a"
}
trueDry install with the current Coq version:
opam install -y --show-action coq-interval.4.5.0 coq.devDry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
trueopam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-interval.4.5.0 coq.dev# Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq dev Formal proof management system
dune 3.1.1 Fast, portable, and opinionated build system
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler
ocamlfind 1.9.1 A library manager for OCaml
ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
The following actions will be performed:
- install coq-bignums dev
- install coq-mathcomp-ssreflect dev
- install conf-g++ 1.0
- install coq-flocq dev
- install coq-coquelicot dev
===== 5 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-coquelicot.dev] synchronised from git+https://gitlab.inria.fr/coquelicot/coquelicot.git
[coq-flocq.dev] synchronised from git+https://gitlab.inria.fr/flocq/flocq.git#master
[coq-bignums.dev] synchronised from git+https://github.com/coq/bignums.git#master
[coq-mathcomp-ssreflect.dev] synchronised from git+https://github.com/math-comp/math-comp.git#master
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-g++.1.0
-> installed coq-bignums.dev
-> installed coq-mathcomp-ssreflect.dev
-> installed coq-coquelicot.dev
[ERROR] The compilation of coq-flocq failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build ./remake -j4".
#=== ERROR while compiling coq-flocq.dev ======================================#
# context 2.0.6 | linux/x86_64 | ocaml-base-compiler.4.07.1 | file:///home/bench/run/opam-coq-archive/extra-dev
# path ~/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-flocq.dev
# command ~/.opam/opam-init/hooks/sandbox.sh build ./remake -j4
# exit-code 1
# env-file ~/.opam/log/coq-flocq-7435-50de41.env
# output-file ~/.opam/log/coq-flocq-7435-50de41.out
### output ###
# [...]
# File "./src/Pff/Pff2Flocq.v", line 902, characters 34-42:
# Warning: Notation div_Zdiv is deprecated since 8.14.
# Use Nat2Z.inj_div instead. [deprecated-syntactic-definition,deprecated]
# File "./src/Pff/Pff2Flocq.v", line 943, characters 6-16:
# Warning: Notation even_equiv is deprecated since 8.16.
# The Arith.Even file is obsolete. Use Nat.Even_alt_Even instead.
# [deprecated-syntactic-definition,deprecated]
# File "./src/Pff/Pff2Flocq.v", line 943, characters 6-16:
# Warning: Notation even_equiv is deprecated since 8.16.
# The Arith.Even file is obsolete. Use Nat.Even_alt_Even instead.
# [deprecated-syntactic-definition,deprecated]
# Finished src/Pff/Pff2Flocq.vo
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-flocq dev
+-
+- The following changes have been performed
| - install conf-g++ 1.0
| - install coq-bignums dev
| - install coq-coquelicot dev
| - install coq-mathcomp-ssreflect dev
+-
# Run eval $(opam env) to update the current shell environment
The former state can be restored with:
opam switch import "/home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/backup/state-20220421210009.export"
trueNo files were installed.
true