« Up

goedel dev Error with dependencies 🚒

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.0.3       Fast, portable, and opinionated build system
ocaml               4.09.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1      Official release 4.09.1
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: "palmskog@gmail.com"
homepage: "https://github.com/coq-community/goedel"
dev-repo: "git+https://github.com/coq-community/goedel.git"
bug-reports: "https://github.com/coq-community/goedel/issues"
license: "MIT"
synopsis: "Coq proof of the Gödel-Rosser 1st incompleteness theorem"
description: """
A proof in Coq of the Gödel-Rosser 1st incompleteness theorem,
which says that any first order theory extending NN (which is PA
without induction) that is complete is inconsistent."""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
  "dune" {>= "2.5"}
  "coq" {(>= "8.11" & < "8.15~") | (= "dev")}
  "coq-hydra-battles" {>= "0.4"}
  "coq-pocklington" {>= "8.12.0"}
]
tags: [
  "category:Mathematics/Logic/Foundations"
  "keyword:Goedel"
  "keyword:Rosser"
  "keyword:incompleteness"
  "keyword:logic"
  "keyword:Hilbert"
  "logpath:Goedel"
]
authors: [
  "Russell O'Connor"
]
url {
  src: "git+https://github.com/coq-community/goedel.git#master"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-goedel.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-goedel.dev coq.dev
Return code
7936
Duration
15 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
dune                3.0.3       Fast, portable, and opinionated build system
ocaml               4.09.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1      Official release 4.09.1
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
The following actions will be performed:
  - install coq-equations     dev
  - install coq-pocklington   dev
  - install coq-hydra-battles dev
===== 3 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-pocklington.dev] synchronised from git+https://github.com/coq-community/pocklington.git#master
[coq-hydra-battles.dev] synchronised from git+https://github.com/coq-community/hydra-battles.git#master
[coq-equations.dev] synchronised from git+https://github.com/mattam82/Coq-Equations#master
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed coq-pocklington.dev
-> installed coq-equations.dev
[ERROR] The compilation of coq-hydra-battles failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-hydra-battles -j 4".
#=== ERROR while compiling coq-hydra-battles.dev ==============================#
# context              2.0.6 | linux/x86_64 | ocaml-base-compiler.4.09.1 | file:///home/bench/run/opam-coq-archive/extra-dev
# path                 ~/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-hydra-battles.dev
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-hydra-battles -j 4
# exit-code            1
# env-file             ~/.opam/log/coq-hydra-battles-6539-44ea43.env
# output-file          ~/.opam/log/coq-hydra-battles-6539-44ea43.out
### output ###
# [...]
# Warning: Notation le_lt_or_eq is deprecated since 8.16.
# The Arith.Lt file is obsolete. Use the bidirectional version Nat.lt_eq_cases instead.
# [deprecated-syntactic-definition,deprecated]
# File "./theories/ordinals/Epsilon0/Paths.v", line 2981, characters 12-26:
# Warning: Notation le_lt_or_eq is deprecated since 8.16.
# The Arith.Lt file is obsolete. Use the bidirectional version Nat.lt_eq_cases instead.
# [deprecated-syntactic-definition,deprecated]
# (cd _build/default && /home/bench/.opam/ocaml-base-compiler.4.09.1/bin/coqc -w -deprecated-hint-rewrite-without-locality -w -unknown-option -w -deprecated-option -R theories/ordinals hydras theories/ordinals/Schutte/Critical.v)
# Cr_pos_iff alpha_pos
#      : forall x : Ord,
#        Cr alpha x <->
#        (forall beta : Ord, beta < alpha -> In (A_ beta) x /\ phi beta x = x)
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-hydra-battles dev
+- 
+- The following changes have been performed
| - install coq-equations   dev
| - install coq-pocklington dev
+- 
# Run eval $(opam env) to update the current shell environment
The former state can be restored with:
    opam switch import "/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/backup/state-20220323200340.export"

Install 🚀

Command
true
Return code
0
Duration
0 s

Installation size

No files were installed.

Uninstall 🧹

Command
true
Return code
0
Missing removes
none
Wrong removes
none