# 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: "General-purpose automated reasoning hammer tool for Coq"
description: """
A general-purpose automated reasoning hammer tool for Coq that combines
learning from previous proofs with the translation of problems to the
logics of automated systems and the reconstruction of successfully found proofs.
"""
build: [make "-j%{jobs}%" {ocaml:version >= "4.06"} "plugin"]
install: [
[make "install-plugin"]
[make "test-plugin"] {with-test}
]
depends: [
"ocaml"
"coq" {= "dev"}
("conf-g++" {build} | "conf-clang" {build})
"coq-hammer-tactics" {= version}
]
tags: [
"category:Miscellaneous/Coq Extensions"
"keyword:automation"
"keyword:hammer"
"logpath:Hammer.Plugin"
]
authors: [
"Lukasz Czajka <lukaszcz@mimuw.edu.pl>"
"Cezary Kaliszyk <cezary.kaliszyk@uibk.ac.at>"
]
url {
src: "git+https://github.com/lukaszcz/coqhammer.git#master"
}
trueDry install with the current Coq version:
opam install -y --show-action coq-hammer.dev coq.devDry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
trueopam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-hammer.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
The following actions will be performed:
- install conf-g++ 1.0
- install coq-hammer-tactics dev
===== 2 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-hammer-tactics.dev] synchronised from git+https://github.com/lukaszcz/coqhammer.git#master
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-g++.1.0
[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-11448-0a5907.env
# output-file ~/.opam/log/coq-hammer-tactics-11448-0a5907.out
### output ###
# [...]
# COQC theories/Tactics/Reconstr.v
# 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
# 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
+-
+- The following changes have been performed
| - install conf-g++ 1.0
+-
# Run eval $(opam env) to update the current shell environment
The former state can be restored with:
opam switch import "/home/bench/.opam/ocaml-base-compiler.4.06.1/.opam-switch/backup/state-20220306112857.export"
trueNo files were installed.
true