ยซ Up

coquelicot 3.2.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            4           Virtual package relying on a GMP lib system installation
coq                 8.16.0      Formal proof management system
dune                3.6.2       Fast, portable, and opinionated build system
ocaml               4.10.2      The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.2      Official release 4.10.2
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.5       A library manager for OCaml
zarith              1.12        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "guillaume.melquiond@inria.fr"
homepage: "http://coquelicot.saclay.inria.fr/"
dev-repo: "git+https://gitlab.inria.fr/coquelicot/coquelicot.git"
bug-reports: "https://gitlab.inria.fr/coquelicot/coquelicot/issues"
license: "LGPL-3.0-or-later"
build: [
  ["autoconf"] {dev}
  ["./configure"]
  ["./remake" "-j%{jobs}%"]
]
install: ["./remake" "install"]
depends: [
  "coq" {>= "8.8"}
  "coq-mathcomp-ssreflect" {>= "1.6"}
  "conf-autoconf" {build & dev}
  ("conf-g++" {build} | "conf-clang" {build})
]
tags: [
  "keyword:real analysis"
  "keyword:topology"
  "keyword:filters"
  "keyword:metric spaces"
  "category:Mathematics/Real Calculus and Topology"
  "logpath:Coquelicot"
  "date:2020-12-11"
]
authors: [
  "Sylvie Boldo <sylvie.boldo@inria.fr>"
  "Catherine Lelay <catherine.lelay@inria.fr>"
  "Guillaume Melquiond <guillaume.melquiond@inria.fr>"
]
synopsis: "A Coq formalization of real analysis compatible with the standard library"
url {
  src: "https://coquelicot.gitlabpages.inria.fr/releases/coquelicot-3.2.0.tar.gz"
  checksum: "sha512=d7ac2dcc48499a95e73f875da0f24fec6714ad06f16c4675c764d0600034fa51c10c9eaaacef7943e1147a9412e24274228ac9d17f2c0e07eb86932bc2b264a1"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-coquelicot.3.2.0 coq.8.16.0
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-coquelicot.3.2.0 coq.8.16.0
Return code
0
Duration
7 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-coquelicot.3.2.0 coq.8.16.0
Return code
7936
Duration
3 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               4           Virtual package relying on a GMP lib system installation
coq                    8.16.0      Formal proof management system
coq-mathcomp-ssreflect 1.16.0      Small Scale Reflection
dune                   3.6.2       Fast, portable, and opinionated build system
ocaml                  4.10.2      The OCaml compiler (virtual package)
ocaml-base-compiler    4.10.2      Official release 4.10.2
ocaml-config           1           OCaml Switch Configuration
ocamlfind              1.9.5       A library manager for OCaml
zarith                 1.12        Implements arithmetic and logical operations over arbitrary-precision integers
[NOTE] Package coq is already installed (current version is 8.16.0).
The following actions will be performed:
  - install coq-coquelicot 3.2.0
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-coquelicot.3.2.0: http]
[coq-coquelicot.3.2.0] downloaded from https://coquelicot.gitlabpages.inria.fr/releases/coquelicot-3.2.0.tar.gz
Processing  1/1:
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/2: [coq-coquelicot: ./configure]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "./configure" (CWD=/home/bench/.opam/ocaml-base-compiler.4.10.2/.opam-switch/build/coq-coquelicot.3.2.0)
- checking for coqc... /home/bench/.opam/ocaml-base-compiler.4.10.2/bin/coqc
- checking for coqdep... /home/bench/.opam/ocaml-base-compiler.4.10.2/bin/coqdep
- checking for coqdoc... /home/bench/.opam/ocaml-base-compiler.4.10.2/bin/coqdoc
- checking for SSReflect... yes
- checking for g++... g++
- 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 g++ accepts -g... yes
- configure: building remake...
- /usr/bin/ld: /tmp/ccGBNZ18.o: in function `main':
- remake.cpp:(.text.startup+0xae0): warning: the use of `tempnam' is dangerous, better use `mkstemp'
- configure: creating ./config.status
- config.status: creating Remakefile
Processing  1/2: [coq-coquelicot: ./remake]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "./remake" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.4.10.2/.opam-switch/build/coq-coquelicot.3.2.0)
- Building theories/AutoDerive.vo
- Building theories/Compactness.vo
- Building theories/Complex.vo
- Building theories/Continuity.vo
- Building theories/Derive.vo
- Building theories/Hierarchy.vo
- Building theories/Derive_2d.vo
- Building theories/Rcomplements.vo
- Building theories/Iter.vo
- Building theories/Lub.vo
- Building theories/Equiv.vo
- Building theories/Markov.vo
- Building theories/Rbar.vo
- Building theories/Lim_seq.vo
- Building theories/ElemFct.vo
- Building theories/RInt.vo
- Building theories/RInt_analysis.vo
- Building theories/PSeries.vo
- Building theories/SF_seq.vo
- Building theories/Seq_fct.vo
- Building theories/Series.vo
- Building theories/Coquelicot.vo
- Building theories/KHInt.vo
- Building theories/RInt_gen.vo
- File "./theories/Rcomplements.v", line 43, characters 33-40:
- Warning: Notation le_Sn_0 is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.nle_succ_0 instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 43, characters 33-40:
- Warning: Notation le_Sn_0 is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.nle_succ_0 instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 49, characters 30-40:
- Warning: Notation minus_Sn_m is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_succ_l (and symmetry of equality) instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 49, characters 30-40:
- Warning: Notation minus_Sn_m is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_succ_l (and symmetry of equality) instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 49, characters 30-40:
- Warning: Notation minus_Sn_m is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_succ_l (and symmetry of equality) instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 54, characters 7-16:
- Warning: Notation lt_irrefl is deprecated since 8.16.
- The Arith.Lt file is obsolete. Use Nat.lt_irrefl instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 54, characters 7-16:
- Warning: Notation lt_irrefl is deprecated since 8.16.
- The Arith.Lt file is obsolete. Use Nat.lt_irrefl instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 60, characters 13-23:
- 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 "./theories/Rcomplements.v", line 60, characters 13-23:
- 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 "./theories/Rcomplements.v", line 60, characters 13-23:
- 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 "./theories/Rcomplements.v", line 61, characters 7-21:
- Warning: Notation not_le_minus_0 is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_0_le (together with Nat.lt_nge and Nat.lt_le_incl) instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 61, characters 7-21:
- Warning: Notation not_le_minus_0 is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_0_le (together with Nat.lt_nge and Nat.lt_le_incl) instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 64, characters 7-17:
- Warning: Notation le_antisym is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.le_antisymm instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 64, characters 7-17:
- Warning: Notation le_antisym is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.le_antisymm instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 71, characters 11-21:
- Warning: Notation minus_Sn_m is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_succ_l (and symmetry of equality) instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 71, characters 11-21:
- Warning: Notation minus_Sn_m is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_succ_l (and symmetry of equality) instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 71, characters 11-21:
- Warning: Notation minus_Sn_m is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_succ_l (and symmetry of equality) instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 78, characters 13-22:
- Warning: Notation le_n_0_eq is deprecated since 8.16.
- The Arith.Le file is obsolete. Use the bidirectional version Nat.le_0_r (with symmetry of equality) instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 79, characters 11-20:
- 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 "./theories/Rcomplements.v", line 79, characters 21-36:
- Warning: Notation le_plus_minus_r is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_add (together with Nat.add_com) instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 79, characters 11-20:
- 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 "./theories/Rcomplements.v", line 79, characters 11-20:
- 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 "./theories/Rcomplements.v", line 79, characters 21-36:
- Warning: Notation le_plus_minus_r is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_add (together with Nat.add_com) instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 79, characters 21-36:
- Warning: Notation le_plus_minus_r is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_add (together with Nat.add_com) instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 85, characters 20-26:
- Warning: Notation le_0_n is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.le_0_l instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 85, characters 20-26:
- Warning: Notation le_0_n is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.le_0_l instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 85, characters 20-26:
- Warning: Notation le_0_n is deprecated since 8.16.
- The Arith.
[...] truncated
/Markov.v", line 56, characters 28-34:
- Warning: Notation le_0_n is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.le_0_l instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Markov.v", line 56, characters 28-34:
- Warning: Notation le_0_n is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.le_0_l instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Markov.v", line 106, characters 14-29:
- Warning: Notation Rinv_involutive is deprecated since 8.16. Use Rinv_inv.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Markov.v", line 106, characters 14-29:
- Warning: Notation Rinv_involutive is deprecated since 8.16. Use Rinv_inv.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Markov.v", line 106, characters 14-29:
- Warning: Notation Rinv_involutive is deprecated since 8.16. Use Rinv_inv.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Markov.v", line 111, characters 8-14:
- Warning: Notation le_0_n is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.le_0_l instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Markov.v", line 111, characters 8-14:
- Warning: Notation le_0_n is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.le_0_l instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Markov.v", line 139, characters 12-27:
- Warning: Notation Rinv_involutive is deprecated since 8.16. Use Rinv_inv.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Markov.v", line 139, characters 12-27:
- Warning: Notation Rinv_involutive is deprecated since 8.16. Use Rinv_inv.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Markov.v", line 139, characters 12-27:
- Warning: Notation Rinv_involutive is deprecated since 8.16. Use Rinv_inv.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Iter.v", line 131, characters 10-24:
- Warning: Notation not_le_minus_0 is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_0_le (together with Nat.lt_nge and Nat.lt_le_incl) instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Iter.v", line 131, characters 10-24:
- Warning: Notation not_le_minus_0 is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_0_le (together with Nat.lt_nge and Nat.lt_le_incl) instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Iter.v", line 131, characters 10-24:
- Warning: Notation not_le_minus_0 is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_0_le (together with Nat.lt_nge and Nat.lt_le_incl) instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Iter.v", line 133, characters 12-20:
- Warning: Notation le_trans is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.le_trans instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Iter.v", line 133, characters 22-29:
- Warning: Notation le_n_Sn is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.le_succ_diag_r instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Iter.v", line 133, characters 12-20:
- Warning: Notation le_trans is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.le_trans instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Iter.v", line 133, characters 22-29:
- Warning: Notation le_n_Sn is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.le_succ_diag_r instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Iter.v", line 135, characters 12-20:
- Warning: Notation le_trans is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.le_trans instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Iter.v", line 135, characters 22-29:
- Warning: Notation le_n_Sn is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.le_succ_diag_r instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Iter.v", line 135, characters 12-20:
- Warning: Notation le_trans is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.le_trans instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Iter.v", line 135, characters 22-29:
- Warning: Notation le_n_Sn is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.le_succ_diag_r instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Iter.v", line 143, characters 13-26:
- Warning: Notation le_plus_minus is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_add (together with Nat.add_com) instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Iter.v", line 143, characters 13-26:
- Warning: Notation le_plus_minus is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_add (together with Nat.add_com) instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Iter.v", line 143, characters 13-26:
- Warning: Notation le_plus_minus is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_add (together with Nat.add_com) instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Iter.v", line 175, characters 11-21:
- Warning: Notation minus_Sn_m is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_succ_l (and symmetry of equality) instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Iter.v", line 175, characters 25-35:
- 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 "./theories/Iter.v", line 175, characters 11-21:
- Warning: Notation minus_Sn_m is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_succ_l (and symmetry of equality) instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Iter.v", line 175, characters 11-21:
- Warning: Notation minus_Sn_m is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_succ_l (and symmetry of equality) instead.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Iter.v", line 175, characters 25-35:
- 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 "./theories/Iter.v", line 175, characters 25-35:
- 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 "./theories/Iter.v", line 187, characters 12-20:
- Error: The reference iota_add was not found in the current environment.
- 
- Failed to build theories/Iter.vo
- Failed to build theories/Derive.vo
- Failed to build theories/RInt_gen.vo
- Failed to build theories/Coquelicot.vo
- Failed to build theories/Seq_fct.vo
- Failed to build theories/PSeries.vo
- Failed to build theories/RInt_analysis.vo
- Failed to build theories/ElemFct.vo
- Failed to build theories/Derive_2d.vo
- Failed to build theories/Hierarchy.vo
- Failed to build theories/KHInt.vo
- Failed to build theories/Series.vo
- Failed to build theories/SF_seq.vo
- Failed to build theories/RInt.vo
- Failed to build theories/Lim_seq.vo
- Failed to build theories/Equiv.vo
- Failed to build theories/AutoDerive.vo
- Failed to build theories/Continuity.vo
- Failed to build theories/Complex.vo
- Failed to build all
- Finished theories/Markov.vo
- Finished theories/Compactness.vo
- File "./theories/Rbar.v", line 568, characters 10-26:
- Warning: Notation Ropp_inv_permute is deprecated since 8.16. Use Rinv_opp.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rbar.v", line 568, characters 10-26:
- Warning: Notation Ropp_inv_permute is deprecated since 8.16. Use Rinv_opp.
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rbar.v", line 568, characters 10-26:
- Warning: Notation Ropp_inv_permute is deprecated since 8.16. Use Rinv_opp.
- [deprecated-syntactic-definition,deprecated]
- Finished theories/Rbar.vo
- File "./theories/Lub.v", line 24, characters 0-40:
- Warning:
- New coercion path [real; Finite] : Rbar >-> Rbar is not definitionally an identity function.
- [ambiguous-paths,typechecker]
- Finished theories/Lub.vo
[ERROR] The compilation of coq-coquelicot failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build ./remake -j4".
#=== ERROR while compiling coq-coquelicot.3.2.0 ===============================#
# context              2.0.6 | linux/x86_64 | ocaml-base-compiler.4.10.2 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.4.10.2/.opam-switch/build/coq-coquelicot.3.2.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build ./remake -j4
# exit-code            1
# env-file             ~/.opam/log/coq-coquelicot-3160-2dea01.env
# output-file          ~/.opam/log/coq-coquelicot-3160-2dea01.out
### output ###
# [...]
# File "./theories/Rbar.v", line 568, characters 10-26:
# Warning: Notation Ropp_inv_permute is deprecated since 8.16. Use Rinv_opp.
# [deprecated-syntactic-definition,deprecated]
# File "./theories/Rbar.v", line 568, characters 10-26:
# Warning: Notation Ropp_inv_permute is deprecated since 8.16. Use Rinv_opp.
# [deprecated-syntactic-definition,deprecated]
# Finished theories/Rbar.vo
# File "./theories/Lub.v", line 24, characters 0-40:
# Warning:
# New coercion path [real; Finite] : Rbar >-> Rbar is not definitionally an identity function.
# [ambiguous-paths,typechecker]
# Finished theories/Lub.vo
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-coquelicot 3.2.0
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-coquelicot.3.2.0 coq.8.16.0' 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