ยซ Up

compcert-32 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"
authors: "Xavier Leroy <xavier.leroy@inria.fr>"
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"
available: os != "macos"
patches: [ "0001-Allow-dev-version-of-Menhir.patch" ]
build: [
  ["./configure"
  "ia32-linux" {os = "linux"}
  "ia32-cygwin" {os = "cygwin"}
  # This is for building a MinGW CompCert with cygwin host and cygwin target
  "ia32-cygwin" {os = "win32" & os-distribution = "cygwinports"}
  # This is for building a 32 bit CompCert on 64 bit MinGW with cygwin build host
  "-toolprefix"     {os = "win32" & os-distribution = "cygwinports" & arch = "x86_64"}
  "i686-pc-cygwin-" {os = "win32" & os-distribution = "cygwinports" & arch = "x86_64"}
  # The 32 bit CompCert is a variant which is installed in a non standard folder
  "-prefix" "%{prefix}%/variants/compcert32"
  "-install-coqdev"
  "-clightgen"
  "-use-external-Flocq"
  "-use-external-MenhirLib"
  "-coqdevdir" "%{lib}%/coq-variant/compcert32/compcert"
  "-ignore-coq-version"]
  [make "-j%{jobs}%" {ocaml:version >= "4.06"}]
]
install: [
  [make "install"]
]
depends: [
  "coq" {>= "8.8" | = "dev"}
  "menhir" {>= "20190626" | = "dev"}
  "ocaml" {>= "4.05.0"}
  "coq-flocq" {>= "3.1.0" & < "4.0.0"} | "coq-flocq3" {= "dev"}
  "coq-menhirlib" {>= "20190626" | = "dev"}
]
synopsis: "The CompCert C compiler (32 bit)"
description: "This package installs the 32 bit version of CompCert.
For coexistence with the 64 bit version, the files are installed in:
%{prefix}%/variants/compcert32/bin  (ccomp and clightgen binaries)
%{prefix}%/variants/compcert32/lib/compcert  (C library)
%{lib}%/coq-variant/compcert32/compcert (Coq library)
Please note that the coq module path is compcert and not compcert32,
so the files cannot be directly Required as compcert32.
Instead -Q or -R options must be used to bind the compcert32 folder
to the module path compcert. This is more convenient if one development
supports both 32 and 64 bit versions. Otherwise all files would have to
be duplicated with module paths compcert and compcert32.
Please also note that the binary folder is usually not in the path."
tags: [
  "category:Computer Science/Semantics and Compilation/Compilation"
  "category:Computer Science/Semantics and Compilation/Semantics"
  "keyword:C"
  "keyword:compiler"
  "logpath:compcert32"
]
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-32.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-32.dev coq.dev
Return code
7936
Duration
4 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 menhirLib     dev
  - install conf-which    1
  - install menhirSdk     dev
  - install coq-menhirlib dev
  - install conf-autoconf 0.1
  - install menhir        dev
  - install coq-flocq3    dev
===== 7 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-flocq3.dev] synchronised from git+https://gitlab.inria.fr/flocq/flocq.git#flocq-3
[menhir.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-menhirlib.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
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-which.1
-> installed coq-menhirlib.dev
-> installed conf-autoconf.0.1
-> installed menhirLib.dev
-> installed menhirSdk.dev
[ERROR] The compilation of coq-flocq3 failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build ./remake -j4".
-> installed menhir.dev
#=== ERROR while compiling coq-flocq3.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-flocq3.dev
# command              ~/.opam/opam-init/hooks/sandbox.sh build ./remake -j4
# exit-code            1
# env-file             ~/.opam/log/coq-flocq3-31921-7fbc68.env
# output-file          ~/.opam/log/coq-flocq3-31921-7fbc68.out
### output ###
# [...]
# Failed to build src/Core/Core.vo
# Failed to build src/Prop/Relative.vo
# Failed to build src/Core/Round_NE.vo
# Failed to build src/Core/Generic_fmt.vo
# Failed to build src/Core/FLX.vo
# Failed to build src/Core/FLT.vo
# Failed to build src/Core/FIX.vo
# Failed to build src/Core/Float_prop.vo
# Failed to build src/Prop/Round_odd.vo
# Failed to build src/Core/Defs.vo
# Failed to build src/Core/Round_pred.vo
# Finished src/IEEE754/Int63Compat.vo
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-flocq3 dev
+- 
+- The following changes have been performed
| - install conf-autoconf 0.1
| - install conf-which    1
| - install coq-menhirlib 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-20240101035004.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