# 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: "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: [make "-j%{jobs}%"] install: [make "install"] depends: [ "coq" {>= "8.10" & < "8.13~"} "coq-mathcomp-ssreflect" {>= "1.11.0" & < "1.12~"} "coq-mathcomp-algebra" ] tags: [ "category:Mathematics/Logic/Set theory" "keyword:Bourbaki" "keyword:set theory" "date:2020-09-09" "logpath:gaia" ] authors: [ "José Grimm" "Alban Quadrat" "Carlos Simpson" ] url { src: "https://github.com/coq-community/gaia/archive/v1.11.tar.gz" checksum: "sha512=b7458fdfcddab546c75a66a741896f0e9bf45b8e79b98b9072a07427a8cbe025eca928d2a7f2bffe3c274feb88dda833a32ea311a762ba1d6ea8ed1120a7664f" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-gaia.1.11 coq.8.10.2
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-gaia.1.11 coq.8.10.2
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-gaia.1.11 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 coq-mathcomp-algebra 1.11.0 Mathematical Components Library on Algebra coq-mathcomp-fingroup 1.11.0 Mathematical Components Library on finite groups coq-mathcomp-ssreflect 1.11.0 Small Scale Reflection 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 [NOTE] Package coq is already installed (current version is 8.10.2). The following actions will be performed: - install coq-gaia 1.11 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/1: [coq-gaia.1.11: http] [coq-gaia.1.11] downloaded from https://github.com/coq-community/gaia/archive/v1.11.tar.gz Processing 1/1: <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/2: [coq-gaia: make] + /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-gaia.1.11) - coq_makefile -f _CoqProject -o Makefile.coq - make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-gaia.1.11' - COQDEP VFILES - COQC theories/fibm.v - COQC theories/sset1.v - COQC theories/sset16a.v - COQC theories/ssete9.v - File "./theories/ssete9.v", line 701, characters 2-80: - Warning: Duplicate clear of c [duplicate-clear,ssr] - COQC theories/ssete7.v - COQC theories/sset2.v - COQC theories/sset3.v - COQC theories/stern.v - COQC theories/ssete8.v - File "./theories/stern.v", line 180, characters 0-57: - Warning: Duplicate clear of a [duplicate-clear,ssr] - COQC theories/sset4.v - COQC theories/sset2_aux.v - COQC theories/sset5.v - COQC theories/ssete1.v - COQC theories/sset6.v - COQC theories/sset7.v - COQC theories/sset8.v - COQC theories/sset9.v - COQC theories/sset10.v - COQC theories/sset18.v - COQC theories/sset11.v - COQC theories/sset19.v - COQC theories/ssetz.v - COQC theories/ssetq1.v - COQC theories/sset12.v - COQC theories/ssetq2.v - COQC theories/sset13a.v - COQC theories/ssetr.v - COQC theories/sset13b.v - COQC theories/ssetc.v - COQC theories/sset13c.v - COQC theories/sset14.v - COQC theories/ssete2.v - COQC theories/sset15.v - COQC theories/ssete10.v - COQC theories/sset16b.v - COQC theories/sset16c.v - COQC theories/sset17.v - COQC theories/ssete11.v - COQC theories/ssete3.v - COQC theories/ssete4.v - COQC theories/ssete6.v - COQC theories/ssete5.v - File "./theories/ssete5.v", line 3621, characters 0-42: - Error: System error: "No space left on device" - - make[2]: *** [Makefile.coq:658: theories/ssete5.vo] Error 1 - make[1]: *** [Makefile.coq:321: all] Error 2 - make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-gaia.1.11' - make: *** [Makefile:2: all] Error 2 [ERROR] The compilation of coq-gaia failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4". #=== ERROR while compiling coq-gaia.1.11 ======================================# # 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-gaia.1.11 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 # env-file ~/.opam/log/coq-gaia-1273-335865.env # output-file ~/.opam/log/coq-gaia-1273-335865.out ### output ### # [...] # COQC theories/ssete11.v # COQC theories/ssete3.v # COQC theories/ssete4.v # COQC theories/ssete6.v # COQC theories/ssete5.v # File "./theories/ssete5.v", line 3621, characters 0-42: # Error: System error: "No space left on device" # # make[2]: *** [Makefile.coq:658: theories/ssete5.vo] Error 1 # make[1]: *** [Makefile.coq:321: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-gaia.1.11' # make: *** [Makefile:2: all] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-gaia 1.11 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment 'opam install -y -v coq-gaia.1.11 coq.8.10.2' failed.
No files were installed.
true