« Up

list-string 2.1.1 Error

(2021-04-06 20:47:58 UTC)

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            3           Virtual package relying on a GMP lib system installation
coq                 dev         Formal proof management system
num                 1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.10.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.1      Official release 4.10.1
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.1       A library manager for OCaml
zarith              1.12        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "dev@clarus.me"
homepage: "https://github.com/clarus/coq-list-string"
dev-repo: "git+https://github.com/clarus/coq-list-string.git"
bug-reports: "https://github.com/clarus/coq-list-string/issues"
authors: ["Guillaume Claret"]
license: "MIT"
build: [
  ["./configure.sh"]
  [make "-j%{jobs}%"]
]
install: [
  [make "install"]
]
depends: [
  "conf-ruby" {build}
  "coq-cunit"
  "coq-error-handlers"
  "coq-list-plus"
  "coq" {>= "8.4pl4"}
  "ocaml"
]
tags: [
  "category:Computer Science/Data Types and Data Structures"
  "date:2015-07-25"
  "logpath:ListString"
]
synopsis: "Strings implemented as lists"
url {
  src: "https://github.com/clarus/coq-list-string/archive/2.1.1.tar.gz"
  checksum: "md5=862ce9f8080c7d0aa9c406eceb2ad65c"
}

Lint

Command
true
Return code
0

Dry install

Dry install with the current Coq version:

Command
opam install -y --show-action coq-list-string.2.1.1 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 2h opam install -y --deps-only coq-list-string.2.1.1 coq.dev
Return code
0
Duration
20 s

Install

Command
opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-list-string.2.1.1 coq.dev
Return code
7936
Duration
13 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            3           Virtual package relying on a GMP lib system installation
conf-ruby           1.0.0       Virtual package relying on Ruby
coq                 dev         Formal proof management system
coq-cunit           1.0.0       Convenience functions for unit testing in Coq
coq-error-handlers  1.2.0       Simple and robust error handling functions
coq-list-plus       1.1.0       More functions on lists
num                 1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.10.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.1      Official release 4.10.1
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.1       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-list-string 2.1.1
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-list-string.2.1.1: http]
[coq-list-string.2.1.1] downloaded from https://github.com/clarus/coq-list-string/archive/2.1.1.tar.gz
Processing  1/1:
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/2: [coq-list-string: ./configure.sh]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "./configure.sh" (CWD=/home/bench/.opam/ocaml-base-compiler.4.10.1/.opam-switch/build/coq-list-string.2.1.1)
- pp.rb:5:in `<main>': undefined method `[]' for nil:NilClass (NoMethodError)
Processing  1/2: [coq-list-string: make]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.4.10.1/.opam-switch/build/coq-list-string.2.1.1)
- COQC src/All.v
- COQC src/Bool.v
- COQC src/Case.v
- COQC src/Char.v
- File "./src/All.v", line 1, characters 8-12:
- Error: Unable to locate library Case.
- 
- make[1]: *** [Makefile:720: src/All.vo] Error 1
- make[1]: *** Waiting for unfinished jobs....
- File "./src/Case.v", line 2, characters 8-12:
- Error: Unable to locate library Char.
- 
- make[1]: *** [Makefile:720: src/Case.vo] Error 1
- make: *** [Makefile:344: all] Error 2
[ERROR] The compilation of coq-list-string failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4".
#=== ERROR while compiling coq-list-string.2.1.1 ==============================#
# context              2.0.6 | linux/x86_64 | ocaml-base-compiler.4.10.1 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.4.10.1/.opam-switch/build/coq-list-string.2.1.1
# command              ~/.opam/opam-init/hooks/sandbox.sh build make -j4
# exit-code            2
# env-file             ~/.opam/log/coq-list-string-21178-e4db2f.env
# output-file          ~/.opam/log/coq-list-string-21178-e4db2f.out
### output ###
# [...]
# COQC src/Case.v
# COQC src/Char.v
# File "./src/All.v", line 1, characters 8-12:
# Error: Unable to locate library Case.
# 
# make[1]: *** [Makefile:720: src/All.vo] Error 1
# make[1]: *** Waiting for unfinished jobs....
# File "./src/Case.v", line 2, characters 8-12:
# Error: Unable to locate library Char.
# 
# make[1]: *** [Makefile:720: src/Case.vo] Error 1
# make: *** [Makefile:344: all] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-list-string 2.1.1
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-list-string.2.1.1 coq.dev' failed.

Installation size

No files were installed.

Uninstall

Command
true
Return code
0
Missing removes
none
Wrong removes
none