ยซ Up

lemma-overloading 8.12.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.1.1       Fast, portable, and opinionated build system
ocaml                 4.12.1      The OCaml compiler (virtual package)
ocaml-base-compiler   4.12.1      Official release 4.12.1
ocaml-config          2           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
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: "anton.a.trunov@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.13~") | (= "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-08-12"
]
authors: [
  "Georges Gonthier"
  "Beta Ziliani"
  "Aleksandar Nanevski"
  "Derek Dreyer"
]
url {
  src: "https://github.com/coq-community/lemma-overloading/archive/v8.12.0.tar.gz"
  checksum: "sha512=63a6aa43ef50d5e5e2ea5f9a478c1ed90b37c59b192e89091a66dec36e0a7b5c63abc63daf03939d9afcb7522b26ac434341e90b82fcfd802c8d75787c5082b5"
}

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.12.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.12.0 coq.dev
Return code
0
Duration
8 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-lemma-overloading.8.12.0 coq.dev
Return code
7936
Duration
2 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.1.1       Fast, portable, and opinionated build system
ocaml                  4.12.1      The OCaml compiler (virtual package)
ocaml-base-compiler    4.12.1      Official release 4.12.1
ocaml-config           2           OCaml Switch Configuration
ocaml-options-vanilla  1           Ensure that OCaml is compiled with no special options enabled
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.12.0
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-lemma-overloading.8.12.0: http]
[coq-lemma-overloading.8.12.0] downloaded from https://github.com/coq-community/lemma-overloading/archive/v8.12.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.12.1/.opam-switch/build/coq-lemma-overloading.8.12.0)
- coq_makefile -f _CoqProject -o Makefile.coq
- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.12.1/.opam-switch/build/coq-lemma-overloading.8.12.0'
- COQDEP VFILES
- COQC theories/prelude.v
- COQC theories/rels.v
- COQC theories/ordtype.v
- COQC theories/prefix.v
- 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]
- 
- make[2]: *** [Makefile.coq:791: theories/prefix.vo] Error 1
- make[2]: *** Waiting for unfinished jobs....
- 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]
- 
- File "./theories/rels.v", line 292, characters 0-53:
- 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/prelude.vo] Error 1
- make[2]: *** [Makefile.coq:791: theories/rels.vo] Error 1
- make[1]: *** [Makefile.coq:408: all] Error 2
- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.12.1/.opam-switch/build/coq-lemma-overloading.8.12.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.12.0 =======================#
# context              2.0.8 | linux/x86_64 | ocaml-base-compiler.4.12.1 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.4.12.1/.opam-switch/build/coq-lemma-overloading.8.12.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build make -j4
# exit-code            2
# env-file             ~/.opam/log/coq-lemma-overloading-2590-335865.env
# output-file          ~/.opam/log/coq-lemma-overloading-2590-335865.out
### output ###
# [...]
# 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/prelude.vo] Error 1
# make[2]: *** [Makefile.coq:791: theories/rels.vo] Error 1
# make[1]: *** [Makefile.coq:408: all] Error 2
# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.12.1/.opam-switch/build/coq-lemma-overloading.8.12.0'
# make: *** [Makefile:2: all] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-lemma-overloading 8.12.0
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-lemma-overloading.8.12.0 coq.dev' failed.

Installation size

No files were installed.

Uninstall ๐Ÿงน

Command
true
Return code
0
Missing removes
none
Wrong removes
none