# 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: "Ralf Jung <jung@mpi-sws.org>" authors: "The std++ team" license: "BSD-3-Clause" homepage: "https://gitlab.mpi-sws.org/iris/stdpp" bug-reports: "https://gitlab.mpi-sws.org/iris/stdpp/issues" dev-repo: "git+https://gitlab.mpi-sws.org/iris/stdpp.git" synopsis: "An extended \"Standard Library\" for Coq" description: """ The key features of this library are as follows: - It provides a great number of definitions and lemmas for common data structures such as lists, finite maps, finite sets, and finite multisets. - It uses type classes for common notations (like `โ `, `โช`, and Haskell-style monad notations) so that these can be overloaded for different data structures. - It uses type classes to keep track of common properties of types, like it having decidable equality or being countable or finite. - Most data structures are represented in canonical ways so that Leibniz equality can be used as much as possible (for example, for maps we have `m1 = m2` iff `โ i, m1 !! i = m2 !! i`). On top of that, the library provides setoid instances for most types and operations. - It provides various tactics for common tasks, like an ssreflect inspired `done` tactic for finishing trivial goals, a simple breadth-first solver `naive_solver`, an equality simplifier `simplify_eq`, a solver `solve_proper` for proving compatibility of functions with respect to relations, and a solver `set_solver` for goals involving set operations. - It is entirely dependency- and axiom-free. """ tags: [ "date:2023-10-11" "logpath:stdpp" ] depends: [ "coq" { (>= "8.16" & < "8.19~") | (= "dev") } ] build: ["./make-package" "stdpp" "-j%{jobs}%"] install: ["./make-package" "stdpp" "install"] url { src: "https://gitlab.mpi-sws.org/iris/stdpp/-/archive/coq-stdpp-1.9.0.tar.gz" checksum: "sha512=c0a330a112a60734229d43c8ea471e1ed2ac628a0fa035dbe26c2aa867add118b109317823859b99d14ba29804528beb9f3f35753d9dd365bb5c3378dc062fc4" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-stdpp.1.9.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-stdpp.1.9.0 coq.8.17.1
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-stdpp.1.9.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-stdpp 1.9.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/3: [coq-stdpp.1.9.0: http] Processing 1/3: -> retrieved coq-stdpp.1.9.0 (https://gitlab.mpi-sws.org/iris/stdpp/-/archive/coq-stdpp-1.9.0.tar.gz) Processing 2/3: [coq-stdpp: ./make-package stdpp] + /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "./make-package" "stdpp" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-stdpp.1.9.0) - 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 stdpp/options.v - Fatal error: Not enough heap memory to reserve minor heaps - Aborted (core dumped) - make[1]: *** [Makefile.package.stdpp:830: stdpp/options.vo] Error 134 - make: *** [Makefile.package.stdpp:409: all] Error 2 [ERROR] The compilation of coq-stdpp.1.9.0 failed at "./make-package stdpp -j4". #=== ERROR while compiling coq-stdpp.1.9.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-stdpp.1.9.0 # command ~/.opam/opam-init/hooks/sandbox.sh build ./make-package stdpp -j4 # exit-code 2 # env-file ~/.opam/log/coq-stdpp-22010-3131fc.env # output-file ~/.opam/log/coq-stdpp-22010-3131fc.out ### output ### # [...] # 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 stdpp/options.v # Fatal error: Not enough heap memory to reserve minor heaps # Aborted (core dumped) # make[1]: *** [Makefile.package.stdpp:830: stdpp/options.vo] Error 134 # make: *** [Makefile.package.stdpp:409: all] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-stdpp 1.9.0 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment 'opam install -y -v coq-stdpp.1.9.0 coq.8.17.1' failed.
No files were installed.
true