# 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.11.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2 Official release 4.11.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: "palmskog@gmail.com"
homepage: "https://github.com/coq-community/gaia"
dev-repo: "git+https://github.com/coq-community/gaia.git"
bug-reports: "https://github.com/coq-community/gaia/issues"
license: "MIT"
synopsis: "Implementation of books from Bourbaki's Elements of Mathematics in Coq"
description: """
Implementation of books from N. Bourbaki's Elements of Mathematics
in Coq using the Mathematical Components library, including set theory
and number theory."""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {(>= "8.10" & < "8.15~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.12.0" & < "1.13~") | (= "dev")}
"coq-mathcomp-algebra"
]
tags: [
"category:Mathematics/Logic/Set theory"
"keyword:Bourbaki"
"keyword:set theory"
"logpath:gaia"
]
authors: [
"José Grimm"
"Alban Quadrat"
"Carlos Simpson"
]
url {
src: "git+https://github.com/coq-community/gaia.git#master"
}
trueDry install with the current Coq version:
opam install -y --show-action coq-gaia.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-gaia.dev coq.devopam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y coq-gaia.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 coq-mathcomp-algebra dev Mathematical Components Library on Algebra coq-mathcomp-fingroup dev Mathematical Components Library on finite groups coq-mathcomp-ssreflect dev Small Scale Reflection dune 3.0.3 Fast, portable, and opinionated build system ocaml 4.11.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.2 Official release 4.11.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-gaia dev <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [coq-gaia.dev] synchronised from git+https://github.com/coq-community/gaia.git#master <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] The compilation of coq-gaia failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-gaia -j 4". #=== ERROR while compiling coq-gaia.dev =======================================# # context 2.0.7 | linux/x86_64 | ocaml-base-compiler.4.11.2 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.4.11.2/.opam-switch/build/coq-gaia.dev # command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-gaia -j 4 # exit-code 1 # env-file ~/.opam/log/coq-gaia-9528-e4db2f.env # output-file ~/.opam/log/coq-gaia-9528-e4db2f.out ### output ### # Error: I don't know about package coq-gaia (passed through --only-packages) <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-gaia dev +- - No changes have been performed # Run eval $(opam env) to update the current shell environment
No files were installed.
true