« Up

autosubst 1.8 Error 🔥

Context

# Packages matching: installed
# Name                # Installed # Synopsis
base-bigarray         base
base-threads          base
base-unix             base
conf-gmp              4           Virtual package relying on a GMP lib system installation
coq                   dev         The Coq Proof Assistant
coq-core              dev         The Coq Proof Assistant -- Core Binaries and Tools
coq-stdlib            dev         The Coq Proof Assistant -- Standard Library
coqide-server         dev         The Coq Proof Assistant, XML protocol server
dune                  3.12.1      Fast, portable, and opinionated build system
ocaml                 4.14.0      The OCaml compiler (virtual package)
ocaml-base-compiler   4.14.0      Official release 4.14.0
ocaml-config          2           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
ocamlfind             1.9.6       A library manager for OCaml
zarith                1.13        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/coq-community/autosubst"
dev-repo: "git+https://github.com/coq-community/autosubst.git"
bug-reports: "https://github.com/coq-community/autosubst/issues"
license: "MIT"
synopsis: "Coq library for parallel de Bruijn substitutions"
description: """
Autosubst is a library for the Coq proof assistant which
provides automation for formalizing syntactic theories with
variable binders. Given an inductive definition of syntactic
objects in de Bruijn representation augmented with binding
annotations, Autosubst synthesizes the parallel substitution
operation and automatically proves the basic lemmas about
substitutions."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
  "coq" {(>= "8.14" & < "8.19~") | (= "dev")}
]
tags: [
  "category:Computer Science/Lambda Calculi"
  "keyword:abstract syntax"
  "keyword:binders"
  "keyword:de Bruijn indices"
  "keyword:substitution"
  "logpath:Autosubst"
  "date:2023-07-12"
]
authors: [
  "Steven Schäfer"
  "Tobias Tebbi"
]
url {
  src: "https://github.com/coq-community/autosubst/archive/v1.8.tar.gz"
  checksum: "sha512=15077c2b9ad6acf71bc7853e14c205dea49d948c25ff9d7c19b026745fbd029fa8135f18d94317976f281880589c8dfa87c8ddbd657b70ae2818b7502ae6adc5"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-autosubst.1.8 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-autosubst.1.8 coq.dev
Return code
0
Duration
1 m 0 s

Install 🚀

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-autosubst.1.8 coq.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-gmp              4           Virtual package relying on a GMP lib system installation
coq                   dev         The Coq Proof Assistant
coq-core              dev         The Coq Proof Assistant -- Core Binaries and Tools
coq-stdlib            dev         The Coq Proof Assistant -- Standard Library
coqide-server         dev         The Coq Proof Assistant, XML protocol server
dune                  3.12.1      Fast, portable, and opinionated build system
ocaml                 4.14.0      The OCaml compiler (virtual package)
ocaml-base-compiler   4.14.0      Official release 4.14.0
ocaml-config          2           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
ocamlfind             1.9.6       A library manager for OCaml
zarith                1.13        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-autosubst 1.8
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-autosubst.1.8: http]
[coq-autosubst.1.8] downloaded from https://github.com/coq-community/autosubst/archive/v1.8.tar.gz
Processing  1/1:
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/2: [coq-autosubst: make]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-autosubst.1.8)
- make -C theories
- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-autosubst.1.8/theories'
- coq_makefile -R . Autosubst Autosubst.v Autosubst_Basics.v Autosubst_Classes.v Autosubst_Derive.v Autosubst_Lemmas.v Autosubst_MMap.v Autosubst_MMapInstances.v Autosubst_Tactics.v -o Makefile.coq
- make -f Makefile.coq all
- make[2]: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-autosubst.1.8/theories'
- COQDEP VFILES
- Warning: in file Autosubst_Basics.v, library
-          Coq.Arith.Plus is required and has not been found in the loadpath!
-          [module-not-found,filesystem,default]
- COQC Autosubst_Basics.v
- File "./Autosubst_Basics.v", line 8, characters 0-60:
- Error: Cannot find a physical path bound to logical path Coq.Arith.Plus.
- 
- make[3]: *** [Makefile.coq:847: Autosubst_Basics.vo] Error 1
- make[3]: *** [Autosubst_Basics.vo] Deleting file 'Autosubst_Basics.glob'
- make[2]: *** [Makefile.coq:417: all] Error 2
- make[2]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-autosubst.1.8/theories'
- make[1]: *** [Makefile:8: all] Error 2
- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-autosubst.1.8/theories'
- make: *** [Makefile:21: lib] Error 2
[ERROR] The compilation of coq-autosubst failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4".
#=== ERROR while compiling coq-autosubst.1.8 ==================================#
# context              2.0.10 | linux/x86_64 | ocaml-base-compiler.4.14.0 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-autosubst.1.8
# command              ~/.opam/opam-init/hooks/sandbox.sh build make -j4
# exit-code            2
# env-file             ~/.opam/log/coq-autosubst-20334-335865.env
# output-file          ~/.opam/log/coq-autosubst-20334-335865.out
### output ###
# Warning: in file Autosubst_Basics.v, library
# [...]
# COQC Autosubst_Basics.v
# File "./Autosubst_Basics.v", line 8, characters 0-60:
# Error: Cannot find a physical path bound to logical path Coq.Arith.Plus.
# 
# make[3]: *** [Makefile.coq:847: Autosubst_Basics.vo] Error 1
# make[3]: *** [Autosubst_Basics.vo] Deleting file 'Autosubst_Basics.glob'
# make[2]: *** [Makefile.coq:417: all] Error 2
# make[2]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-autosubst.1.8/theories'
# make[1]: *** [Makefile:8: all] Error 2
# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-autosubst.1.8/theories'
# make: *** [Makefile:21: lib] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-autosubst 1.8
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-autosubst.1.8 coq.dev' failed.

Installation size

No files were installed.

Uninstall 🧹

Command
true
Return code
0
Missing removes
none
Wrong removes
none