ยซ Up

ext-lib 0.11.6 Error ๐Ÿ”ฅ

Context

# 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.18.0      The Coq Proof Assistant
coq-core              8.18.0      The Coq Proof Assistant -- Core Binaries and Tools
coq-stdlib            8.18.0      The Coq Proof Assistant -- Standard Library
coqide-server         8.18.0      The Coq Proof Assistant, XML protocol server
dune                  3.13.0      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"
synopsis: "A library of Coq definitions, theorems, and tactics"
description:
  "A collection of theories and plugins that may be useful in other Coq developments."
maintainer: "gmalecha@gmail.com"
authors: "Gregory Malecha"
license: "BSD-2-Clause"
tags: "logpath:ExtLib"
homepage: "https://github.com/coq-community/coq-ext-lib"
bug-reports: "https://github.com/coq-community/coq-ext-lib/issues"
depends: [
  "ocaml"
  "coq" {>= "8.8"}
]
build: [make "-j%{jobs}%" "theories"]
run-test: [make "-j%{jobs}%" "examples"]
install: [make "install"]
dev-repo: "git+https://github.com/coq-community/coq-ext-lib.git"
url {
  src: "https://github.com/coq-community/coq-ext-lib/archive/v0.11.6.tar.gz"
  checksum: [
    "md5=442577afb6ff3a02043478690057cc21"
    "sha512=5e429e291439885c57ad537d2bf644345973740e29cff42e4045367f9f1e22a406b15e17af415e8d301eb0caf179495a506ea04c1ce39f94875366a49aa2db80"
  ]
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-ext-lib.0.11.6 coq.8.18.0
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; timeout 4h opam install -y --deps-only coq-ext-lib.0.11.6 coq.8.18.0
Return code
0
Duration
1 m 0 s

Install ๐Ÿš€

Command
opam list; echo; timeout 4h opam install -y -v coq-ext-lib.0.11.6 coq.8.18.0
Return code
7936
Duration
1 m 0 s
Output
# 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.18.0      The Coq Proof Assistant
coq-core              8.18.0      The Coq Proof Assistant -- Core Binaries and Tools
coq-stdlib            8.18.0      The Coq Proof Assistant -- Standard Library
coqide-server         8.18.0      The Coq Proof Assistant, XML protocol server
dune                  3.13.0      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.18.0).
The following actions will be performed:
  - install coq-ext-lib 0.11.6
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/3: [coq-ext-lib.0.11.6: http]
Processing  1/3:
-> retrieved coq-ext-lib.0.11.6  (https://github.com/coq-community/coq-ext-lib/archive/v0.11.6.tar.gz)
Processing  2/3: [coq-ext-lib: make theories]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" "theories" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-ext-lib.0.11.6)
- coq_makefile -f _CoqProject -o Makefile.coq
- make -f Makefile.coq
- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-ext-lib.0.11.6'
- COQDEP VFILES
- COQC theories/Core/RelDec.v
- COQC theories/Tactics/Injection.v
- COQC theories/Tactics/Forward.v
- COQC theories/Core/Any.v
- COQC theories/Core/EquivDec.v
- COQC theories/Core/Decision.v
- COQC theories/Structures/BinOps.v
- COQC theories/Structures/CoFunctor.v
- COQC theories/Structures/CoMonad.v
- COQC theories/Data/PreFun.v
- COQC theories/Data/Unit.v
- COQC theories/Data/Bool.v
- COQC theories/Data/Checked.v
- COQC theories/Data/Eq/UIP_trans.v
- COQC theories/Data/ListNth.v
- COQC theories/Data/LazyList.v
- COQC theories/Data/ListFirstnSkipn.v
- COQC theories/Data/N.v
- COQC theories/Data/Positive.v
- File "./theories/Data/ListNth.v", line 17, characters 24-33:
- Warning: Notation lt_S_n is deprecated since 8.16.
- The Arith.Lt file is obsolete. Use the bidirectional version Nat.succ_lt_mono instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./theories/Data/ListNth.v", line 17, characters 24-33:
- Warning: Notation lt_S_n is deprecated since 8.16.
- The Arith.Lt file is obsolete. Use the bidirectional version Nat.succ_lt_mono instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./theories/Data/ListNth.v", line 26, characters 23-32:
- Warning: Notation Le.le_S_n is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.succ_le_mono instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./theories/Data/ListNth.v", line 26, characters 23-32:
- Warning: Notation Le.le_S_n is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.succ_le_mono instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./theories/Data/ListNth.v", line 48, characters 24-33:
- Warning: Notation Le.le_S_n is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.succ_le_mono instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./theories/Data/ListNth.v", line 48, characters 24-33:
- Warning: Notation Le.le_S_n is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.succ_le_mono instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./theories/Data/ListNth.v", line 55, characters 12-25:
- Warning: Notation plus_0_r is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_0_r instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./theories/Data/ListNth.v", line 55, characters 12-25:
- Warning: Notation plus_0_r is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_0_r instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./theories/Data/ListNth.v", line 55, characters 12-25:
- Warning: Notation plus_0_r is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_0_r instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./theories/Data/ListNth.v", line 56, characters 15-32:
- Warning: Notation plus_Snm_nSm is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_succ_comm instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./theories/Data/ListNth.v", line 56, characters 15-32:
- Warning: Notation plus_Snm_nSm is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_succ_comm instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./theories/Data/ListNth.v", line 56, characters 15-32:
- Warning: Notation plus_Snm_nSm is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_succ_comm instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./theories/Data/ListNth.v", line 64, characters 19-28:
- Warning: Notation Le.le_0_n is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.le_0_l instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./theories/Data/ListNth.v", line 64, characters 19-28:
- Warning: Notation Le.le_0_n is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.le_0_l instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./theories/Data/ListNth.v", line 66, characters 21-30:
- Warning: Notation Le.le_n_S is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.succ_le_mono instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./theories/Data/ListNth.v", line 66, characters 21-30:
- Warning: Notation Le.le_n_S is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.succ_le_mono instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./theories/Data/ListNth.v", line 75, characters 12-22:
- Warning: Notation lt_0_Sn is deprecated since 8.16.
- The Arith.Lt file is obsolete. Use Nat.lt_0_succ instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./theories/Data/ListNth.v", line 75, characters 12-22:
- Warning: Notation lt_0_Sn is deprecated since 8.16.
- The Arith.Lt file is obsolete. Use Nat.lt_0_succ instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./theories/Data/ListNth.v", line 76, characters 12-21:
- Warning: Notation lt_n_S is deprecated since 8.16.
- The Arith.Lt file is obsolete. Use the bidirectional version Nat.succ_lt_mono instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./theories/Data/ListNth.v", line 76, characters 12-21:
- Warning: Notation lt_n_S is deprecated since 8.16.
- The Arith.Lt file is obsolete. Use the bidirectional version Nat.succ_lt_mono instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- COQC theories/Data/Prop.v
- COQC theories/Data/Stream.v
- COQC theories/Data/Z.v
- COQC theories/Data/PPair.v
- COQC theories/Programming/Injection.v
- COQC theories/Programming/Eqv.v
- File "./theories/Programming/Eqv.v", line 8, characters 0-77:
- Warning: A coercion will be introduced instead of an instance in future
- versions when using ':>' in 'Class' declarations. Replace ':>' with '::' (or
- use '#[global] Existing Instance field.' for compatibility with Coq < 8.18).
- Beware that the default locality for '::' is #[export], as opposed to
- #[global] for ':>' currently. Add an explicit #[global] attribute to the
- field if you need to keep the current behavior. For example: "Class foo := {
- #[global] field :: bar }."
- [future-coercion-class-field,deprecated-since-8.17,deprecated,default]
- COQC theories/Programming/Le.v
- COQC theories/Programming/With.v
- File "./theories/Programming/Le.v", line 27, characters 0-71:
- Warning: A coercion will be introduced instead of an instance in future
- versions when using ':>' in 'Class' declarations. Replace ':>' with '::' (or
- use '#[global] Existing Instance field.' for compatibility with Coq < 8.18).
- Beware that the default locality for '::' is #[export], as opposed to
- #[global] for ':>' currently.
[...] truncated
COQC theories/Core/CmpDec.v
- COQC theories/Structures/Applicative.v
- COQC theories/Structures/Foldable.v
- COQC theories/Structures/Sets.v
- COQC theories/Structures/Traversable.v
- COQC theories/Data/Char.v
- COQC theories/Data/Nat.v
- COQC theories/Data/Pair.v
- COQC theories/Data/Sum.v
- COQC theories/Data/POption.v
- COQC theories/Tactics/Equality.v
- COQC theories/Tactics/EqDep.v
- File "./theories/Data/Nat.v", line 12, characters 13-26:
- Warning: Notation EqNat.beq_nat is deprecated since 8.16.
- Use Nat.eqb instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- COQC theories/Data/Fun.v
- File "./theories/Data/Nat.v", line 30, characters 28-50:
- Warning: Notation EqNat.beq_nat_true_iff is deprecated since 8.16.
- Use Nat.eqb_eq instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./theories/Data/Nat.v", line 30, characters 28-50:
- Warning: Notation EqNat.beq_nat_true_iff is deprecated since 8.16.
- Use Nat.eqb_eq instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- COQC theories/Structures/Monad.v
- COQC theories/Data/PList.v
- COQC theories/Tactics.v
- File "./theories/Structures/Monad.v", line 56, characters 2-39:
- Warning: Declaring a scope implicitly is deprecated; use in advance an
- explicit "Declare Scope monad_scope.".
- [undeclared-scope,deprecated-since-8.10,deprecated,default]
- COQC theories/Data/Fin.v
- COQC theories/Data/SigT.v
- File "./theories/Data/Fin.v", line 103, characters 2-29:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- File "./theories/Data/Fin.v", line 106, characters 2-29:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- COQC theories/Data/Lazy.v
- COQC theories/Data/Monads/IdentityMonad.v
- COQC theories/Data/Monads/ContMonad.v
- COQC theories/Structures/FunctorLaws.v
- COQC theories/Structures/Reducible.v
- COQC theories/Structures/MonadCont.v
- COQC theories/Structures/MonadExc.v
- COQC theories/Structures/MonadFix.v
- COQC theories/Structures/MonadZero.v
- COQC theories/Structures/MonadPlus.v
- COQC theories/Structures/MonadReader.v
- COQC theories/Structures/MonadWriter.v
- COQC theories/Structures/MonadState.v
- COQC theories/Structures/MonadTrans.v
- COQC theories/Data/Option.v
- COQC theories/Data/String.v
- COQC theories/Data/Tuple.v
- COQC theories/Data/Vector.v
- COQC theories/Structures/Maps.v
- COQC theories/Structures/Monads.v
- COQC theories/Data/Member.v
- File "./theories/Data/String.v", line 57, characters 2-122:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- COQC theories/Data/Map/FMapPositive.v
- File "./theories/Data/String.v", line 57, characters 2-122:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- COQC theories/Data/Set/SetMap.v
- File "./theories/Data/String.v", line 97, characters 11-19:
- Warning: Notation neq_0_lt is deprecated since 8.16.
- The Arith.Lt file is obsolete. Use the bidirectional version Nat.neq_0_lt_0 (together with Nat.neq_sym) instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./theories/Data/String.v", line 97, characters 11-19:
- Warning: Notation neq_0_lt is deprecated since 8.16.
- The Arith.Lt file is obsolete. Use the bidirectional version Nat.neq_0_lt_0 (together with Nat.neq_sym) instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- COQC theories/Structures/MonadLaws.v
- COQC theories/Data/List.v
- COQC theories/Programming/Show.v
- COQC theories/Programming/Extras.v
- COQC theories/Tactics/MonadTac.v
- COQC theories/Data/Monads/StateMonad.v
- COQC theories/Data/Monads/WriterMonad.v
- File "./theories/Programming/Show.v", line 64, characters 2-37:
- Warning: Declaring a scope implicitly is deprecated; use in advance an
- explicit "Declare Scope show_scope.".
- [undeclared-scope,deprecated-since-8.10,deprecated,default]
- COQC theories/Data/Monads/FuelMonad.v
- File "./theories/Programming/Show.v", line 180, characters 65-75:
- Warning: Notation lt_O_Sn is deprecated since 8.16.
- The Arith.Lt file is obsolete. Use Nat.lt_0_succ instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./theories/Programming/Show.v", line 180, characters 65-75:
- Warning: Notation lt_O_Sn is deprecated since 8.16.
- The Arith.Lt file is obsolete. Use Nat.lt_0_succ instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./theories/Programming/Show.v", line 180, characters 65-75:
- Warning: Notation lt_O_Sn is deprecated since 8.16.
- The Arith.Lt file is obsolete. Use Nat.lt_0_succ instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- COQC theories/Data/Monads/OptionMonad.v
- COQC theories/Data/Map/FMapTwoThreeK.v
- COQC theories/Data/Monads/EitherMonad.v
- COQC theories/Data/Monads/IdentityMonadLaws.v
- COQC theories/Data/Monads/ReaderMonad.v
- COQC theories/Data/Set/ListSet.v
- COQC theories/Data/Set/TwoThreeTrees.v
- COQC theories/Data/HList.v
- COQC theories/Data/SumN.v
- COQC theories/Generic/Func.v
- COQC theories/Generic/Ind.v
- COQC theories/Data/Graph/BuildGraph.v
- COQC theories/Data/Graph/GraphAlgos.v
- COQC theories/Data/Map/FMapAList.v
- File "./theories/Data/HList.v", line 462, characters 26-43:
- Warning: Notation app_assoc_reverse is deprecated since 8.18.
- Use app_assoc instead.
- [deprecated-syntactic-definition-since-8.18,deprecated-since-8.18,deprecated-syntactic-definition,deprecated,default]
- File "./theories/Data/HList.v", line 462, characters 26-43:
- Warning: Notation app_assoc_reverse is deprecated since 8.18.
- Use app_assoc instead.
- [deprecated-syntactic-definition-since-8.18,deprecated-since-8.18,deprecated-syntactic-definition,deprecated,default]
- COQC theories/Data/Monads/FuelMonadLaws.v
- File "./theories/Data/HList.v", line 661, characters 14-23:
- Warning: Notation Lt.lt_S_n is deprecated since 8.16.
- The Arith.Lt file is obsolete. Use the bidirectional version Nat.succ_lt_mono instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./theories/Data/HList.v", line 661, characters 14-23:
- Warning: Notation Lt.lt_S_n is deprecated since 8.16.
- The Arith.Lt file is obsolete. Use the bidirectional version Nat.succ_lt_mono instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
-      = "-(5,-(6,-(7,-())))"
-      : string
- COQC theories/Data/Monads/OptionMonadLaws.v
- COQC theories/Data/Monads/ReaderMonadLaws.v
- File "./theories/Data/HList.v", line 681, characters 17-32:
- Error: The reference Minus.minus_n_O was not found in the current
- environment.
- 
- make[2]: *** [Makefile.coq:838: theories/Data/HList.vo] Error 1
- make[2]: *** [theories/Data/HList.vo] Deleting file 'theories/Data/HList.glob'
- make[2]: *** Waiting for unfinished jobs....
- File "./theories/Data/Map/FMapAList.v", line 57, characters 4-16:
- Error: No such goal.
- 
- make[2]: *** [Makefile.coq:838: theories/Data/Map/FMapAList.vo] Error 1
- make[2]: *** [theories/Data/Map/FMapAList.vo] Deleting file 'theories/Data/Map/FMapAList.glob'
- make[1]: *** [Makefile.coq:409: all] Error 2
- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-ext-lib.0.11.6'
- make: *** [Makefile:7: theories] Error 2
[ERROR] The compilation of coq-ext-lib.0.11.6 failed at "make -j4 theories".
#=== ERROR while compiling coq-ext-lib.0.11.6 =================================#
# 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-ext-lib.0.11.6
# command              ~/.opam/opam-init/hooks/sandbox.sh build make -j4 theories
# exit-code            2
# env-file             ~/.opam/log/coq-ext-lib-9752-05f376.env
# output-file          ~/.opam/log/coq-ext-lib-9752-05f376.out
### output ###
# environment.
# [...]
# make[2]: *** [Makefile.coq:838: theories/Data/HList.vo] Error 1
# make[2]: *** [theories/Data/HList.vo] Deleting file 'theories/Data/HList.glob'
# make[2]: *** Waiting for unfinished jobs....
# File "./theories/Data/Map/FMapAList.v", line 57, characters 4-16:
# Error: No such goal.
# 
# make[2]: *** [Makefile.coq:838: theories/Data/Map/FMapAList.vo] Error 1
# make[2]: *** [theories/Data/Map/FMapAList.vo] Deleting file 'theories/Data/Map/FMapAList.glob'
# make[1]: *** [Makefile.coq:409: all] Error 2
# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-ext-lib.0.11.6'
# make: *** [Makefile:7: theories] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-ext-lib 0.11.6
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-ext-lib.0.11.6 coq.8.18.0' 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