« Up

mathcomp-analysis dev Error

(2021-10-27 02:59:51 UTC)

Context

# Packages matching: installed
# Name                # Installed # Synopsis
base-bigarray         base
base-threads          base
base-unix             base
conf-findutils        1           Virtual package relying on findutils
conf-gmp              3           Virtual package relying on a GMP lib system installation
coq                   dev         Formal proof management system
dune                  2.9.1       Fast, portable, and opinionated build system
ocaml                 4.12.0      The OCaml compiler (virtual package)
ocaml-base-compiler   4.12.0      Official release 4.12.0
ocaml-config          2           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
ocamlfind             1.9.1       A library manager for OCaml
zarith                1.12        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "pierre-yves@strub.nu"
homepage: "https://github.com/math-comp/analysis"
bug-reports: "https://github.com/math-comp/analysis/issues"
dev-repo: "git+https://github.com/math-comp/analysis.git"
license: "CECILL-C"
authors: [
  "Reynald Affeldt"
  "Cyril Cohen"
  "Assia Mahboubi"
  "Damien Rouhling"
  "Pierre-Yves Strub"
]
build: [
  [make "INSTMODE=global" "config"]
  [make "-j%{jobs}%"]
]
install: [
  [make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/mathcomp/analysis"]
depends: [
  "coq" { (>= "8.11" & < "8.14~") | (= "dev") }
  "coq-mathcomp-ssreflect" { (>= "1.12.0" & < "1.13~") | (= "dev") }
  "coq-mathcomp-fingroup"
  "coq-mathcomp-algebra"
  "coq-mathcomp-solvable"
  "coq-mathcomp-field"
  "coq-mathcomp-finmap" { (>= "1.5.1" & < "1.6~") | (= "dev") }
  "coq-hierarchy-builder" { >= "0.10.0" | (= "dev") }
]
synopsis: "An analysis library for mathematical components"
description: """
This repository contains an experimental library for real analysis for
the Coq proof-assistant and using the Mathematical Components library.
It is inspired by the Coquelicot library.
"""
url {
  src: "git+https://github.com/math-comp/analysis.git#master"
}

Lint

Command
true
Return code
0

Dry install

Dry install with the current Coq version:

Command
opam install -y --show-action coq-mathcomp-analysis.dev coq.dev
Return code
0

Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:

Command
true
Return code
0

Install dependencies

Command
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-mathcomp-analysis.dev coq.dev
Return code
0
Duration
29 m 38 s

Install

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y coq-mathcomp-analysis.dev coq.dev
Return code
7936
Duration
1 m 3 s
Output
# Packages matching: installed
# Name                 # Installed # Synopsis
base-bigarray          base
base-threads           base
base-unix              base
camlp5                 7.14        Preprocessor-pretty-printer of OCaml
conf-findutils         1           Virtual package relying on findutils
conf-gmp               3           Virtual package relying on a GMP lib system installation
conf-perl              1           Virtual package relying on perl
coq                    dev         Formal proof management system
coq-elpi               dev         Elpi extension language for Coq
coq-hierarchy-builder  dev         Hierarchy Builder
coq-mathcomp-algebra   dev         Mathematical Components Library on Algebra
coq-mathcomp-bigenough dev         A small library to do epsilon - N reasonning
coq-mathcomp-field     dev         Mathematical Components Library on Fields
coq-mathcomp-fingroup  dev         Mathematical Components Library on finite groups
coq-mathcomp-finmap    dev         Finite sets, finite maps, finitely supported functions
coq-mathcomp-solvable  dev         Mathematical Components Library on finite groups (II)
coq-mathcomp-ssreflect dev         Small Scale Reflection
cppo                   1.6.8       Code preprocessor like cpp for OCaml
dune                   2.9.1       Fast, portable, and opinionated build system
elpi                   1.13.7      ELPI - Embeddable λProlog Interpreter
ocaml                  4.12.0      The OCaml compiler (virtual package)
ocaml-base-compiler    4.12.0      Official release 4.12.0
ocaml-compiler-libs    v0.12.4     OCaml compiler libraries repackaged
ocaml-config           2           OCaml Switch Configuration
ocaml-options-vanilla  1           Ensure that OCaml is compiled with no special options enabled
ocamlfind              1.9.1       A library manager for OCaml
ppx_derivers           1.2.1       Shared [@@deriving] plugin registry
ppx_deriving           5.2.1       Type-driven code generation for OCaml
ppxlib                 0.23.0      Standard library for ppx rewriters
re                     1.10.3      RE is a regular expression library for OCaml
result                 1.5         Compatibility Result module
seq                    base        Compatibility package for OCaml's standard iterator type starting from 4.07.
sexplib0               v0.14.0     Library containing the definition of S-expressions and some base converters
stdlib-shims           0.3.0       Backport some of the new stdlib features to older compiler
zarith                 1.12        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-mathcomp-analysis dev
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-mathcomp-analysis.dev] synchronised from git+https://github.com/math-comp/analysis.git#master
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] The compilation of coq-mathcomp-analysis failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4".
#=== ERROR while compiling coq-mathcomp-analysis.dev ==========================#
# context              2.0.8 | linux/x86_64 | ocaml-base-compiler.4.12.0 | file:///home/bench/run/opam-coq-archive/extra-dev
# path                 ~/.opam/ocaml-base-compiler.4.12.0/.opam-switch/build/coq-mathcomp-analysis.dev
# command              ~/.opam/opam-init/hooks/sandbox.sh build make -j4
# exit-code            2
# env-file             ~/.opam/log/coq-mathcomp-analysis-28204-0a5907.env
# output-file          ~/.opam/log/coq-mathcomp-analysis-28204-0a5907.out
### output ###
# [...]
# release. For the time being, adding instances outside of sections without
# specifying an explicit locality attribute is therefore deprecated. It is
# recommended to use "export" whenever possible. Use the attributes #[local],
# #[global] and #[export] depending on your choice. For example: "#[export]
# Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated]
# File "./theories/topology.v", line 1072, characters 0-27:
# Error: No such goal.
# 
# make[2]: *** [Makefile.coq:763: theories/topology.vo] Error 1
# make[1]: *** [Makefile.coq:387: all] Error 2
# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.12.0/.opam-switch/build/coq-mathcomp-analysis.dev'
# make: *** [Makefile.common:63: this-build] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-mathcomp-analysis dev
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment

Installation size

No files were installed.

Uninstall

Command
true
Return code
0
Missing removes
none
Wrong removes
none