ยซ 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.14.1      Formal proof management system
dune                3.7.0       Fast, portable, and opinionated build system
ocaml               4.09.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1      Official release 4.09.1
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.14.1
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.14.1
Return code
0
Duration
5 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-coquelicot.3.2.0 coq.8.14.1
Return code
7936
Duration
2 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.14.1      Formal proof management system
coq-mathcomp-ssreflect 1.16.0      Small Scale Reflection
dune                   3.7.0       Fast, portable, and opinionated build system
ocaml                  4.09.1      The OCaml compiler (virtual package)
ocaml-base-compiler    4.09.1      Official release 4.09.1
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.14.1).
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.09.1/.opam-switch/build/coq-coquelicot.3.2.0)
- checking for coqc... /home/bench/.opam/ocaml-base-compiler.4.09.1/bin/coqc
- checking for coqdep... /home/bench/.opam/ocaml-base-compiler.4.09.1/bin/coqdep
- checking for coqdoc... /home/bench/.opam/ocaml-base-compiler.4.09.1/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/ccDgqM6u.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.09.1/.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/Rcomplements.vo
- Building theories/Hierarchy.vo
- Building theories/Derive.vo
- Building theories/Rbar.vo
- Building theories/Iter.vo
- Building theories/Equiv.vo
- Building theories/Lim_seq.vo
- Building theories/Lub.vo
- Building theories/Markov.vo
- Building theories/Derive_2d.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/Coquelicot.vo
- Building theories/Series.vo
- Building theories/KHInt.vo
- Building theories/RInt_gen.vo
- File "./theories/Rcomplements.v", line 660, characters 2-37:
- Warning: Duplicate clear of H [duplicate-clear,ssr]
- File "./theories/Rcomplements.v", line 676, characters 2-20:
- Warning: Duplicate clear of n [duplicate-clear,ssr]
- File "./theories/Rcomplements.v", line 1383, characters 2-54:
- Warning: Duplicate clear of n [duplicate-clear,ssr]
- File "./theories/Rcomplements.v", line 1413, characters 2-54:
- Warning: Duplicate clear of n [duplicate-clear,ssr]
- File "./theories/Rcomplements.v", line 1434, characters 2-49:
- Warning: Duplicate clear of Hl [duplicate-clear,ssr]
- File "./theories/Rcomplements.v", line 1439, characters 2-26:
- Warning: Duplicate clear of Hl [duplicate-clear,ssr]
- File "./theories/Rcomplements.v", line 1630, characters 2-460:
- Warning: Notation RList.nil is deprecated since 8.12. use List.nil instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1630, characters 2-460:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1630, characters 2-460:
- Warning: Notation RList.nil is deprecated since 8.12. use List.nil instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1637, characters 19-28:
- Warning: Notation RList.nil is deprecated since 8.12. use List.nil instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1630, characters 2-460:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1638, characters 24-34:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1630, characters 2-460:
- Warning: Notation RList.nil is deprecated since 8.12. use List.nil instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1630, characters 2-460:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1630, characters 2-460:
- Warning: Notation RList.nil is deprecated since 8.12. use List.nil instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1630, characters 2-460:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1630, characters 2-460:
- Warning: Notation RList.nil is deprecated since 8.12. use List.nil instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1637, characters 19-28:
- Warning: Notation RList.nil is deprecated since 8.12. use List.nil instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1630, characters 2-460:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1638, characters 24-34:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1630, characters 2-460:
- Warning: Notation RList.nil is deprecated since 8.12. use List.nil instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1637, characters 19-28:
- Warning: Notation RList.nil is deprecated since 8.12. use List.nil instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1630, characters 2-460:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1638, characters 24-34:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1656, characters 35-48:
- Warning: Notation RList.Rlength is deprecated since 8.12.
- use List.length instead [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1657, characters 19-29:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1657, characters 34-44:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1658, characters 21-31:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1658, characters 36-46:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1666, characters 35-45:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1666, characters 49-59:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- Finished theories/Rcomplements.vo
- File "./theories/Rbar.v", line 49, characters 0-27:
- Warning:
- New coercion path [real; Finite] : Rbar >-> Rbar is not definitionally an identity function.
- [ambiguous-paths,typechecker]
- File "./theories/Iter.v", line 187, characters 2-33:
- 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/Complex.vo
- Failed to build theories/AutoDerive.vo
- Failed to build theories/Continuity.vo
- Failed to build all
- Finished theories/Markov.vo
- Finished theories/Compactness.vo
- 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.09.1 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.4.09.1/.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-29324-2dea01.env
# output-file          ~/.opam/log/coq-coquelicot-29324-2dea01.out
### output ###
# [...]
# Failed to build theories/Complex.vo
# Failed to build theories/AutoDerive.vo
# Failed to build theories/Continuity.vo
# Failed to build all
# Finished theories/Markov.vo
# Finished theories/Compactness.vo
# 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.14.1' failed.

Installation size

No files were installed.

Uninstall ๐Ÿงน

Command
true
Return code
0
Missing removes
none
Wrong removes
none