« Up

elpi dev 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: "Enrico Tassi <enrico.tassi@inria.fr>"
authors: [ "Enrico Tassi" ]
license: "LGPL-2.1-or-later"
homepage: "https://github.com/LPCIC/coq-elpi"
bug-reports: "https://github.com/LPCIC/coq-elpi/issues"
dev-repo: "git+https://github.com/LPCIC/coq-elpi"
build: [ [ make "build"   "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi" "OCAMLWARN=" ]
         [ make "test"    "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi" ] {with-test}
       ]
install: [ make "install" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi" ]
depends: [
  "stdlib-shims"
  "elpi" {>= "1.16.5" & < "1.18.0~"}
  "coq" {= "dev"}
]
tags: [
  "category:Miscellaneous/Coq Extensions"
  "keyword:λProlog"
  "keyword:higher order abstract syntax"
  "logpath:elpi"
]
synopsis: "Elpi extension language for Coq"
description: """
Coq-elpi provides a Coq plugin that embeds ELPI.
It also provides a way to embed Coq's terms into λProlog using
the Higher-Order Abstract Syntax approach
and a way to read terms back.  In addition to that it exports to ELPI a
set of Coq's primitives, e.g. printing a message, accessing the
environment of theorems and data types, defining a new constant and so on.
For convenience it also provides a quotation and anti-quotation for Coq's
syntax in λProlog.  E.g. `{{nat}}` is expanded to the type name of natural
numbers, or `{{A -> B}}` to the representation of a product by unfolding
 the `->` notation. Finally it provides a way to define new vernacular commands
and
new tactics."""
url {
  src: "git+https://github.com/LPCIC/coq-elpi.git#coq-master"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

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

Install 🚀

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y coq-elpi.dev coq.dev
Return code
7936
Duration
1 m 0 s
Output
# Packages matching: installed
# Name                # Installed # Synopsis
atd                   2.15.0      Parser for the ATD data format description language
atdgen                2.15.0      Generates efficient JSON serializers, deserializers and validators
atdgen-runtime        2.15.0      Runtime library for code generated by atdgen
atdts                 2.15.0      TypeScript code generation for ATD APIs
base-bigarray         base
base-threads          base
base-unix             base
biniou                1.2.2       Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve
camlp-streams         5.0.1       The Stream and Genlex libraries for use with Camlp4 and Camlp5
cmdliner              1.2.0       Declarative definition of command line interfaces for OCaml
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
cppo                  1.6.9       Code preprocessor like cpp for OCaml
dune                  3.12.1      Fast, portable, and opinionated build system
easy-format           1.3.4       High-level and functional interface to the Format module of the OCaml standard library
elpi                  1.17.4      ELPI - Embeddable λProlog Interpreter
menhir                dev         An LR(1) parser generator
menhirLib             dev         Runtime support library for parsers generated by Menhir
menhirSdk             dev         Compile-time library for auxiliary tools related to Menhir
ocaml                 4.14.0      The OCaml compiler (virtual package)
ocaml-base-compiler   4.14.0      Official release 4.14.0
ocaml-compiler-libs   v0.12.4     OCaml compiler libraries repackaged
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
ppx_derivers          1.2.1       Shared [@@deriving] plugin registry
ppx_deriving          5.2.1       Type-driven code generation for OCaml
ppxlib                0.31.0      Standard infrastructure for ppx rewriters
re                    1.11.0      RE is a regular expression library for OCaml
result                1.5         Compatibility Result module
seq                   base        Compatibility package for OCaml's standard iterator type starting from 4.07.
sexplib0              v0.16.0     Library containing the definition of S-expressions and some base converters
stdlib-shims          0.3.0       Backport some of the new stdlib features to older compiler
yojson                2.1.2       Yojson is an optimized parsing and printing library for the JSON format
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-elpi dev
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-elpi.dev] synchronised from git+https://github.com/LPCIC/coq-elpi.git#coq-master
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] The compilation of coq-elpi failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.4.14.0/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.4.14.0/lib/elpi OCAMLWARN=".
#=== ERROR while compiling coq-elpi.dev =======================================#
# context              2.0.10 | linux/x86_64 | ocaml-base-compiler.4.14.0 | file:///home/bench/run/opam-coq-archive/extra-dev
# path                 ~/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-elpi.dev
# command              ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.4.14.0/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.4.14.0/lib/elpi OCAMLWARN=
# exit-code            2
# env-file             ~/.opam/log/coq-elpi-32665-e4db2f.env
# output-file          ~/.opam/log/coq-elpi-32665-e4db2f.out
### output ###
# [...]
# if [ "/home/bench/.opam/ocaml-base-compiler.4.14.0/lib/elpi" != "elpi/findlib/elpi" ]; then\
# 	echo "PKG elpi" >> .merlin;\
# fi
# Using coq found in /home/bench/.opam/ocaml-base-compiler.4.14.0/bin/, from COQBIN or PATH
# ########################## building plugin ##########################
# CAMLC -c src/coq_elpi_utils.mli
# File "src/coq_elpi_utils.mli", line 5, characters 19-49:
# 5 | val synterp_hoas : Elpi.API.Setup.hoas_descriptor
#                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# Error: Unbound type constructor Elpi.API.Setup.hoas_descriptor
# make[1]: *** [Makefile.coq:751: src/coq_elpi_utils.cmi] Error 2
# make: *** [Makefile:50: build-core] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-elpi dev
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment

Installation size

No files were installed.

Uninstall 🧹

Command
true
Return code
0
Missing removes
none
Wrong removes
none