# Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.10.2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.5 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "matthieu.sozeau@inria.fr"
homepage: "https://metacoq.github.io/metacoq"
dev-repo: "git+https://github.com/MetaCoq/metacoq.git#coq-8.10"
bug-reports: "https://github.com/MetaCoq/metacoq/issues"
authors: ["Abhishek Anand <aa755@cs.cornell.edu>"
"Simon Boulier <simon.boulier@inria.fr>"
"Cyril Cohen <cyril.cohen@inria.fr>"
"Yannick Forster <forster@ps.uni-saarland.de>"
"Fabian Kunze <fkunze@fakusb.de>"
"Gregory Malecha <gmalecha@gmail.com>"
"Matthieu Sozeau <matthieu.sozeau@inria.fr>"
"Nicolas Tabareau <nicolas.tabareau@inria.fr>"
"ThΓ©o Winterhalter <theo.winterhalter@inria.fr>"
]
license: "MIT"
build: [
["sh" "./configure.sh"]
[make "-j%{jobs}%" "-C" "safechecker"]
]
install: [
[make "-C" "safechecker" "install"]
]
depends: [
"ocaml" {> "4.02.3"}
"coq" {>= "8.10" & < "8.11~"}
"coq-metacoq-template" {= version}
"coq-metacoq-checker" {= version}
"coq-metacoq-pcuic" {= version}
]
synopsis: "Implementation and verification of safe conversion and typechecking algorithms for Coq"
description: """
MetaCoq is a meta-programming framework for Coq.
The SafeChecker modules provides a correct implementation of
weak-head reduction, conversion and typechecking of Coq definitions and global environments.
"""
# url {
# src: "https://github.com/MetaCoq/metacoq/archive/v2.1-beta3.tar.gz"
# checksum: "md5=e81b8ecabef788a10337a39b095d54f3"
# }
url {
src: "https://github.com/MetaCoq/metacoq/archive/v1.0-alpha2-8.10.tar.gz"
checksum: "sha256=94156cb9397b44915c9217a435a812cabc9651684cd229d5069b34332d0792a2"
}
trueDry install with the current Coq version:
opam install -y --show-action coq-metacoq-safechecker.1.0~alpha2+8.10 coq.8.10.2Dry 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-metacoq-safechecker.1.0~alpha2+8.10 coq.8.10.2# Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.10.2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.5 A library manager for OCaml
The following actions will be performed:
- install coq-equations 1.2.1+8.10
- install coq-metacoq-template 1.0~alpha2+8.10
- install coq-metacoq-checker 1.0~alpha2+8.10
- install coq-metacoq-pcuic 1.0~alpha2+8.10
===== 4 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-equations.1.2.1+8.10] downloaded from https://github.com/mattam82/Coq-Equations/archive/v1.2.1-8.10-2.tar.gz
[coq-metacoq-checker.1.0~alpha2+8.10] downloaded from https://github.com/MetaCoq/metacoq/archive/v1.0-alpha2-8.10.tar.gz
[coq-metacoq-pcuic.1.0~alpha2+8.10] downloaded from https://github.com/MetaCoq/metacoq/archive/v1.0-alpha2-8.10.tar.gz
[coq-metacoq-template.1.0~alpha2+8.10] found in cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed coq-equations.1.2.1+8.10
-> installed coq-metacoq-template.1.0~alpha2+8.10
-> installed coq-metacoq-checker.1.0~alpha2+8.10
[ERROR] The compilation of coq-metacoq-pcuic failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4 -C pcuic".
#=== ERROR while compiling coq-metacoq-pcuic.1.0~alpha2+8.10 ==================#
# context 2.0.6 | linux/x86_64 | ocaml-base-compiler.4.09.1 | file:///home/bench/run/opam-coq-archive/released
# path ~/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-metacoq-pcuic.1.0~alpha2+8.10
# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 -C pcuic
# exit-code 2
# env-file ~/.opam/log/coq-metacoq-pcuic-13441-af57d6.env
# output-file ~/.opam/log/coq-metacoq-pcuic-13441-af57d6.out
### output ###
# [...]
# COQC theories/PCUICSubstitution.v
# COQC theories/PCUICUnivSubstitution.v
# COQC theories/PCUICNameless.v
# File "./theories/PCUICSubstitution.v", line 1307, characters 11-62:
# Error: System error: "No space left on device"
#
# make[2]: *** [Makefile.pcuic:658: theories/PCUICSubstitution.vo] Error 1
# make[2]: *** Waiting for unfinished jobs....
# make[1]: *** [Makefile.pcuic:321: all] Error 2
# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-metacoq-pcuic.1.0~alpha2+8.10/pcuic'
# make: *** [Makefile:21: theory] Error 2
# make: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-metacoq-pcuic.1.0~alpha2+8.10/pcuic'
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-metacoq-pcuic 1.0~alpha2+8.10
+-
+- The following changes have been performed
| - install coq-equations 1.2.1+8.10
| - install coq-metacoq-checker 1.0~alpha2+8.10
| - install coq-metacoq-template 1.0~alpha2+8.10
+-
# 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.09.1/.opam-switch/backup/state-20220919144946.export"
trueNo files were installed.
true