# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-domains base base-nnp base Naked pointers prohibited in the OCaml heap base-threads base base-unix base conf-gmp 4 Virtual package relying on a GMP lib system installation coq dev The Coq Proof Assistant coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server dune 3.12.2 Fast, portable, and opinionated build system ocaml 5.0.0 The OCaml compiler (virtual package) ocaml-base-compiler 5.0.0 Official release 5.0.0 ocaml-config 3 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: "palmskog@gmail.com" homepage: "https://github.com/coq-community/autosubst" dev-repo: "git+https://github.com/coq-community/autosubst.git" bug-reports: "https://github.com/coq-community/autosubst/issues" license: "MIT" synopsis: "Coq library for parallel de Bruijn substitutions" description: """ Autosubst is a library for the Coq proof assistant which provides automation for formalizing syntactic theories with variable binders. Given an inductive definition of syntactic objects in de Bruijn representation augmented with binding annotations, Autosubst synthesizes the parallel substitution operation and automatically proves the basic lemmas about substitutions.""" build: [make "-j%{jobs}%"] install: [make "install"] depends: [ "coq" {(>= "8.14" & < "8.19~") | (= "dev")} ] tags: [ "category:Computer Science/Lambda Calculi" "keyword:abstract syntax" "keyword:binders" "keyword:de Bruijn indices" "keyword:substitution" "logpath:Autosubst" "date:2023-07-12" ] authors: [ "Steven Schäfer" "Tobias Tebbi" ] url { src: "https://github.com/coq-community/autosubst/archive/v1.8.tar.gz" checksum: "sha512=15077c2b9ad6acf71bc7853e14c205dea49d948c25ff9d7c19b026745fbd029fa8135f18d94317976f281880589c8dfa87c8ddbd657b70ae2818b7502ae6adc5" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-autosubst.1.8 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-autosubst.1.8 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-autosubst.1.8 coq.dev
# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-domains base base-nnp base Naked pointers prohibited in the OCaml heap base-threads base base-unix base conf-gmp 4 Virtual package relying on a GMP lib system installation coq dev The Coq Proof Assistant coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server dune 3.12.2 Fast, portable, and opinionated build system ocaml 5.0.0 The OCaml compiler (virtual package) ocaml-base-compiler 5.0.0 Official release 5.0.0 ocaml-config 3 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 dev). The following actions will be performed: - install coq-autosubst 1.8 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/3: [coq-autosubst.1.8: http] Processing 1/3: -> retrieved coq-autosubst.1.8 (https://github.com/coq-community/autosubst/archive/v1.8.tar.gz) Processing 2/3: [coq-autosubst: make] + /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-autosubst.1.8) - make -C theories - make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-autosubst.1.8/theories' - coq_makefile -R . Autosubst Autosubst.v Autosubst_Basics.v Autosubst_Classes.v Autosubst_Derive.v Autosubst_Lemmas.v Autosubst_MMap.v Autosubst_MMapInstances.v Autosubst_Tactics.v -o Makefile.coq - make -f Makefile.coq all - make[2]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-autosubst.1.8/theories' - COQDEP VFILES - Warning: in file Autosubst_Basics.v, library - Coq.Arith.Plus is required and has not been found in the loadpath! - [module-not-found,filesystem,default] - COQC Autosubst_Basics.v - File "./Autosubst_Basics.v", line 8, characters 0-60: - Error: Cannot find a physical path bound to logical path Coq.Arith.Plus. - - make[3]: *** [Makefile.coq:847: Autosubst_Basics.vo] Error 1 - make[3]: *** [Autosubst_Basics.vo] Deleting file 'Autosubst_Basics.glob' - make[2]: *** [Makefile.coq:417: all] Error 2 - make[2]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-autosubst.1.8/theories' - make[1]: *** [Makefile:8: all] Error 2 - make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-autosubst.1.8/theories' - make: *** [Makefile:21: lib] Error 2 [ERROR] The compilation of coq-autosubst.1.8 failed at "make -j4". #=== ERROR while compiling coq-autosubst.1.8 ==================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.0.0 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-autosubst.1.8 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 # env-file ~/.opam/log/coq-autosubst-24242-851809.env # output-file ~/.opam/log/coq-autosubst-24242-851809.out ### output ### # Warning: in file Autosubst_Basics.v, library # [...] # COQC Autosubst_Basics.v # File "./Autosubst_Basics.v", line 8, characters 0-60: # Error: Cannot find a physical path bound to logical path Coq.Arith.Plus. # # make[3]: *** [Makefile.coq:847: Autosubst_Basics.vo] Error 1 # make[3]: *** [Autosubst_Basics.vo] Deleting file 'Autosubst_Basics.glob' # make[2]: *** [Makefile.coq:417: all] Error 2 # make[2]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-autosubst.1.8/theories' # make[1]: *** [Makefile:8: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-autosubst.1.8/theories' # make: *** [Makefile:21: lib] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-autosubst 1.8 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment 'opam install -y -v coq-autosubst.1.8 coq.dev' failed.
No files were installed.
true