« Up

interval 4.3.0 Error 🔥

Context

# 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                 3           Virtual package relying on a GMP lib system installation
coq                      dev         Formal proof management system
dune                     2.9.1       Fast, portable, and opinionated build system
ocaml                    4.05.0      The OCaml compiler (virtual package)
ocaml-base-compiler      4.05.0      Official 4.05.0 release
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:2021-06-15"
]
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.3.0.tar.gz"
  checksum: "sha512=f099ae314433bce23bb7d0950bf7585289b485e594e71f8bc5c45c01f8d953f8e10e2980ef0e42f7090f87081a43e6f6a72541af6a6cb4577717a1841d1840a5"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-interval.4.3.0 coq.dev
Return code
0

Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:

Command
true
Return code
0

Install dependencies

Command
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-interval.4.3.0 coq.dev
Return code
0
Duration
15 m 0 s

Install 🚀

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-interval.4.3.0 coq.dev
Return code
7936
Duration
6 m 0 s
Output
# Packages matching: installed
# Name                   # Installed # Synopsis
base-bigarray            base
base-threads             base
base-unix                base
conf-findutils           1           Virtual package relying on findutils
conf-g++                 1.0         Virtual package relying on the g++ compiler (for C++)
conf-gmp                 3           Virtual package relying on a GMP lib system installation
coq                      dev         Formal proof management system
coq-bignums              dev         Bignums, the Coq library of arbitrary large numbers
coq-coquelicot           dev         A Coq formalization of real analysis compatible with the standard library.
coq-flocq                dev         A floating-point formalization for the Coq system
coq-mathcomp-ssreflect   dev         Small Scale Reflection
dune                     2.9.1       Fast, portable, and opinionated build system
ocaml                    4.05.0      The OCaml compiler (virtual package)
ocaml-base-compiler      4.05.0      Official 4.05.0 release
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
[NOTE] Package coq is already installed (current version is dev).
The following actions will be performed:
  - install coq-interval 4.3.0
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-interval.4.3.0: http]
[coq-interval.4.3.0] downloaded from https://coqinterval.gitlabpages.inria.fr/releases/interval-4.3.0.tar.gz
Processing  1/1:
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/2: [coq-interval: ./configure]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "./configure" (CWD=/home/bench/.opam/ocaml-base-compiler.4.05.0/.opam-switch/build/coq-interval.4.3.0)
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... 
- none needed
- checking how to run the C preprocessor... gcc -E
- checking for coqc... /home/bench/.opam/ocaml-base-compiler.4.05.0/bin/coqc
- checking Coq version... 81600
- checking for coqdep... /home/bench/.opam/ocaml-base-compiler.4.05.0/bin/coqdep
- checking for coqdoc... /home/bench/.opam/ocaml-base-compiler.4.05.0/bin/coqdoc
- checking for ocamlfind... /home/bench/.opam/ocaml-base-compiler.4.05.0/bin/ocamlfind
- checking for Flocq... 
- yes
- checking for primitive floats... 
- yes
- checking for Ssreflect... yes
- checking for Coquelicot... 
- yes
- checking for Bignums... 
- yes
- checking for native development files... yes
- checking for bytecode development files... yes
- checking for g++... g++
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... 
- yes
- configure: building remake...
- /usr/bin/ld: /tmp/ccvKFyfp.o: in function `main':
- remake.cpp:(.text.startup+0xae0): warning: the use of `tempnam' is dangerous, better use `mkstemp'
- 
- === Summary ===
- Installation directory   /home/bench/.opam/ocaml-base-compiler.4.05.0/lib/coq/user-contrib
- Plot tactic              native bytecode
- 
- configure: creating ./config.status
- config.status: creating Remakefile
Processing  1/2: [coq-interval: ./remake]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "./remake" "-j7" (CWD=/home/bench/.opam/ocaml-base-compiler.4.05.0/.opam-switch/build/coq-interval.4.3.0)
- Building src/Tactic_float.v
- Building src/Plot/interval_plot.ml
- Finished src/Tactic_float.v
- Building src/Tactic.vo
- Building src/Eval/Eval.vo
- Building src/Eval/Prog.vo
- Building src/Eval/Reify.vo
- Building src/Eval/Tree.vo
- Building src/Float/Basic.vo
- Finished src/Plot/interval_plot.ml
- Building src/Float/Generic.vo
- Building src/Float/Generic_ops.vo
- Building src/Float/Generic_proof.vo
- Building src/Float/Specific_bigint.vo
- Building src/Float/Specific_ops.vo
- Building src/Float/Specific_sig.vo
- Building src/Float/Specific_stdz.vo
- Building src/Float/Sig.vo
- Building src/Integral/Bertrand.vo
- Building src/Integral/Integral.vo
- Building src/Integral/Priority.vo
- Building src/Integral/Refine.vo
- Building src/Interval/Interval.vo
- Building src/Interval/Interval_compl.vo
- Building src/Interval/Float.vo
- Building src/Interval/Float_full.vo
- Building src/Interval/Transcend.vo
- Building src/Interval/Univariate_sig.vo
- Building src/Missing/Coquelicot.vo
- Building src/Missing/MathComp.vo
- Building src/Missing/Stdlib.vo
- Building src/Poly/Basic_rec.vo
- Building src/Poly/Bound.vo
- Building src/Poly/Bound_quad.vo
- Building src/Poly/Datatypes.vo
- Building src/Poly/Taylor_model.vo
- Building src/Poly/Taylor_model_sharp.vo
- Building src/Poly/Taylor_poly.vo
- Building src/Real/Taylor.vo
- Building src/Real/Xreal.vo
- Building src/Real/Xreal_derive.vo
- Building src/Tactics/Integral_helper.vo
- Building src/Tactics/Interval_helper.vo
- Building src/Tactics/Plot_helper.vo
- Building src/Tactic_float.vo
- Building src/Plot/interval_plot.cmxs
- Building src/Plot/interval_plot.cmo
- File "src/Plot/plot.c", line 16, characters 65-96:
- Warning 3: deprecated: Coqlib.gen_reference_in_modules
- Please use Coqlib.lib_ref
- File "src/Plot/plot.c", line 16, characters 64-114:
- Error: This expression has type Names.GlobRef.t
-        but an expression was expected of type Environ.env
- Failed to build src/Plot/interval_plot.cmxs
- Failed to build src/Plot.vo
- Building src/Float/Primitive_ops.vo
- File "src/Plot/plot.c", line 16, characters 65-96:
- Warning 3: deprecated: Coqlib.gen_reference_in_modules
- Please use Coqlib.lib_ref
- File "src/Plot/plot.c", line 16, characters 64-114:
- Error: This expression has type Names.GlobRef.t
-        but an expression was expected of type Environ.env
- Failed to build src/Plot/interval_plot.cmo
- Failed to build all
- File "./src/Integral/Priority.v", line 21, characters 0-62:
- Warning: Notation "[ rel _ _ | _ ]" was already used in scope fun_scope.
- [notation-overridden,parsing]
- File "./src/Integral/Priority.v", line 21, characters 0-62:
- Warning: Notation "[ rel _ _ : _ | _ ]" was already used in scope fun_scope.
- [notation-overridden,parsing]
- File "./src/Integral/Priority.v", line 21, characters 0-62:
- Warning: Notation "[ rel _ _ in _ & _ | _ ]" was already used in scope
- fun_scope. [notation-overridden,parsing]
- File "./src/Integral/Priority.v", line 21, characters 0-62:
- Warning: Notation "[ rel _ _ in _ & _ ]" was already used in scope fun_scope.
- [notation-overridden,parsing]
- File "./src/Integral/Priority.v", line 21, characters 0-62:
- Warning: Notation "[ rel _ _ in _ | _ ]" was already used in scope fun_scope.
- [notation-overridden,parsing]
- File "./src/Integral/Priority.v", line 21, characters 0-62:
- Warning: Notation "[ rel _ _ in _ ]" was already used in scope fun_scope.
- [notation-overridden,parsing]
- File "./src/Integral/Priority.v", line 42, characters 10-16:
- Warning: Notation lt_S_n is deprecated since 8.16.
- The Arith.Lt file is obsolete. Use Nat.succ_lt_mono instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Integral/Priority.v", line 42, characters 10-16:
- Warning: Notation lt_S_n is deprecated since 8.16.
- The Arith.Lt file is obsolete. Use Nat.succ_lt_mono instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Integral/Priority.v", line 71, characters 6-12:
- Warning: Notation lt_S_n is deprecated since 8.16.
- The Arith.Lt file is obsolete. Use Nat.succ_lt_mono instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Integral/Priority.v", line 71, characters 6-12:
- Warning: Notation lt_S_n is deprecated since 8.16.
- The Arith.Lt file is obsolete. Use Nat.succ_lt_mono instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Missing/MathComp.v", line 24, characters 0-88:
- Warning: Notation "[ rel _ _ | _ ]" was already used in scope fun_scope.
- [notation-overridden,parsing]
- File "./src/Missing/MathComp.v", line 24, characters 0-88:
- Warning: Notation "[ rel _ _ : _ | _ ]" was already used in scope fun_scope.
- [notation-overridden,parsing]
- File "./src/Missing/MathComp.v", line 24, characters 0-88:
- Warning: Notation "[ rel _ _ in _ & _ | _ ]" was already used in scope
- fun_scope. [notation-overridden,parsing]
- File "./src/Missing/MathComp.v", line 24, characters 0-88:
- Warning: Notation "[ rel _ _ in _ & _ ]" was already used in scope fun_scope.
- [notation-overridden,parsing]
- File "./src/Missing/MathComp.v", line 24, characters 0-88:
- Warning: Notation "[ rel _ _ in _ | _ ]" was already used in scope fun_scope.
- [notation-overridden,parsing]
- File "./src/Missing/MathComp.v", line 24, characters 0-88:
- Warning: Notation "[ rel _ _ in _ ]" was already used in scope fun_scope.
- [notation-overridden,parsing]
- File "./src/Missing/MathComp.v", line 24, characters 0-88:
- Warning: Notation "_ + _" was already used in scope nat_scope.
- [notation-overridden,parsing]
- File "./src/Missing/MathComp.v", line 24, characters 0-88:
- Warning: Notation "_ - _" was already used in scope nat_scope.
- [notation-overridden,parsing]
- File "./src/Missing/MathComp.v", line 24, characters 0-88:
- Warning: Notation "_ <= _" was already used in scope nat_scope.
- [notation-overridden,parsing]
- File "./src/Missing/MathComp.v", line 24, characters 0-88:
- Warning: Notation "_ < _" was already used in scope nat_scope.
- [n
[...] truncated
]
- File "./src/Interval/Transcend.v", line 1426, characters 12-22:
- Warning: Notation minus_diag is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_diag instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 1427, characters 12-19:
- Warning: Notation le_refl is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.le_refl instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 1427, characters 12-19:
- Warning: Notation le_refl is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.le_refl instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 1461, characters 58-67:
- Warning: Notation plus_comm is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_comm instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 1461, characters 58-67:
- Warning: Notation plus_comm is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_comm instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 1461, characters 58-67:
- Warning: Notation plus_comm is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_comm instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 1466, characters 16-24:
- Warning: Notation plus_0_r is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_0_r instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 1466, characters 16-24:
- Warning: Notation plus_0_r is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_0_r instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 1466, characters 16-24:
- Warning: Notation plus_0_r is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_0_r instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 1474, characters 31-41:
- Warning: Notation plus_assoc is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_assoc instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 1474, characters 31-41:
- Warning: Notation plus_assoc is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_assoc instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 1474, characters 31-41:
- Warning: Notation plus_assoc is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_assoc instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 1489, characters 15-25:
- Warning: Notation minus_Sn_m is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_succ_l instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 1489, characters 15-25:
- Warning: Notation minus_Sn_m is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_succ_l instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 1489, characters 15-25:
- Warning: Notation minus_Sn_m is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_succ_l instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 1489, characters 15-25:
- Warning: Notation minus_Sn_m is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_succ_l instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 2020, characters 12-22:
- Warning: Notation minus_diag is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_diag instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 2020, characters 12-22:
- Warning: Notation minus_diag is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_diag instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 2020, characters 12-22:
- Warning: Notation minus_diag is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_diag instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 2021, characters 12-19:
- Warning: Notation le_refl is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.le_refl instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 2021, characters 12-19:
- Warning: Notation le_refl is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.le_refl instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 2047, characters 11-21:
- Warning: Notation minus_Sn_m is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_succ_l instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 2047, characters 11-21:
- Warning: Notation minus_Sn_m is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_succ_l instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 2047, characters 11-21:
- Warning: Notation minus_Sn_m is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_succ_l instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 2055, characters 20-30:
- Warning: Notation plus_assoc is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_assoc instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 2055, characters 20-30:
- Warning: Notation plus_assoc is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_assoc instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 2055, characters 20-30:
- Warning: Notation plus_assoc is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_assoc instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 2061, characters 8-17:
- Warning: Notation plus_comm is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_comm instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 2061, characters 8-17:
- Warning: Notation plus_comm is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_comm instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 2061, characters 8-17:
- Warning: Notation plus_comm is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_comm instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 2062, characters 8-17:
- Warning: Notation mult_comm is deprecated since 8.16.
- The Arith.Mult file is obsolete. Use Nat.mul_comm instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 2062, characters 8-17:
- Warning: Notation mult_comm is deprecated since 8.16.
- The Arith.Mult file is obsolete. Use Nat.mul_comm instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 2062, characters 8-17:
- Warning: Notation mult_comm is deprecated since 8.16.
- The Arith.Mult file is obsolete. Use Nat.mul_comm instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 2077, characters 14-24:
- Warning: Notation plus_assoc is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_assoc instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 2077, characters 14-24:
- Warning: Notation plus_assoc is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_assoc instead.
- [deprecated-syntactic-definition,deprecated]
- File "./src/Interval/Transcend.v", line 2077, characters 14-24:
- Warning: Notation plus_assoc is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_assoc instead.
- [deprecated-syntactic-definition,deprecated]
- Finished src/Interval/Transcend.vo
- Finished src/Interval/Float_full.vo
[ERROR] The compilation of coq-interval failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build ./remake -j7".
#=== ERROR while compiling coq-interval.4.3.0 =================================#
# context              2.0.1 | linux/x86_64 | ocaml-base-compiler.4.05.0 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.4.05.0/.opam-switch/build/coq-interval.4.3.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build ./remake -j7
# exit-code            1
# env-file             ~/.opam/log/coq-interval-3496-2dea01.env
# output-file          ~/.opam/log/coq-interval-3496-2dea01.out
### output ###
# [...]
# The Arith.Plus file is obsolete. Use Nat.add_assoc instead.
# [deprecated-syntactic-definition,deprecated]
# File "./src/Interval/Transcend.v", line 2077, characters 14-24:
# Warning: Notation plus_assoc is deprecated since 8.16.
# The Arith.Plus file is obsolete. Use Nat.add_assoc instead.
# [deprecated-syntactic-definition,deprecated]
# File "./src/Interval/Transcend.v", line 2077, characters 14-24:
# Warning: Notation plus_assoc is deprecated since 8.16.
# The Arith.Plus file is obsolete. Use Nat.add_assoc instead.
# [deprecated-syntactic-definition,deprecated]
# Finished src/Interval/Transcend.vo
# Finished src/Interval/Float_full.vo
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-interval 4.3.0
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-interval.4.3.0 coq.dev' failed.
The middle of the output is truncated (maximum 20000 characters)

Installation size

No files were installed.

Uninstall 🧹

Command
true
Return code
0
Missing removes
none
Wrong removes
none