(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: [ ["./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" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-list-string.2.1.1 coq.8.14.0
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
true
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-list-string.2.1.1 coq.8.14.0
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-list-string.2.1.1 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-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 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.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.12.0/.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.12.0/.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:762: 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:762: src/Case.vo] Error 1 - make: *** [Makefile:386: 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.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.1 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 # env-file ~/.opam/log/coq-list-string-16609-e4db2f.env # output-file ~/.opam/log/coq-list-string-16609-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:762: 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:762: src/Case.vo] Error 1 # make: *** [Makefile:386: 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.8.14.0' failed.
No files were installed.
true