ยซ Up

stdpp 1.9.0 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: "Ralf Jung <jung@mpi-sws.org>"
authors: "The std++ team"
license: "BSD-3-Clause"
homepage: "https://gitlab.mpi-sws.org/iris/stdpp"
bug-reports: "https://gitlab.mpi-sws.org/iris/stdpp/issues"
dev-repo: "git+https://gitlab.mpi-sws.org/iris/stdpp.git"
synopsis: "An extended \"Standard Library\" for Coq"
description: """
The key features of this library are as follows:
- It provides a great number of definitions and lemmas for common data
  structures such as lists, finite maps, finite sets, and finite multisets.
- It uses type classes for common notations (like `โˆ…`, `โˆช`, and Haskell-style
  monad notations) so that these can be overloaded for different data structures.
- It uses type classes to keep track of common properties of types, like it
  having decidable equality or being countable or finite.
- Most data structures are represented in canonical ways so that Leibniz
  equality can be used as much as possible (for example, for maps we have
  `m1 = m2` iff `โˆ€ i, m1 !! i = m2 !! i`). On top of that, the library provides
  setoid instances for most types and operations.
- It provides various tactics for common tasks, like an ssreflect inspired
  `done` tactic for finishing trivial goals, a simple breadth-first solver
  `naive_solver`, an equality simplifier `simplify_eq`, a solver `solve_proper`
  for proving compatibility of functions with respect to relations, and a solver
  `set_solver` for goals involving set operations.
- It is entirely dependency- and axiom-free.
"""
tags: [
  "date:2023-10-11"
  "logpath:stdpp"
]
depends: [
  "coq" { (>= "8.16" & < "8.19~") | (= "dev") }
]
build: ["./make-package" "stdpp" "-j%{jobs}%"]
install: ["./make-package" "stdpp" "install"]
url {
  src:
    "https://gitlab.mpi-sws.org/iris/stdpp/-/archive/coq-stdpp-1.9.0.tar.gz"
  checksum:
    "sha512=c0a330a112a60734229d43c8ea471e1ed2ac628a0fa035dbe26c2aa867add118b109317823859b99d14ba29804528beb9f3f35753d9dd365bb5c3378dc062fc4"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-stdpp.1.9.0 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-stdpp.1.9.0 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-stdpp.1.9.0 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-stdpp 1.9.0
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-stdpp.1.9.0: http]
[coq-stdpp.1.9.0] downloaded from https://gitlab.mpi-sws.org/iris/stdpp/-/archive/coq-stdpp-1.9.0.tar.gz
Processing  1/1:
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/2: [coq-stdpp: ./make-package stdpp]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "./make-package" "stdpp" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-stdpp.1.9.0)
- COQDEP VFILES
- Warning: in file stdpp/numbers.v, library NPeano is required
-          from root Coq and has not been found in the loadpath!
-          [module-not-found,filesystem,default]
- COQC stdpp/options.v
- COQC stdpp/base.v
- COQC stdpp/proof_irrel.v
- COQC stdpp/well_founded.v
- COQC stdpp/decidable.v
- COQC stdpp/tactics.v
- COQC stdpp/option.v
- COQC stdpp/orders.v
- COQC stdpp/fin.v
- COQC stdpp/streams.v
- COQC stdpp/functions.v
- File "./stdpp/fin.v", line 21, characters 0-41:
- Warning: The '%' scope delimiter in 'Arguments' commands is deprecated, use
- '%_' instead (available since 8.19). The '%' syntax will be reused in a
- future version with the same semantics as in terms, that is adding scope to
- the stack for all subterms. Code can be adapted with a script like: for f in
- $(find . -name '*.v'); do sed '/Arguments/ s/%/%_/g' -i $f ; done
- [argument-scope-delimiter,deprecated-since-8.19,deprecated,default]
- 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] The compilation of coq-stdpp failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build ./make-package stdpp -j4".
#=== 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-1344-335865.env
# output-file          ~/.opam/log/coq-stdpp-1344-335865.out
### output ###
# [...]
# $(find . -name '*.v'); do sed '/Arguments/ s/%/%_/g' -i $f ; done
# [argument-scope-delimiter,deprecated-since-8.19,deprecated,default]
# 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
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-stdpp.1.9.0 coq.dev' failed.

Installation size

No files were installed.

Uninstall ๐Ÿงน

Command
true
Return code
0
Missing removes
none
Wrong removes
none