ยซ Up

fcsl-pcm 1.1.1 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-m4             1           Virtual package relying on m4
coq                 8.10.dev    Formal proof management system
num                 1.3         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.06.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1      Official 4.06.1 release
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.8.1       A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "FCSL <fcsl@software.imdea.org>"
homepage: "http://software.imdea.org/fcsl/"
bug-reports: "https://github.com/imdea-software/fcsl-pcm/issues"
dev-repo: "git+https://github.com/imdea-software/fcsl-pcm.git"
license: "Apache-2.0"
build: [ make "-j%{jobs}%" ]
install: [ make "install" ]
depends: [
  "ocaml"
  "coq" {(>= "8.9" & < "8.12~") | (= "dev")}
  "coq-mathcomp-ssreflect" {(>= "1.10.0" & < "1.11~") | (= "dev")}
]
tags: [
  "keyword:separation logic"
  "keyword:partial commutative monoid"
  "category:Computer Science/Data Types and Data Structures"
  "logpath:fcsl"
  "date:2019-01-06"
]
authors: [
  "Aleksandar Nanevski"
]
synopsis: "Partial Commutative Monoids"
description: """
The PCM library provides a formalisation of Partial Commutative Monoids (PCMs),
a common algebraic structure used in separation logic for verification of
pointer-manipulating sequential and concurrent programs.
The library provides lemmas for mechanised and automated reasoning about PCMs
in the abstract, but also supports concrete common PCM instances, such as heaps,
histories and mutexes.
This library relies on extensionality axioms: propositional and
functional extentionality."""
url {
  src: "https://github.com/imdea-software/fcsl-pcm/archive/v1.1.1.tar.gz"
       checksum: "sha256=3b52ae8f7dba4987ef2c2fc91480ebbecdbf7195bfc0d6892930f523e3475771"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-fcsl-pcm.1.1.1 coq.8.10.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 2h opam install -y --deps-only coq-fcsl-pcm.1.1.1 coq.8.10.dev
Return code
0
Duration
2 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-fcsl-pcm.1.1.1 coq.8.10.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-m4                1           Virtual package relying on m4
coq                    8.10.dev    Formal proof management system
coq-mathcomp-ssreflect dev         Small Scale Reflection
num                    1.3         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml                  4.06.1      The OCaml compiler (virtual package)
ocaml-base-compiler    4.06.1      Official 4.06.1 release
ocaml-config           1           OCaml Switch Configuration
ocamlfind              1.8.1       A library manager for OCaml
[NOTE] Package coq is already installed (current version is 8.10.dev).
The following actions will be performed:
  - install coq-fcsl-pcm 1.1.1
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-fcsl-pcm.1.1.1: http]
[coq-fcsl-pcm.1.1.1] downloaded from https://github.com/imdea-software/fcsl-pcm/archive/v1.1.1.tar.gz
Processing  1/1:
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/2: [coq-fcsl-pcm: make]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.4.06.1/.opam-switch/build/coq-fcsl-pcm.1.1.1)
- coq_makefile -f _CoqProject -o CoqMakefile
- make --no-print-directory -f CoqMakefile 
- COQDEP VFILES
- COQC finmap/ordtype.v
- COQC pcm/pred.v
- COQC pcm/pcm.v
- COQC pcm/axioms.v
- COQC pcm/prelude.v
- File "./pcm/pred.v", line 34, characters 0-33:
- Warning: Declaring a scope implicitly is deprecated; use in advance an
- explicit "Declare Scope rel_scope.". [undeclared-scope,deprecated]
- File "./pcm/pcm.v", line 26, characters 0-33:
- Warning: Declaring a scope implicitly is deprecated; use in advance an
- explicit "Declare Scope pcm_scope.". [undeclared-scope,deprecated]
- COQC finmap/finmap.v
- COQC pcm/mutex.v
- COQC pcm/lift.v
- COQC pcm/unionmap.v
- Warning: uniq_perm_eq is deprecated; use uniq_perm instead
- Warning: uniq_perm_eq is deprecated; use uniq_perm instead
- Warning: uniq_perm_eq is deprecated; use uniq_perm instead
- Warning: uniq_perm_eq is deprecated; use uniq_perm instead
- Warning: uniq_perm_eq is deprecated; use uniq_perm instead
- File "./pcm/unionmap.v", line 718, characters 26-38:
- Error: The reference perm_eq_size was not found in the current environment.
- 
- make[2]: *** [CoqMakefile:659: pcm/unionmap.vo] Error 1
- make[1]: *** [CoqMakefile:321: all] Error 2
- make: *** [Makefile:13: invoke-coqmakefile] Error 2
[ERROR] The compilation of coq-fcsl-pcm failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4".
#=== ERROR while compiling coq-fcsl-pcm.1.1.1 =================================#
# context              2.0.5 | linux/x86_64 | ocaml-base-compiler.4.06.1 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.4.06.1/.opam-switch/build/coq-fcsl-pcm.1.1.1
# command              ~/.opam/opam-init/hooks/sandbox.sh build make -j4
# exit-code            2
# env-file             ~/.opam/log/coq-fcsl-pcm-25748-335865.env
# output-file          ~/.opam/log/coq-fcsl-pcm-25748-335865.out
### output ###
# [...]
# COQC pcm/unionmap.v
# Warning: uniq_perm_eq is deprecated; use uniq_perm instead
# Warning: uniq_perm_eq is deprecated; use uniq_perm instead
# Warning: uniq_perm_eq is deprecated; use uniq_perm instead
# Warning: uniq_perm_eq is deprecated; use uniq_perm instead
# Warning: uniq_perm_eq is deprecated; use uniq_perm instead
# File "./pcm/unionmap.v", line 718, characters 26-38:
# Error: The reference perm_eq_size was not found in the current environment.
# 
# make[2]: *** [CoqMakefile:659: pcm/unionmap.vo] Error 1
# make[1]: *** [CoqMakefile:321: all] Error 2
# make: *** [Makefile:13: invoke-coqmakefile] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-fcsl-pcm 1.1.1
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-fcsl-pcm.1.1.1 coq.8.10.dev' failed.

Installation size

No files were installed.

Uninstall ๐Ÿงน

Command
true
Return code
0
Missing removes
none
Wrong removes
none