# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.18.0 The Coq Proof Assistant coq-core 8.18.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.18.0 The Coq Proof Assistant -- Standard Library coqide-server 8.18.0 The Coq Proof Assistant, XML protocol server dune 3.13.0 Fast, portable, and opinionated build system ocaml 4.14.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.14.0 Official release 4.14.0 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.6 A library manager for OCaml zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: "2.0" maintainer: "thery@sophia.inria.fr" homepage: "https://github.com/thery/PolTac" bug-reports: "https://github.com/thery/PolTac/issues" dev-repo: "git://github.com/thery/PolTac" license: "LGPL-2.1-only" authors: ["Laurent Théry"] build: [make "-j%{jobs}%"] install: [make "install"] depends: [ "ocaml" "coq" {>= "8.12~"} ] synopsis: "A set of tactics to deal with inequalities in Coq over N, Z and R:" tags: [ "logpath:PolTac" ] url { src: "https://github.com/thery/PolTac/archive/v8.12.tar.gz" checksum: "md5=5e627ee171248a92edac49d7d92579fe" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-poltac.0.8.12 coq.8.18.0
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
true
opam list; echo; timeout 4h opam install -y --deps-only coq-poltac.0.8.12 coq.8.18.0
opam list; echo; timeout 4h opam install -y -v coq-poltac.0.8.12 coq.8.18.0
# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.18.0 The Coq Proof Assistant coq-core 8.18.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.18.0 The Coq Proof Assistant -- Standard Library coqide-server 8.18.0 The Coq Proof Assistant, XML protocol server dune 3.13.0 Fast, portable, and opinionated build system ocaml 4.14.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.14.0 Official release 4.14.0 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.6 A library manager for OCaml zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers [NOTE] Package coq is already installed (current version is 8.18.0). The following actions will be performed: - install coq-poltac 0.8.12 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/1: [coq-poltac.0.8.12: http] [coq-poltac.0.8.12] downloaded from https://github.com/thery/PolTac/archive/v8.12.tar.gz Processing 1/1: <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/2: [coq-poltac: make] + /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-poltac.0.8.12) - /home/bench/.opam/ocaml-base-compiler.4.14.0/bin/coq_makefile -f _CoqProject -o Makefile.coq - COQDEP VFILES - COQC NatAux.v - COQC NatGroundTac.v - COQC NGroundTac.v - COQC ZAux.v - File "./NatAux.v", line 5, characters 35-44: - Warning: Notation mult_comm is deprecated since 8.16. - The Arith.Mult file is obsolete. Use Nat.mul_comm instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 5, characters 55-71: - Warning: Notation mult_lt_compat_r is deprecated since 8.16. - The Arith.Mult file is obsolete. Use the bidirectional version Nat.mul_lt_mono_pos_r instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 5, characters 35-44: - Warning: Notation mult_comm is deprecated since 8.16. - The Arith.Mult file is obsolete. Use Nat.mul_comm instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 5, characters 35-44: - Warning: Notation mult_comm is deprecated since 8.16. - The Arith.Mult file is obsolete. Use Nat.mul_comm instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 5, characters 35-44: - Warning: Notation mult_comm is deprecated since 8.16. - The Arith.Mult file is obsolete. Use Nat.mul_comm instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 5, characters 35-44: - Warning: Notation mult_comm is deprecated since 8.16. - The Arith.Mult file is obsolete. Use Nat.mul_comm instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 5, characters 35-44: - Warning: Notation mult_comm is deprecated since 8.16. - The Arith.Mult file is obsolete. Use Nat.mul_comm instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 5, characters 55-71: - Warning: Notation mult_lt_compat_r is deprecated since 8.16. - The Arith.Mult file is obsolete. Use the bidirectional version Nat.mul_lt_mono_pos_r instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 25, characters 22-30: - Warning: Notation le_or_lt is deprecated since 8.16. - The Arith.Lt file is obsolete. Use Nat.le_gt_cases instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 25, characters 22-30: - Warning: Notation le_or_lt is deprecated since 8.16. - The Arith.Lt file is obsolete. Use Nat.le_gt_cases instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 27, characters 6-15: - Warning: Notation le_not_lt is deprecated since 8.16. - The Arith.Lt file is obsolete. Use the bidirectional version Nat.le_ngt instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 27, characters 23-39: - Warning: Notation mult_le_compat_l is deprecated since 8.16. - The Arith.Mult file is obsolete. Use Nat.mul_le_mono_l instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 27, characters 6-15: - Warning: Notation le_not_lt is deprecated since 8.16. - The Arith.Lt file is obsolete. Use the bidirectional version Nat.le_ngt instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 27, characters 23-39: - Warning: Notation mult_le_compat_l is deprecated since 8.16. - The Arith.Mult file is obsolete. Use Nat.mul_le_mono_l instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 37, characters 22-30: - Warning: Notation le_or_lt is deprecated since 8.16. - The Arith.Lt file is obsolete. Use Nat.le_gt_cases instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 37, characters 22-30: - Warning: Notation le_or_lt is deprecated since 8.16. - The Arith.Lt file is obsolete. Use Nat.le_gt_cases instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 43, characters 25-33: - Warning: Notation le_or_lt is deprecated since 8.16. - The Arith.Lt file is obsolete. Use Nat.le_gt_cases instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 43, characters 25-33: - Warning: Notation le_or_lt is deprecated since 8.16. - The Arith.Lt file is obsolete. Use Nat.le_gt_cases instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 44, characters 6-15: - Warning: Notation lt_not_le is deprecated since 8.16. - The Arith.Lt file is obsolete. Use the bidirectional version Nat.lt_nge instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 44, characters 6-15: - Warning: Notation lt_not_le is deprecated since 8.16. - The Arith.Lt file is obsolete. Use the bidirectional version Nat.lt_nge instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 49, characters 25-33: - Warning: Notation le_or_lt is deprecated since 8.16. - The Arith.Lt file is obsolete. Use Nat.le_gt_cases instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 49, characters 25-33: - Warning: Notation le_or_lt is deprecated since 8.16. - The Arith.Lt file is obsolete. Use Nat.le_gt_cases instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 50, characters 17-26: - Warning: Notation lt_not_le is deprecated since 8.16. - The Arith.Lt file is obsolete. Use the bidirectional version Nat.lt_nge instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 50, characters 17-26: - Warning: Notation lt_not_le is deprecated since 8.16. - The Arith.Lt file is obsolete. Use the bidirectional version Nat.lt_nge instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 72, characters 8-16: - Warning: Notation mult_0_r is deprecated since 8.16. - The Arith.Mult file is obsolete. Use Nat.mul_0_r instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 72, characters 8-16: - Warning: Notation mult_0_r is deprecated since 8.16. - The Arith.Mult file is obsolete. Use Nat.mul_0_r instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatAux.v", line 72, characters 8-16: - Warning: Notation mult_0_r is deprecated since 8.16. - The Arith.Mult file is obsolete. Use Nat.mul_0_r instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - COQC Replace2.v - COQC RAux.v - File "./NatAux.v", line 83, characters 8-16: - Warning: Notation mult_0_r is deprecated since 8.16. - The Arith.Mult file is obsolete. [...] truncated actic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./PolAux.v", line 268, characters 29-42: - Warning: Notation plus_gt_reg_l is deprecated since 8.16. - The Arith.Gt file is obsolete. Use the bidirectional version Nat.add_lt_mono_l instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./PolAux.v", line 268, characters 29-42: - Warning: Notation plus_gt_reg_l is deprecated since 8.16. - The Arith.Gt file is obsolete. Use the bidirectional version Nat.add_lt_mono_l instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./PolAux.v", line 271, characters 29-42: - Warning: Notation plus_le_reg_l is deprecated since 8.16. - The Arith.Plus file is obsolete. Use the bidirectional version Nat.add_le_mono_l instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./PolAux.v", line 271, characters 29-42: - Warning: Notation plus_le_reg_l is deprecated since 8.16. - The Arith.Plus file is obsolete. Use the bidirectional version Nat.add_le_mono_l instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./PolAux.v", line 302, characters 34-42: - Warning: Notation le_trans is deprecated since 8.16. - The Arith.Le file is obsolete. Use Nat.le_trans instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./PolAux.v", line 302, characters 34-42: - Warning: Notation le_trans is deprecated since 8.16. - The Arith.Le file is obsolete. Use Nat.le_trans instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - COQC RGroundTac.v - COQC NatPolS.v - COQC NPolS.v - COQC ZPolS.v - COQC RPolS.v - File "./NatPolS.v", line 53, characters 37-53: - Warning: Notation plus_le_compat_l is deprecated since 8.16. - The Arith.Plus file is obsolete. Use the bidirectional version Nat.add_le_mono_l instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatPolS.v", line 52, characters 37-53: - Warning: Notation plus_gt_compat_l is deprecated since 8.16. - The Arith.Gt file is obsolete. Use the bidirectional version Nat.add_lt_mono_l instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatPolS.v", line 51, characters 37-53: - Warning: Notation plus_lt_compat_l is deprecated since 8.16. - The Arith.Plus file is obsolete. Use the bidirectional version Nat.add_lt_mono_l instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatPolS.v", line 71, characters 38-51: - Warning: Notation plus_le_reg_l is deprecated since 8.16. - The Arith.Plus file is obsolete. Use the bidirectional version Nat.add_le_mono_l instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatPolS.v", line 69, characters 38-51: - Warning: Notation plus_gt_reg_l is deprecated since 8.16. - The Arith.Gt file is obsolete. Use the bidirectional version Nat.add_lt_mono_l instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatPolS.v", line 67, characters 38-51: - Warning: Notation plus_lt_reg_l is deprecated since 8.16. - The Arith.Plus file is obsolete. Use the bidirectional version Nat.add_lt_mono_l instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatPolS.v", line 63, characters 38-48: - Warning: Notation 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-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - COQC ZPolF.v - COQC RSignTac.v - COQC NPolF.v - COQC NatPolF.v - File "./RSignTac.v", line 359, characters 0-4: - Warning: test1 is declared opaque (Qed) but this is not fully respected - inside the section and not at all outside the section. - Use attribute #[clearbody] to get the current behaviour of clearing the body - at the start of proofs in a forward compatible way. - [opaque-let,deprecated-since-8.18,deprecated,default] - File "./RSignTac.v", line 365, characters 0-4: - Warning: test2 is declared opaque (Qed) but this is not fully respected - inside the section and not at all outside the section. - Use attribute #[clearbody] to get the current behaviour of clearing the body - at the start of proofs in a forward compatible way. - [opaque-let,deprecated-since-8.18,deprecated,default] - File "./RSignTac.v", line 370, characters 0-4: - Warning: test3 is declared opaque (Qed) but this is not fully respected - inside the section and not at all outside the section. - Use attribute #[clearbody] to get the current behaviour of clearing the body - at the start of proofs in a forward compatible way. - [opaque-let,deprecated-since-8.18,deprecated,default] - COQC ZPolR.v - File "./RSignTac.v", line 375, characters 0-4: - Warning: test4 is declared opaque (Qed) but this is not fully respected - inside the section and not at all outside the section. - Use attribute #[clearbody] to get the current behaviour of clearing the body - at the start of proofs in a forward compatible way. - [opaque-let,deprecated-since-8.18,deprecated,default] - COQC NPolR.v - COQC RPolF.v - File "./NatPolF.v", line 58, characters 57-65: - Warning: Notation mult_1_r is deprecated since 8.16. - The Arith.Mult file is obsolete. Use Nat.mul_1_r instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatPolF.v", line 58, characters 37-45: - Warning: Notation mult_1_l is deprecated since 8.16. - The Arith.Mult file is obsolete. Use Nat.mul_1_l instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatPolF.v", line 72, characters 42-50: - Warning: Notation mult_1_l is deprecated since 8.16. - The Arith.Mult file is obsolete. Use Nat.mul_1_l instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - COQC NatPolR.v - COQC NPolTac.v - COQC ZPolTac.v - COQC RPolR.v - File "./NatPolR.v", line 133, characters 21-32: - Warning: Notation le_lt_trans is deprecated since 8.16. - The Arith.Lt file is obsolete. Use Nat.le_lt_trans instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatPolR.v", line 132, characters 21-32: - Warning: Notation lt_le_trans is deprecated since 8.16. - The Arith.Lt file is obsolete. Use Nat.lt_le_trans instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatPolR.v", line 127, characters 21-32: - Warning: Notation le_gt_trans is deprecated since 8.16. - The Arith.Gt file is obsolete. Use Nat.lt_le_trans instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatPolR.v", line 126, characters 21-32: - Warning: Notation gt_le_trans is deprecated since 8.16. - The Arith.Gt file is obsolete. Use Nat.le_lt_trans instead. - [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - File "./NatPolR.v", line 122, 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-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default] - COQC NatPolTac.v - COQC PolTac.v - COQC RPolTac.v - COQC Natex.v - COQC Nex.v - COQC ReplaceTest.v - COQC Rex.v - File "./Nex.v", line 64, characters 0-4: - Error: (in proof polr_test1): Attempt to save an incomplete proof - - COQC Zex.v - make[1]: *** [Makefile.coq:838: Nex.vo] Error 1 - make[1]: *** [Nex.vo] Deleting file 'Nex.glob' - make[1]: *** Waiting for unfinished jobs.... - make: *** [Makefile.coq:409: all] Error 2 [ERROR] The compilation of coq-poltac failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4". #=== ERROR while compiling coq-poltac.0.8.12 ==================================# # context 2.0.10 | linux/x86_64 | ocaml-base-compiler.4.14.0 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-poltac.0.8.12 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 # env-file ~/.opam/log/coq-poltac-13530-865888.env # output-file ~/.opam/log/coq-poltac-13530-865888.out ### output ### # [...] # COQC Natex.v # COQC Nex.v # COQC ReplaceTest.v # COQC Rex.v # File "./Nex.v", line 64, characters 0-4: # Error: (in proof polr_test1): Attempt to save an incomplete proof # # COQC Zex.v # make[1]: *** [Makefile.coq:838: Nex.vo] Error 1 # make[1]: *** [Nex.vo] Deleting file 'Nex.glob' # make[1]: *** Waiting for unfinished jobs.... # make: *** [Makefile.coq:409: all] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-poltac 0.8.12 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment 'opam install -y -v coq-poltac.0.8.12 coq.8.18.0' failed. The middle of the output is truncated (maximum 20000 characters)
No files were installed.
true