# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.5 A library manager for OCaml # opam file: opam-version: "2.0" maintainer: "b.a.w.spitters@gmail.com" homepage: "https://github.com/coq-community/corn" dev-repo: "git+https://github.com/coq-community/corn.git" bug-reports: "https://github.com/coq-community/corn/issues" license: "GPL-2.0-only" synopsis: "The Coq Constructive Repository at Nijmegen" description: """ CoRN includes the following parts: - Algebraic Hierarchy An axiomatic formalization of the most common algebraic structures, including setoids, monoids, groups, rings, fields, ordered fields, rings of polynomials, real and complex numbers - Model of the Real Numbers Construction of a concrete real number structure satisfying the previously defined axioms - Fundamental Theorem of Algebra A proof that every non-constant polynomial on the complex plane has at least one root - Real Calculus A collection of elementary results on real analysis, including continuity, differentiability, integration, Taylor's theorem and the Fundamental Theorem of Calculus - Exact Real Computation Fast verified computation inside Coq. This includes: real numbers, functions, integrals, graphs of functions, differential equations. """ build: [ ["./configure.sh"] [make "-j%{jobs}%"] ] install: [make "install"] depends: [ "coq" {>= "8.7" & < "8.16~"} "coq-math-classes" {>= "8.8.1"} "coq-bignums" ] tags: [ "category:Mathematics/Algebra" "category:Mathematics/Real Calculus and Topology" "category:Mathematics/Exact Real computation" "keyword:constructive mathematics" "keyword:algebra" "keyword:real calculus" "keyword:real numbers" "keyword:Fundamental Theorem of Algebra" "logpath:CoRN" "date:2021-09-07" ] authors: [ "Evgeny Makarov" "Robbert Krebbers" "Eelis van der Weegen" "Bas Spitters" "Jelle Herold" "Russell O'Connor" "Cezary Kaliszyk" "Dan Synek" "Luís Cruz-Filipe" "Milad Niqui" "Iris Loeb" "Herman Geuvers" "Randy Pollack" "Freek Wiedijk" "Jan Zwanenburg" "Dimitri Hendriks" "Henk Barendregt" "Mariusz Giero" "Rik van Ginneken" "Dimitri Hendriks" "Sébastien Hinderer" "Bart Kirkels" "Pierre Letouzey" "Lionel Mamane" "Nickolay Shmyrev" "Vincent Semeria" ] url { src: "https://github.com/coq-community/corn/archive/8.13.0.tar.gz" checksum: "sha512=8a7e47d7eaac4cebcfbfe7ecb7bb99c46e5b1df6e030dbc77dbafcb199c0cd5b620b9f192c12d703c0fb61265d3247cd278a56ad37af984eeaa0b0e0f2bbd809" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-corn.8.13.0 coq.8.7.0
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-corn.8.13.0 coq.8.7.0
# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.5 A library manager for OCaml The following actions will be performed: - install coq-bignums 8.7.0 - install coq-math-classes 8.12.0 ===== 2 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [coq-math-classes.8.12.0] downloaded from https://github.com/coq-community/math-classes/archive/8.12.0.tar.gz [coq-bignums.8.7.0] downloaded from https://github.com/coq/bignums/archive/V8.7.0.tar.gz <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed coq-bignums.8.7.0 [ERROR] The compilation of coq-math-classes failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j7". #=== ERROR while compiling coq-math-classes.8.12.0 ============================# # context 2.0.1 | linux/x86_64 | ocaml-base-compiler.4.05.0 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.4.05.0/.opam-switch/build/coq-math-classes.8.12.0 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j7 # exit-code 2 # env-file ~/.opam/log/coq-math-classes-11454-736596.env # output-file ~/.opam/log/coq-math-classes-11454-736596.out ### output ### # [...] # make[2]: *** [Makefile.coq:639: orders/semirings.vo] Error 1 # # Error: System error: "No space left on device" # # make[2]: *** [Makefile.coq:639: theory/quote_monoid.vo] Error 1 # # Error: System error: "No space left on device" # # make[2]: *** [Makefile.coq:639: theory/fields.vo] Error 1 # make[1]: *** [Makefile.coq:313: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.05.0/.opam-switch/build/coq-math-classes.8.12.0' # make: *** [Makefile:2: all] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-math-classes 8.12.0 +- +- The following changes have been performed | - install coq-bignums 8.7.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.05.0/.opam-switch/backup/state-20220916192615.export"
true
No files were installed.
true