« Up

gaia-theory-of-sets 2.0 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"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/coq-community/gaia"
dev-repo: "git+https://github.com/coq-community/gaia.git"
bug-reports: "https://github.com/coq-community/gaia/issues"
license: "MIT"
synopsis: "Implementation of the Theory of Sets from Bourbaki's Elements of Mathematics in Coq"
description: """
Implementation of the Theory of Sets following N. Bourbaki's book series
Elements of Mathematics in Coq using the Mathematical Components library."""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
  "dune" {>= "2.8"}
  "coq" {>= "8.16" & < "8.19"}
  "coq-mathcomp-ssreflect" {>= "2.0"}
]
conflicts: [
  "coq-gaia"
]
tags: [
  "category:Mathematics/Logic/Set theory"
  "keyword:Bourbaki"
  "keyword:set theory"
  "logpath:gaia.sets"
  "date:2023-08-01"
]
authors: [
  "José Grimm"
  "Alban Quadrat"
  "Carlos Simpson"
]
url {
  src: "https://github.com/coq-community/gaia/archive/v2.0.tar.gz"
  checksum: "sha512=37551367ae132870235e2dfd433d420e814933c642068f4d1e0bc37ed3d001e1536ca24e176d490f4c3e05567bc99e426cd48e0a0b989bdff38a371a532f3328"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-gaia-theory-of-sets.2.0 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-gaia-theory-of-sets.2.0 coq.8.18.0
Return code
0
Duration
9 m 0 s

Install 🚀

Command
opam list; echo; timeout 4h opam install -y -v coq-gaia-theory-of-sets.2.0 coq.8.18.0
Return code
7936
Duration
1 m 0 s
Output
# Packages matching: installed
# Name                 # Installed # Synopsis
atd                    2.15.0      Parser for the ATD data format description language
atdgen                 2.15.0      Generates efficient JSON serializers, deserializers and validators
atdgen-runtime         2.15.0      Runtime library for code generated by atdgen
atdts                  2.15.0      TypeScript code generation for ATD APIs
base-bigarray          base
base-domains           base
base-nnp               base        Naked pointers prohibited in the OCaml heap
base-threads           base
base-unix              base
biniou                 1.2.2       Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve
camlp-streams          5.0.1       The Stream and Genlex libraries for use with Camlp4 and Camlp5
cmdliner               1.2.0       Declarative definition of command line interfaces for OCaml
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-elpi               2.0.0       Elpi extension language for Coq
coq-hierarchy-builder  1.7.0       High level commands to declare and evolve a hierarchy based on packed classes
coq-mathcomp-ssreflect 2.2.0       Small Scale Reflection
coq-stdlib             8.18.0      The Coq Proof Assistant -- Standard Library
coqide-server          8.18.0      The Coq Proof Assistant, XML protocol server
cppo                   1.6.9       Code preprocessor like cpp for OCaml
dune                   3.13.0      Fast, portable, and opinionated build system
easy-format            1.3.4       High-level and functional interface to the Format module of the OCaml standard library
elpi                   1.18.1      ELPI - Embeddable λProlog Interpreter
menhir                 20231231    An LR(1) parser generator
menhirCST              20231231    Runtime support library for parsers generated by Menhir
menhirLib              20231231    Runtime support library for parsers generated by Menhir
menhirSdk              20231231    Compile-time library for auxiliary tools related to Menhir
ocaml                  5.1.1       The OCaml compiler (virtual package)
ocaml-base-compiler    5.1.1       Official release 5.1.1
ocaml-compiler-libs    v0.12.4     OCaml compiler libraries repackaged
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
ppx_derivers           1.2.1       Shared [@@deriving] plugin registry
ppx_deriving           5.2.1       Type-driven code generation for OCaml
ppxlib                 0.31.0      Standard infrastructure for ppx rewriters
re                     1.11.0      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.16.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
yojson                 2.1.2       Yojson is an optimized parsing and printing library for the JSON format
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-gaia-theory-of-sets 2.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/3: [coq-gaia-theory-of-sets.2.0: http]
Processing  1/3:
-> retrieved coq-gaia-theory-of-sets.2.0  (https://github.com/coq-community/gaia/archive/v2.0.tar.gz)
Processing  2/3: [coq-gaia-theory-of-sets: dune build]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "coq-gaia-theory-of-sets" "-j" "4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-gaia-theory-of-sets.2.0)
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -w -notation-overridden -w -notation-incompatible-format -w -ambiguous-paths -w -deprecated-hint-without-locality -w -deprecated-ident-entry -w -deprecated-hint-rewrite-without-locality -w -deprecated-native-compiler-option -w -native-compiler-disabled -native-compiler ondemand -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R theories/sets gaia.sets theories/sets/sset1.v)
- File "./theories/sets/sset1.v", line 2128, characters 19-26:
- Error: Unknown interpretation for notation "_ =1g _".
- 
[ERROR] The compilation of coq-gaia-theory-of-sets.2.0 failed at "dune build -p coq-gaia-theory-of-sets -j 4".
#=== ERROR while compiling coq-gaia-theory-of-sets.2.0 ========================#
# 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-gaia-theory-of-sets.2.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-gaia-theory-of-sets -j 4
# exit-code            1
# env-file             ~/.opam/log/coq-gaia-theory-of-sets-18314-30136a.env
# output-file          ~/.opam/log/coq-gaia-theory-of-sets-18314-30136a.out
### output ###
# Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
# 3.8 and will be removed in an upcoming Dune version.
# Hint: To disable this warning, add the following to your dune-project file:
# (warnings (deprecated_coq_lang_lt_08 disabled))
# (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -w -notation-overridden -w -notation-incompatible-format -w -ambiguous-paths -w -deprecated-hint-without-locality -w -deprecated-ident-entry -w -deprecated-hint-rewrite-without-locality -w -deprecated-native-compiler-option -w -native-compiler-disabled -native-compiler ondemand -I /home/bench/.opam/ocaml-base-compil[...]
# File "./theories/sets/sset1.v", line 2128, characters 19-26:
# Error: Unknown interpretation for notation "_ =1g _".
# 
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-gaia-theory-of-sets 2.0
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-gaia-theory-of-sets.2.0 coq.8.18.0' failed.

Installation size

No files were installed.

Uninstall 🧹

Command
true
Return code
0
Missing removes
none
Wrong removes
none