ยซ Up

compcert-64 dev Error ๐Ÿ”ฅ

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.1.1       Fast, portable, and opinionated build system
ocaml                    4.07.1      The OCaml compiler (virtual package)
ocaml-base-compiler      4.07.1      Official release 4.07.1
ocaml-config             1           OCaml Switch Configuration
ocaml-secondary-compiler 4.08.1-1    OCaml 4.08.1 Secondary Switch Compiler
ocamlfind                1.9.1       A library manager for OCaml
ocamlfind-secondary      1.9.1       Adds support for ocaml-secondary-compiler to ocamlfind
zarith                   1.12        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Jacques-Henri Jourdan <jacques-Henri.jourdan@normalesup.org>"
homepage: "http://compcert.inria.fr/"
dev-repo: "git+https://github.com/AbsInt/CompCert.git"
bug-reports: "https://github.com/AbsInt/CompCert/issues"
license: "INRIA Non-Commercial License Agreement"
build: [
  ["./configure"
  "amd64-linux"  {os = "linux"}
  "amd64-macosx" {os = "macos"}
  "amd64-cygwin" {os = "cygwin"}
  "-prefix" "%{prefix}%/variants/compcert64"
  "-install-coqdev"
  "-clightgen"
  "-coqdevdir" "%{lib}%/coq-variant/compcert64/compcert"
  "-ignore-coq-version"]
  [make
  "-j%{jobs}%" {ocaml:version >= "4.06"}]
]
run-test: [
  [make "-j%{jobs}%" "-C" "test" "all"]
  [make "-j%{jobs}%" "-C" "test" "DIRS=c clightgen raytracer regression spass" "test"]
]
install: [make "install"]
depends: [
  "coq" {>= "8.8"}
  "menhir" {>= "20190626"}
  "ocaml" {>= "4.05.0"}
]
synopsis: "The CompCert C compiler (64 bit)"
authors: "Xavier Leroy <xavier.leroy@inria.fr>"
url {
  src: "git+https://github.com/AbsInt/CompCert.git"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

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

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y coq-compcert-64.dev 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-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.1.1       Fast, portable, and opinionated build system
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.07.1      The OCaml compiler (virtual package)
ocaml-base-compiler      4.07.1      Official release 4.07.1
ocaml-config             1           OCaml Switch Configuration
ocaml-secondary-compiler 4.08.1-1    OCaml 4.08.1 Secondary Switch Compiler
ocamlfind                1.9.1       A library manager for OCaml
ocamlfind-secondary      1.9.1       Adds support for ocaml-secondary-compiler to ocamlfind
zarith                   1.12        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-compcert-64 dev
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-compcert-64.dev] synchronised from git+https://github.com/AbsInt/CompCert.git
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] The compilation of coq-compcert-64 failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build ./configure amd64-linux -prefix /home/bench/.opam/ocaml-base-compiler.4.07.1/variants/compcert64 -install-coqdev -clightgen -coqdevdir /home/bench/.opam/ocaml-base-compiler.4.07.1/lib/coq-variant/compcert64/compcert -ignore-coq-version".
#=== ERROR while compiling coq-compcert-64.dev ================================#
# context              2.0.6 | linux/x86_64 | ocaml-base-compiler.4.07.1 | file:///home/bench/run/opam-coq-archive/extra-dev
# path                 ~/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-compcert-64.dev
# command              ~/.opam/opam-init/hooks/sandbox.sh build ./configure amd64-linux -prefix /home/bench/.opam/ocaml-base-compiler.4.07.1/variants/compcert64 -install-coqdev -clightgen -coqdevdir /home/bench/.opam/ocaml-base-compiler.4.07.1/lib/coq-variant/compcert64/compcert -ignore-coq-version
# exit-code            2
# env-file             ~/.opam/log/coq-compcert-64-2554-e4db2f.env
# output-file          ~/.opam/log/coq-compcert-64-2554-e4db2f.out
### output ###
# Testing assembler support for CFI directives... yes
# Testing linker support for '-no-pie' / '-nopie' option... yes, '-no-pie'
# Testing Coq... version 8.16+alpha -- UNSUPPORTED
# Warning: this version of Coq is unsupported, proceed at your own risks.
# Testing OCaml... version 4.07.1 -- good!
# Testing OCaml native-code compiler...yes
# Testing OCaml .opt compilers... yes
# Testing Menhir... NOT FOUND
# Error: make sure Menhir version 20190626 or later is installed.
# Testing GNU make... version 4.2.1 (command 'make') -- good!
# One or several required tools are missing or too old.  Aborting.
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-compcert-64 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