# 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.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.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: "arthur.aa@gmail.com" homepage: "https://github.com/arthuraa/extructures" dev-repo: "git+https://github.com/arthuraa/extructures.git" bug-reports: "https://github.com/arthuraa/extructures/issues" authors: ["Arthur Azevedo de Amorim"] license: "MIT" build: [ ["coq_makefile" "-f" "_CoqProject" "-o" "Makefile"] [make "-j%{jobs}%"] ] install: [ [make "install"] ] remove: ["rm" "-R" "%{lib}%/coq/user-contrib/extructures"] depends: [ "ocaml" "coq" {(>= "8.7" & < "8.9~") | (= "dev")} "coq-mathcomp-ssreflect" {(>= "1.6" & < "1.8~") | (= "dev")} ] tags: [ "keyword:finite maps" "keyword:extensionality" "category:Computer Science/Data Types and Data Structures" "date:2018-04-26" "logpath:extructures" ] synopsis: "Finite data structures with extensional reasoning" flags: light-uninstall url { src: "https://github.com/arthuraa/extructures/archive/v0.1.0.tar.gz" checksum: "md5=e28ebcddf02cc35b5e70d5318f617183" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-extructures.0.1.0 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-extructures.0.1.0 coq.dev
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-extructures.0.1.0 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 coq-mathcomp-ssreflect dev Small Scale Reflection dune 3.1.1 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.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-extructures 0.1.0 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/1: [coq-extructures.0.1.0: http] [coq-extructures.0.1.0] downloaded from https://github.com/arthuraa/extructures/archive/v0.1.0.tar.gz Processing 1/1: <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/2: [coq-extructures: coq_makefile _CoqProject] + /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "coq_makefile" "-f" "_CoqProject" "-o" "Makefile" (CWD=/home/bench/.opam/ocaml-base-compiler.4.10.2/.opam-switch/build/coq-extructures.0.1.0) Processing 1/2: [coq-extructures: make] + /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.4.10.2/.opam-switch/build/coq-extructures.0.1.0) - COQDEP VFILES - COQC theories/ord.v - File "./theories/ord.v", line 43, characters 0-33: - Warning: Declaring a scope implicitly is deprecated; use in advance an - explicit "Declare Scope ord_scope.". [undeclared-scope,deprecated] - File "./theories/ord.v", line 76, characters 46-48: - Error: - In environment - T : Type - cT : type - xT := let '{| sort := T |} := cT in T : Type - The term "xT" has type "Type" while it is expected to have type - "Equality.sort (EqType cT class)". - - make[1]: *** [Makefile:791: theories/ord.vo] Error 1 - make: *** [Makefile:408: all] Error 2 [ERROR] The compilation of coq-extructures failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4". #=== ERROR while compiling coq-extructures.0.1.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-extructures.0.1.0 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 # env-file ~/.opam/log/coq-extructures-20303-e4db2f.env # output-file ~/.opam/log/coq-extructures-20303-e4db2f.out ### output ### # [...] # explicit "Declare Scope ord_scope.". [undeclared-scope,deprecated] # File "./theories/ord.v", line 76, characters 46-48: # Error: # In environment # T : Type # cT : type # xT := let '{| sort := T |} := cT in T : Type # The term "xT" has type "Type" while it is expected to have type # "Equality.sort (EqType cT class)". # # make[1]: *** [Makefile:791: theories/ord.vo] Error 1 # make: *** [Makefile:408: all] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-extructures 0.1.0 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment 'opam install -y -v coq-extructures.0.1.0 coq.dev' failed.
No files were installed.
true