# 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.0.3 Fast, portable, and opinionated build system ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler ocamlfind 1.9.1 A library manager for OCaml ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind 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/lukaszcz/coqhammer" dev-repo: "git+https://github.com/lukaszcz/coqhammer.git" bug-reports: "https://github.com/lukaszcz/coqhammer/issues" license: "LGPL-2.1-only" synopsis: "Reconstruction tactics for the hammer for Coq" description: """ Collection of tactics that are used by the hammer for Coq to reconstruct proofs found by automated theorem provers. When the hammer has been successfully applied to a project, only this package needs to be installed; the hammer plugin is not required. """ build: [make "-j%{jobs}%" {ocaml:version >= "4.06"} "tactics"] install: [ [make "install-tactics"] [make "test-tactics"] {with-test} ] depends: [ "ocaml" "coq" {= "dev"} ] conflicts: [ "coq-hammer" {!= version} ] tags: [ "keyword:automation" "keyword:hammer" "keyword:tactics" "logpath:Hammer.Tactics" ] authors: [ "Lukasz Czajka <lukaszcz@mimuw.edu.pl>" ] url { src: "git+https://github.com/lukaszcz/coqhammer.git#master" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-hammer-tactics.dev 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-hammer-tactics.dev coq.dev
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y coq-hammer-tactics.dev 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.0.3 Fast, portable, and opinionated build system ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler ocamlfind 1.9.1 A library manager for OCaml ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind 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-hammer-tactics dev <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [coq-hammer-tactics.dev] synchronised from git+https://github.com/lukaszcz/coqhammer.git#master <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] The compilation of coq-hammer-tactics failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4 tactics". #=== ERROR while compiling coq-hammer-tactics.dev =============================# # context 2.0.5 | linux/x86_64 | ocaml-base-compiler.4.06.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.4.06.1/.opam-switch/build/coq-hammer-tactics.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 tactics # exit-code 2 # env-file ~/.opam/log/coq-hammer-tactics-9667-e4db2f.env # output-file ~/.opam/log/coq-hammer-tactics-9667-e4db2f.out ### output ### # [...] # COQC theories/Tactics/Reflect.v # CAMLOPT -c -for-pack Hammer_lib src/lib/hammer_errors.ml # CAMLC -c src/lib/hhutils.mli # CAMLOPT -c -for-pack Hammer_lib src/lib/hhlib.ml # File "src/lib/hhlib.ml", line 79, characters 19-33: # Error: Unbound module Stdlib # CAMLC -c src/lib/hhlpo.mli # make[2]: *** [Makefile.coq.tactics:741: src/lib/hhlib.cmx] Error 2 # make[2]: *** Waiting for unfinished jobs.... # make[1]: *** [Makefile.coq.tactics:410: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.06.1/.opam-switch/build/coq-hammer-tactics.dev' # make: *** [Makefile:7: tactics] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-hammer-tactics dev +- - No changes have been performed # Run eval $(opam env) to update the current shell environment
No files were installed.
true