# 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.13.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.13.1 Official release 4.13.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: "2.0" maintainer: "palmskog@gmail.com" homepage: "https://github.com/coq-community/coqtail-math" dev-repo: "git+https://github.com/coq-community/coqtail-math.git" bug-reports: "https://github.com/coq-community/coqtail-math/issues" license: "LGPL-3.0-only" synopsis: "Library of mathematical theorems and tools proved inside the Coq" description: """ Coqtail is a library of mathematical theorems and tools proved inside the Coq proof assistant. Results range mostly from arithmetic to real and complex analysis.""" build: [make "-j%{jobs}%"] install: [make "install"] depends: [ "coq" {>= "8.11"} ] tags: [ "category:Mathematics/Real Calculus and Topology" "keyword:real analysis" "keyword:complex analysis" "logpath:Coqtail" "date:2021-11-02" ] authors: [ "Guillaume Allais" "Sylvain Dailler" "Hugo Férée" "Jean-Marie Madiot" "Pierre-Marie Pédrot" "Amaury Pouly" ] url { src: "https://github.com/coq-community/coqtail-math/archive/8.14.tar.gz" checksum: "sha512=ed7d54c4d42a01ae92db6c2116e503caace26462ccee46630a0256865440122ca044984ee249c30dbef78a7d83d6bda568873a1c579c6279dc1ed49a83812e31" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-coqtail.8.14 coq.dev
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
true
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-coqtail.8.14 coq.dev
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-coqtail.8.14 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.13.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.13.1 Official release 4.13.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.3 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 dev). The following actions will be performed: - install coq-coqtail 8.14 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/1: [coq-coqtail.8.14: http] [coq-coqtail.8.14] downloaded from https://github.com/coq-community/coqtail-math/archive/8.14.tar.gz Processing 1/1: <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/2: [coq-coqtail: make] + /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.4.13.1/.opam-switch/build/coq-coqtail.8.14) - coq_makefile -f _CoqProject -o Makefile.coq - make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.13.1/.opam-switch/build/coq-coqtail.8.14' - COQDEP VFILES - COQC Arith/Hurwitz_def.v - COQC mytheories/MyZ.v - COQC mytheories/MyNat.v - COQC Arith/Ztools.v - File "./mytheories/MyNat.v", line 19, characters 28-36: - 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 "./mytheories/MyNat.v", line 19, characters 28-36: - 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 "./mytheories/MyNat.v", line 28, characters 18-24: - Warning: Notation lt_S_n is deprecated since 8.16. - The Arith.Lt file is obsolete. Use the bidirectional version Nat.succ_lt_mono instead. - [deprecated-syntactic-definition,deprecated] - File "./mytheories/MyNat.v", line 28, characters 18-24: - Warning: Notation lt_S_n is deprecated since 8.16. - The Arith.Lt file is obsolete. Use the bidirectional version Nat.succ_lt_mono instead. - [deprecated-syntactic-definition,deprecated] - File "./mytheories/MyNat.v", line 35, characters 22-29: - 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 "./mytheories/MyNat.v", line 36, characters 23-31: - 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 "./mytheories/MyNat.v", line 35, characters 22-29: - 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 "./mytheories/MyNat.v", line 36, characters 23-31: - 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 "./mytheories/MyNat.v", line 39, characters 23-31: - Warning: Notation lt_trans is deprecated since 8.16. - The Arith.Lt file is obsolete. Use Nat.lt_trans instead. - [deprecated-syntactic-definition,deprecated] - File "./mytheories/MyNat.v", line 42, characters 23-31: - Warning: Notation gt_trans is deprecated since 8.16. - The Arith.Gt file is obsolete. Use Nat.lt_trans instead. - [deprecated-syntactic-definition,deprecated] - COQC Arith/Nk_ind.v - COQC Arith/Ntools.v - COQC Arith/Nle.v - File "./Arith/Nk_ind.v", line 139, characters 8-16: - 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 "./Arith/Nk_ind.v", line 139, characters 8-16: - 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 "./Arith/Nk_ind.v", line 139, characters 8-16: - 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] - COQC Arith/Modulo.v - File "./Arith/Nk_ind.v", line 305, characters 6-15: - Warning: Notation le_n_O_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 "./Arith/Nk_ind.v", line 305, characters 6-15: - Warning: Notation le_n_O_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] - COQC Arith/Ninductions.v - COQC Arith/Nminus.v - COQC Arith/PI.v - File "./Arith/Modulo.v", line 61, characters 17-32: - Warning: Notation Plus.plus_reg_l is deprecated since 8.16. - The Arith.Plus file is obsolete. Use the bidirectional version Nat.add_cancel_l instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/Modulo.v", line 61, characters 17-32: - Warning: Notation Plus.plus_reg_l is deprecated since 8.16. - The Arith.Plus file is obsolete. Use the bidirectional version Nat.add_cancel_l instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/PI.v", line 31, characters 21-28: - Warning: Notation le_Sn_n is deprecated since 8.16. - The Arith.Le file is obsolete. Use Nat.nle_succ_diag_l instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/PI.v", line 31, characters 21-28: - Warning: Notation le_Sn_n is deprecated since 8.16. - The Arith.Le file is obsolete. Use Nat.nle_succ_diag_l instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/PI.v", line 37, characters 21-28: - Warning: Notation le_Sn_n is deprecated since 8.16. - The Arith.Le file is obsolete. Use Nat.nle_succ_diag_l instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/PI.v", line 37, characters 21-28: - Warning: Notation le_Sn_n is deprecated since 8.16. - The Arith.Le file is obsolete. Use Nat.nle_succ_diag_l instead. - [deprecated-syntactic-definition,deprecated] - COQC Complex/Cdefinitions.v - COQC Reals/Rsequence/Rsequence_def.v - File "./Arith/Modulo.v", line 80, characters 17-32: - Warning: Notation Plus.plus_reg_l is deprecated since 8.16. - The Arith.Plus file is obsolete. Use the bidirectional version Nat.add_cancel_l instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/Modulo.v", line 80, characters 17-32: - Warning: Notation Plus.plus_reg_l is deprecated since 8.16. - The Arith.Plus file is obsolete. Use the bidirectional version Nat.add_cancel_l instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/Modulo.v", line 84, characters 60-63: - Warning: Notation max is deprecated since 8.16. - The Arith.Max file is obsolete. Use Nat.max instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/Ninductions.v", line 22, characters 17-24: - 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 "./Arith/Ninductions.v", line 22, characters 17-24: - 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 "./Arith/Modulo.v", line 88, characters 9-14: - Warning: Notation max_l is deprecated since 8.16. - The Arith.Max file is obsolete. Use Nat.max_l instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/Modulo.v", line 88, characters 9-14: - Warning: Notation max_l is deprecated since 8.16. - The Arith.Max file is obsolete. Use Nat.max_l instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/Modulo.v", line 88, characters 9-14: - Warning: Notation max_l is deprecated since 8.16. - The Arith.Max file is obsolete. Use Nat.max_l instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/Modulo.v", line 88, characters 9-14: - Warning: Notation max_l is deprecated since 8.16. - The Arith.Max file is obsolete. Use Nat.max_l instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/Modulo.v", line 94, characters 32-35: - Warning: Notation max is deprecated since 8.16. - The Arith.Max file is obsolete. Use Nat.max instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/Modulo.v", line 94, characters 32-35: - Warning: Notation max is deprecated since 8.16. - The Arith.Max file is obsolete. Use Nat.max instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/Modulo.v", line 100, characters 26-29: - Warning: Notation max is deprecated since 8.16. - The Arith.Max file is obsolete. Use Nat.max instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/Modulo.v", line 100, characters 8-19: - Warning: Notation Le.le_trans is deprecated since 8.16. - The Arith.Le file is obsolete. Use Nat.le_trans instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/Modulo.v", line 100, characters 44-56: - Warning: Notation le_max_l is deprecated since 8.16. - The Arith.Max file is obsolete. Use Nat.le_max_l instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/Modulo.v", line 100, characters 26-29: - Warning: Notati [...] truncated ctic-definition,deprecated] - File "./Arith/Ndiv.v", line 1215, 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 "./Arith/Ndiv.v", line 1216, characters 11-20: - Warning: Notation minus_n_n is deprecated since 8.16. - The Arith.Minus file is obsolete. Use Nat.sub_diag (and symmetry of equality) instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/Ndiv.v", line 1216, characters 11-20: - Warning: Notation minus_n_n is deprecated since 8.16. - The Arith.Minus file is obsolete. Use Nat.sub_diag (and symmetry of equality) instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/Ndiv.v", line 1216, characters 11-20: - Warning: Notation minus_n_n is deprecated since 8.16. - The Arith.Minus file is obsolete. Use Nat.sub_diag (and symmetry of equality) instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/Ndiv.v", line 1217, characters 18-27: - Warning: Notation minus_n_O is deprecated since 8.16. - The Arith.Minus file is obsolete. Use Nat.sub_0_r (and symmetry of equality) instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/Ndiv.v", line 1217, characters 18-27: - Warning: Notation minus_n_O is deprecated since 8.16. - The Arith.Minus file is obsolete. Use Nat.sub_0_r (and symmetry of equality) instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/Ndiv.v", line 1217, characters 18-27: - Warning: Notation minus_n_O is deprecated since 8.16. - The Arith.Minus file is obsolete. Use Nat.sub_0_r (and symmetry of equality) instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/Ndiv.v", line 1221, 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 "./Arith/Ndiv.v", line 1221, 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 "./Arith/Ndiv.v", line 1221, 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 "./Arith/Ndiv.v", line 1221, 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 "./Arith/Ndiv.v", line 1229, characters 8-18: - Warning: Notation minus_plus is deprecated since 8.16. - The Arith.Minus file is obsolete. Use Nat.add_sub (together with Nat.add_com) instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/Ndiv.v", line 1229, characters 8-18: - Warning: Notation minus_plus is deprecated since 8.16. - The Arith.Minus file is obsolete. Use Nat.add_sub (together with Nat.add_com) instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/Ndiv.v", line 1229, characters 8-18: - Warning: Notation minus_plus is deprecated since 8.16. - The Arith.Minus file is obsolete. Use Nat.add_sub (together with Nat.add_com) instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/Ndiv.v", line 1230, 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 "./Arith/Ndiv.v", line 1230, 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 "./Arith/Ndiv.v", line 1230, 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 "./Arith/Ndiv.v", line 1231, characters 8-18: - Warning: Notation minus_plus is deprecated since 8.16. - The Arith.Minus file is obsolete. Use Nat.add_sub (together with Nat.add_com) instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/Ndiv.v", line 1231, characters 8-18: - Warning: Notation minus_plus is deprecated since 8.16. - The Arith.Minus file is obsolete. Use Nat.add_sub (together with Nat.add_com) instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/Ndiv.v", line 1231, characters 8-18: - Warning: Notation minus_plus is deprecated since 8.16. - The Arith.Minus file is obsolete. Use Nat.add_sub (together with Nat.add_com) instead. - [deprecated-syntactic-definition,deprecated] - File "./Arith/Ndiv.v", line 1233, 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 "./Arith/Ndiv.v", line 1233, 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 "./Arith/Ndiv.v", line 1233, 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 "./Arith/Ndiv.v", line 1236, characters 0-4: - Error: (in proof Nleast_div_ge_least): Attempt to save an incomplete proof - - COQC mytheories/myReals/MyRIneq.v - make[2]: *** [Makefile.coq:790: Arith/Ndiv.vo] Error 1 - make[2]: *** Waiting for unfinished jobs.... - File "./mytheories/myReals/MyRIneq.v", line 55, characters 52-61: - Warning: Notation Rabs_Rinv is deprecated since 8.16. Use Rabs_inv. - [deprecated-syntactic-definition,deprecated] - File "./mytheories/myReals/MyRIneq.v", line 55, characters 52-61: - Warning: Notation Rabs_Rinv is deprecated since 8.16. Use Rabs_inv. - [deprecated-syntactic-definition,deprecated] - File "./mytheories/myReals/MyRIneq.v", line 55, characters 52-61: - Warning: Notation Rabs_Rinv is deprecated since 8.16. Use Rabs_inv. - [deprecated-syntactic-definition,deprecated] - File "./mytheories/myReals/MyRIneq.v", line 55, characters 52-61: - Warning: Notation Rabs_Rinv is deprecated since 8.16. Use Rabs_inv. - [deprecated-syntactic-definition,deprecated] - File "./mytheories/myReals/MyRIneq.v", line 116, characters 41-56: - Warning: Notation Rinv_involutive is deprecated since 8.16. Use Rinv_inv. - [deprecated-syntactic-definition,deprecated] - File "./mytheories/myReals/MyRIneq.v", line 116, characters 65-80: - Warning: Notation Rinv_involutive is deprecated since 8.16. Use Rinv_inv. - [deprecated-syntactic-definition,deprecated] - File "./mytheories/myReals/MyRIneq.v", line 116, characters 41-56: - Warning: Notation Rinv_involutive is deprecated since 8.16. Use Rinv_inv. - [deprecated-syntactic-definition,deprecated] - File "./mytheories/myReals/MyRIneq.v", line 116, characters 41-56: - Warning: Notation Rinv_involutive is deprecated since 8.16. Use Rinv_inv. - [deprecated-syntactic-definition,deprecated] - File "./mytheories/myReals/MyRIneq.v", line 116, characters 41-56: - Warning: Notation Rinv_involutive is deprecated since 8.16. Use Rinv_inv. - [deprecated-syntactic-definition,deprecated] - File "./mytheories/myReals/MyRIneq.v", line 116, characters 65-80: - Warning: Notation Rinv_involutive is deprecated since 8.16. Use Rinv_inv. - [deprecated-syntactic-definition,deprecated] - File "./mytheories/myReals/MyRIneq.v", line 116, characters 65-80: - Warning: Notation Rinv_involutive is deprecated since 8.16. Use Rinv_inv. - [deprecated-syntactic-definition,deprecated] - File "./mytheories/myReals/MyRIneq.v", line 116, characters 65-80: - Warning: Notation Rinv_involutive is deprecated since 8.16. Use Rinv_inv. - [deprecated-syntactic-definition,deprecated] - make[1]: *** [Makefile.coq:408: all] Error 2 - make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.13.1/.opam-switch/build/coq-coqtail.8.14' - make: *** [Makefile:2: all] Error 2 [ERROR] The compilation of coq-coqtail failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4". #=== ERROR while compiling coq-coqtail.8.14 ===================================# # context 2.0.10 | linux/x86_64 | ocaml-base-compiler.4.13.1 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.4.13.1/.opam-switch/build/coq-coqtail.8.14 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 # env-file ~/.opam/log/coq-coqtail-7634-335865.env # output-file ~/.opam/log/coq-coqtail-7634-335865.out ### output ### # [...] # File "./mytheories/myReals/MyRIneq.v", line 116, characters 65-80: # Warning: Notation Rinv_involutive is deprecated since 8.16. Use Rinv_inv. # [deprecated-syntactic-definition,deprecated] # File "./mytheories/myReals/MyRIneq.v", line 116, characters 65-80: # Warning: Notation Rinv_involutive is deprecated since 8.16. Use Rinv_inv. # [deprecated-syntactic-definition,deprecated] # File "./mytheories/myReals/MyRIneq.v", line 116, characters 65-80: # Warning: Notation Rinv_involutive is deprecated since 8.16. Use Rinv_inv. # [deprecated-syntactic-definition,deprecated] # make[1]: *** [Makefile.coq:408: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.13.1/.opam-switch/build/coq-coqtail.8.14' # make: *** [Makefile:2: all] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-coqtail 8.14 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment 'opam install -y -v coq-coqtail.8.14 coq.dev' failed. The middle of the output is truncated (maximum 20000 characters)
No files were installed.
true