ยซ Up

lemma-overloading 8.11.0 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.0.3       Fast, portable, and opinionated build system
ocaml               4.11.2      The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2      Official release 4.11.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: "palmskog@gmail.com"
homepage: "https://github.com/coq-community/lemma-overloading"
dev-repo: "git+https://github.com/coq-community/lemma-overloading.git"
bug-reports: "https://github.com/coq-community/lemma-overloading/issues"
doc: "https://coq-community.github.io/lemma-overloading/"
license: "GPL-3.0-or-later"
synopsis: "Libraries demonstrating design patterns for programming and proving with canonical structures in Coq"
description: """
This project contains Hoare Type Theory libraries which
demonstrate a series of design patterns for programming
with canonical structures that enable one to carefully
and predictably coax Coq's type inference engine into triggering
the execution of user-supplied algorithms during unification, and
illustrates these patterns through several realistic examples drawn
from Hoare Type Theory. The project also contains typeclass-based
re-implementations for comparison."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
  "coq" {(>= "8.10" & < "8.12~") | (= "dev")}
  "coq-mathcomp-ssreflect" {(>= "1.7" & < "1.12~") | (= "dev")}
]
tags: [
  "category:Computer Science/Data Types and Data Structures"
  "keyword:canonical structures"
  "keyword:proof automation"
  "keyword:Hoare type theory"
  "keyword:lemma overloading"
  "logpath:LemmaOverloading"
  "date:2020-02-01"
]
authors: [
  "Georges Gonthier"
  "Beta Ziliani"
  "Aleksandar Nanevski"
  "Derek Dreyer"
]
url {
  src: "https://github.com/coq-community/lemma-overloading/archive/v8.11.0.tar.gz"
  checksum: "sha512=58df76ccd7a76da1ca5460d6fc6f8a99fa7f450678098fa45c2e2b92c2cb658586b9abd6c0e3c56177578a28343c287b232ebc07448078f2a218c37db130b3d7"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-lemma-overloading.8.11.0 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-lemma-overloading.8.11.0 coq.dev
Return code
0
Duration
3 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-lemma-overloading.8.11.0 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-mathcomp-ssreflect dev         Small Scale Reflection
dune                   3.0.3       Fast, portable, and opinionated build system
ocaml                  4.11.2      The OCaml compiler (virtual package)
ocaml-base-compiler    4.11.2      Official release 4.11.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
[NOTE] Package coq is already installed (current version is dev).
The following actions will be performed:
  - install coq-lemma-overloading 8.11.0
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-lemma-overloading.8.11.0: http]
[coq-lemma-overloading.8.11.0] downloaded from https://github.com/coq-community/lemma-overloading/archive/v8.11.0.tar.gz
Processing  1/1:
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/2: [coq-lemma-overloading: make]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.4.11.2/.opam-switch/build/coq-lemma-overloading.8.11.0)
- coq_makefile -f _CoqProject -o Makefile.coq
- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.11.2/.opam-switch/build/coq-lemma-overloading.8.11.0'
- COQDEP VFILES
- COQC theories/prelude.v
- COQC theories/rels.v
- COQC theories/ordtype.v
- COQC theories/prefix.v
- File "./theories/rels.v", line 128, characters 0-122:
- Error: grammar entry "ident" permitted "_" in addition to proper identifiers;
- this use is deprecated and its meaning will change in the future; use "name"
- instead. [deprecated-ident-entry,deprecated]
- 
- File "./theories/prefix.v", line 84, characters 0-32:
- Error: 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/prelude.v", line 164, characters 0-30:
- Error: 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]
- 
- make[2]: *** [Makefile.coq:791: theories/rels.vo] Error 1
- make[2]: *** Waiting for unfinished jobs....
- make[2]: *** [Makefile.coq:791: theories/prefix.vo] Error 1
- make[2]: *** [Makefile.coq:791: theories/prelude.vo] Error 1
- make[1]: *** [Makefile.coq:408: all] Error 2
- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.11.2/.opam-switch/build/coq-lemma-overloading.8.11.0'
- make: *** [Makefile:2: all] Error 2
[ERROR] The compilation of coq-lemma-overloading failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4".
#=== ERROR while compiling coq-lemma-overloading.8.11.0 =======================#
# context              2.0.7 | linux/x86_64 | ocaml-base-compiler.4.11.2 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.4.11.2/.opam-switch/build/coq-lemma-overloading.8.11.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build make -j4
# exit-code            2
# env-file             ~/.opam/log/coq-lemma-overloading-23309-335865.env
# output-file          ~/.opam/log/coq-lemma-overloading-23309-335865.out
### output ###
# [...]
# 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]
# 
# make[2]: *** [Makefile.coq:791: theories/rels.vo] Error 1
# make[2]: *** Waiting for unfinished jobs....
# make[2]: *** [Makefile.coq:791: theories/prefix.vo] Error 1
# make[2]: *** [Makefile.coq:791: theories/prelude.vo] Error 1
# make[1]: *** [Makefile.coq:408: all] Error 2
# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.11.2/.opam-switch/build/coq-lemma-overloading.8.11.0'
# make: *** [Makefile:2: all] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-lemma-overloading 8.11.0
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-lemma-overloading.8.11.0 coq.dev' failed.

Installation size

No files were installed.

Uninstall ๐Ÿงน

Command
true
Return code
0
Missing removes
none
Wrong removes
none