ยซ Up

switch 1.0.5 Error with dependencies ๐Ÿš’

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.0.3       Fast, portable, and opinionated build system
ocaml               4.08.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.08.1      Official release 4.08.1
ocaml-config        1           OCaml Switch Configuration
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: "vzaliva@cmu.edu"
homepage: "https://github.com/vzaliva/coq-switch"
dev-repo: "git://git@github.com:vzaliva/coq-switch.git"
bug-reports: "https://github.com/vzaliva/coq-switch/issues"
authors: ["Vadim Zaliva <lord@crocodile.org>"]
license: "MIT"
build: [
  [make "-j%{jobs}%"]
]
install: [
  [make "install"]
]
depends: [
  "coq" {>= "8.13.0"}
  "coq-metacoq-template" {>= "1.0~beta2+8.13"}
]
tags: [
  "category:Miscellaneous/Coq Extensions"
  "date:2021-01-28"
  "logpath:Switch"
]
synopsis: "A plugin to implement functionality similar to `switch` statement in C language"
description: """It allows easier dispatch on several constant values
of a type with decidable equality. Given a type, boolean equality
predicate, and list of choices, it will generate (using TemplateCoq)
an inductive type with constructors, one for each of the choices, and
a function mapping values to this type."""
url {
  src: "https://github.com/vzaliva/coq-switch/archive/v1.0.5.tar.gz"
  checksum: "3c9adafc944af4c6472a96212c0a8d73"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-switch.1.0.5 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-switch.1.0.5 coq.dev
Return code
7936
Duration
7 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
dune                3.0.3       Fast, portable, and opinionated build system
ocaml               4.08.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.08.1      Official release 4.08.1
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.3       A library manager for OCaml
zarith              1.12        Implements arithmetic and logical operations over arbitrary-precision integers
The following actions will be performed:
  - install coq-equations        dev
  - install coq-metacoq-template dev
===== 2 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-equations.dev] synchronised from git+https://github.com/mattam82/Coq-Equations#master
[coq-metacoq-template.dev] synchronised from git+https://github.com/metacoq/metacoq.git#master
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed coq-equations.dev
[ERROR] The compilation of coq-metacoq-template failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j 4 template-coq".
#=== ERROR while compiling coq-metacoq-template.dev ===========================#
# context              2.0.5 | linux/x86_64 | ocaml-base-compiler.4.08.1 | file:///home/bench/run/opam-coq-archive/extra-dev
# path                 ~/.opam/ocaml-base-compiler.4.08.1/.opam-switch/build/coq-metacoq-template.dev
# command              ~/.opam/opam-init/hooks/sandbox.sh build make -j 4 template-coq
# exit-code            2
# env-file             ~/.opam/log/coq-metacoq-template-28661-736596.env
# output-file          ~/.opam/log/coq-metacoq-template-28661-736596.out
### output ###
# [...]
# ocamlfind: Package `stdlib-shims' not found
# CAMLOPT -c -for-pack Template_coq src/constr_reification.ml
# ocamlfind: Package `stdlib-shims' not found
# make[2]: *** [Makefile.template:740: src/tm_util.cmx] Error 2
# make[2]: *** Waiting for unfinished jobs....
# make[2]: *** [Makefile.template:740: src/reification.cmx] Error 2
# ocamlfind: Package `stdlib-shims' not found
# make[2]: *** [Makefile.template:741: src/constr_reification.cmx] Error 2
# make[2]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.08.1/.opam-switch/build/coq-metacoq-template.dev/template-coq'
# make[1]: *** [Makefile:11: template-coq] Error 2
# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.08.1/.opam-switch/build/coq-metacoq-template.dev/template-coq'
# make: *** [Makefile:79: template-coq] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-metacoq-template dev
+- 
+- The following changes have been performed
| - install coq-equations dev
+- 
# Run eval $(opam env) to update the current shell environment
The former state can be restored with:
    opam switch import "/home/bench/.opam/ocaml-base-compiler.4.08.1/.opam-switch/backup/state-20220310024131.export"

Install ๐Ÿš€

Command
true
Return code
0
Duration
0 s

Installation size

No files were installed.

Uninstall ๐Ÿงน

Command
true
Return code
0
Missing removes
none
Wrong removes
none