# Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq dev The Coq Proof Assistant
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools
coq-stdlib dev The Coq Proof Assistant -- Standard Library
coqide-server dev The Coq Proof Assistant, XML protocol server
dune 3.12.1 Fast, portable, and opinionated build system
ocaml 4.14.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.14.0 Official release 4.14.0
ocaml-config 2 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: "guillaume.melquiond@inria.fr"
homepage: "http://coquelicot.saclay.inria.fr/"
dev-repo: "git+https://gitlab.inria.fr/coquelicot/coquelicot.git"
bug-reports: "https://gitlab.inria.fr/coquelicot/coquelicot/issues"
license: "LGPL-3.0-or-later"
build: [
["autoconf"] {dev}
["./configure"]
["./remake" "-j%{jobs}%"]
]
install: ["./remake" "install"]
depends: [
"coq" {>= "8.12"}
"coq-mathcomp-ssreflect" {>= "1.6"}
"conf-autoconf" {build & dev}
("conf-g++" {build} | "conf-clang" {build})
]
tags: [
"keyword:real analysis"
"keyword:topology"
"keyword:filters"
"keyword:metric spaces"
"category:Mathematics/Real Calculus and Topology"
"logpath:Coquelicot"
"date:2023-05-13"
]
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"
url {
src: "https://coquelicot.gitlabpages.inria.fr/releases/coquelicot-3.3.1.tar.gz"
checksum: "sha512=d1f3b8cf07b6dde411c310e65fe144ece064b9c5d13ef517687e18888d8bfd9f1a0757c12ad175e621d357ca783793b296f4278ea70579e2f330d339bcbec52c"
}
trueDry install with the current Coq version:
opam install -y --show-action coq-coquelicot.3.3.1 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 4h opam install -y --deps-only coq-coquelicot.3.3.1 coq.devopam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-coquelicot.3.3.1 coq.dev# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-g++ 1.0 Virtual package relying on the g++ compiler (for C++) conf-gmp 4 Virtual package relying on a GMP lib system installation coq dev The Coq Proof Assistant coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-mathcomp-ssreflect 1.dev Small Scale Reflection coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server dune 3.12.1 Fast, portable, and opinionated build system ocaml 4.14.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.14.0 Official release 4.14.0 ocaml-config 2 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 dev). The following actions will be performed: - install coq-coquelicot 3.3.1 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/1: [coq-coquelicot.3.3.1: http] [coq-coquelicot.3.3.1] downloaded from https://coquelicot.gitlabpages.inria.fr/releases/coquelicot-3.3.1.tar.gz Processing 1/1: <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/2: [coq-coquelicot: ./configure] + /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "./configure" (CWD=/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-coquelicot.3.3.1) - checking for coqc... /home/bench/.opam/ocaml-base-compiler.4.14.0/bin/coqc - checking for coqdep... /home/bench/.opam/ocaml-base-compiler.4.14.0/bin/coqdep - checking for coqdoc... /home/bench/.opam/ocaml-base-compiler.4.14.0/bin/coqdoc - checking for SSReflect... yes - checking for g++... g++ - checking whether the C++ compiler works... yes - checking for C++ compiler default output file name... a.out - checking for suffix of executables... - checking whether we are cross compiling... no - checking for suffix of object files... o - checking whether the compiler supports GNU C++... yes - checking whether g++ accepts -g... yes - checking for g++ option to enable C++11 features... none needed - configure: building remake... - /usr/bin/ld: /opam-tmp/ccLYFWYs.o: in function `main': - remake.cpp:(.text.startup+0xbb3): warning: the use of `tempnam' is dangerous, better use `mkstemp' - configure: creating ./config.status - config.status: creating Remakefile Processing 1/2: [coq-coquelicot: ./remake] + /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "./remake" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-coquelicot.3.3.1) - Building theories/AutoDerive.vo - Building theories/Compactness.vo - Building theories/Complex.vo - Building theories/Continuity.vo - Building theories/Hierarchy.vo - Building theories/Derive.vo - Building theories/Rcomplements.vo - Building theories/Derive_2d.vo - Building theories/Iter.vo - Building theories/Equiv.vo - Warning: in file theories/Rcomplements.v, library Even is required - from root Coq and has not been found in the loadpath! - [module-not-found,filesystem,default] - Warning: in file theories/Rcomplements.v, library Div2 is required - from root Coq and has not been found in the loadpath! - [module-not-found,filesystem,default] - Building theories/Lim_seq.vo - Building theories/Rbar.vo - Building theories/Lub.vo - Building theories/Markov.vo - Building theories/ElemFct.vo - Building theories/RInt.vo - Building theories/RInt_analysis.vo - Building theories/PSeries.vo - Building theories/SF_seq.vo - Building theories/Seq_fct.vo - Warning: in file theories/PSeries.v, library Even is required - from root Coq and has not been found in the loadpath! - [module-not-found,filesystem,default] - Warning: in file theories/PSeries.v, library Div2 is required - from root Coq and has not been found in the loadpath! - [module-not-found,filesystem,default] - Building theories/Series.vo - Building theories/Coquelicot.vo - Building theories/KHInt.vo - File "./theories/Rcomplements.v", line 49, characters 30-40: - Error: The variable minus_Sn_m was not found in the current environment. - - Building theories/RInt_gen.vo - Failed to build theories/Rcomplements.vo - Failed to build theories/Series.vo - Failed to build theories/Seq_fct.vo - Failed to build theories/SF_seq.vo - Failed to build theories/PSeries.vo - Failed to build theories/RInt_analysis.vo - Failed to build theories/RInt.vo - Failed to build theories/ElemFct.vo - Failed to build theories/Markov.vo - Failed to build theories/Lub.vo - Failed to build theories/Rbar.vo - Failed to build theories/Coquelicot.vo - Failed to build theories/Lim_seq.vo - Failed to build theories/Equiv.vo - Failed to build theories/Derive_2d.vo - Failed to build theories/Iter.vo - Failed to build theories/Hierarchy.vo - Failed to build theories/Derive.vo - Failed to build theories/AutoDerive.vo - Failed to build theories/Compactness.vo - Failed to build theories/Complex.vo - Failed to build theories/Continuity.vo - Failed to build all - Failed to build theories/KHInt.vo - Failed to build theories/RInt_gen.vo [ERROR] The compilation of coq-coquelicot failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build ./remake -j4". #=== ERROR while compiling coq-coquelicot.3.3.1 ===============================# # context 2.0.10 | linux/x86_64 | ocaml-base-compiler.4.14.0 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-coquelicot.3.3.1 # command ~/.opam/opam-init/hooks/sandbox.sh build ./remake -j4 # exit-code 1 # env-file ~/.opam/log/coq-coquelicot-31282-2dea01.env # output-file ~/.opam/log/coq-coquelicot-31282-2dea01.out ### output ### # [...] # Failed to build theories/Equiv.vo # Failed to build theories/Derive_2d.vo # Failed to build theories/Iter.vo # Failed to build theories/Hierarchy.vo # Failed to build theories/Derive.vo # Failed to build theories/AutoDerive.vo # Failed to build theories/Compactness.vo # Failed to build theories/Complex.vo # Failed to build theories/Continuity.vo # Failed to build all # Failed to build theories/KHInt.vo # Failed to build theories/RInt_gen.vo <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-coquelicot 3.3.1 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment 'opam install -y -v coq-coquelicot.3.3.1 coq.dev' failed.
No files were installed.
true