(2021-11-01 16:42:58 UTC)
# 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 8.14.0 Formal proof management system
dune 2.9.1 Fast, portable, and opinionated build system
ocaml 4.12.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.12.0 Official release 4.12.0
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
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: [
["ruby" "pp.rb"]
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"conf-ruby" {build}
"coq-error-handlers"
"coq-list-plus"
"coq" {>= "8.4pl4"}
"ocaml"
]
tags: [
"category:Computer Science/Data Types and Data Structures"
"date:2015-03-23"
"logpath:ListString"
]
synopsis: "Strings implemented as lists"
url {
src: "https://github.com/clarus/coq-list-string/archive/2.1.0.tar.gz"
checksum: "md5=ded335c4340aeae01a80d046ac636f3a"
}
trueDry install with the current Coq version:
opam install -y --show-action coq-list-string.2.1.0 coq.8.14.0Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
trueopam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-list-string.2.1.0 coq.8.14.0opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-list-string.2.1.0 coq.8.14.0# 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 8.14.0 Formal proof management system coq-error-handlers 1.2.0 Simple and robust error handling functions coq-list-plus 1.1.0 More functions on lists dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.12.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.0 Official release 4.12.0 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled 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 8.14.0). The following actions will be performed: - install coq-list-string 2.1.0 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/1: [coq-list-string.2.1.0: http] [coq-list-string.2.1.0] downloaded from https://github.com/clarus/coq-list-string/archive/2.1.0.tar.gz Processing 1/1: <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/2: [coq-list-string: ruby pp.rb] + /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "ruby" "pp.rb" (CWD=/home/bench/.opam/ocaml-base-compiler.4.12.0/.opam-switch/build/coq-list-string.2.1.0) - pp.rb:5:in `<main>': undefined method `[]' for nil:NilClass (NoMethodError) [ERROR] The compilation of coq-list-string failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build ruby pp.rb". #=== ERROR while compiling coq-list-string.2.1.0 ==============================# # context 2.0.8 | linux/x86_64 | ocaml-base-compiler.4.12.0 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.4.12.0/.opam-switch/build/coq-list-string.2.1.0 # command ~/.opam/opam-init/hooks/sandbox.sh build ruby pp.rb # exit-code 1 # env-file ~/.opam/log/coq-list-string-14534-865888.env # output-file ~/.opam/log/coq-list-string-14534-865888.out ### output ### # pp.rb:5:in `<main>': undefined method `[]' for nil:NilClass (NoMethodError) <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-list-string 2.1.0 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment 'opam install -y -v coq-list-string.2.1.0 coq.8.14.0' failed.
No files were installed.
true