« Up

mathcomp-analysis 0.3.6 Error 🔥

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            4           Virtual package relying on a GMP lib system installation
coq                 dev         Formal proof management system
dune                3.1.1       Fast, portable, and opinionated build system
ocaml               4.10.2      The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.2      Official release 4.10.2
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.3       A library manager for OCaml
zarith              1.12        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Reynald Affeldt <reynald.affeldt@aist.go.jp>"
homepage: "https://github.com/math-comp/analysis"
dev-repo: "git+https://github.com/math-comp/analysis.git"
bug-reports: "https://github.com/math-comp/analysis/issues"
license: "CECILL-C"
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."""
build: [make "-j%{jobs}%" ]
install: [make "install"]
depends: [
  "coq" { (>= "8.11" & < "8.14~") | (= "dev") }
  "coq-mathcomp-ssreflect" { (>= "1.12.0" & < "1.13~") | (= "dev") }
  "coq-mathcomp-fingroup" { (>= "1.12.0" & < "1.13~") | (= "dev") }
  "coq-mathcomp-algebra" { (>= "1.12.0" & < "1.13~") | (= "dev") }
  "coq-mathcomp-solvable" { (>= "1.12.0" & < "1.13~") | (= "dev") }
  "coq-mathcomp-field" { (>= "1.12.0" & < "1.13~") | (= "dev") }
  "coq-mathcomp-finmap" { (>= "1.5.1" & < "1.6~") | (= "dev") }
  "coq-mathcomp-bigenough" { (>= "1.0.0") }
  "coq-hierarchy-builder" { (>= "0.10.0" & < "1.1.0") | (= "dev") }
]
tags: [
  "keyword:analysis"
  "keyword:topology"
  "keyword:real numbers"
  "date:2021-03-04"
  "logpath:mathcomp.analysis"
]
authors: [
  "Reynald Affeldt"
  "Cyril Cohen"
  "Marie Kerjean"
  "Assia Mahboubi"
  "Damien Rouhling"
  "Kazuhiko Sakaguchi"
  "Pierre-Yves Strub"
]
url {
  http: "https://github.com/math-comp/analysis/archive/0.3.6.tar.gz"
  checksum: "sha512=6f19f26bfdfeff6a9e56d27e278141c851cbbd5e584af523ef153b70b9326ab396ab8f582a56762e33a7053a4130b144feb4ba92a8acac62eb5e47193f3450a2"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-mathcomp-analysis.0.3.6 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.0.3.6 coq.dev
Return code
0
Duration
41 m 0 s

Install 🚀

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-mathcomp-analysis.0.3.6 coq.dev
Return code
7936
Duration
1 m 0 s
Output
# 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               4           Virtual package relying on a GMP lib system installation
coq                    dev         Formal proof management system
coq-elpi               dev         Elpi extension language for Coq
coq-hierarchy-builder  dev         High level commands to declare and evolve a hierarchy based on packed classes
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                   3.1.1       Fast, portable, and opinionated build system
elpi                   1.15.2      ELPI - Embeddable λProlog Interpreter
menhir                 dev         An LR(1) parser generator
menhirLib              dev         Runtime support library for parsers generated by Menhir
menhirSdk              dev         Compile-time library for auxiliary tools related to Menhir
ocaml                  4.10.2      The OCaml compiler (virtual package)
ocaml-base-compiler    4.10.2      Official release 4.10.2
ocaml-compiler-libs    v0.12.4     OCaml compiler libraries repackaged
ocaml-config           1           OCaml Switch Configuration
ocamlfind              1.9.3       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.26.0      Standard library for ppx rewriters
re                     1.10.4      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.15.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 0.3.6
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-mathcomp-analysis.0.3.6: http]
[coq-mathcomp-analysis.0.3.6] downloaded from https://github.com/math-comp/analysis/archive/0.3.6.tar.gz
Processing  1/1:
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/2: [coq-mathcomp-analysis: make]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.4.10.2/.opam-switch/build/coq-mathcomp-analysis.0.3.6)
- /home/bench/.opam/ocaml-base-compiler.4.10.2/bin/coq_makefile  -f _CoqProject -o Makefile.coq
- make -f Makefile.coq 
- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.10.2/.opam-switch/build/coq-mathcomp-analysis.0.3.6'
- COQDEP VFILES
- COQC theories/boolp.v
- COQC theories/forms.v
- COQC theories/altreals/xfinmap.v
- File "./theories/forms.v", line 3, characters 0-76:
- Warning:
- New coercion path [GRing.subring_closedM; GRing.smulr_closedN] : GRing.subring_closed >-> GRing.oppr_closed is ambiguous with existing 
- [GRing.subring_closedB; GRing.zmod_closedN] : GRing.subring_closed >-> GRing.oppr_closed.
- [ambiguous-paths,typechecker]
- File "./theories/forms.v", line 3, characters 0-76:
- Warning:
- New coercion path [GRing.subring_closed_semi; GRing.semiring_closedM] : GRing.subring_closed >-> GRing.mulr_closed is ambiguous with existing 
- [GRing.subring_closedM; GRing.smulr_closedM] : GRing.subring_closed >-> GRing.mulr_closed.
- New coercion path [GRing.subring_closed_semi; GRing.semiring_closedD] : GRing.subring_closed >-> GRing.addr_closed is ambiguous with existing 
- [GRing.subring_closedB; GRing.zmod_closedD] : GRing.subring_closed >-> GRing.addr_closed.
- [ambiguous-paths,typechecker]
- File "./theories/forms.v", line 3, characters 0-76:
- Warning:
- New coercion path [GRing.sdivr_closed_div; GRing.divr_closedM] : GRing.sdivr_closed >-> GRing.mulr_closed is ambiguous with existing 
- [GRing.sdivr_closedM; GRing.smulr_closedM] : GRing.sdivr_closed >-> GRing.mulr_closed.
- [ambiguous-paths,typechecker]
- File "./theories/forms.v", line 3, characters 0-76:
- Warning:
- New coercion path [GRing.subalg_closedBM; GRing.subring_closedB] : GRing.subalg_closed >-> GRing.zmod_closed is ambiguous with existing 
- [GRing.subalg_closedZ; GRing.submod_closedB] : GRing.subalg_closed >-> GRing.zmod_closed.
- [ambiguous-paths,typechecker]
- File "./theories/forms.v", line 3, characters 0-76:
- Warning:
- New coercion path [GRing.divring_closed_div; GRing.sdivr_closedM] : GRing.divring_closed >-> GRing.smulr_closed is ambiguous with existing 
- [GRing.divring_closedBM; GRing.subring_closedM] : GRing.divring_closed >-> GRing.smulr_closed.
- [ambiguous-paths,typechecker]
- File "./theories/forms.v", line 3, characters 0-76:
- Warning:
- New coercion path [GRing.divalg_closedBdiv; GRing.divring_closedBM] : GRing.divalg_closed >-> GRing.subring_closed is ambiguous with existing 
- [GRing.divalg_closedZ; GRing.subalg_closedBM] : GRing.divalg_closed >-> GRing.subring_closed.
- [ambiguous-paths,typechecker]
- File "./theories/forms.v", line 3, characters 0-76:
- Warning:
- New coercion path [GRing.Pred.subring_smul; GRing.Pred.smul_mul] : GRing.Pred.subring >-> GRing.Pred.mul is ambiguous with existing 
- [GRing.Pred.subring_semi; GRing.Pred.semiring_mul] : GRing.Pred.subring >-> GRing.Pred.mul.
- [ambiguous-paths,typechecker]
- File "./theories/altreals/xfinmap.v", line 7, characters 0-55:
- Warning:
- New coercion path [GRing.subring_closedM; GRing.smulr_closedN] : GRing.subring_closed >-> GRing.oppr_closed is ambiguous with existing 
- [GRing.subring_closedB; GRing.zmod_closedN] : GRing.subring_closed >-> GRing.oppr_closed.
- [ambiguous-paths,typechecker]
- File "./theories/altreals/xfinmap.v", line 7, characters 0-55:
- Warning:
- New coercion path [GRing.subring_closed_semi; GRing.semiring_closedM] : GRing.subring_closed >-> GRing.mulr_closed is ambiguous with existing 
- [GRing.subring_closedM; GRing.smulr_closedM] : GRing.subring_closed >-> GRing.mulr_closed.
- New coercion path [GRing.subring_closed_semi; GRing.semiring_closedD] : GRing.subring_closed >-> GRing.addr_closed is ambiguous with existing 
- [GRing.subring_closedB; GRing.zmod_closedD] : GRing.subring_closed >-> GRing.addr_closed.
- [ambiguous-paths,typechecker]
- File "./theories/altreals/xfinmap.v", line 7, characters 0-55:
- Warning:
- New coercion path [GRing.sdivr_closed_div; GRing.divr_closedM] : GRing.sdivr_closed >-> GRing.mulr_closed is ambiguous with existing 
- [GRing.sdivr_closedM; GRing.smulr_closedM] : GRing.sdivr_closed >-> GRing.mulr_closed.
- [ambiguous-paths,typechecker]
- File "./theories/altreals/xfinmap.v", line 7, characters 0-55:
- Warning:
- New coercion path [GRing.subalg_closedBM; GRing.subring_closedB] : GRing.subalg_closed >-> GRing.zmod_closed is ambiguous with existing 
- [GRing.subalg_closedZ; GRing.submod_closedB] : GRing.subalg_closed >-> GRing.zmod_closed.
- [ambiguous-paths,typechecker]
- File "./theories/altreals/xfinmap.v", line 7, characters 0-55:
- Warning:
- New coercion path [GRing.divring_closed_div; GRing.sdivr_closedM] : GRing.divring_closed >-> GRing.smulr_closed is ambiguous with existing 
- [GRing.divring_closedBM; GRing.subring_closedM] : GRing.divring_closed >-> GRing.smulr_closed.
- [ambiguous-paths,typechecker]
- File "./theories/altreals/xfinmap.v", line 7, characters 0-55:
- Warning:
- New coercion path [GRing.divalg_closedBdiv; GRing.divring_closedBM] : GRing.divalg_closed >-> GRing.subring_closed is ambiguous with existing 
- [GRing.divalg_closedZ; GRing.subalg_closedBM] : GRing.divalg_closed >-> GRing.subring_closed.
- [ambiguous-paths,typechecker]
- File "./theories/altreals/xfinmap.v", line 7, characters 0-55:
- Warning:
- New coercion path [GRing.Pred.subring_smul; GRing.Pred.smul_mul] : GRing.Pred.subring >-> GRing.Pred.mul is ambiguous with existing 
- [GRing.Pred.subring_semi; GRing.Pred.semiring_mul] : GRing.Pred.subring >-> GRing.Pred.mul.
- [ambiguous-paths,typechecker]
- COQC theories/classical_sets.v
- COQC theories/posnum.v
- File "./theories/forms.v", line 160, characters 0-52:
- Warning: class_of_axiom does not respect the uniform inheritance condition.
- [uniform-inheritance,typechecker]
- File "./theories/forms.v", line 176, characters 0-48:
- Warning: additiver does not respect the uniform inheritance condition.
- [uniform-inheritance,typechecker]
- File "./theories/forms.v", line 176, characters 0-48:
- Warning:
- New coercion path [additiver; GRing.Additive.apply] : map >-> Funclass is ambiguous with existing 
- [apply] : map >-> Funclass. [ambiguous-paths,typechecker]
- File "./theories/forms.v", line 177, characters 0-45:
- Warning: linearr does not respect the uniform inheritance condition.
- [uniform-inheritance,typechecker]
- File "./theories/forms.v", line 178, characters 0-20:
- Warning: Ignoring canonical projection to apply by GRing.Additive.apply in
- additiver: redundant with additiver
- [redundant-canonical-projection,typechecker]
- File "./theories/forms.v", line 179, characters 0-18:
- Warning: 
[...] truncated
ed >-> GRing.mulr_closed is ambiguous with existing 
- [GRing.subring_closedM; GRing.smulr_closedM] : GRing.subring_closed >-> GRing.mulr_closed.
- New coercion path [GRing.subring_closed_semi; GRing.semiring_closedD] : GRing.subring_closed >-> GRing.addr_closed is ambiguous with existing 
- [GRing.subring_closedB; GRing.zmod_closedD] : GRing.subring_closed >-> GRing.addr_closed.
- [ambiguous-paths,typechecker]
- File "./theories/topology.v", line 3, characters 0-81:
- Warning:
- New coercion path [GRing.sdivr_closed_div; GRing.divr_closedM] : GRing.sdivr_closed >-> GRing.mulr_closed is ambiguous with existing 
- [GRing.sdivr_closedM; GRing.smulr_closedM] : GRing.sdivr_closed >-> GRing.mulr_closed.
- [ambiguous-paths,typechecker]
- File "./theories/topology.v", line 3, characters 0-81:
- Warning:
- New coercion path [GRing.subalg_closedBM; GRing.subring_closedB] : GRing.subalg_closed >-> GRing.zmod_closed is ambiguous with existing 
- [GRing.subalg_closedZ; GRing.submod_closedB] : GRing.subalg_closed >-> GRing.zmod_closed.
- [ambiguous-paths,typechecker]
- File "./theories/topology.v", line 3, characters 0-81:
- Warning:
- New coercion path [GRing.divring_closed_div; GRing.sdivr_closedM] : GRing.divring_closed >-> GRing.smulr_closed is ambiguous with existing 
- [GRing.divring_closedBM; GRing.subring_closedM] : GRing.divring_closed >-> GRing.smulr_closed.
- [ambiguous-paths,typechecker]
- File "./theories/topology.v", line 3, characters 0-81:
- Warning:
- New coercion path [GRing.divalg_closedBdiv; GRing.divring_closedBM] : GRing.divalg_closed >-> GRing.subring_closed is ambiguous with existing 
- [GRing.divalg_closedZ; GRing.subalg_closedBM] : GRing.divalg_closed >-> GRing.subring_closed.
- [ambiguous-paths,typechecker]
- File "./theories/topology.v", line 3, characters 0-81:
- Warning:
- New coercion path [GRing.Pred.subring_smul; GRing.Pred.smul_mul] : GRing.Pred.subring >-> GRing.Pred.mul is ambiguous with existing 
- [GRing.Pred.subring_semi; GRing.Pred.semiring_mul] : GRing.Pred.subring >-> GRing.Pred.mul.
- [ambiguous-paths,typechecker]
- File "./theories/reals.v", line 11, characters 0-55:
- Warning:
- New coercion path [GRing.subring_closedM; GRing.smulr_closedN] : GRing.subring_closed >-> GRing.oppr_closed is ambiguous with existing 
- [GRing.subring_closedB; GRing.zmod_closedN] : GRing.subring_closed >-> GRing.oppr_closed.
- [ambiguous-paths,typechecker]
- File "./theories/reals.v", line 11, characters 0-55:
- Warning:
- New coercion path [GRing.subring_closed_semi; GRing.semiring_closedM] : GRing.subring_closed >-> GRing.mulr_closed is ambiguous with existing 
- [GRing.subring_closedM; GRing.smulr_closedM] : GRing.subring_closed >-> GRing.mulr_closed.
- New coercion path [GRing.subring_closed_semi; GRing.semiring_closedD] : GRing.subring_closed >-> GRing.addr_closed is ambiguous with existing 
- [GRing.subring_closedB; GRing.zmod_closedD] : GRing.subring_closed >-> GRing.addr_closed.
- [ambiguous-paths,typechecker]
- File "./theories/reals.v", line 11, characters 0-55:
- Warning:
- New coercion path [GRing.sdivr_closed_div; GRing.divr_closedM] : GRing.sdivr_closed >-> GRing.mulr_closed is ambiguous with existing 
- [GRing.sdivr_closedM; GRing.smulr_closedM] : GRing.sdivr_closed >-> GRing.mulr_closed.
- [ambiguous-paths,typechecker]
- File "./theories/reals.v", line 11, characters 0-55:
- Warning:
- New coercion path [GRing.subalg_closedBM; GRing.subring_closedB] : GRing.subalg_closed >-> GRing.zmod_closed is ambiguous with existing 
- [GRing.subalg_closedZ; GRing.submod_closedB] : GRing.subalg_closed >-> GRing.zmod_closed.
- [ambiguous-paths,typechecker]
- File "./theories/reals.v", line 11, characters 0-55:
- Warning:
- New coercion path [GRing.divring_closed_div; GRing.sdivr_closedM] : GRing.divring_closed >-> GRing.smulr_closed is ambiguous with existing 
- [GRing.divring_closedBM; GRing.subring_closedM] : GRing.divring_closed >-> GRing.smulr_closed.
- [ambiguous-paths,typechecker]
- File "./theories/reals.v", line 11, characters 0-55:
- Warning:
- New coercion path [GRing.divalg_closedBdiv; GRing.divring_closedBM] : GRing.divalg_closed >-> GRing.subring_closed is ambiguous with existing 
- [GRing.divalg_closedZ; GRing.subalg_closedBM] : GRing.divalg_closed >-> GRing.subring_closed.
- [ambiguous-paths,typechecker]
- File "./theories/reals.v", line 11, characters 0-55:
- Warning:
- New coercion path [GRing.Pred.subring_smul; GRing.Pred.smul_mul] : GRing.Pred.subring >-> GRing.Pred.mul is ambiguous with existing 
- [GRing.Pred.subring_semi; GRing.Pred.semiring_mul] : GRing.Pred.subring >-> GRing.Pred.mul.
- [ambiguous-paths,typechecker]
- File "./theories/topology.v", line 646, characters 0-29:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints 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]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- File "./theories/topology.v", line 738, characters 0-133:
- Warning:
- A coercion will be introduced in future versions when using ':>' in 'Class' declarations. Use '#[global] Existing Instance field.' instead if you don't want the coercion.
- [future-coercion-class-field,records]
- File "./theories/topology.v", line 764, characters 0-31:
- Warning: The default value for instance locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- 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 775, characters 0-32:
- Warning: The default value for instance locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- 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 817, characters 0-33:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints 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]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- File "./theories/topology.v", line 821, characters 0-26:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints 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]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- File "./theories/topology.v", line 950, characters 0-27:
- Error: No such goal.
- 
- make[2]: *** [Makefile.coq:790: theories/topology.vo] Error 1
- make[2]: *** Waiting for unfinished jobs....
- make[1]: *** [Makefile.coq:408: all] Error 2
- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.10.2/.opam-switch/build/coq-mathcomp-analysis.0.3.6'
- make: *** [Makefile.common:63: this-build] Error 2
[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.0.3.6 ========================#
# context              2.0.6 | linux/x86_64 | ocaml-base-compiler.4.10.2 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.4.10.2/.opam-switch/build/coq-mathcomp-analysis.0.3.6
# command              ~/.opam/opam-init/hooks/sandbox.sh build make -j4
# exit-code            2
# env-file             ~/.opam/log/coq-mathcomp-analysis-4971-335865.env
# output-file          ~/.opam/log/coq-mathcomp-analysis-4971-335865.out
### output ###
# [...]
# 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]
# Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
# File "./theories/topology.v", line 950, characters 0-27:
# Error: No such goal.
# 
# make[2]: *** [Makefile.coq:790: theories/topology.vo] Error 1
# make[2]: *** Waiting for unfinished jobs....
# make[1]: *** [Makefile.coq:408: all] Error 2
# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.10.2/.opam-switch/build/coq-mathcomp-analysis.0.3.6'
# make: *** [Makefile.common:63: this-build] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-mathcomp-analysis 0.3.6
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-mathcomp-analysis.0.3.6 coq.dev' failed.
The middle of the output is truncated (maximum 20000 characters)

Installation size

No files were installed.

Uninstall 🧹

Command
true
Return code
0
Missing removes
none
Wrong removes
none