# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-domains base base-nnp base Naked pointers prohibited in the OCaml heap base-threads base base-unix base conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.17.1 The Coq Proof Assistant coq-core 8.17.1 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.17.1 The Coq Proof Assistant -- Standard Library coqide-server 8.17.1 The Coq Proof Assistant, XML protocol server dune 3.12.1 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.6 A library manager for OCaml zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: "2.0" maintainer: "minki.cho@sf.snu.ac.kr" synopsis: "Coq library implementing parameterized coinduction" homepage: "https://github.com/snu-sf/paco/" dev-repo: "git+https://github.com/snu-sf/paco.git" bug-reports: "https://github.com/snu-sf/paco/issues/" authors: [ "Chung-Kil Hur <gil.hur@sf.snu.ac.kr>" "Georg Neis <neis@mpi-sws.org>" "Derek Dreyer <dreyer@mpi-sws.org>" "Viktor Vafeiadis <viktor@mpi-sws.org>" "Minki Cho <minki.cho@sf.snu.ac.kr>" ] license: "BSD-3-Clause" build: [make "-C" "src" "all" "-j%{jobs}%"] install: [make "-C" "src" "-f" "Makefile.coq" "install"] depends: [ "coq" {>= "8.13" & < "8.19~"} ] tags: [ "date:2023-03-13" "category:Computer Science/Programming Languages/Formal Definitions and Theory" "category:Mathematics/Logic" "keyword:co-induction" "keyword:simulation" "keyword:parameterized greatest fixed point" "logpath:Paco" ] url { http: "https://github.com/snu-sf/paco/archive/v4.2.0.tar.gz" checksum: "b714319091ae46212dd5a70446865d72" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-paco.4.2.0 coq.8.17.1
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-paco.4.2.0 coq.8.17.1
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-paco.4.2.0 coq.8.17.1
# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-domains base base-nnp base Naked pointers prohibited in the OCaml heap base-threads base base-unix base conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.17.1 The Coq Proof Assistant coq-core 8.17.1 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.17.1 The Coq Proof Assistant -- Standard Library coqide-server 8.17.1 The Coq Proof Assistant, XML protocol server dune 3.12.1 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.6 A library manager for OCaml zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers [NOTE] Package coq is already installed (current version is 8.17.1). The following actions will be performed: - install coq-paco 4.2.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/3: [coq-paco.4.2.0: http] Processing 1/3: -> retrieved coq-paco.4.2.0 (https://github.com/snu-sf/paco/archive/v4.2.0.tar.gz) Processing 2/3: [coq-paco: make src] + /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-C" "src" "all" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-paco.4.2.0) - make: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-paco.4.2.0/src' - (echo "-Q . Paco"; \ - \ - echo examples.v gpaco0.v gpaco1.v gpaco10.v gpaco11.v gpaco12.v gpaco13.v gpaco14.v gpaco2.v gpaco3.v gpaco4.v gpaco5.v gpaco6.v gpaco7.v gpaco8.v gpaco9.v gpacoall.v gpacotac.v paco.v paco0.v paco1.v paco10.v paco11.v paco12.v paco13.v paco14.v paco2.v paco3.v paco4.v paco5.v paco6.v paco7.v paco8.v paco9.v paco_internal.v pacoall.v paconotation.v paconotation_internal.v pacotac.v pacotac_internal.v tutorial.v) > _CoqProject - coq_makefile -f _CoqProject -o Makefile.coq - make -f Makefile.coq all - make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-paco.4.2.0/src' - Fatal error: Not enough heap memory to reserve minor heaps - Aborted (core dumped) - COQDEP VFILES - Fatal error: Not enough heap memory to reserve minor heaps - Aborted (core dumped) - Fatal error: Not enough heap memory to reserve minor heaps - Aborted (core dumped) - W: This Makefile was generated by Coq 8.17.1 - W: while the current Coq version is - Fatal error: Not enough heap memory to reserve minor heaps - Aborted (core dumped) - COQC paconotation.v - Fatal error: Not enough heap memory to reserve minor heaps - Aborted (core dumped) - make[2]: *** [Makefile.coq:830: paconotation.vo] Error 134 - make[1]: *** [Makefile.coq:409: all] Error 2 - make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-paco.4.2.0/src' - make: *** [Makefile:8: all] Error 2 - make: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-paco.4.2.0/src' [ERROR] The compilation of coq-paco.4.2.0 failed at "make -C src all -j4". #=== ERROR while compiling coq-paco.4.2.0 =====================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-paco.4.2.0 # command ~/.opam/opam-init/hooks/sandbox.sh build make -C src all -j4 # exit-code 2 # env-file ~/.opam/log/coq-paco-5009-1e1a7a.env # output-file ~/.opam/log/coq-paco-5009-1e1a7a.out ### output ### # [...] # W: This Makefile was generated by Coq 8.17.1 # W: while the current Coq version is # Fatal error: Not enough heap memory to reserve minor heaps # Aborted (core dumped) # COQC paconotation.v # Fatal error: Not enough heap memory to reserve minor heaps # Aborted (core dumped) # make[2]: *** [Makefile.coq:830: paconotation.vo] Error 134 # make[1]: *** [Makefile.coq:409: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-paco.4.2.0/src' # make: *** [Makefile:8: all] Error 2 # make: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-paco.4.2.0/src' <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-paco 4.2.0 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment 'opam install -y -v coq-paco.4.2.0 coq.8.17.1' failed.
No files were installed.
true