ยซ Up

vst-iris dev Error with dependencies ๐Ÿš’

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"
synopsis: "Verified Software Toolchain with Iris"
description: "VST with support for Iris tactics, definitions, and notation. Especially useful for reasoning about fine-grained concurrent programs and logical atomicity."
authors: [
  "William Mansky"
  "Shengyi Wang"
]
maintainer: "VST team"
homepage: "http://vst.cs.princeton.edu/"
dev-repo: "git+https://github.com/PrincetonUniversity/VST.git"
bug-reports: "https://github.com/PrincetonUniversity/VST/issues"
license: "https://raw.githubusercontent.com/PrincetonUniversity/VST/master/LICENSE"
build: [
  [make "-j%{jobs}%" "build-iris" "IGNORECOQVERSION=true" "ZLIST=platform" "BITSIZE=64"]
]
install: [
  [make "install-iris" "IGNORECOQVERSION=true" "ZLIST=platform" "BITSIZE=64"]
]
run-test: [
  [make "-j%{jobs}%" "atomics" "IGNORECOQVERSION=true" "ZLIST=platform" "BITSIZE=64"]
]
depends: [
  "coq-vst" { = version }
  "coq-iris" {>= "4.0.0"}
]
url {
  src: "git+https://github.com/PrincetonUniversity/VST.git#master"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-vst-iris.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-vst-iris.dev coq.dev
Return code
7936
Duration
33 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
The following actions will be performed:
  - install coq-flocq     dev
  - install menhirLib     dev
  - install coq-stdpp     1.9.0
  - install menhirSdk     dev
  - install coq-menhirlib dev
  - install coq-vst-zlist dev
  - install coq-iris      4.1.0
  - install menhir        dev
  - install coq-compcert  dev
  - install coq-vst       dev
===== 10 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-iris.4.1.0] downloaded from https://gitlab.mpi-sws.org/iris/iris/-/archive/iris-4.1.0.tar.gz
[coq-flocq.dev] synchronised from git+https://gitlab.inria.fr/flocq/flocq.git#master
[coq-compcert.dev] synchronised from git+https://github.com/AbsInt/CompCert.git
[coq-stdpp.1.9.0] downloaded from https://gitlab.mpi-sws.org/iris/stdpp/-/archive/coq-stdpp-1.9.0.tar.gz
[coq-menhirlib.dev] synchronised from git+https://gitlab.inria.fr/fpottier/menhir.git#master
[menhir.dev] synchronised from git+https://gitlab.inria.fr/fpottier/menhir.git#master
[menhirLib.dev] synchronised from git+https://gitlab.inria.fr/fpottier/menhir.git#master
[menhirSdk.dev] synchronised from git+https://gitlab.inria.fr/fpottier/menhir.git#master
[coq-vst-zlist.dev] synchronised from git+https://github.com/PrincetonUniversity/VST.git#master
[coq-vst.dev] synchronised from git+https://github.com/PrincetonUniversity/VST.git#master
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] The compilation of coq-stdpp failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build ./make-package stdpp -j4".
-> installed coq-menhirlib.dev
-> installed coq-vst-zlist.dev
-> installed menhirLib.dev
-> installed menhirSdk.dev
-> installed menhir.dev
-> installed coq-flocq.dev
-> installed coq-compcert.dev
-> installed coq-vst.dev
#=== ERROR while compiling coq-stdpp.1.9.0 ====================================#
# 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-stdpp.1.9.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build ./make-package stdpp -j4
# exit-code            2
# env-file             ~/.opam/log/coq-stdpp-20630-24581f.env
# output-file          ~/.opam/log/coq-stdpp-20630-24581f.out
### output ###
# [...]
# [argument-scope-delimiter,deprecated-since-8.19,deprecated,default]
# COQC stdpp/functions.v
# COQC stdpp/hlist.v
# COQC stdpp/telescopes.v
# COQC stdpp/numbers.v
# File "./stdpp/numbers.v", line 24, characters 0-63:
# Error: Cannot find a physical path bound to logical path
# NPeano with prefix Coq.
# 
# make[1]: *** [Makefile.package.stdpp:847: stdpp/numbers.vo] Error 1
# make[1]: *** [stdpp/numbers.vo] Deleting file 'stdpp/numbers.glob'
# make: *** [Makefile.package.stdpp:417: all] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-stdpp 1.9.0
+- 
+- The following changes have been performed (the rest was aborted)
| - install coq-compcert  dev
| - install coq-flocq     dev
| - install coq-menhirlib dev
| - install coq-vst       dev
| - install coq-vst-zlist dev
| - install menhir        dev
| - install menhirLib     dev
| - install menhirSdk     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.14.0/.opam-switch/backup/state-20231230055938.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