(2020-04-14 10:21:03 UTC)
# Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq dev Formal proof management system
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.10.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.0 Official release 4.10.0
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Matej Košík <matej.kosik@inria.fr>"
homepage: "http://coquelicot.saclay.inria.fr/"
dev-repo:
"git+https://gitlab.inria.fr/coquelicot/coquelicot.git"
bug-reports: "coquelicot-friends@lists.gforge.inria.fr"
license: "LGPL 3"
build: [
["./autogen.sh"]
["./configure"]
["./remake" "-j%{jobs}%"]
]
install: ["./remake" "install"]
remove: ["rm" "-r" "-f" "%{lib}%/coq/user-contrib/Coquelicot"]
depends: [
"ocaml"
"coq" {= "dev"}
"coq-mathcomp-ssreflect" {= "dev"}
]
tags: [ "keyword:real analysis" "keyword:topology" "keyword:filters" "keyword:metric spaces" "category:Mathematics/Real Calculus and Topology" ]
authors: [ "Sylvie Boldo <sylvie.boldo@inria.fr>" "Catherine Lelay <catherine.lelay@inria.fr>" "Guillaume Melquiond <guillaume.melquiond@inria.fr>" ]
synopsis:
"A Coq formalization of real analysis compatible with the standard library."
flags: light-uninstall
url {
src:
"git+https://gitlab.inria.fr/coquelicot/coquelicot.git"
}
trueDry install with the current Coq version:
opam install -y --show-action coq-coquelicot.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 2h opam install -y --deps-only coq-coquelicot.dev coq.devopam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y coq-coquelicot.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-m4 1 Virtual package relying on m4 coq dev Formal proof management system coq-mathcomp-ssreflect dev Small Scale Reflection num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.0 Official release 4.10.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml [NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - install coq-coquelicot dev <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [coq-coquelicot.dev] synchronised from git+https://gitlab.inria.fr/coquelicot/coquelicot.git <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] The compilation of coq-coquelicot failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build ./autogen.sh". #=== ERROR while compiling coq-coquelicot.dev =================================# # context 2.0.6 | linux/x86_64 | ocaml-base-compiler.4.10.0 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.4.10.0/.opam-switch/build/coq-coquelicot.dev # command ~/.opam/opam-init/hooks/sandbox.sh build ./autogen.sh # exit-code 1 # env-file ~/.opam/log/coq-coquelicot-18605-e4db2f.env # output-file ~/.opam/log/coq-coquelicot-18605-e4db2f.out ### output ### # bwrap: execvp ./autogen.sh: No such file or directory <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-coquelicot dev +- - No changes have been performed # Run eval $(opam env) to update the current shell environment
No files were installed.
true