Build:
- 0
2024-09-12 08:35.52: New job: Voodoo prep coq-serapi.8.7.1+0.4; 3e38525d5d405ccb03adc97fa702bba3 2024-09-12 08:35.52: Waiting for resource in pool OCluster 2024-09-12 19:21.04: Waiting for worker… 2024-09-12 19:22.49: Got resource from pool OCluster 2024-09-12 19:22.49: Using cache hint "docs-universe-prep-4.06.1" To reproduce locally: cat > prep.spec <<'END-OF-SPEC' ((build tools ((from ocaml/opam:debian-12-ocaml-4.06@sha256:38812573285392220263098957afac029132f5286bd8bfb1fc6ff6821b4d9f33) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo chown opam:opam /home/opam")) (run (network host) (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config")) (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 && opam depext -iy voodoo-prep")) (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam")))) (from ocaml/opam:debian-12-ocaml-4.06@sha256:38812573285392220263098957afac029132f5286bd8bfb1fc6ff6821b4d9f33) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo chown opam:opam /home/opam")) (run (shell "sudo mkdir /src")) (copy (src packages) (dst /src/packages)) (copy (src repo) (dst /src/repo)) (run (network host) (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni")) (run (shell "opam repo remove default && opam repo add opam /src")) (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/)) (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam install dune.3.16.0 ocamlfind.1.9.6")) (env DUNE_CACHE enabled) (env DUNE_CACHE_TRANSPORT direct) (env DUNE_CACHE_DUPLICATION copy) (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "(sudo apt update) && ((opam depext -viy coq-serapi.8.7.1+0.4 stdio.v0.10.0 sexplib.v0.10.0 result.1.5 ppxfind.1.4 ppx_type_conv.v0.10.0 ppx_traverse_builtins.v0.10.0 ppx_tools_versioned.5.4.0 ppx_tools.5.1+4.06.0 ppx_sexp_conv.v0.10.0 ppx_optcomp.v0.10.0 ppx_metaquot.v0.10.0 ppx_import.1.8.0 ppx_driver.v0.10.4 ppx_deriving.4.5-1 ppx_derivers.1.2.1 ppx_core.v0.10.0 ppx_ast.v0.10.0 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.10.0 num.1.5-1 jbuilder.1.0+beta20.2 dune.3.16.0 cppo.1.7.0 coq.8.7.2 conf-perl.2 conf-findutils.1 cmdliner.1.0.4 camlp5.7.14 base.v0.10.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')")) (run (shell "opam exec -- ~/voodoo-prep -u coq-serapi:3e38525d5d405ccb03adc97fa702bba3")) (run (network host) (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config))) (shell "(echo '0.625901') && (for DATA in prep/universes/3e38525d5d405ccb03adc97fa702bba3/coq-serapi/8.7.1+0.4,coq-serapi.8.7.1+0.4-3e38525d5d405ccb03adc97fa702bba3,coq-serapi.8.7.1+0.4; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/* && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/3e38525d5d405ccb03adc97fa702bba3/coq-serapi/8.7.1+0.4,coq-serapi.8.7.1+0.4-3e38525d5d405ccb03adc97fa702bba3,coq-serapi.8.7.1+0.4; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/3e38525d5d405ccb03adc97fa702bba3/coq-serapi/8.7.1+0.4,coq-serapi.8.7.1+0.4-3e38525d5d405ccb03adc97fa702bba3,coq-serapi.8.7.1+0.4; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1) || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)")) ) END-OF-SPEC ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git 5ee688bb15d6f6e2321121b77eb06b2139310f2b --local-file prep.spec \ --pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.06.1 \ --secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config 2024-09-12 19:22.49: RETRYING: 2024-09-12/083552-voodoo-prep-2344ca Number of retries: 0 (retriable error condition) Building on doris.caelum.ci.dev All commits already cached Updating files: 67% (21819/32167) Updating files: 68% (21874/32167) Updating files: 69% (22196/32167) Updating files: 70% (22517/32167) Updating files: 71% (22839/32167) Updating files: 72% (23161/32167) Updating files: 73% (23482/32167) Updating files: 74% (23804/32167) Updating files: 75% (24126/32167) Updating files: 76% (24447/32167) Updating files: 77% (24769/32167) Updating files: 78% (25091/32167) Updating files: 79% (25412/32167) Updating files: 80% (25734/32167) Updating files: 81% (26056/32167) Updating files: 82% (26377/32167) Updating files: 83% (26699/32167) Updating files: 84% (27021/32167) Updating files: 85% (27342/32167) Updating files: 86% (27664/32167) Updating files: 87% (27986/32167) Updating files: 88% (28307/32167) Updating files: 89% (28629/32167) Updating files: 90% (28951/32167) Updating files: 91% (29272/32167) Updating files: 92% (29594/32167) Updating files: 93% (29916/32167) Updating files: 94% (30237/32167) Updating files: 95% (30559/32167) Updating files: 96% (30881/32167) Updating files: 97% (31202/32167) Updating files: 98% (31524/32167) Updating files: 99% (31846/32167) Updating files: 100% (32167/32167) Updating files: 100% (32167/32167), done. HEAD is now at 5ee688bb15 Windows support for ocaml-secondary-compiler.4.14.2 (build "tools" …) (from ocaml/opam:debian-12-ocaml-4.06@sha256:38812573285392220263098957afac029132f5286bd8bfb1fc6ff6821b4d9f33) 2024-09-12 19:21.38 ---> using "4fa5e01f0bf73863516be81d0b3a899ba50b2c43cbf590d060f599dcf6454364" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-09-12 19:21.38 ---> using "f4e116fc7e56a6db3e37e9d7c5c5f04b84e0abdf16a4c7064a2fa5dfbec87b36" from cache /home/opam: (run (network host) (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config")) Hit:1 http://deb.debian.org/debian bookworm InRelease Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB] Fetched 295 kB in 0s (630 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: libpkgconf3 pkgconf pkgconf-bin Suggested packages: m4-doc The following NEW packages will be installed: libpkgconf3 m4 pkg-config pkgconf pkgconf-bin 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. Need to get 392 kB of archives. After this operation, 969 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB] Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB] Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB] Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB] Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 392 kB in 0s (7541 kB/s) Selecting previously unselected package libpkgconf3:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18733 files and directories currently installed.) Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ... Unpacking libpkgconf3:amd64 (1.8.1-1) ... Selecting previously unselected package m4. Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ... Unpacking m4 (1.4.19-3) ... Selecting previously unselected package pkgconf-bin. Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ... Unpacking pkgconf-bin (1.8.1-1) ... Selecting previously unselected package pkgconf:amd64. Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ... Unpacking pkgconf:amd64 (1.8.1-1) ... Selecting previously unselected package pkg-config:amd64. Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ... Unpacking pkg-config:amd64 (1.8.1-1) ... Setting up m4 (1.4.19-3) ... Setting up libpkgconf3:amd64 (1.8.1-1) ... Setting up pkgconf-bin (1.8.1-1) ... Setting up pkgconf:amd64 (1.8.1-1) ... Setting up pkg-config:amd64 (1.8.1-1) ... Processing triggers for libc-bin (2.36-9+deb12u8) ... 2024-09-12 19:21.38 ---> using "4b5c15449f95eee19830cc9748faf343e7244491876b7d58222f9d355a9b4e29" from cache /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 && opam depext -iy voodoo-prep")) [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 This will pin the following packages: voodoo-prep, voodoo-lib, voodoo-gen, voodoo-do. Continue? [Y/n] y Package voodoo-prep does not exist, create as a NEW package? [Y/n] y [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 voodoo-prep is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev) Package voodoo-lib does not exist, create as a NEW package? [Y/n] y [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 voodoo-lib is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev) Package voodoo-gen does not exist, create as a NEW package? [Y/n] y [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 voodoo-gen is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev) Package voodoo-do does not exist, create as a NEW package? [Y/n] y [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 voodoo-do is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev) # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian # No extra OS packages requirements found. # All required OS packages found. # Now letting opam install the packages <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [voodoo-prep.~dev] no changes from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 The following actions will be performed: - install ocamlbuild 0.14.3 [required by bos] - install cmdliner 1.0.4 [required by voodoo-prep] - install ocamlfind 1.9.6 [required by bos] - install topkg 1.0.7 [required by bos] - install ocamlfind-secondary 1.9.6 [required by dune] - install astring 0.8.5 [required by bos] - install dune 3.16.0 [required by voodoo-prep] - install fpath 0.7.3 [required by voodoo-prep] - install stdlib-shims 0.3.0 [required by fmt] - install seq 0.3.1 [required by fmt] - install result 1.5 [required by rresult] - install opam-file-format 2.1.6 [required by opam-format] - install cppo 1.7.0 [required by opam-core] - install ocamlgraph 2.0.0 [required by opam-core] - install re 1.11.0 [required by opam-format] - install fmt 0.8.9 [required by bos] - install rresult 0.6.0 [required by bos] - install opam-core 2.1.6 [required by opam-format] - install logs 0.7.0 [required by bos] - install opam-format 2.1.6 [required by voodoo-prep] - install bos 0.2.0 [required by voodoo-prep] - install voodoo-prep ~dev* ===== 22 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [astring.0.8.5] found in cache [bos.0.2.0] found in cache [cmdliner.1.0.4] found in cache [cppo.1.7.0] found in cache [dune.3.16.0] found in cache [fmt.0.8.9] found in cache [fpath.0.7.3] found in cache [logs.0.7.0] found in cache [ocamlbuild.0.14.3] found in cache [ocamlfind.1.9.6] found in cache [ocamlfind-secondary.1.9.6] found in cache [ocamlgraph.2.0.0] found in cache [opam-core.2.1.6] found in cache [opam-file-format.2.1.6] found in cache [opam-format.2.1.6] found in cache [re.1.11.0] found in cache [result.1.5] found in cache [rresult.0.6.0] found in cache [seq.0.3.1] found in cache [stdlib-shims.0.3.0] found in cache [topkg.1.0.7] found in cache [voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed cmdliner.1.0.4 -> installed ocamlfind.1.9.6 -> installed ocamlfind-secondary.1.9.6 -> installed ocamlbuild.0.14.3 -> installed topkg.1.0.7 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed dune.3.16.0 -> installed result.1.5 -> installed seq.0.3.1 -> installed stdlib-shims.0.3.0 -> installed opam-file-format.2.1.6 -> installed cppo.1.7.0 -> installed rresult.0.6.0 -> installed re.1.11.0 -> installed fmt.0.8.9 -> installed ocamlgraph.2.0.0 -> installed logs.0.7.0 -> installed bos.0.2.0 -> installed opam-core.2.1.6 -> installed opam-format.2.1.6 -> installed voodoo-prep.~dev Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 19:21.38 ---> using "a143162bb82860488959f3ce8fb42e4340df98a2b60e1718078adf2ca6c58327" from cache /home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam")) 2024-09-12 19:21.38 ---> using "32b3b8847b0acc5368c946049fa08c232dd5a8b2c3b7dcb406375f06de581da5" from cache 2024-09-12 19:21.38 --> finished "tools" (from ocaml/opam:debian-12-ocaml-4.06@sha256:38812573285392220263098957afac029132f5286bd8bfb1fc6ff6821b4d9f33) 2024-09-12 19:21.38 ---> using "4fa5e01f0bf73863516be81d0b3a899ba50b2c43cbf590d060f599dcf6454364" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-09-12 19:21.38 ---> using "f4e116fc7e56a6db3e37e9d7c5c5f04b84e0abdf16a4c7064a2fa5dfbec87b36" from cache /home/opam: (run (shell "sudo mkdir /src")) 2024-09-12 19:21.39 ---> using "e81499036ff9465ab94c1afcd925e773b379423df968d57e5c8ff3f37195d91b" from cache /home/opam: (copy (src packages) (dst /src/packages)) 2024-09-12 19:21.40 ---> using "18aeb403705e0649286e2ec520ff0e06f789906fbdc83d991426ae263e95aea7" from cache /home/opam: (copy (src repo) (dst /src/repo)) 2024-09-12 19:21.40 ---> using "990127bb54480dc879e77095487c2a46c72fd18c4d031e594fb3a451c43c8944" from cache /home/opam: (run (network host) (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. Continue? [Y/n] y This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted. You may want to back it up before going further. Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-09-12 19:21.40 ---> using "926c88e873d37640d0570a854bedd62e57e5ffc63bf1835675353a2ba0cccfe1" from cache /home/opam: (run (shell "opam repo remove default && opam repo add opam /src")) Repositories removed from the selections of switch 4.06. Use '--all' to forget about them altogether. [opam] Initialised [NOTE] Repository opam has been added to the selections of switch 4.06 only. Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively. 2024-09-12 19:21.40 ---> using "ee8f2edc178d341ab8a4d0a8bf7910094864ab5b9bde308ab4c9577f2f5606c5" from cache /home/opam: (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/)) 2024-09-12 19:21.40 ---> using "433be68b7a1148a0ea42dab70f2b2168448491841afb9dd1be39be115e864df8" from cache /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam install dune.3.16.0 ocamlfind.1.9.6")) The following actions will be performed: - install ocamlfind 1.9.6 - install ocamlfind-secondary 1.9.6 [required by dune] - install dune 3.16.0 ===== 3 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocamlfind.1.9.6 (cached) -> retrieved dune.3.16.0 (cached) -> retrieved ocamlfind-secondary.1.9.6 (cached) -> installed ocamlfind.1.9.6 -> installed ocamlfind-secondary.1.9.6 -> installed dune.3.16.0 Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 19:21.40 ---> using "04ebc623e268e4538c94f0f23d8a1000455bbd592f90df16e9835a75d487041d" from cache /home/opam: (env DUNE_CACHE enabled) /home/opam: (env DUNE_CACHE_TRANSPORT direct) /home/opam: (env DUNE_CACHE_DUPLICATION copy) /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "(sudo apt update) && ((opam depext -viy coq-serapi.8.7.1+0.4 stdio.v0.10.0 sexplib.v0.10.0 result.1.5 ppxfind.1.4 ppx_type_conv.v0.10.0 ppx_traverse_builtins.v0.10.0 ppx_tools_versioned.5.4.0 ppx_tools.5.1+4.06.0 ppx_sexp_conv.v0.10.0 ppx_optcomp.v0.10.0 ppx_metaquot.v0.10.0 ppx_import.1.8.0 ppx_driver.v0.10.4 ppx_deriving.4.5-1 ppx_derivers.1.2.1 ppx_core.v0.10.0 ppx_ast.v0.10.0 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.10.0 num.1.5-1 jbuilder.1.0+beta20.2 dune.3.16.0 cppo.1.7.0 coq.8.7.2 conf-perl.2 conf-findutils.1 cmdliner.1.0.4 camlp5.7.14 base.v0.10.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')")) WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Hit:1 http://deb.debian.org/debian bookworm InRelease Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB] Fetched 295 kB in 0s (896 kB/s) Reading package lists... Building dependency tree... Reading state information... All packages are up to date. Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y The following actions will be performed: - recompile opam-depext 1.2.3 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved opam-depext.1.2.3 (cached) -> removed opam-depext.1.2.3 -> installed opam-depext.1.2.3 Done. <><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><> => opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead # Run eval $(opam env) to update the current shell environment <><> Carrying on to "opam depext -viy coq-serapi.8.7.1+0.4 stdio.v0.10.0 sexplib.v0.10.0 result.1.5 ppxfind.1.4 ppx_type_conv.v0.10.0 ppx_traverse_builtins.v0.10.0 ppx_tools_versioned.5.4.0 ppx_tools.5.1+4.06.0 ppx_sexp_conv.v0.10.0 ppx_optcomp.v0.10.0 ppx_metaquot.v0.10.0 ppx_import.1.8.0 ppx_driver.v0.10.4 ppx_deriving.4.5-1 ppx_derivers.1.2.1 ppx_core.v0.10.0 ppx_ast.v0.10.0 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.10.0 num.1.5-1 jbuilder.1.0+beta20.2 dune.3.16.0 cppo.1.7.0 coq.8.7.2 conf-perl.2 conf-findutils.1 cmdliner.1.0.4 camlp5.7.14 base.v0.10.0" Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies. # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian # The following system packages are needed: findutils perl [NOTE] Package dune is already installed (current version is 3.16.0). [NOTE] Package ocamlfind is already installed (current version is 1.9.6). The following actions will be performed: - install conf-perl 2 - install ppx_derivers 1.2.1 - install ocamlbuild 0.14.3 - install cmdliner 1.0.4 - install num 1.5-1 - install conf-findutils 1 - install jbuilder 1.0+beta20.2 - install result 1.5 - install cppo 1.7.0 - install ppx_tools 5.1+4.06.0 - install camlp5 7.14 - install sexplib v0.10.0 - install ppx_traverse_builtins v0.10.0 - install ocaml-compiler-libs v0.10.0 - install ocaml-migrate-parsetree 1.8.0 - install coq 8.7.2 - install base v0.10.0 - install ppxfind 1.4 - install ppx_tools_versioned 5.4.0 - install ppx_ast v0.10.0 - install stdio v0.10.0 - install ppx_deriving 4.5-1 - install ppx_import 1.8.0 - install ppx_core v0.10.0 - install ppx_optcomp v0.10.0 - install ppx_driver v0.10.4 - install ppx_metaquot v0.10.0 - install ppx_type_conv v0.10.0 - install ppx_sexp_conv v0.10.0 - install coq-serapi 8.7.1+0.4 ===== 30 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/90: Processing 2/90: [camlp5.7.14: http] Processing 3/90: [camlp5.7.14: http] -> retrieved base.v0.10.0 (cached) Processing 4/90: [camlp5.7.14: http] Processing 5/90: [camlp5.7.14: http] Processing 6/90: [camlp5.7.14: http] [coq.8.7.2: http] Processing 7/90: [camlp5.7.14: http] [coq.8.7.2: http] [conf-findutils: sh find . -name .] Processing 8/90: [camlp5.7.14: http] [coq.8.7.2: http] [conf-findutils: sh find . -name .] [conf-perl: perl] Processing 8/90: [coq.8.7.2: http] [conf-findutils: sh find . -name .] [conf-perl: perl] -> retrieved cmdliner.1.0.4 (cached) Processing 9/90: [coq.8.7.2: http] [coq-serapi.8.7.1+0.4: http] [conf-findutils: sh find . -name .] [conf-perl: perl] Processing 10/90: [coq.8.7.2: http] [coq-serapi.8.7.1+0.4: http] [cmdliner: make all] [conf-findutils: sh find . -name .] [conf-perl: perl] Processing 10/90: [coq-serapi.8.7.1+0.4: http] [cmdliner: make all] [conf-findutils: sh find . -name .] [conf-perl: perl] - + find . -name . - . -> compiled conf-findutils.1 Processing 10/90: [coq-serapi.8.7.1+0.4: http] [cmdliner: make all] [conf-perl: perl] -> installed conf-findutils.1 Processing 11/90: [coq-serapi.8.7.1+0.4: http] [cmdliner: make all] [conf-perl: perl] - - This is perl 5, version 36, subversion 0 (v5.36.0) built for x86_64-linux-gnu-thread-multi - (with 53 registered patches, see perl -V for more detail) - - Copyright 1987-2022, Larry Wall - - Perl may be copied only under the terms of either the Artistic License or the - GNU General Public License, which may be found in the Perl 5 source kit. - - Complete documentation for Perl, including FAQ lists, should be found on - this system using "man perl" or "perldoc perl". If you have access to the - Internet, point your browser at https://www.perl.org/, the Perl Home Page. - -> compiled conf-perl.2 Processing 11/90: [coq-serapi.8.7.1+0.4: http] [cmdliner: make all] -> installed conf-perl.2 Processing 12/90: [coq-serapi.8.7.1+0.4: http] [cmdliner: make all] -> retrieved camlp5.7.14 (https://github.com/camlp5/camlp5/archive/rel714.tar.gz) Processing 13/90: [coq-serapi.8.7.1+0.4: http] [cmdliner: make all] Processing 14/90: [coq-serapi.8.7.1+0.4: http] [camlp5: ./configure] [cmdliner: make all] Processing 14/90: [coq.8.7.2/coq.install: dl] [coq-serapi.8.7.1+0.4: http] [camlp5: ./configure] [cmdliner: make all] Processing 14/90: [coq.8.7.2/coq.install: dl] [camlp5: ./configure] [cmdliner: make all] -> retrieved cppo.1.7.0 (cached) Processing 15/90: [coq.8.7.2/coq.install: dl] [camlp5: ./configure] [cmdliner: make all] Processing 16/90: [coq.8.7.2/coq.install: dl] [camlp5: ./configure] [cmdliner: make all] [cppo: dune build] - - Resulting configuration file (config/Makefile.cnf): - - MODE=S - EXE= - OPT=.opt - EXT_OBJ=.o - EXT_LIB=.a - OVERSION=4.06.1 - VERSION=7.14 - OCAMLC_W_Y="-w y" - WARNERR="-warn-error +A-11" - NO_PR_DIR=--no-print-directory - OLIBDIR=/home/opam/.opam/4.06/lib/ocaml - OCLIBDIR=+compiler-libs - PREFIX=/home/opam/.opam/4.06 - OTOPP=+compiler-libs - OTOPW=+compiler-libs - OTOPU=$(TOP)/ocaml_stuff/4.06.1/utils - BINDIR=$(PREFIX)/bin - LIBDIR=/home/opam/.opam/4.06/lib - MANDIR=/home/opam/.opam/4.06/man - OCAMLN=ocaml - CAMLP5N=camlp5 - - === strict mode === - Processing 16/90: [coq.8.7.2/coq.install: dl] [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] -> retrieved coq-serapi.8.7.1+0.4 (https://github.com/ejgallego/coq-serapi/archive/8.7.1+0.4.tar.gz) Processing 17/90: [coq.8.7.2/coq.install: dl] [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] -> retrieved num.1.5-1 (cached) Processing 18/90: [coq.8.7.2/coq.install: dl] [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [num: patch] applying num-in-findlib-dir.patch Processing 19/90: [coq.8.7.2/coq.install: dl] [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [num: patch] -> retrieved jbuilder.1.0+beta20.2 (cached) Processing 20/90: [coq.8.7.2/coq.install: dl] [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [num: patch] Processing 21/90: [coq.8.7.2/coq.install: dl] [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml configure.ml] [num: patch] -> retrieved coq.8.7.2 (https://github.com/coq/coq/archive/V8.7.2.tar.gz) Processing 21/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml configure.ml] [num: patch] Processing 22/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml configure.ml] [num: patch] -> retrieved ocaml-compiler-libs.v0.10.0 (cached) Processing 23/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml configure.ml] [num: patch] Processing 23/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml configure.ml] [num: make opam-legacy] -> retrieved ocaml-migrate-parsetree.1.8.0 (cached) Processing 24/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml configure.ml] [num: make opam-legacy] Processing 24/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] -> retrieved ocamlbuild.0.14.3 (cached) Processing 25/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] Processing 26/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make configure.make] -> retrieved ppx_ast.v0.10.0 (cached) Processing 27/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make configure.make] -> retrieved ppx_core.v0.10.0 (cached) Processing 28/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make configure.make] -> retrieved ppx_derivers.1.2.1 (cached) Processing 29/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make configure.make] Processing 30/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make configure.make] [ppx_derivers: dune build] - (echo "# This file was generated from configure.make"; \ - echo ;\ - echo "OCAML_PREFIX=/home/opam/.opam/4.06"; \ - echo "OCAML_BINDIR=/home/opam/.opam/4.06/bin"; \ - echo "OCAML_LIBDIR=/home/opam/.opam/4.06/lib/ocaml"; \ - echo "OCAML_MANDIR=/home/opam/.opam/4.06/man"; \ - echo ;\ - echo "EXT_OBJ=.o"; \ - echo "EXT_ASM=.s"; \ - echo "EXT_LIB=.a"; \ - echo "EXT_DLL=.so"; \ - echo "EXE="; \ - echo ;\ - echo "OCAML_NATIVE=true"; \ - echo "OCAML_NATIVE_TOOLS=true"; \ - echo "NATDYNLINK=true"; \ - echo "SUPPORT_SHARED_LIBRARIES=true"; \ - echo ;\ - echo "PREFIX=/home/opam/.opam/4.06"; \ - echo "BINDIR=/home/opam/.opam/4.06/bin"; \ - echo "LIBDIR=/home/opam/.opam/4.06/lib"; \ - echo "MANDIR=/home/opam/.opam/4.06/man"; \ - ) > Makefile.config - (echo "(* This file was generated from ../configure.make *)"; \ - echo ;\ - echo 'let bindir = "/home/opam/.opam/4.06/bin"'; \ - echo 'let libdir = "/home/opam/.opam/4.06/lib"'; \ - echo 'let ocaml_libdir = "/home/opam/.opam/4.06/lib/ocaml"'; \ - echo 'let libdir_abs = "/home/opam/.opam/4.06/lib"'; \ - echo 'let ocaml_native = true'; \ - echo 'let ocaml_native_tools = true'; \ - echo 'let supports_shared_libraries = true';\ - echo 'let a = "a"'; \ - echo 'let o = "o"'; \ - echo 'let so = "so"'; \ - echo 'let ext_dll = ".so"'; \ - echo 'let exe = ""'; \ - echo 'let version = "0.14.3"'; \ - ) > src/ocamlbuild_config.ml Processing 30/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] -> retrieved ppx_deriving.4.5-1 (cached) Processing 31/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] -> retrieved ppx_driver.v0.10.4 (cached) Processing 32/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] -> retrieved ppx_import.1.8.0 (cached) Processing 33/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] -> retrieved ppx_metaquot.v0.10.0 (cached) Processing 34/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] -> retrieved ppx_optcomp.v0.10.0 (cached) Processing 35/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] -> retrieved ppx_sexp_conv.v0.10.0 (cached) Processing 36/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] -> retrieved ppx_tools.5.1+4.06.0 (cached) Processing 37/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] Processing 38/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [ppx_tools: make all] -> retrieved ppx_tools_versioned.5.4.0 (cached) Processing 39/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [ppx_tools: make all] -> retrieved ppx_traverse_builtins.v0.10.0 (cached) Processing 40/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [ppx_tools: make all] -> compiled ppx_derivers.1.2.1 Processing 40/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] -> installed ppx_derivers.1.2.1 Processing 41/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] -> retrieved ppx_type_conv.v0.10.0 (cached) Processing 42/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] -> retrieved ppxfind.1.4 (cached) Processing 43/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] -> retrieved result.1.5 (cached) Processing 44/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] -> retrieved sexplib.v0.10.0 (cached) -> retrieved stdio.v0.10.0 (cached) -> compiled result.1.5 Processing 44/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] -> installed result.1.5 Processing 45/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] Processing 46/90: [camlp5: make world.opt] [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] - ocaml build.ml cma - ocaml build.ml cmxa - ocaml build.ml cmxs -> compiled cmdliner.1.0.4 Processing 46/90: [camlp5: make world.opt] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] Processing 47/90: [camlp5: make world.opt] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [cmdliner: make install] -> compiled cppo.1.7.0 Processing 47/90: [camlp5: make world.opt] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [cmdliner: make install] - /usr/bin/make -C src all - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/num.1.5-1/src' - ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c - ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c - ocamlmklib -oc nums bng.o nat_stubs.o - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml - ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo - cp ../toplevel/num_top_printers.mli ../toplevel/num_top.mli ../toplevel/num_top_printers.ml ../toplevel/num_top.ml . - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo - echo 'version = "1.6~dev"' > META.top - cat META.num-top.in >> META.top - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml - ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -I . -shared -o nums.cmxs nums.cmxa - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/num.1.5-1/src' - cp src/num-legacy.install num.install -> compiled num.1.5-1 Processing 47/90: [camlp5: make world.opt] [jbuilder: ocaml bootstrap.ml] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [cmdliner: make install] - '/home/opam/.opam/4.06/bin/ocamllex.opt' -q src/meta_lexer.mll - '/home/opam/.opam/4.06/bin/ocamldep.opt' -modules src/action.ml src/action_intf.ml src/arg_spec.ml src/artifacts.ml src/bin.ml src/binary_kind.ml src/build.ml src/build_interpret.ml src/build_system.ml src/clflags.ml src/cm_kind.ml src/colors.ml src/config.ml src/context.ml src/dep_path.ml src/env.ml src/errors.ml src/exe.ml src/file_tree.ml src/findlib.ml src/gen_meta.ml src/gen_rules.ml src/glob_lexer.boot.ml src/import.ml src/inline_tests.ml src/install.ml src/install_rules.ml src/installed_dune_file.ml src/interned.ml src/jbuild.ml src/jbuild_load.ml vendor/boot/jbuilder_opam_file_format.ml vendor/boot/jbuilder_re.ml src/js_of_ocaml_rules.ml src/lib.ml src/loc.ml src/log.ml src/main.ml src/menhir.ml src/merlin.ml src/meta.ml src/meta_lexer.ml src/ml_kind.ml src/mode.ml src/module.ml src/module_compilation.ml src/modules_partitioner.ml src/ocaml_flags.ml src/ocamldep.ml src/odoc.boot.ml src/opam_file.ml src/ordered_set_lang.ml src/package.ml src/path.ml src/per_item.ml src/preprocessing.ml src/print_diff.ml src/process.ml src/report_error.ml src/scheduler.ml src/scope.ml src/setup.boot.ml src/sexp.ml src/string_with_vars.ml src/sub_system.ml src/sub_system_intf.ml src/sub_system_name.ml src/super_context.ml src/syntax.ml src/top_closure.ml src/utils.ml src/utop.ml src/variant.ml src/vfile_kind.ml src/watermarks.ml src/workspace.ml > boot-depends.txt - '/home/opam/.opam/4.06/bin/ocamldep.opt' -modules src/stdune/caml/caml.ml src/stdune/caml/result.ml src/stdune/caml/result_compat.ml > boot-depends.txt - '/home/opam/.opam/4.06/bin/ocamldep.opt' -modules src/fiber/fiber.ml > boot-depends.txt - '/home/opam/.opam/4.06/bin/ocamldep.opt' -modules src/ocaml-config/ocaml_config.ml > boot-depends.txt - '/home/opam/.opam/4.06/bin/ocamldep.opt' -modules src/stdune/stdune.ml src/stdune/ansi_color.ml src/stdune/array.ml src/stdune/char.ml src/stdune/common.ml src/stdune/comparable.ml src/stdune/either.ml src/stdune/exn.ml src/stdune/filename.ml src/stdune/hashtbl.ml src/stdune/import.ml src/stdune/int.ml src/stdune/io.ml src/stdune/list.ml src/stdune/map.ml src/stdune/map_intf.ml src/stdune/option.ml src/stdune/or_exn.ml src/stdune/ordering.ml src/stdune/pp.ml src/stdune/result.ml src/stdune/set.ml src/stdune/set_intf.ml src/stdune/staged.ml src/stdune/string.ml > boot-depends.txt - '/home/opam/.opam/4.06/bin/ocamldep.opt' -modules src/usexp/usexp.ml src/usexp/parser_automaton_internal.ml src/usexp/sexp_ast.ml src/usexp/table.ml > boot-depends.txt - '/home/opam/.opam/4.06/bin/ocamldep.opt' -modules src/xdg/xdg.ml > boot-depends.txt - '/home/opam/.opam/4.06/bin/ocamlc.opt' -g -w -40 -o boot.exe unix.cma boot.ml Processing 47/90: [camlp5: make world.opt] [jbuilder: ./boot.exe 39] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [cmdliner: make install] - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.mli - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.mli - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.ml - ocamlc -bin-annot -a -o ppx_tools.cma ast_convenience.cmo ast_mapper_class.cmo - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c genlifter.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o genlifter ocamlcommon.cma ppx_tools.cma genlifter.cmo - ./genlifter -I +compiler-libs Parsetree.expression > ast_lifter.ml || rm -rf ast_lifter.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_lifter.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c dumpast.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o dumpast ocamlcommon.cma ocamlbytecomp.cma ast_lifter.cmo dumpast.cmo - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ppx_metaquot.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o ppx_metaquot ocamlcommon.cma ppx_tools.cma ast_lifter.cmo ppx_metaquot.cmo - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c rewriter.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o rewriter ocamlcommon.cma rewriter.cmo - ocamlopt -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.ml - ocamlopt -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.ml - ocamlopt -a -o ppx_tools.cmxa ast_convenience.cmx ast_mapper_class.cmx - ocamlopt -shared -o ppx_tools.cmxs -linkall ppx_tools.cmxa -> compiled ppx_tools.5.1+4.06.0 Processing 47/90: [camlp5: make world.opt] [jbuilder: ./boot.exe 39] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [cmdliner: make install] - install -d /home/opam/.opam/4.06/lib/cmdliner - install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti /home/opam/.opam/4.06/lib/cmdliner - install cmdliner.opam /home/opam/.opam/4.06/lib/cmdliner/opam - install _build/cmdliner.cma /home/opam/.opam/4.06/lib/cmdliner - install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_docgen.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_suggest.cmx _build/cmdliner_term.cmx _build/cmdliner_trie.cmx \ - /home/opam/.opam/4.06/lib/cmdliner - install _build/cmdliner.cmxs /home/opam/.opam/4.06/lib/cmdliner Processing 47/90: [camlp5: make world.opt] [jbuilder: ./boot.exe 39] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [cmdliner: make install-doc] - install -d /home/opam/.opam/4.06/doc/cmdliner - install CHANGES.md LICENSE.md README.md /home/opam/.opam/4.06/doc/cmdliner -> installed cmdliner.1.0.4 Processing 47/90: [camlp5: make world.opt] [jbuilder: ./boot.exe 39] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] -> installed cppo.1.7.0 Processing 48/90: [camlp5: make world.opt] [jbuilder: ./boot.exe 39] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] -> installed num.1.5-1 Processing 49/90: [camlp5: make world.opt] [jbuilder: ./boot.exe 39] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] Processing 50/90: [camlp5: make world.opt] [jbuilder: ./boot.exe 39] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make install] - ocamlfind install ppx_tools META genlifter dumpast ppx_metaquot rewriter ppx_tools.cma ppx_tools.cmxa ppx_tools.a ppx_tools.cmxs ast_convenience.mli ast_convenience.cmi ast_convenience.cmt ast_convenience.cmti ast_convenience.cmx ast_mapper_class.mli ast_mapper_class.cmi ast_mapper_class.cmt ast_mapper_class.cmti ast_mapper_class.cmx - Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_mapper_class.cmx - Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_mapper_class.cmti - Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_mapper_class.cmt - Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_mapper_class.cmi - Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_mapper_class.mli - Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_convenience.cmx - Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_convenience.cmti - Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_convenience.cmt - Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_convenience.cmi - Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_convenience.mli - Installed /home/opam/.opam/4.06/lib/ppx_tools/ppx_tools.cmxs - Installed /home/opam/.opam/4.06/lib/ppx_tools/ppx_tools.a - Installed /home/opam/.opam/4.06/lib/ppx_tools/ppx_tools.cmxa - Installed /home/opam/.opam/4.06/lib/ppx_tools/ppx_tools.cma - Installed /home/opam/.opam/4.06/lib/ppx_tools/rewriter - Installed /home/opam/.opam/4.06/lib/ppx_tools/ppx_metaquot - Installed /home/opam/.opam/4.06/lib/ppx_tools/dumpast - Installed /home/opam/.opam/4.06/lib/ppx_tools/genlifter - Installed /home/opam/.opam/4.06/lib/ppx_tools/META -> installed ppx_tools.5.1+4.06.0 Processing 50/90: [camlp5: make world.opt] [jbuilder: ./boot.exe 39] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] - if test -d /home/opam/.opam/4.06/lib/ocaml/ocamlbuild; then\ - >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\ - "/home/opam/.opam/4.06/lib/ocaml/ocamlbuild";\ - >&2 echo "Installation aborted; if you want to bypass this"\ - "safety check, pass CHECK_IF_PREINSTALLED=false to make";\ - exit 2;\ - fi - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml - ocamllex.opt src/glob_lexer.mll - 55 states, 419 transitions, table size 2006 bytes - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml - ocamllex.opt src/lexers.mll - 251 states, 1051 transitions, table size 5710 bytes - 4334 additional bytes used for bindings - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml - mkdir -p tmp - ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/my_std.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/exit_codes.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo - mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi - mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml - ocamlc.opt -I +unix -I src -o ocamlbuild.byte unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo - ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml - mkdir -p tmp - ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/my_std.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/exit_codes.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx - mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx - mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o - ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml - ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml - ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml - ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml - ocamlopt.opt -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx - ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx - ocamlc.opt src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte - ./man/options_man.byte > man/ocamlbuild.options.1 - cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1 - /usr/bin/make ocamlbuild.install - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3' - rm -f ocamlbuild.install - touch ocamlbuild.install - /usr/bin/make install-bin-opam - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3' - echo 'bin: [' >> ocamlbuild.install - echo ' "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install - echo ' "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install - echo ' "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install - echo ']' >> ocamlbuild.install - echo >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3' - /usr/bin/make install-lib-opam - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3' - echo 'lib: [' >> ocamlbuild.install - /usr/bin/make install-lib-basics-opam - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3' - echo ' "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install - echo ' "META"' >> ocamlbuild.install - for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \ - echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \ - done - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3' - /usr/bin/make install-lib-byte-opam - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3' - for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_executor.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \ - echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \ - done - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3' - /usr/bin/make install-lib-native-opam - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3' - for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_executor.o plugin-lib/ocamlbuild_unix_plugin.o; do \ - echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \ - done - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3' - echo ']' >> ocamlbuild.install - echo >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3' - /usr/bin/make install-man-opam - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3' - echo 'man: [' >> ocamlbuild.install - echo ' "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install - echo ']' >> ocamlbuild.install - echo >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3' - /usr/bin/make install-doc-opam - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3' - echo 'doc: [' >> ocamlbuild.install - echo ' "LICENSE"' >> ocamlbuild.install - echo ' "Changes"' >> ocamlbuild.install - echo ' "Readme.md"' >> ocamlbuild.install - echo ']' >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3' - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3' -> compiled ocamlbuild.0.14.3 Processing 50/90: [camlp5: make world.opt] [jbuilder: ./boot.exe 39] [ocaml-migrate-parsetree: dune build] -> installed ocamlbuild.0.14.3 Processing 51/90: [camlp5: make world.opt] [jbuilder: ./boot.exe 39] [ocaml-migrate-parsetree: dune build] -> compiled ocaml-migrate-parsetree.1.8.0 Processing 51/90: [camlp5: make world.opt] [jbuilder: ./boot.exe 39] -> installed ocaml-migrate-parsetree.1.8.0 Processing 52/90: [camlp5: make world.opt] [jbuilder: ./boot.exe 39] Processing 53/90: [camlp5: make world.opt] [jbuilder: ./boot.exe 39] [ppx_tools_versioned: dune build] Processing 54/90: [camlp5: make world.opt] [jbuilder: ./boot.exe 39] [ppx_tools_versioned: dune build] [ppxfind: dune build] -> compiled jbuilder.1.0+beta20.2 Processing 54/90: [camlp5: make world.opt] [ppx_tools_versioned: dune build] [ppxfind: dune build] -> installed jbuilder.1.0+beta20.2 Processing 55/90: [camlp5: make world.opt] [ppx_tools_versioned: dune build] [ppxfind: dune build] Processing 56/90: [camlp5: make world.opt] [ocaml-compiler-libs: jbuilder build] [ppx_tools_versioned: dune build] [ppxfind: dune build] Processing 57/90: [camlp5: make world.opt] [ocaml-compiler-libs: jbuilder build] [ppx_tools_versioned: dune build] [ppx_traverse_builtins: jbuilder build] [ppxfind: dune build] Processing 58/90: [camlp5: make world.opt] [ocaml-compiler-libs: jbuilder build] [ppx_tools_versioned: dune build] [ppx_traverse_builtins: jbuilder build] [ppxfind: dune build] [sexplib: jbuilder build] -> compiled ppxfind.1.4 Processing 58/90: [camlp5: make world.opt] [ocaml-compiler-libs: jbuilder build] [ppx_tools_versioned: dune build] [ppx_traverse_builtins: jbuilder build] [sexplib: jbuilder build] -> installed ppxfind.1.4 Processing 59/90: [camlp5: make world.opt] [ocaml-compiler-libs: jbuilder build] [ppx_tools_versioned: dune build] [ppx_traverse_builtins: jbuilder build] [sexplib: jbuilder build] [ppx_deriving: patch] applying fix_dune_3.patch Processing 60/90: [camlp5: make world.opt] [ocaml-compiler-libs: jbuilder build] [ppx_deriving: patch] [ppx_tools_versioned: dune build] [ppx_traverse_builtins: jbuilder build] [sexplib: jbuilder build] Processing 60/90: [camlp5: make world.opt] [ocaml-compiler-libs: jbuilder build] [ppx_deriving: dune build] [ppx_tools_versioned: dune build] [ppx_traverse_builtins: jbuilder build] [sexplib: jbuilder build] -> compiled ppx_traverse_builtins.v0.10.0 Processing 60/90: [camlp5: make world.opt] [ocaml-compiler-libs: jbuilder build] [ppx_deriving: dune build] [ppx_tools_versioned: dune build] [sexplib: jbuilder build] -> installed ppx_traverse_builtins.v0.10.0 Processing 61/90: [camlp5: make world.opt] [ocaml-compiler-libs: jbuilder build] [ppx_deriving: dune build] [ppx_tools_versioned: dune build] [sexplib: jbuilder build] -> compiled ocaml-compiler-libs.v0.10.0 Processing 61/90: [camlp5: make world.opt] [ppx_deriving: dune build] [ppx_tools_versioned: dune build] [sexplib: jbuilder build] -> installed ocaml-compiler-libs.v0.10.0 Processing 62/90: [camlp5: make world.opt] [ppx_deriving: dune build] [ppx_tools_versioned: dune build] [sexplib: jbuilder build] Processing 63/90: [camlp5: make world.opt] [ppx_ast: jbuilder build] [ppx_deriving: dune build] [ppx_tools_versioned: dune build] [sexplib: jbuilder build] -> compiled sexplib.v0.10.0 Processing 63/90: [camlp5: make world.opt] [ppx_ast: jbuilder build] [ppx_deriving: dune build] [ppx_tools_versioned: dune build] -> installed sexplib.v0.10.0 Processing 64/90: [camlp5: make world.opt] [ppx_ast: jbuilder build] [ppx_deriving: dune build] [ppx_tools_versioned: dune build] Processing 65/90: [base: jbuilder build] [camlp5: make world.opt] [ppx_ast: jbuilder build] [ppx_deriving: dune build] [ppx_tools_versioned: dune build] -> compiled ppx_deriving.4.5-1 Processing 65/90: [base: jbuilder build] [camlp5: make world.opt] [ppx_ast: jbuilder build] [ppx_tools_versioned: dune build] -> installed ppx_deriving.4.5-1 Processing 66/90: [base: jbuilder build] [camlp5: make world.opt] [ppx_ast: jbuilder build] [ppx_tools_versioned: dune build] -> compiled ppx_tools_versioned.5.4.0 Processing 66/90: [base: jbuilder build] [camlp5: make world.opt] [ppx_ast: jbuilder build] -> installed ppx_tools_versioned.5.4.0 Processing 67/90: [base: jbuilder build] [camlp5: make world.opt] [ppx_ast: jbuilder build] Processing 68/90: [base: jbuilder build] [camlp5: make world.opt] [ppx_ast: jbuilder build] [ppx_import: dune build] -> compiled ppx_ast.v0.10.0 Processing 68/90: [base: jbuilder build] [camlp5: make world.opt] [ppx_import: dune build] -> installed ppx_ast.v0.10.0 Processing 69/90: [base: jbuilder build] [camlp5: make world.opt] [ppx_import: dune build] -> compiled ppx_import.1.8.0 Processing 69/90: [base: jbuilder build] [camlp5: make world.opt] -> installed ppx_import.1.8.0 Processing 70/90: [base: jbuilder build] [camlp5: make world.opt] - ocamlc src/.base.objs/base__String0.{cmi,cmo,cmt} - File "src/string0.ml", line 43, characters 22-38: - Warning 3: deprecated: Base__.Import0.Caml.String.copy - ocamlopt src/.base.objs/base__String0.{cmx,o} - File "src/string0.ml", line 43, characters 22-38: - Warning 3: deprecated: Base__.Import0.Caml.String.copy -> compiled base.v0.10.0 Processing 70/90: [camlp5: make world.opt] -> installed base.v0.10.0 Processing 71/90: [camlp5: make world.opt] Processing 72/90: [camlp5: make world.opt] [stdio: jbuilder build] -> compiled stdio.v0.10.0 Processing 72/90: [camlp5: make world.opt] -> installed stdio.v0.10.0 Processing 73/90: [camlp5: make world.opt] Processing 74/90: [camlp5: make world.opt] [ppx_core: jbuilder build] -> compiled ppx_core.v0.10.0 Processing 74/90: [camlp5: make world.opt] -> installed ppx_core.v0.10.0 Processing 75/90: [camlp5: make world.opt] Processing 76/90: [camlp5: make world.opt] [ppx_optcomp: jbuilder build] -> compiled ppx_optcomp.v0.10.0 Processing 76/90: [camlp5: make world.opt] -> installed ppx_optcomp.v0.10.0 Processing 77/90: [camlp5: make world.opt] Processing 78/90: [camlp5: make world.opt] [ppx_driver: jbuilder build] -> compiled ppx_driver.v0.10.4 Processing 78/90: [camlp5: make world.opt] -> installed ppx_driver.v0.10.4 Processing 79/90: [camlp5: make world.opt] Processing 80/90: [camlp5: make world.opt] [ppx_metaquot: jbuilder build] -> compiled ppx_metaquot.v0.10.0 Processing 80/90: [camlp5: make world.opt] -> installed ppx_metaquot.v0.10.0 Processing 81/90: [camlp5: make world.opt] Processing 82/90: [camlp5: make world.opt] [ppx_type_conv: jbuilder build] -> compiled ppx_type_conv.v0.10.0 Processing 82/90: [camlp5: make world.opt] -> installed ppx_type_conv.v0.10.0 Processing 83/90: [camlp5: make world.opt] Processing 84/90: [camlp5: make world.opt] [ppx_sexp_conv: jbuilder build] -> compiled ppx_sexp_conv.v0.10.0 Processing 84/90: [camlp5: make world.opt] -> installed ppx_sexp_conv.v0.10.0 Processing 85/90: [camlp5: make world.opt] + /usr/bin/make "world.opt" (CWD=/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14) - /usr/bin/make core - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - set -e; cd ocaml_stuff; /usr/bin/make; cd .. - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff' - cd ./4.06.1/utils; \ - /usr/bin/make all EXE= OCAMLN=ocaml - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff/4.06.1/utils' - ocamlc -c warnings.mli - ocamlc -c pconfig.mli - ocamlc -c pconfig.ml - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff/4.06.1/utils' - if [ "+compiler-libs" != "+compiler-libs" ]; then \ - cd ./4.06.1/parsing; \ - /usr/bin/make all EXE= OCAMLN=ocaml; \ - fi - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff' - /usr/bin/make clean_cold - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - for i in lib odyl main meta; do \ - (cd ocaml_src/$i; /usr/bin/make clean; cd ../..); \ - done - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/lib' - rm -f *.cm[ioax] *.cmxa *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak - rm -f gramlib.cma - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/lib' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/odyl' - rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak *.out *.opt - rm -f odyl_config.ml odyl - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/odyl' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/main' - rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak *.out *.opt - rm -f camlp5 crc.tmp - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/main' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/meta' - rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak q_MLast.cmo q_ast.cmo pa_r.cmo pa_rp.cmo pa_macro.cmo pa_macro_gram.cmo pa_fstream.cmo pa_extend.cmo pa_extend_m.cmo pr_dump.cmo pa_lexer.cmo camlp5r q_MLast.cmx q_ast.cmx pa_r.cmx pa_rp.cmx pa_macro.cmx pa_macro_gram.cmx pa_fstream.cmx pa_extend.cmx pa_extend_m.cmx pr_dump.cmx pa_lexer.cmx camlp5r.opt - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/meta' - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - /usr/bin/make library_cold - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - set -e; cd ocaml_src/lib; /usr/bin/make all; cd ../.. - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/lib' - cat versdep.ml > versdep.ppo - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl versdep.ppo - rm -f versdep.ppo - cat ploc.mli > ploc.ppi - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf ploc.ppi - rm -f ploc.ppi - cat ploc.ml > ploc.ppo - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl ploc.ppo - rm -f ploc.ppo - cat plexing.mli > plexing.ppi - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf plexing.ppi - rm -f plexing.ppi - cat plexing.ml > plexing.ppo - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl plexing.ppo - rm -f plexing.ppo - cat plexer.mli > plexer.ppi - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf plexer.ppi - rm -f plexer.ppi - cat plexer.ml > plexer.ppo - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl plexer.ppo - rm -f plexer.ppo - cat fstream.mli > fstream.ppi - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf fstream.ppi - rm -f fstream.ppi - cat fstream.ml > fstream.ppo - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl fstream.ppo - rm -f fstream.ppo - cat gramext.mli > gramext.ppi - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf gramext.ppi - rm -f gramext.ppi - cat gramext.ml > gramext.ppo - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl gramext.ppo - rm -f gramext.ppo - cat grammar.mli > grammar.ppi - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf grammar.ppi - rm -f grammar.ppi - cat grammar.ml > grammar.ppo - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl grammar.ppo - rm -f grammar.ppo - cat diff.mli > diff.ppi - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf diff.ppi - rm -f diff.ppi - cat diff.ml > diff.ppo - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl diff.ppo - rm -f diff.ppo - cat extfold.mli > extfold.ppi - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf extfold.ppi - rm -f extfold.ppi - cat extfold.ml > extfold.ppo - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl extfold.ppo - rm -f extfold.ppo - cat extfun.mli > extfun.ppi - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf extfun.ppi - rm -f extfun.ppi - cat extfun.ml > extfun.ppo - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl extfun.ppo - rm -f extfun.ppo - cat pretty.mli > pretty.ppi - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf pretty.ppi - rm -f pretty.ppi - cat pretty.ml > pretty.ppo - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl pretty.ppo - rm -f pretty.ppo - cat pprintf.mli > pprintf.ppi - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf pprintf.ppi - rm -f pprintf.ppi - cat pprintf.ml > pprintf.ppo - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl pprintf.ppo - rm -f pprintf.ppo - cat eprinter.mli > eprinter.ppi - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf eprinter.ppi - rm -f eprinter.ppi - cat eprinter.ml > eprinter.ppo - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl eprinter.ppo - rm -f eprinter.ppo - cat stdpp.mli > stdpp.ppi - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf stdpp.ppi - rm -f stdpp.ppi - cat stdpp.ml > stdpp.ppo - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl stdpp.ppo - rm -f stdpp.ppo - cat token.mli > token.ppi - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf token.ppi - rm -f token.ppi - cat token.ml > token.ppo - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl token.ppo - rm -f token.ppo - ocamlc.opt versdep.cmo ploc.cmo plexing.cmo plexer.cmo fstream.cmo gramext.cmo grammar.cmo diff.cmo extfold.cmo extfun.cmo pretty.cmo pprintf.cmo eprinter.cmo stdpp.cmo token.cmo -a -o gramlib.cma - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/lib' - set -e; cd ocaml_src/lib; /usr/bin/make promote; cd ../.. - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/lib' - cp versdep.cmo ploc.cmo plexing.cmo plexer.cmo fstream.cmo gramext.cmo grammar.cmo diff.cmo extfold.cmo extfun.cmo pretty.cmo pprintf.cmo eprinter.cmo stdpp.cmo token.cmo versdep.cmi ploc.cmi plexing.cmi plexer.cmi fstream.cmi gramext.cmi grammar.cmi diff.cmi extfold.cmi extfun.cmi pretty.cmi pprintf.cmi eprinter.cmi stdpp.cmi token.cmi ../../boot/. - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/lib' - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - /usr/bin/make compile_cold - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - cd ocaml_src; set -e; \ - for i in lib odyl main meta; do \ - cd $i; /usr/bin/make all; cd ..; \ - done; cd .. - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/lib' - make[3]: Nothing to be done for 'all'. - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/lib' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/odyl' - echo "let standard_library =" > odyl_config.ml - echo " try Sys.getenv \"CAMLP5LIB\" with" >> odyl_config.ml - echo " Not_found -> \"/home/opam/.opam/4.06/lib/camlp5\"" | \ - sed -e 's|\\|/|g' >> odyl_config.ml - cat odyl_config.ml > odyl_config.ppo - ocamlc.opt -warn-error +A-11 -c -impl odyl_config.ppo - rm -f odyl_config.ppo - cat odyl_main.mli > odyl_main.ppi - ocamlc.opt -warn-error +A-11 -c -intf odyl_main.ppi - rm -f odyl_main.ppi - cat odyl_main.ml > odyl_main.ppo - ocamlc.opt -warn-error +A-11 -c -impl odyl_main.ppo - rm -f odyl_main.ppo - ocamlc.opt dynlink.cma odyl_config.cmo odyl_main.cmo -a -o odyl.cma - cat odyl.ml > odyl.ppo - ocamlc.opt -warn-error +A-11 -c -impl odyl.ppo - rm -f odyl.ppo - ocamlc.opt odyl.cma odyl.cmo -o odyl - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/odyl' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/main' - cat mLast.mli > mLast.ppi - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.06.1/utils -c -intf mLast.ppi - rm -f mLast.ppi - cat quotation.mli > quotation.ppi - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.06.1/utils -c -intf quotation.ppi - rm -f quotation.ppi - cat quotation.ml > quotation.ppo - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.06.1/utils -c -impl quotation.ppo - rm -f quotation.ppo - cat prtools.mli > prtools.ppi - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.06.1/utils -c -intf prtools.ppi - rm -f prtools.ppi - cat prtools.ml > prtools.ppo - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.06.1/utils -c -impl prtools.ppo - rm -f prtools.ppo - cat ast2pt.mli > ast2pt.ppi - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.06.1/utils -c -intf ast2pt.ppi - rm -f ast2pt.ppi - cat ast2pt.ml > ast2pt.ppo - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.06.1/utils -c -impl ast2pt.ppo - rm -f ast2pt.ppo - cat reloc.mli > reloc.ppi - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.06.1/utils -c -intf reloc.ppi - rm -f reloc.ppi - cat reloc.ml > reloc.ppo - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.06.1/utils -c -impl reloc.ppo - rm -f reloc.ppo - cat pcaml.mli > pcaml.ppi - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.06.1/utils -c -intf pcaml.ppi - rm -f pcaml.ppi - cat pcaml.ml > pcaml.ppo - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.06.1/utils -c -impl pcaml.ppo - rm -f pcaml.ppo - cat exparser.mli > exparser.ppi - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.06.1/utils -c -intf exparser.ppi - rm -f exparser.ppi - cat exparser.ml > exparser.ppo - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.06.1/utils -c -impl exparser.ppo - rm -f exparser.ppo - cat parserify.mli > parserify.ppi - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.06.1/utils -c -intf parserify.ppi - rm -f parserify.ppi - cat parserify.ml > parserify.ppo - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.06.1/utils -c -impl parserify.ppo - rm -f parserify.ppo - cat argl.mli > argl.ppi - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.06.1/utils -c -intf argl.ppi - rm -f argl.ppi - cat argl.ml > argl.ppo - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.06.1/utils -c -impl argl.ppo - rm -f argl.ppo - OTOPP=+compiler-libs OTOPU=../../ocaml_stuff/4.06.1/utils OVERSION=4.06.1 OLIBDIR="/home/opam/.opam/4.06/lib/ocaml" ../../tools/mkcrc.sh - ocamlc.opt -c -impl crc.tmp - cat main.ml > main.ppo - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.06.1/utils -c -impl main.ppo - rm -f main.ppo - ocamlc.opt -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.06.1/utils ../../boot/versdep.cmo ../../boot/ploc.cmo ../../boot/plexing.cmo ../../boot/plexer.cmo ../../boot/fstream.cmo ../../boot/gramext.cmo ../../boot/grammar.cmo ../../boot/diff.cmo ../../boot/extfold.cmo ../../boot/extfun.cmo ../../boot/pretty.cmo ../../boot/pprintf.cmo ../../boot/eprinter.cmo ../../ocaml_stuff/4.06.1/utils/pconfig.cmo quotation.cmo prtools.cmo ast2pt.cmo reloc.cmo pcaml.cmo exparser.cmo parserify.cmo argl.cmo ../../boot/stdpp.cmo ../../boot/token.cmo crc.cmo main.cmo -a -o camlp5.cma - ocamlc.opt ../odyl/odyl.cma camlp5.cma ../odyl/odyl.cmo -linkall -o camlp5 - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/main' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/meta' - cat q_MLast.ml > q_MLast.ppo - ocamlc.opt -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.06.1/utils -c -impl q_MLast.ppo - rm -f q_MLast.ppo - cat q_ast.ml > q_ast.ppo - ocamlc.opt -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.06.1/utils -c -impl q_ast.ppo - rm -f q_ast.ppo - cat pa_r.ml > pa_r.ppo - ocamlc.opt -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.06.1/utils -c -impl pa_r.ppo - rm -f pa_r.ppo - cat pa_rp.ml > pa_rp.ppo - ocamlc.opt -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.06.1/utils -c -impl pa_rp.ppo - rm -f pa_rp.ppo - cat pa_macro.ml > pa_macro.ppo - ocamlc.opt -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.06.1/utils -c -impl pa_macro.ppo - rm -f pa_macro.ppo - cat pa_extend.ml > pa_extend.ppo - ocamlc.opt -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.06.1/utils -c -impl pa_extend.ppo - rm -f pa_extend.ppo - cat pa_macro_gram.ml > pa_macro_gram.ppo - ocamlc.opt -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.06.1/utils -c -impl pa_macro_gram.ppo - rm -f pa_macro_gram.ppo - cat pa_fstream.ml > pa_fstream.ppo - ocamlc.opt -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.06.1/utils -c -impl pa_fstream.ppo - rm -f pa_fstream.ppo - cat pa_extend_m.ml > pa_extend_m.ppo - ocamlc.opt -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.06.1/utils -c -impl pa_extend_m.ppo - rm -f pa_extend_m.ppo - cat pr_dump.ml > pr_dump.ppo - ocamlc.opt -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.06.1/utils -c -impl pr_dump.ppo - rm -f pr_dump.ppo - cat pa_lexer.ml > pa_lexer.ppo - ocamlc.opt -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.06.1/utils -c -impl pa_lexer.ppo - rm -f pa_lexer.ppo - rm -f camlp5r - cd ../main; /usr/bin/make CAMLP5=../meta/camlp5r CAMLP5M="-I ../meta pa_r.cmo pa_rp.cmo pr_dump.cmo" - make[4]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/main' - ocamlc.opt ../odyl/odyl.cma camlp5.cma -I ../meta pa_r.cmo pa_rp.cmo pr_dump.cmo ../odyl/odyl.cmo -linkall -o ../meta/camlp5r - make[4]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/main' - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/meta' - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - /usr/bin/make promote_cold - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - for i in lib odyl main meta; do \ - (cd ocaml_src/$i; /usr/bin/make promote; cd ../..); \ - done - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/lib' - cp versdep.cmo ploc.cmo plexing.cmo plexer.cmo fstream.cmo gramext.cmo grammar.cmo diff.cmo extfold.cmo extfun.cmo pretty.cmo pprintf.cmo eprinter.cmo stdpp.cmo token.cmo versdep.cmi ploc.cmi plexing.cmi plexer.cmi fstream.cmi gramext.cmi grammar.cmi diff.cmi extfold.cmi extfun.cmi pretty.cmi pprintf.cmi eprinter.cmi stdpp.cmi token.cmi ../../boot/. - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/lib' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/odyl' - make[3]: Nothing to be done for 'promote'. - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/odyl' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/main' - cp camlp5 ../../boot/. - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/main' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/meta' - cp q_MLast.cmo q_ast.cmo pa_r.cmo pa_rp.cmo pa_macro.cmo pa_macro_gram.cmo pa_fstream.cmo pa_extend.cmo pa_extend_m.cmo pr_dump.cmo pa_lexer.cmo camlp5r pa_extend.cmi ../../boot/. - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/meta' - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - /usr/bin/make clean_cold - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - for i in lib odyl main meta; do \ - (cd ocaml_src/$i; /usr/bin/make clean; cd ../..); \ - done - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/lib' - rm -f *.cm[ioax] *.cmxa *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak - rm -f gramlib.cma - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/lib' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/odyl' - rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak *.out *.opt - rm -f odyl_config.ml odyl - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/odyl' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/main' - rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak *.out *.opt - rm -f camlp5 crc.tmp - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/main' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/meta' - rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak q_MLast.cmo q_ast.cmo pa_r.cmo pa_rp.cmo pa_macro.cmo pa_macro_gram.cmo pa_fstream.cmo pa_extend.cmo pa_extend_m.cmo pr_dump.cmo pa_lexer.cmo camlp5r q_MLast.cmx q_ast.cmx pa_r.cmx pa_rp.cmx pa_macro.cmx pa_macro_gram.cmx pa_fstream.cmx pa_extend.cmx pa_extend_m.cmx pr_dump.cmx pa_lexer.cmx camlp5r.opt - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_src/meta' - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - /usr/bin/make clean_hot - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - cd ocaml_stuff; /usr/bin/make clean; cd .. - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff' - cd ./4.06.1/utils; \ - /usr/bin/make clean EXE= - make[4]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff/4.06.1/utils' - rm -f *.cm[oix] *.o - make[4]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff/4.06.1/utils' - if [ "+compiler-libs" != "+compiler-libs" ]; then \ - cd ./4.06.1/parsing; \ - /usr/bin/make clean EXE=; \ - fi - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff' - for i in lib odyl main meta etc top ocpp man compile; do (cd $i; /usr/bin/make clean; cd ..); done - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - rm -f *.cm[ioax] *.cmxa *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak - rm -f gramlib.cma - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/odyl' - rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak *.out *.opt - rm -f odyl_config.ml odyl - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/odyl' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak *.out *.opt - rm -f camlp5 crc.tmp - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/meta' - rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak q_MLast.cmo q_ast.cmo pa_r.cmo pa_rp.cmo pa_macro.cmo pa_macro_gram.cmo pa_fstream.cmo pa_extend.cmo pa_extend_m.cmo pr_dump.cmo pa_lexer.cmo camlp5r q_MLast.cmx q_ast.cmx pa_r.cmx pa_rp.cmx pa_macro.cmx pa_macro_gram.cmx pa_fstream.cmx pa_extend.cmx pa_extend_m.cmx pr_dump.cmx pa_lexer.cmx camlp5r.opt - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/meta' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/etc' - rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak *.out *.opt - rm -f mkcamlp5.sh mkcamlp5.opt.sh camlp5o camlp5sch - rm -f META - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/etc' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/top' - rm -f *.cm[ioa] *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak camlp5o.cma camlp5r.cma camlp5sch.cma camlp5_top.cma - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/top' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocpp' - rm -f *.cm[ioa] *.pp[io] *.[ao] *.obj *.lib *.out *.bak .*.bak - rm -f ocpp - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocpp' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/man' - rm -f camlp5.1 - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/man' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/compile' - rm -f *.cm* *.pp[io] *.[oa] *.lib *.obj *.bak .*.bak *.out *.opt - rm -f *.fast tmp.* pa_*_fast.ml *.tmp *.ppo - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/compile' - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - /usr/bin/make library - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - set -e; cd ocaml_stuff; /usr/bin/make; cd .. - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff' - cd ./4.06.1/utils; \ - /usr/bin/make all EXE= OCAMLN=ocaml - make[4]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff/4.06.1/utils' - ocamlc -c warnings.mli - ocamlc -c pconfig.mli - ocamlc -c pconfig.ml - make[4]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff/4.06.1/utils' - if [ "+compiler-libs" != "+compiler-libs" ]; then \ - cd ./4.06.1/parsing; \ - /usr/bin/make all EXE= OCAMLN=ocaml; \ - fi - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff' - set -e; cd lib; /usr/bin/make all; cd .. - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - ocamlrun ../boot/camlp5r -nolib -I ../boot pa_macro.cmo -mode S -o versdep.ppo versdep.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl versdep.ppo - rm -f versdep.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ploc.ppi ploc.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf ploc.ppi - rm -f ploc.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ploc.ppo ploc.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl ploc.ppo - rm -f ploc.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexing.ppi plexing.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf plexing.ppi - rm -f plexing.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexing.ppo plexing.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl plexing.ppo - rm -f plexing.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexer.ppi plexer.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf plexer.ppi - rm -f plexer.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexer.ppo plexer.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl plexer.ppo - rm -f plexer.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o fstream.ppi fstream.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf fstream.ppi - rm -f fstream.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o fstream.ppo fstream.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl fstream.ppo - rm -f fstream.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o gramext.ppi gramext.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf gramext.ppi - rm -f gramext.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o gramext.ppo gramext.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl gramext.ppo - rm -f gramext.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o grammar.ppi grammar.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf grammar.ppi - rm -f grammar.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o grammar.ppo grammar.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl grammar.ppo - rm -f grammar.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o diff.ppi diff.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf diff.ppi - rm -f diff.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o diff.ppo diff.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl diff.ppo - rm -f diff.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfold.ppi extfold.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf extfold.ppi - rm -f extfold.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfold.ppo extfold.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl extfold.ppo - rm -f extfold.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfun.ppi extfun.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf extfun.ppi - rm -f extfun.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfun.ppo extfun.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl extfun.ppo - rm -f extfun.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pretty.ppi pretty.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf pretty.ppi - rm -f pretty.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pretty.ppo pretty.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl pretty.ppo - rm -f pretty.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pprintf.ppi pprintf.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf pprintf.ppi - rm -f pprintf.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pprintf.ppo pprintf.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl pprintf.ppo - rm -f pprintf.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o eprinter.ppi eprinter.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf eprinter.ppi - rm -f eprinter.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o eprinter.ppo eprinter.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl eprinter.ppo - rm -f eprinter.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o stdpp.ppi stdpp.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf stdpp.ppi - rm -f stdpp.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o stdpp.ppo stdpp.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl stdpp.ppo - rm -f stdpp.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o token.ppi token.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf token.ppi - rm -f token.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o token.ppo token.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl token.ppo - rm -f token.ppo - ocamlc.opt versdep.cmo ploc.cmo plexing.cmo plexer.cmo fstream.cmo gramext.cmo grammar.cmo diff.cmo extfold.cmo extfun.cmo pretty.cmo pprintf.cmo eprinter.cmo stdpp.cmo token.cmo -a -o gramlib.cma - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - set -e; cd lib; /usr/bin/make promote; cd .. - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - cp versdep.cmo ploc.cmo plexing.cmo plexer.cmo fstream.cmo gramext.cmo grammar.cmo diff.cmo extfold.cmo extfun.cmo pretty.cmo pprintf.cmo eprinter.cmo stdpp.cmo token.cmo versdep.cmi ploc.cmi plexing.cmi plexer.cmi fstream.cmi gramext.cmi grammar.cmi diff.cmi extfold.cmi extfun.cmi pretty.cmi pprintf.cmi eprinter.cmi stdpp.cmi token.cmi ../boot/. - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - cd ocaml_stuff; /usr/bin/make all; cd .. - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff' - cd ./4.06.1/utils; \ - /usr/bin/make all EXE= OCAMLN=ocaml - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff/4.06.1/utils' - make[3]: Nothing to be done for 'all'. - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff/4.06.1/utils' - if [ "+compiler-libs" != "+compiler-libs" ]; then \ - cd ./4.06.1/parsing; \ - /usr/bin/make all EXE= OCAMLN=ocaml; \ - fi - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff' - set -e; for i in lib odyl main meta; do cd $i; /usr/bin/make all; cd ..; done - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - make[2]: Nothing to be done for 'all'. - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/odyl' - echo "let standard_library =" > odyl_config.ml - echo " try Sys.getenv \"CAMLP5LIB\" with" >> odyl_config.ml - echo " Not_found -> \"/home/opam/.opam/4.06/lib/camlp5\"" | \ - sed -e 's|\\|/|g' >> odyl_config.ml - cp odyl_config.ml odyl_config.ppo - cat odyl_config.ml > odyl_config.ppo - ocamlc.opt -warn-error +A-11 -c -impl odyl_config.ppo - rm -f odyl_config.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o odyl_main.ppi odyl_main.mli - ocamlc.opt -warn-error +A-11 -c -intf odyl_main.ppi - rm -f odyl_main.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot pa_macro.cmo -mode S -o odyl_main.ppo odyl_main.ml - ocamlc.opt -warn-error +A-11 -c -impl odyl_main.ppo - rm -f odyl_main.ppo - ocamlc.opt dynlink.cma odyl_config.cmo odyl_main.cmo -a -o odyl.cma - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o odyl.ppo odyl.ml - ocamlc.opt -warn-error +A-11 -c -impl odyl.ppo - rm -f odyl.ppo - ocamlc.opt odyl.cma odyl.cmo -o odyl - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/odyl' - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o mLast.ppi mLast.mli - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -intf mLast.ppi - rm -f mLast.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o quotation.ppi quotation.mli - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -intf quotation.ppi - rm -f quotation.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o quotation.ppo quotation.ml - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl quotation.ppo - rm -f quotation.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o prtools.ppi prtools.mli - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -intf prtools.ppi - rm -f prtools.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o prtools.ppo prtools.ml - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl prtools.ppo - rm -f prtools.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ast2pt.ppi ast2pt.mli - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -intf ast2pt.ppi - rm -f ast2pt.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ast2pt.ppo ast2pt.ml - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl ast2pt.ppo - rm -f ast2pt.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o reloc.ppi reloc.mli - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -intf reloc.ppi - rm -f reloc.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o reloc.ppo reloc.ml - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl reloc.ppo - rm -f reloc.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pcaml.ppi pcaml.mli - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -intf pcaml.ppi - rm -f pcaml.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pcaml.ppo pcaml.ml - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl pcaml.ppo - rm -f pcaml.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o exparser.ppi exparser.mli - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -intf exparser.ppi - rm -f exparser.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o exparser.ppo exparser.ml - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl exparser.ppo - rm -f exparser.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o parserify.ppi parserify.mli - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -intf parserify.ppi - rm -f parserify.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o parserify.ppo parserify.ml - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl parserify.ppo - rm -f parserify.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o argl.ppi argl.mli - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -intf argl.ppi - rm -f argl.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o argl.ppo argl.ml - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl argl.ppo - rm -f argl.ppo - OTOPP=+compiler-libs OTOPU=../ocaml_stuff/4.06.1/utils OVERSION=4.06.1 OLIBDIR="/home/opam/.opam/4.06/lib/ocaml" ../tools/mkcrc.sh - ocamlc.opt -c -impl crc.tmp - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o main.ppo main.ml - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl main.ppo - rm -f main.ppo - ocamlc.opt -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils ../boot/versdep.cmo ../boot/ploc.cmo ../boot/plexing.cmo ../boot/plexer.cmo ../boot/fstream.cmo ../boot/gramext.cmo ../boot/grammar.cmo ../boot/diff.cmo ../boot/extfold.cmo ../boot/extfun.cmo ../boot/pretty.cmo ../boot/pprintf.cmo ../boot/eprinter.cmo ../ocaml_stuff/4.06.1/utils/pconfig.cmo quotation.cmo prtools.cmo ast2pt.cmo reloc.cmo pcaml.cmo exparser.cmo parserify.cmo argl.cmo ../boot/stdpp.cmo ../boot/token.cmo crc.cmo main.cmo -a -o camlp5.cma - ocamlc.opt ../odyl/odyl.cma camlp5.cma ../odyl/odyl.cmo -linkall -o camlp5 - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/meta' - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o q_MLast.ppo q_MLast.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl q_MLast.ppo - rm -f q_MLast.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o q_ast.ppo q_ast.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl q_ast.ppo - rm -f q_ast.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_r.ppo pa_r.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pa_r.ppo - rm -f pa_r.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_rp.ppo pa_rp.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pa_rp.ppo - rm -f pa_rp.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_macro.ppo pa_macro.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pa_macro.ppo - rm -f pa_macro.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extend.ppo pa_extend.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pa_extend.ppo - rm -f pa_extend.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_macro_gram.ppo pa_macro_gram.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pa_macro_gram.ppo - rm -f pa_macro_gram.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_fstream.ppo pa_fstream.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pa_fstream.ppo - rm -f pa_fstream.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extend_m.ppo pa_extend_m.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pa_extend_m.ppo - rm -f pa_extend_m.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pr_dump.ppo pr_dump.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pr_dump.ppo - rm -f pr_dump.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_lexer.ppo pa_lexer.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pa_lexer.ppo - rm -f pa_lexer.ppo - rm -f camlp5r - cd ../main; /usr/bin/make CAMLP5=../meta/camlp5r CAMLP5M="-I ../meta pa_r.cmo pa_rp.cmo pr_dump.cmo" - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - ocamlc.opt ../odyl/odyl.cma camlp5.cma -I ../meta pa_r.cmo pa_rp.cmo pr_dump.cmo ../odyl/odyl.cmo -linkall -o ../meta/camlp5r - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/meta' - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - /usr/bin/make compare_test || /usr/bin/make coreboot - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/odyl' - make[2]: Nothing to be done for 'compare'. - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/odyl' - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - camlp5 ../boot/camlp5 differ: char 641342, line 5082 - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - make[1]: *** [Makefile:117: compare_test] Error 1 - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - /usr/bin/make backup - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - mkdir boot.new - /usr/bin/make mv_git FROM=boot TO=boot.new - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - test ! -f boot/.gitignore || mv boot/.gitignore boot.new/. - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - mv boot boot.new/SAVED - mv boot.new boot - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - /usr/bin/make promote - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - for i in lib odyl main meta; do (cd $i; /usr/bin/make promote; cd ..); done - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - cp versdep.cmo ploc.cmo plexing.cmo plexer.cmo fstream.cmo gramext.cmo grammar.cmo diff.cmo extfold.cmo extfun.cmo pretty.cmo pprintf.cmo eprinter.cmo stdpp.cmo token.cmo versdep.cmi ploc.cmi plexing.cmi plexer.cmi fstream.cmi gramext.cmi grammar.cmi diff.cmi extfold.cmi extfun.cmi pretty.cmi pprintf.cmi eprinter.cmi stdpp.cmi token.cmi ../boot/. - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/odyl' - make[3]: Nothing to be done for 'promote'. - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/odyl' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - cp camlp5 ../boot/. - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/meta' - cp q_MLast.cmo q_ast.cmo pa_r.cmo pa_rp.cmo pa_macro.cmo pa_macro_gram.cmo pa_fstream.cmo pa_extend.cmo pa_extend_m.cmo pr_dump.cmo pa_lexer.cmo camlp5r pa_extend.cmi ../boot/. - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/meta' - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - /usr/bin/make clean_hot - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - cd ocaml_stuff; /usr/bin/make clean; cd .. - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff' - cd ./4.06.1/utils; \ - /usr/bin/make clean EXE= - make[4]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff/4.06.1/utils' - rm -f *.cm[oix] *.o - make[4]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff/4.06.1/utils' - if [ "+compiler-libs" != "+compiler-libs" ]; then \ - cd ./4.06.1/parsing; \ - /usr/bin/make clean EXE=; \ - fi - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff' - for i in lib odyl main meta etc top ocpp man compile; do (cd $i; /usr/bin/make clean; cd ..); done - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - rm -f *.cm[ioax] *.cmxa *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak - rm -f gramlib.cma - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/odyl' - rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak *.out *.opt - rm -f odyl_config.ml odyl - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/odyl' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak *.out *.opt - rm -f camlp5 crc.tmp - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/meta' - rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak q_MLast.cmo q_ast.cmo pa_r.cmo pa_rp.cmo pa_macro.cmo pa_macro_gram.cmo pa_fstream.cmo pa_extend.cmo pa_extend_m.cmo pr_dump.cmo pa_lexer.cmo camlp5r q_MLast.cmx q_ast.cmx pa_r.cmx pa_rp.cmx pa_macro.cmx pa_macro_gram.cmx pa_fstream.cmx pa_extend.cmx pa_extend_m.cmx pr_dump.cmx pa_lexer.cmx camlp5r.opt - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/meta' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/etc' - rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak *.out *.opt - rm -f mkcamlp5.sh mkcamlp5.opt.sh camlp5o camlp5sch - rm -f META - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/etc' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/top' - rm -f *.cm[ioa] *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak camlp5o.cma camlp5r.cma camlp5sch.cma camlp5_top.cma - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/top' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocpp' - rm -f *.cm[ioa] *.pp[io] *.[ao] *.obj *.lib *.out *.bak .*.bak - rm -f ocpp - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocpp' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/man' - rm -f camlp5.1 - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/man' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/compile' - rm -f *.cm* *.pp[io] *.[oa] *.lib *.obj *.bak .*.bak *.out *.opt - rm -f *.fast tmp.* pa_*_fast.ml *.tmp *.ppo - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/compile' - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - /usr/bin/make core - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - cd ocaml_stuff; /usr/bin/make all; cd .. - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff' - cd ./4.06.1/utils; \ - /usr/bin/make all EXE= OCAMLN=ocaml - make[4]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff/4.06.1/utils' - ocamlc -c warnings.mli - ocamlc -c pconfig.mli - ocamlc -c pconfig.ml - make[4]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff/4.06.1/utils' - if [ "+compiler-libs" != "+compiler-libs" ]; then \ - cd ./4.06.1/parsing; \ - /usr/bin/make all EXE= OCAMLN=ocaml; \ - fi - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff' - set -e; for i in lib odyl main meta; do cd $i; /usr/bin/make all; cd ..; done - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - ocamlrun ../boot/camlp5r -nolib -I ../boot pa_macro.cmo -mode S -o versdep.ppo versdep.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl versdep.ppo - rm -f versdep.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ploc.ppi ploc.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf ploc.ppi - rm -f ploc.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ploc.ppo ploc.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl ploc.ppo - rm -f ploc.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexing.ppi plexing.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf plexing.ppi - rm -f plexing.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexing.ppo plexing.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl plexing.ppo - rm -f plexing.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexer.ppi plexer.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf plexer.ppi - rm -f plexer.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexer.ppo plexer.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl plexer.ppo - rm -f plexer.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o fstream.ppi fstream.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf fstream.ppi - rm -f fstream.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o fstream.ppo fstream.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl fstream.ppo - rm -f fstream.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o gramext.ppi gramext.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf gramext.ppi - rm -f gramext.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o gramext.ppo gramext.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl gramext.ppo - rm -f gramext.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o grammar.ppi grammar.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf grammar.ppi - rm -f grammar.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o grammar.ppo grammar.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl grammar.ppo - rm -f grammar.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o diff.ppi diff.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf diff.ppi - rm -f diff.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o diff.ppo diff.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl diff.ppo - rm -f diff.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfold.ppi extfold.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf extfold.ppi - rm -f extfold.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfold.ppo extfold.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl extfold.ppo - rm -f extfold.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfun.ppi extfun.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf extfun.ppi - rm -f extfun.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfun.ppo extfun.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl extfun.ppo - rm -f extfun.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pretty.ppi pretty.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf pretty.ppi - rm -f pretty.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pretty.ppo pretty.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl pretty.ppo - rm -f pretty.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pprintf.ppi pprintf.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf pprintf.ppi - rm -f pprintf.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pprintf.ppo pprintf.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl pprintf.ppo - rm -f pprintf.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o eprinter.ppi eprinter.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf eprinter.ppi - rm -f eprinter.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o eprinter.ppo eprinter.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl eprinter.ppo - rm -f eprinter.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o stdpp.ppi stdpp.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf stdpp.ppi - rm -f stdpp.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o stdpp.ppo stdpp.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl stdpp.ppo - rm -f stdpp.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o token.ppi token.mli - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf token.ppi - rm -f token.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o token.ppo token.ml - ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -impl token.ppo - rm -f token.ppo - ocamlc.opt versdep.cmo ploc.cmo plexing.cmo plexer.cmo fstream.cmo gramext.cmo grammar.cmo diff.cmo extfold.cmo extfun.cmo pretty.cmo pprintf.cmo eprinter.cmo stdpp.cmo token.cmo -a -o gramlib.cma - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/odyl' - echo "let standard_library =" > odyl_config.ml - echo " try Sys.getenv \"CAMLP5LIB\" with" >> odyl_config.ml - echo " Not_found -> \"/home/opam/.opam/4.06/lib/camlp5\"" | \ - sed -e 's|\\|/|g' >> odyl_config.ml - cp odyl_config.ml odyl_config.ppo - cat odyl_config.ml > odyl_config.ppo - ocamlc.opt -warn-error +A-11 -c -impl odyl_config.ppo - rm -f odyl_config.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o odyl_main.ppi odyl_main.mli - ocamlc.opt -warn-error +A-11 -c -intf odyl_main.ppi - rm -f odyl_main.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot pa_macro.cmo -mode S -o odyl_main.ppo odyl_main.ml - ocamlc.opt -warn-error +A-11 -c -impl odyl_main.ppo - rm -f odyl_main.ppo - ocamlc.opt dynlink.cma odyl_config.cmo odyl_main.cmo -a -o odyl.cma - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o odyl.ppo odyl.ml - ocamlc.opt -warn-error +A-11 -c -impl odyl.ppo - rm -f odyl.ppo - ocamlc.opt odyl.cma odyl.cmo -o odyl - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/odyl' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o mLast.ppi mLast.mli - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -intf mLast.ppi - rm -f mLast.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o quotation.ppi quotation.mli - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -intf quotation.ppi - rm -f quotation.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o quotation.ppo quotation.ml - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl quotation.ppo - rm -f quotation.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o prtools.ppi prtools.mli - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -intf prtools.ppi - rm -f prtools.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o prtools.ppo prtools.ml - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl prtools.ppo - rm -f prtools.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ast2pt.ppi ast2pt.mli - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -intf ast2pt.ppi - rm -f ast2pt.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ast2pt.ppo ast2pt.ml - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl ast2pt.ppo - rm -f ast2pt.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o reloc.ppi reloc.mli - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -intf reloc.ppi - rm -f reloc.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o reloc.ppo reloc.ml - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl reloc.ppo - rm -f reloc.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pcaml.ppi pcaml.mli - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -intf pcaml.ppi - rm -f pcaml.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pcaml.ppo pcaml.ml - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl pcaml.ppo - rm -f pcaml.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o exparser.ppi exparser.mli - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -intf exparser.ppi - rm -f exparser.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o exparser.ppo exparser.ml - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl exparser.ppo - rm -f exparser.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o parserify.ppi parserify.mli - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -intf parserify.ppi - rm -f parserify.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o parserify.ppo parserify.ml - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl parserify.ppo - rm -f parserify.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o argl.ppi argl.mli - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -intf argl.ppi - rm -f argl.ppi - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o argl.ppo argl.ml - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl argl.ppo - rm -f argl.ppo - OTOPP=+compiler-libs OTOPU=../ocaml_stuff/4.06.1/utils OVERSION=4.06.1 OLIBDIR="/home/opam/.opam/4.06/lib/ocaml" ../tools/mkcrc.sh - ocamlc.opt -c -impl crc.tmp - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o main.ppo main.ml - ocamlc.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl main.ppo - rm -f main.ppo - ocamlc.opt -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils ../boot/versdep.cmo ../boot/ploc.cmo ../boot/plexing.cmo ../boot/plexer.cmo ../boot/fstream.cmo ../boot/gramext.cmo ../boot/grammar.cmo ../boot/diff.cmo ../boot/extfold.cmo ../boot/extfun.cmo ../boot/pretty.cmo ../boot/pprintf.cmo ../boot/eprinter.cmo ../ocaml_stuff/4.06.1/utils/pconfig.cmo quotation.cmo prtools.cmo ast2pt.cmo reloc.cmo pcaml.cmo exparser.cmo parserify.cmo argl.cmo ../boot/stdpp.cmo ../boot/token.cmo crc.cmo main.cmo -a -o camlp5.cma - ocamlc.opt ../odyl/odyl.cma camlp5.cma ../odyl/odyl.cmo -linkall -o camlp5 - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/meta' - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o q_MLast.ppo q_MLast.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl q_MLast.ppo - rm -f q_MLast.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o q_ast.ppo q_ast.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl q_ast.ppo - rm -f q_ast.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_r.ppo pa_r.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pa_r.ppo - rm -f pa_r.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_rp.ppo pa_rp.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pa_rp.ppo - rm -f pa_rp.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_macro.ppo pa_macro.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pa_macro.ppo - rm -f pa_macro.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extend.ppo pa_extend.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pa_extend.ppo - rm -f pa_extend.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_macro_gram.ppo pa_macro_gram.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pa_macro_gram.ppo - rm -f pa_macro_gram.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_fstream.ppo pa_fstream.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pa_fstream.ppo - rm -f pa_fstream.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extend_m.ppo pa_extend_m.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pa_extend_m.ppo - rm -f pa_extend_m.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pr_dump.ppo pr_dump.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pr_dump.ppo - rm -f pr_dump.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_lexer.ppo pa_lexer.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pa_lexer.ppo - rm -f pa_lexer.ppo - rm -f camlp5r - cd ../main; /usr/bin/make CAMLP5=../meta/camlp5r CAMLP5M="-I ../meta pa_r.cmo pa_rp.cmo pr_dump.cmo" - make[4]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - ocamlc.opt ../odyl/odyl.cma camlp5.cma -I ../meta pa_r.cmo pa_rp.cmo pr_dump.cmo ../odyl/odyl.cmo -linkall -o ../meta/camlp5r - make[4]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/meta' - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - /usr/bin/make compare - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/odyl' - make[3]: Nothing to be done for 'compare'. - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/odyl' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/meta' - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/meta' - Fixpoint reached, bootstrap succeeded. - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - /usr/bin/make out - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - set -e; cd ocaml_stuff; /usr/bin/make; cd .. - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff' - cd ./4.06.1/utils; \ - /usr/bin/make all EXE= OCAMLN=ocaml - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff/4.06.1/utils' - make[3]: Nothing to be done for 'all'. - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff/4.06.1/utils' - if [ "+compiler-libs" != "+compiler-libs" ]; then \ - cd ./4.06.1/parsing; \ - /usr/bin/make all EXE= OCAMLN=ocaml; \ - fi - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff' - set -e; for i in lib odyl main meta etc top ocpp man; do cd $i; /usr/bin/make all; cd ..; done - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - make[2]: Nothing to be done for 'all'. - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/odyl' - make[2]: Nothing to be done for 'all'. - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/odyl' - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - make[2]: Nothing to be done for 'all'. - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/meta' - make[2]: Nothing to be done for 'all'. - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/meta' - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/etc' - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_o.ppo pa_o.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_o.ppo - rm -f pa_o.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_op.ppo pa_op.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_op.ppo - rm -f pa_op.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_oop.ppo pa_oop.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_oop.ppo - rm -f pa_oop.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_sml.ppo pa_sml.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_sml.ppo - rm -f pa_sml.ppo - ocamlrun ../boot/camlp5 -nolib -I ../boot pa_r.cmo pa_rp.cmo pa_extend.cmo q_MLast.cmo pr_dump.cmo -mode S -o pa_lispr.ppo pa_lispr.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_lispr.ppo - rm -f pa_lispr.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pa_lisp.cmo - ocamlrun ../main/camlp5 -nolib -I ../meta -I ../etc ./pa_lispr.cmo pa_extend.cmo q_MLast.cmo pr_dump.cmo -mode S -o pa_lisp.ppo pa_lisp.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pa_lisp.ppo - rm -f pa_lisp.ppo - ocamlrun ../boot/camlp5 -nolib -I ../boot pa_r.cmo pa_rp.cmo pa_extend.cmo q_MLast.cmo pr_dump.cmo -mode S -o pa_schemer.ppo pa_schemer.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_schemer.ppo - rm -f pa_schemer.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pa_scheme.cmo - ocamlrun ../main/camlp5 -nolib -I ../meta -I ../etc ./pa_schemer.cmo pa_extend.cmo q_MLast.cmo pr_dump.cmo -mode S -o pa_scheme.ppo pa_scheme.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pa_scheme.ppo - rm -f pa_scheme.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pa_extfold.cmo - ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pa_extfold.ppo pa_extfold.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pa_extfold.ppo - rm -f pa_extfold.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extfun.ppo pa_extfun.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_extfun.ppo - rm -f pa_extfun.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extprint.ppo pa_extprint.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_extprint.ppo - rm -f pa_extprint.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_macro_print.ppo pa_macro_print.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_macro_print.ppo - rm -f pa_macro_print.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_lefteval.ppo pa_lefteval.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_lefteval.ppo - rm -f pa_lefteval.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_mkast.ppo pa_mkast.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_mkast.ppo - rm -f pa_mkast.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_mktest.ppo pa_mktest.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_mktest.ppo - rm -f pa_mktest.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_pprintf.ppo pa_pprintf.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_pprintf.ppo - rm -f pa_pprintf.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_pragma.ppo pa_pragma.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_pragma.ppo - rm -f pa_pragma.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_reloc.ppo pa_reloc.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_reloc.ppo - rm -f pa_reloc.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pr_r.cmo - ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_r.ppo pr_r.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pr_r.ppo - rm -f pr_r.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pr_ro.cmo - ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_ro.ppo pr_ro.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pr_ro.ppo - rm -f pr_ro.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pr_rp.cmo - ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_rp.ppo pr_rp.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pr_rp.ppo - rm -f pr_rp.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pr_o.cmo - ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_o.ppo pr_o.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pr_o.ppo - rm -f pr_o.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pr_op.cmo - ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_op.ppo pr_op.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pr_op.ppo - rm -f pr_op.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pr_scheme.cmo - ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_scheme.ppo pr_scheme.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pr_scheme.ppo - rm -f pr_scheme.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pr_schemep.cmo - ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_schemep.ppo pr_schemep.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pr_schemep.ppo - rm -f pr_schemep.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pr_extend.cmo - ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_extend.ppo pr_extend.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pr_extend.ppo - rm -f pr_extend.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pr_extfun.cmo - ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_extfun.ppo pr_extfun.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pr_extfun.ppo - rm -f pr_extfun.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pr_extprint.cmo - ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_extprint.ppo pr_extprint.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pr_extprint.ppo - rm -f pr_extprint.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pr_depend.ppo pr_depend.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pr_depend.ppo - rm -f pr_depend.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pr_null.ppo pr_null.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pr_null.ppo - rm -f pr_null.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew q_phony.cmo - ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o q_phony.ppo q_phony.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl q_phony.ppo - rm -f q_phony.ppo - rm -f camlp5o - cd ../main; /usr/bin/make CAMLP5=../etc/camlp5o CAMLP5M="-I ../etc pa_o.cmo pa_op.cmo ../meta/pr_dump.cmo" - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - ocamlc.opt ../odyl/odyl.cma camlp5.cma -I ../etc pa_o.cmo pa_op.cmo ../meta/pr_dump.cmo ../odyl/odyl.cmo -linkall -o ../etc/camlp5o - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - rm -f camlp5sch - cd ../main; /usr/bin/make CAMLP5=../etc/camlp5sch CAMLP5M="-I ../etc pa_scheme.cmo ../meta/pr_dump.cmo" - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - ocamlc.opt ../odyl/odyl.cma camlp5.cma -I ../etc pa_scheme.cmo ../meta/pr_dump.cmo ../odyl/odyl.cmo -linkall -o ../etc/camlp5sch - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - sed -e "s!LIBDIR!/home/opam/.opam/4.06/lib!g" -e "s!OCAMLN!ocaml!g" -e "s!CAMLP5N!camlp5!g" mkcamlp5.sh.tpl > mkcamlp5.sh - sed -e "s|@VERSION@|7.14|" -e "s|@CAMLP5DIR@|/home/opam/.opam/4.06/lib/camlp5|" META.tpl > META - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/etc' - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/top' - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o camlp5_top.ppo camlp5_top.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -I +compiler-libs -c -impl camlp5_top.ppo - rm -f camlp5_top.ppo - ocamlc.opt ../ocaml_stuff/4.06.1/utils/pconfig.cmo ../boot/versdep.cmo ../boot/ploc.cmo ../boot/plexing.cmo ../boot/plexer.cmo ../boot/fstream.cmo ../boot/gramext.cmo ../boot/grammar.cmo ../boot/diff.cmo ../boot/extfold.cmo ../boot/extfun.cmo ../boot/pretty.cmo ../boot/pprintf.cmo ../boot/eprinter.cmo ../main/quotation.cmo ../main/reloc.cmo ../main/prtools.cmo ../main/ast2pt.cmo ../main/pcaml.cmo ../main/exparser.cmo ../boot/stdpp.cmo ../boot/token.cmo ../etc/pa_o.cmo ../etc/pa_op.cmo camlp5_top.cmo -linkall -a -o camlp5o.cma - ocamlrun ../boot/camlp5r -nolib -I ../boot pa_macro.cmo -mode S -o rprint.ppo rprint.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -I +compiler-libs -c -impl rprint.ppo - rm -f rprint.ppo - ocamlc.opt ../ocaml_stuff/4.06.1/utils/pconfig.cmo ../boot/versdep.cmo ../boot/ploc.cmo ../boot/plexing.cmo ../boot/plexer.cmo ../boot/fstream.cmo ../boot/gramext.cmo ../boot/grammar.cmo ../boot/diff.cmo ../boot/extfold.cmo ../boot/extfun.cmo ../boot/pretty.cmo ../boot/pprintf.cmo ../boot/eprinter.cmo ../main/quotation.cmo ../main/reloc.cmo ../main/prtools.cmo ../main/ast2pt.cmo ../main/pcaml.cmo ../main/exparser.cmo ../boot/stdpp.cmo ../boot/token.cmo ../meta/pa_r.cmo ../meta/pa_rp.cmo rprint.cmo camlp5_top.cmo -linkall -a -o camlp5r.cma - ocamlc.opt ../ocaml_stuff/4.06.1/utils/pconfig.cmo ../boot/versdep.cmo ../boot/ploc.cmo ../boot/plexing.cmo ../boot/plexer.cmo ../boot/fstream.cmo ../boot/gramext.cmo ../boot/grammar.cmo ../boot/diff.cmo ../boot/extfold.cmo ../boot/extfun.cmo ../boot/pretty.cmo ../boot/pprintf.cmo ../boot/eprinter.cmo ../main/quotation.cmo ../main/reloc.cmo ../main/prtools.cmo ../main/ast2pt.cmo ../main/pcaml.cmo ../main/exparser.cmo ../boot/stdpp.cmo ../boot/token.cmo ../etc/pa_scheme.cmo camlp5_top.cmo -linkall -a -o camlp5sch.cma - ocamlc.opt ../ocaml_stuff/4.06.1/utils/pconfig.cmo ../main/quotation.cmo ../main/reloc.cmo ../main/prtools.cmo ../main/pcaml.cmo ../main/ast2pt.cmo camlp5_top.cmo -a -o camlp5_top.cma - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/top' - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocpp' - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ocpp.ppo ocpp.ml - ocamlc.opt -warn-error +A-11 -I ../main -I ../boot -I ../odyl -I ../lib -c -impl ocpp.ppo - rm -f ocpp.ppo - ocamlc.opt -I ../main -I ../boot -I ../odyl -I ../lib ../boot/versdep.cmo ../boot/ploc.cmo ../boot/stdpp.cmo ../main/quotation.cmo ../odyl/odyl.cma ocpp.cmo ../odyl/odyl.cmo -linkall -o ocpp - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocpp' - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/man' - sed -e "s'LIBDIR'/home/opam/.opam/4.06/lib'g" -e "s/camlp5n/camlp5/g" -e "s/ocamln/ocaml/g" camlp5.1.tpl > camlp5.1 - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/man' - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - /usr/bin/make opt - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - set -e; for i in ocaml_stuff lib odyl main meta etc; do cd $i; /usr/bin/make opt; cd ..; done - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff' - cd ./4.06.1/utils; /usr/bin/make OCAMLN=ocaml opt; cd ../.. - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff/4.06.1/utils' - ocamlopt -c pconfig.ml - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff/4.06.1/utils' - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff' - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - ocamlrun ../boot/camlp5r -nolib -I ../boot pa_macro.cmo -mode S -o versdep.ppo versdep.ml - ocamlopt.opt -warn-error +A-11 -I +compiler-libs -c -impl versdep.ppo - rm -f versdep.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ploc.ppo ploc.ml - ocamlopt.opt -warn-error +A-11 -I +compiler-libs -c -impl ploc.ppo - rm -f ploc.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexing.ppo plexing.ml - ocamlopt.opt -warn-error +A-11 -I +compiler-libs -c -impl plexing.ppo - rm -f plexing.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexer.ppo plexer.ml - ocamlopt.opt -warn-error +A-11 -I +compiler-libs -c -impl plexer.ppo - rm -f plexer.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o fstream.ppo fstream.ml - ocamlopt.opt -warn-error +A-11 -I +compiler-libs -c -impl fstream.ppo - rm -f fstream.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o gramext.ppo gramext.ml - ocamlopt.opt -warn-error +A-11 -I +compiler-libs -c -impl gramext.ppo - rm -f gramext.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o grammar.ppo grammar.ml - ocamlopt.opt -warn-error +A-11 -I +compiler-libs -c -impl grammar.ppo - rm -f grammar.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o diff.ppo diff.ml - ocamlopt.opt -warn-error +A-11 -I +compiler-libs -c -impl diff.ppo - rm -f diff.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfold.ppo extfold.ml - ocamlopt.opt -warn-error +A-11 -I +compiler-libs -c -impl extfold.ppo - rm -f extfold.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfun.ppo extfun.ml - ocamlopt.opt -warn-error +A-11 -I +compiler-libs -c -impl extfun.ppo - rm -f extfun.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pretty.ppo pretty.ml - ocamlopt.opt -warn-error +A-11 -I +compiler-libs -c -impl pretty.ppo - rm -f pretty.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pprintf.ppo pprintf.ml - ocamlopt.opt -warn-error +A-11 -I +compiler-libs -c -impl pprintf.ppo - rm -f pprintf.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o eprinter.ppo eprinter.ml - ocamlopt.opt -warn-error +A-11 -I +compiler-libs -c -impl eprinter.ppo - rm -f eprinter.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o stdpp.ppo stdpp.ml - ocamlopt.opt -warn-error +A-11 -I +compiler-libs -c -impl stdpp.ppo - rm -f stdpp.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o token.ppo token.ml - ocamlopt.opt -warn-error +A-11 -I +compiler-libs -c -impl token.ppo - rm -f token.ppo - ocamlopt.opt versdep.cmx ploc.cmx plexing.cmx plexer.cmx fstream.cmx gramext.cmx grammar.cmx diff.cmx extfold.cmx extfun.cmx pretty.cmx pprintf.cmx eprinter.cmx stdpp.cmx token.cmx -a -o gramlib.cmxa - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/odyl' - cp odyl_config.ml odyl_config.ppo - cat odyl_config.ml > odyl_config.ppo - ocamlopt.opt -warn-error +A-11 -c -impl odyl_config.ppo - rm -f odyl_config.ppo - OPT=.opt EXE= OCAMLN=ocaml MODE=S COMPWITH=old CAMLP5N=camlp5 ../tools/camlp5_comm.sh -DOPT -o odyl_main.ppo odyl_main.ml - ocamlrun ../boot/camlp5r -nolib -I ../boot pa_macro.cmo -mode S -DOPT -o odyl_main.ppo odyl_main.ml - ocamlopt.opt -c -impl odyl_main.ppo - rm -f odyl_main.ppo - ocamlopt.opt odyl_config.cmx odyl_main.cmx -a -o odyl.cmxa - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o odyl.ppo odyl.ml - ocamlopt.opt -warn-error +A-11 -c -impl odyl.ppo - rm -f odyl.ppo - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/odyl' - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o quotation.ppo quotation.ml - ocamlopt.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl quotation.ppo - rm -f quotation.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o prtools.ppo prtools.ml - ocamlopt.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl prtools.ppo - rm -f prtools.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ast2pt.ppo ast2pt.ml - ocamlopt.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl ast2pt.ppo - rm -f ast2pt.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o reloc.ppo reloc.ml - ocamlopt.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl reloc.ppo - rm -f reloc.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pcaml.ppo pcaml.ml - ocamlopt.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl pcaml.ppo - rm -f pcaml.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o exparser.ppo exparser.ml - ocamlopt.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl exparser.ppo - rm -f exparser.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o parserify.ppo parserify.ml - ocamlopt.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl parserify.ppo - rm -f parserify.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o argl.ppo argl.ml - ocamlopt.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl argl.ppo - rm -f argl.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o main.ppo main.ml - ocamlopt.opt -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils -c -impl main.ppo - rm -f main.ppo - ocamlopt.opt -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.06.1/utils ../lib/versdep.cmx ../lib/ploc.cmx ../lib/plexing.cmx ../lib/plexer.cmx ../lib/fstream.cmx ../lib/gramext.cmx ../lib/grammar.cmx ../lib/diff.cmx ../lib/extfold.cmx ../lib/extfun.cmx ../lib/pretty.cmx ../lib/pprintf.cmx ../lib/eprinter.cmx ../ocaml_stuff/4.06.1/utils/pconfig.cmx quotation.cmx prtools.cmx ast2pt.cmx reloc.cmx pcaml.cmx exparser.cmx parserify.cmx argl.cmx ../lib/stdpp.cmx ../lib/token.cmx main.cmx -a -o camlp5.cmxa - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/meta' - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o q_MLast.ppo q_MLast.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl q_MLast.ppo - rm -f q_MLast.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o q_ast.ppo q_ast.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl q_ast.ppo - rm -f q_ast.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_r.ppo pa_r.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pa_r.ppo - rm -f pa_r.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_rp.ppo pa_rp.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pa_rp.ppo - rm -f pa_rp.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_macro.ppo pa_macro.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pa_macro.ppo - rm -f pa_macro.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extend.ppo pa_extend.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pa_extend.ppo - rm -f pa_extend.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_macro_gram.ppo pa_macro_gram.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pa_macro_gram.ppo - rm -f pa_macro_gram.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_fstream.ppo pa_fstream.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pa_fstream.ppo - rm -f pa_fstream.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extend_m.ppo pa_extend_m.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pa_extend_m.ppo - rm -f pa_extend_m.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pr_dump.ppo pr_dump.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pr_dump.ppo - rm -f pr_dump.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_lexer.ppo pa_lexer.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.06.1/utils -c -impl pa_lexer.ppo - rm -f pa_lexer.ppo - rm -f camlp5r.opt - cd ../main; /usr/bin/make optp5 CAMLP5OPT=../meta/camlp5r.opt CAMLP5M="-I ../meta pa_r.cmx pa_rp.cmx pr_dump.cmx" - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - ocamlopt.opt ../odyl/odyl.cmxa camlp5.cmxa -I ../meta pa_r.cmx pa_rp.cmx pr_dump.cmx ../odyl/odyl.cmx -linkall -o ../meta/camlp5r.opt - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/meta' - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/etc' - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_o.ppo pa_o.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_o.ppo - rm -f pa_o.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_op.ppo pa_op.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_op.ppo - rm -f pa_op.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_oop.ppo pa_oop.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_oop.ppo - rm -f pa_oop.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_sml.ppo pa_sml.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_sml.ppo - rm -f pa_sml.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pa_lisp.cmx - ocamlrun ../main/camlp5 -nolib -I ../meta -I ../etc ./pa_lispr.cmo pa_extend.cmo q_MLast.cmo pr_dump.cmo -mode S -o pa_lisp.ppo pa_lisp.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pa_lisp.ppo - rm -f pa_lisp.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pa_scheme.cmx - ocamlrun ../main/camlp5 -nolib -I ../meta -I ../etc ./pa_schemer.cmo pa_extend.cmo q_MLast.cmo pr_dump.cmo -mode S -o pa_scheme.ppo pa_scheme.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pa_scheme.ppo - rm -f pa_scheme.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pa_extfold.cmx - ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pa_extfold.ppo pa_extfold.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pa_extfold.ppo - rm -f pa_extfold.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extfun.ppo pa_extfun.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_extfun.ppo - rm -f pa_extfun.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extprint.ppo pa_extprint.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_extprint.ppo - rm -f pa_extprint.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_macro_print.ppo pa_macro_print.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_macro_print.ppo - rm -f pa_macro_print.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_lefteval.ppo pa_lefteval.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_lefteval.ppo - rm -f pa_lefteval.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_mkast.ppo pa_mkast.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_mkast.ppo - rm -f pa_mkast.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_mktest.ppo pa_mktest.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_mktest.ppo - rm -f pa_mktest.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_pprintf.ppo pa_pprintf.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_pprintf.ppo - rm -f pa_pprintf.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_pragma.ppo pa_pragma.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_pragma.ppo - rm -f pa_pragma.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_reloc.ppo pa_reloc.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_reloc.ppo - rm -f pa_reloc.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pr_r.cmx - ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_r.ppo pr_r.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pr_r.ppo - rm -f pr_r.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pr_ro.cmx - ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_ro.ppo pr_ro.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pr_ro.ppo - rm -f pr_ro.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pr_rp.cmx - ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_rp.ppo pr_rp.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pr_rp.ppo - rm -f pr_rp.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pr_o.cmx - ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_o.ppo pr_o.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pr_o.ppo - rm -f pr_o.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pr_op.cmx - ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_op.ppo pr_op.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pr_op.ppo - rm -f pr_op.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pr_scheme.cmx - ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_scheme.ppo pr_scheme.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pr_scheme.ppo - rm -f pr_scheme.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pr_schemep.cmx - ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_schemep.ppo pr_schemep.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pr_schemep.ppo - rm -f pr_schemep.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pr_extend.cmx - ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_extend.ppo pr_extend.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pr_extend.ppo - rm -f pr_extend.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pr_extfun.cmx - ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_extfun.ppo pr_extfun.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pr_extfun.ppo - rm -f pr_extfun.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew pr_extprint.cmx - ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_extprint.ppo pr_extprint.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl pr_extprint.ppo - rm -f pr_extprint.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pr_depend.ppo pr_depend.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pr_depend.ppo - rm -f pr_depend.ppo - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pr_null.ppo pr_null.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pr_null.ppo - rm -f pr_null.ppo - /usr/bin/make --no-print-directory -f Makefile.withnew q_phony.cmx - ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o q_phony.ppo q_phony.ml - ocamlopt.opt -warn-error +A-11 -I ../main -I ../meta -I ../lib -c -impl q_phony.ppo - rm -f q_phony.ppo - rm -f camlp5o.opt - cd ../main; /usr/bin/make optp5 CAMLP5OPT=../etc/camlp5o.opt CAMLP5M="-I ../etc pa_o.cmx pa_op.cmx ../meta/pr_dump.cmx" - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - ocamlopt.opt ../odyl/odyl.cmxa camlp5.cmxa -I ../etc pa_o.cmx pa_op.cmx ../meta/pr_dump.cmx ../odyl/odyl.cmx -linkall -o ../etc/camlp5o.opt - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - sed -e "s!LIBDIR!/home/opam/.opam/4.06/lib!g" -e "s!OCAMLN!ocaml!g" -e "s!CAMLP5N!camlp5!g" mkcamlp5.opt.sh.tpl > mkcamlp5.opt.sh - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/etc' - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - /usr/bin/make opt.opt - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' - set -e; for i in ocaml_stuff lib odyl main meta etc; do cd $i; /usr/bin/make opt; cd ..; done - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff' - cd ./4.06.1/utils; /usr/bin/make OCAMLN=ocaml opt; cd ../.. - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff/4.06.1/utils' - make[3]: Nothing to be done for 'opt'. - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff/4.06.1/utils' - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocaml_stuff' - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - make[2]: Nothing to be done for 'opt'. - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/odyl' - make[2]: Nothing to be done for 'opt'. - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/odyl' - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - make[2]: Nothing to be done for 'opt'. - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/meta' - make[2]: Nothing to be done for 'opt'. - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/meta' - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/etc' - make[2]: Nothing to be done for 'opt'. - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/etc' - cd compile; /usr/bin/make opt; cd .. - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/compile' - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o compile.ppo compile.ml - ocamlc.opt -w y -warn-error +A-11 -I ../main -I ../boot -I ../lib -c -impl compile.ppo - rm -f compile.ppo - OCAMLN=ocaml CAMLP5N=camlp5 EXE= RM=rm ./compile.sh -e "Grammar.Entry.obj Pcaml.interf" -e "Grammar.Entry.obj Pcaml.implem" -e "Grammar.Entry.obj Pcaml.top_phrase" -e "Grammar.Entry.obj Pcaml.use_file" ../etc/pa_o.ml ../etc/pa_op.ml > o_fast.ml.tmp - ocamlc -c tmp.mli - ocamlrun ../meta/camlp5r -nolib -I ../meta pa_macro.cmo pa_extend.cmo pa_macro_gram.cmo q_MLast.cmo -meta_action tmp.ml -o tmp.ppo - ocamlc -I ../lib -I ../main -c -impl tmp.ppo - rm tmp.ppo - ocamlrun ../main/camlp5 ./compile.cmo ./tmp.cmo ../etc/pr_r.cmo ../etc/pr_rp.cmo -sep nn -impl - < /dev/null - ../meta/camlp5r -I ../meta -I ../etc pa_extend.cmo pa_macro.cmo pa_macro_gram.cmo pr_r.cmo pr_extend.cmo ../etc/pa_o.ml > pa_o.ppo.TMP && mv pa_o.ppo.TMP pa_o.ml.ppo - <W> Grammar extension: in [expr], some rule has been masked - <W> Grammar extension: in [expr], some rule has been masked - ../meta/camlp5r -I ../meta -I ../etc pa_extend.cmo pa_macro.cmo pa_macro_gram.cmo pr_r.cmo pr_extend.cmo ../etc/pa_op.ml > pa_op.ppo.TMP && mv pa_op.ppo.TMP pa_op.ml.ppo - cat pa_o.ml.ppo pa_op.ml.ppo | sed -e "s/Plexer.gmake ()/Lazy.force P.lexer/" -e "/EXTEND/,/END/d" -e "/Grammar.Entry.of_parser/d" -e "/Grammar.Entry.gcreate/d" -e "/Grammar.Entry.create/d" | grep -v '#load' | grep -v "^IFDEF" | grep -v "^END" | grep -v DELETE_RULE | cat comp_head.ml.tpl - o_fast.ml.tmp comp_trail.ml.tpl > pa_o_fast.ml - ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_o_fast.ppo pa_o_fast.ml - ocamlopt.opt -w y -warn-error +A-11 -I ../main -I ../boot -I ../lib -c -impl pa_o_fast.ppo - rm -f pa_o_fast.ppo - rm -f camlp5o.fast.opt - cd ../main; /usr/bin/make optp5 CAMLP5OPT=../compile/camlp5o.fast.opt CAMLP5M="../compile/pa_o_fast.cmx ../meta/pr_dump.cmx" - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - ocamlopt.opt ../odyl/odyl.cmxa camlp5.cmxa ../compile/pa_o_fast.cmx ../meta/pr_dump.cmx ../odyl/odyl.cmx -linkall -o ../compile/camlp5o.fast.opt - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/compile' - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14' -> compiled camlp5.7.14 Processing 86/90: [camlp5: make install] + /usr/bin/make "install" (CWD=/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14) - rm -rf "/home/opam/.opam/4.06/lib/camlp5" - for i in lib odyl main meta etc top ocpp man compile; do \ - (cd $i; /usr/bin/make install DESTDIR=; cd ..); \ - done - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - mkdir -p "/home/opam/.opam/4.06/lib/camlp5" - cp gramlib.cma *.mli "/home/opam/.opam/4.06/lib/camlp5/." - cp *.cmi "/home/opam/.opam/4.06/lib/camlp5/." - if test -f gramlib.cmxa; then \ - /usr/bin/make installopt LIBDIR="/home/opam/.opam/4.06/lib" DESTDIR=; \ - fi - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - cp gramlib.cmxa *.cmx "/home/opam/.opam/4.06/lib/camlp5/." - if test -f gramlib.lib; then \ - cp gramlib.lib "/home/opam/.opam/4.06/lib/camlp5/."; \ - else \ - tar cf - gramlib"".a | \ - (cd "/home/opam/.opam/4.06/lib/camlp5/."; tar xf -); \ - fi - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/lib' - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/odyl' - mkdir -p "/home/opam/.opam/4.06/lib/camlp5" "/home/opam/.opam/4.06/bin" - cp odyl.cmo odyl.cma "/home/opam/.opam/4.06/lib/camlp5/." - if test -f odyl.cmxa; then \ - cp odyl.cmxa odyl.cmx "/home/opam/.opam/4.06/lib/camlp5/."; \ - cp odyl.a odyl.o "/home/opam/.opam/4.06/lib/camlp5/."; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/odyl' - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - mkdir -p "/home/opam/.opam/4.06/bin" - mkdir -p "/home/opam/.opam/4.06/lib/camlp5" - cp camlp5 "/home/opam/.opam/4.06/bin/." - cp ast2pt.mli mLast.mli quotation.mli pcaml.mli prtools.mli reloc.mli "/home/opam/.opam/4.06/lib/camlp5/." - cp ast2pt.cmi mLast.cmi quotation.cmi pcaml.cmi prtools.cmi reloc.cmi "/home/opam/.opam/4.06/lib/camlp5/." - cp camlp5.cma "/home/opam/.opam/4.06/lib/camlp5/." - if test -f camlp5.cmxa; then \ - cp camlp5.cmxa "/home/opam/.opam/4.06/lib/camlp5/."; \ - cp camlp5.a "/home/opam/.opam/4.06/lib/camlp5/."; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/main' - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/meta' - mkdir -p "/home/opam/.opam/4.06/lib/camlp5" "/home/opam/.opam/4.06/bin" - cp q_MLast.cmo q_ast.cmo pa_r.cmo pa_rp.cmo pa_macro.cmo pa_macro_gram.cmo pa_fstream.cmo pa_extend.cmo pa_extend_m.cmo pr_dump.cmo pa_lexer.cmo "/home/opam/.opam/4.06/lib/camlp5/." - cp pa_macro.cmi pa_macro_gram.cmi pa_extend.cmi "/home/opam/.opam/4.06/lib/camlp5/." - cp camlp5r "/home/opam/.opam/4.06/bin/." - if test -f camlp5r.opt; then \ - cp camlp5r.opt "/home/opam/.opam/4.06/bin/."; \ - fi - if test -f pa_r.cmx; then \ - cp q_MLast.cmx q_ast.cmx pa_r.cmx pa_rp.cmx pa_macro.cmx pa_macro_gram.cmx pa_fstream.cmx pa_extend.cmx pa_extend_m.cmx pr_dump.cmx pa_lexer.cmx "/home/opam/.opam/4.06/lib/camlp5/."; \ - for i in q_MLast q_ast pa_r pa_rp pa_macro pa_macro_gram pa_fstream pa_extend pa_extend_m pr_dump pa_lexer; do \ - cp $i.o "/home/opam/.opam/4.06/lib/camlp5/."; \ - done; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/meta' - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/etc' - mkdir -p "/home/opam/.opam/4.06/lib/camlp5" "/home/opam/.opam/4.06/bin" - rm -f "/home/opam/.opam/4.06/lib/camlp5/pa_lex.cmo" - cp pa_o.cmo pa_op.cmo pa_oop.cmo pa_sml.cmo pa_lisp.cmo pa_scheme.cmo pa_extfold.cmo pa_extfun.cmo pa_extprint.cmo pa_macro_print.cmo pa_lefteval.cmo pa_mkast.cmo pa_mktest.cmo pa_pprintf.cmo pa_pragma.cmo pa_reloc.cmo pr_r.cmo pr_ro.cmo pr_rp.cmo pr_o.cmo pr_op.cmo pr_scheme.cmo pr_schemep.cmo pr_extend.cmo pr_extfun.cmo pr_extprint.cmo pr_depend.cmo pr_null.cmo q_phony.cmo "/home/opam/.opam/4.06/lib/camlp5/." - cp META "/home/opam/.opam/4.06/lib/camlp5/." - cp lib.sml "/home/opam/.opam/4.06/lib/camlp5/." - cp camlp5o camlp5sch "/home/opam/.opam/4.06/bin/." - cp mkcamlp5.sh "/home/opam/.opam/4.06/bin/mkcamlp5" - chmod a+x "/home/opam/.opam/4.06/bin/mkcamlp5" - if test -f pa_o.cmx; then \ - cp pa_o.cmx pa_op.cmx pa_oop.cmx pa_sml.cmx pa_lisp.cmx pa_scheme.cmx pa_extfold.cmx pa_extfun.cmx pa_extprint.cmx pa_macro_print.cmx pa_lefteval.cmx pa_mkast.cmx pa_mktest.cmx pa_pprintf.cmx pa_pragma.cmx pa_reloc.cmx pr_r.cmx pr_ro.cmx pr_rp.cmx pr_o.cmx pr_op.cmx pr_scheme.cmx pr_schemep.cmx pr_extend.cmx pr_extfun.cmx pr_extprint.cmx pr_depend.cmx pr_null.cmx q_phony.cmx "/home/opam/.opam/4.06/lib/camlp5/."; \ - for i in pa_o pa_op pa_oop pa_sml pa_lisp pa_scheme pa_extfold pa_extfun pa_extprint pa_macro_print pa_lefteval pa_mkast pa_mktest pa_pprintf pa_pragma pa_reloc pr_r pr_ro pr_rp pr_o pr_op pr_scheme pr_schemep pr_extend pr_extfun pr_extprint pr_depend pr_null q_phony; do \ - cp $i.o "/home/opam/.opam/4.06/lib/camlp5/."; \ - done; \ - cp camlp5o.opt "/home/opam/.opam/4.06/bin/."; \ - cp mkcamlp5.opt.sh "/home/opam/.opam/4.06/bin/mkcamlp5.opt"; \ - chmod a+x "/home/opam/.opam/4.06/bin/mkcamlp5.opt"; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/etc' - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/top' - mkdir -p "/home/opam/.opam/4.06/lib/camlp5" - cp camlp5o.cma camlp5r.cma camlp5sch.cma camlp5_top.cma "/home/opam/.opam/4.06/lib/camlp5/." - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/top' - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocpp' - mkdir -p "/home/opam/.opam/4.06/lib/camlp5" "/home/opam/.opam/4.06/bin" - cp ocpp.cmo "/home/opam/.opam/4.06/lib/camlp5/." - cp ocpp "/home/opam/.opam/4.06/bin/ocpp5" - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/ocpp' - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/man' - mkdir -p "/home/opam/.opam/4.06/man/man1" - cp camlp5.1 "/home/opam/.opam/4.06/man/man1/." - for i in camlp5o.1 camlp5r.1 camlp5sch.1 mkcamlp5.1 ocpp5.1; do \ - cd "/home/opam/.opam/4.06/man/man1"; rm -f $i; ln -s camlp5.1 $i; \ - done - for i in camlp5o.opt.1 camlp5r.opt.1 mkcamlp5.opt.1; do \ - cd "/home/opam/.opam/4.06/man/man1"; rm -f $i; ln -s camlp5.1 $i; \ - done - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/man' - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/compile' - if test -f camlp5o.fast.opt; then \ - cp camlp5o.fast.opt "/home/opam/.opam/4.06/bin/camlp5o.opt"; \ - fi - if test -f pa_o_fast.cmx; then \ - cp pa_o_fast.cmx pa_o_fast.o "/home/opam/.opam/4.06/lib/camlp5/."; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/camlp5.7.14/compile' - cp etc/topfind.camlp5 `ocamlc -where`/. || true -> installed camlp5.7.14 Processing 87/90: [coq: ./configure no] + /home/opam/.opam/4.06/.opam-switch/build/coq.8.7.2/./configure "-configdir" "/home/opam/.opam/4.06/lib/coq/config" "-prefix" "/home/opam/.opam/4.06" "-mandir" "/home/opam/.opam/4.06/man" "-docdir" "/home/opam/.opam/4.06/doc" "-libdir" "/home/opam/.opam/4.06/lib/coq" "-datadir" "/home/opam/.opam/4.06/share/coq" "-camlp5dir" "/home/opam/.opam/4.06/lib/camlp5" "-coqide" "no" "-native-compiler" "no" (CWD=/home/opam/.opam/4.06/.opam-switch/build/coq.8.7.2) - You have OCaml 4.06.1. Good! - You have OCamlfind 1.9.6. Good! - You have Camlp5 7.14. Good! - You have native-code compilation. Good! - You have the Num library installed. Good! - CoqIde manually disabled: - => no CoqIde will be built. - - Architecture : Linux - Coq VM bytecode link flags : -dllib -lcoqrun -dllpath /home/opam/.opam/4.06/lib/coq/kernel/byterun - Other bytecode link flags : - OS dependent libraries : -cclib -lunix - OCaml version : 4.06.1 - OCaml binaries in : /home/opam/.opam/4.06/bin/ - OCaml library in : /home/opam/.opam/4.06/lib/ocaml - OCaml flambda flags : - Camlp5 version : 7.14 - Camlp5 binaries in : /home/opam/.opam/4.06/bin - Camlp5 library in : /home/opam/.opam/4.06/lib/camlp5 - Native dynamic link support : true - CoqIde : no - Documentation : None - Web browser : firefox -remote "OpenURL(%s,new-tab)" || firefox %s & - Coq web site : http://coq.inria.fr/ - - Native compiler for conversion and normalization disabled - - Paths for true installation: - - the Coq binaries will be copied in /home/opam/.opam/4.06/bin - - the Coq library will be copied in /home/opam/.opam/4.06/lib/coq - - the Coqide configuration files will be copied in /home/opam/.opam/4.06/lib/coq/config - - the Coqide data files will be copied in /home/opam/.opam/4.06/share/coq - - the Coq man pages will be copied in /home/opam/.opam/4.06/man - - the Coq documentation will be copied in /home/opam/.opam/4.06/doc - - the Coq Emacs mode will be copied in /home/opam/.opam/4.06/share/emacs/site-lisp - - the Coqdoc LaTeX files will be copied in /home/opam/.opam/4.06/share/texmf/tex/latex/misc - - If anything is wrong above, please restart './configure'. - - *Warning* To compile the system for a new architecture - don't forget to do a 'make clean' before './configure'. Processing 87/90: [coq: make] + /usr/bin/make "-j39" (CWD=/home/opam/.opam/4.06/.opam-switch/build/coq.8.7.2) - /usr/bin/make --warn-undefined-variable --no-builtin-rules -f Makefile.build - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/coq.8.7.2' - OCAMLC lib/segmenttree.mli - OCAMLC lib/unicode.mli - OCAMLC tools/coqdep_lexer.mli - OCAMLLEX tools/coqdep_lexer.mll - OCAMLC tools/coqdep_common.mli - sed -n -e '/^ /s/ \([A-Z]\)/ \&\&coq_lbl_\1/gp' \ - -e '/^}/q' kernel/byterun/coq_instruct.h > "kernel/byterun/coq_jumptbl.h" || (RV=$?; rm -f "kernel/byterun/coq_jumptbl.h"; exit ${RV}) - OCAMLLEX tools/ocamllibdep.mll - OCAMLLEX tools/gallina_lexer.mll - OCAMLLEX tools/coqwc.mll - OCAMLLEX tools/coqdoc/cpretty.mll - OCAMLLEX ide/xml_lexer.mll - OCAMLLEX ide/utf8_convert.mll - 14 states, 417 transitions, table size 1752 bytes - OCAMLLEX ide/coq_lex.mll - OCAMLLEX ide/config_lexer.mll - tr -d "\r" < kernel/byterun/coq_instruct.h | sed -n -e '/^enum/p' -e 's/,//g' -e '/^ /p' | \ - awk -f kernel/make-opcodes > "kernel/copcodes.ml" || (RV=$?; rm -f "kernel/copcodes.ml"; exit ${RV}) - ECHO... > tools/tolink.ml - 15 states, 827 transitions, table size 3398 bytes - 80 states, 774 transitions, table size 3576 bytes - 189 states, 503 transitions, table size 3146 bytes - 244 states, 858 transitions, table size 4896 bytes - OCAMLDEP checker/univ.mli - 314 states, 4454 transitions, table size 19700 bytes - 2927 additional bytes used for bindings - OCAMLDEP checker/typeops.mli - OCAMLDEP checker/type_errors.mli - 30 states, 1657 transitions, table size 6808 bytes - 6052 additional bytes used for bindings - 85 states, 821 transitions, table size 3794 bytes - OCAMLDEP checker/term.mli - OCAMLDEP checker/subtyping.mli - OCAMLDEP checker/safe_typing.mli - OCAMLDEP checker/reduction.mli - OCAMLDEP checker/names.mli - OCAMLDEP checker/modops.mli - OCAMLDEP checker/mod_checking.mli - OCAMLDEP checker/inductive.mli - OCAMLDEP checker/indtypes.mli - OCAMLDEP checker/esubst.mli - OCAMLDEP checker/environ.mli - OCAMLDEP checker/declarations.mli - OCAMLDEP checker/closure.mli - OCAMLDEP checker/cic.mli - OCAMLDEP checker/check_stat.mli - OCAMLDEP checker/analyze.mli - CAMLP4O ide/coqide_main.ml4 - OCAMLC -c grammar/q_util.mli - OCAMLDEP checker/analyze.ml - OCAMLDEP checker/check.ml - OCAMLDEP checker/check_stat.ml - OCAMLDEP checker/checker.ml - OCAMLDEP checker/closure.ml - OCAMLDEP checker/declarations.ml - OCAMLDEP checker/environ.ml - OCAMLDEP checker/indtypes.ml - OCAMLDEP checker/inductive.ml - OCAMLDEP checker/main.ml - OCAMLDEP checker/mod_checking.ml - OCAMLDEP checker/modops.ml - OCAMLDEP checker/print.ml - OCAMLDEP checker/reduction.ml - OCAMLDEP checker/safe_typing.ml - OCAMLDEP checker/subtyping.ml - OCAMLDEP checker/term.ml - OCAMLDEP checker/type_errors.ml - OCAMLDEP checker/typeops.ml - OCAMLDEP checker/univ.ml - OCAMLDEP checker/validate.ml - OCAMLDEP checker/values.ml - OCAMLDEP checker/votour.ml - OCAMLDEP checker/esubst.ml - OCAMLDEP checker/names.ml - OCAMLOPT lib/segmenttree.ml - OCAMLC lib/segmenttree.ml - OCAMLC tools/coqdep_boot.ml - CCDEP kernel/byterun/coq_fix_code.c - CCDEP kernel/byterun/coq_interp.c - CCDEP kernel/byterun/coq_memory.c - CCDEP kernel/byterun/coq_values.c - OCAMLC tools/ocamllibdep.ml - 2654 states, 8247 transitions, table size 48912 bytes - OCAMLDEP ide/coqide_main.ml - OCAMLC -c -pp grammar/q_util.mlp - OCAMLC -c -pp grammar/argextend.mlp - OCAMLDEP kernel/copcodes.ml - OCAMLDEP tools/tolink.ml - OCAMLDEP ide/config_lexer.ml - OCAMLDEP ide/coq_lex.ml - OCAMLDEP ide/utf8_convert.ml - OCAMLDEP ide/xml_lexer.ml - OCAMLDEP tools/coqdep_lexer.ml - OCAMLDEP tools/coqdoc/cpretty.ml - OCAMLDEP tools/coqwc.ml - OCAMLDEP tools/gallina_lexer.ml - OCAMLDEP tools/ocamllibdep.ml - OCAMLDEP config/coq_config.ml - OCAMLDEP configure.ml - OCAMLDEP dev/db_printers.ml - OCAMLDEP dev/dynlink.ml - OCAMLDEP dev/top_printers.ml - OCAMLDEP dev/vm_printers.ml - OCAMLDEP engine/eConstr.ml - OCAMLDEP engine/evarutil.ml - OCAMLDEP engine/evd.ml - OCAMLDEP engine/ftactic.ml - OCAMLDEP engine/geninterp.ml - OCAMLDEP engine/logic_monad.ml - OCAMLDEP engine/namegen.ml - OCAMLDEP engine/proofview.ml - OCAMLDEP engine/proofview_monad.ml - OCAMLDEP engine/termops.ml - OCAMLDEP engine/uState.ml - OCAMLDEP engine/universes.ml - OCAMLDEP ide/coq.ml - OCAMLDEP ide/coqOps.ml - OCAMLDEP ide/coq_commands.ml - OCAMLDEP ide/coqide.ml - OCAMLDEP ide/coqide_ui.ml - OCAMLDEP ide/document.ml - OCAMLDEP ide/fileOps.ml - OCAMLDEP ide/gtk_parsing.ml - OCAMLDEP ide/ide_slave.ml - OCAMLDEP ide/ideutils.ml - OCAMLDEP ide/macos_prehook.ml - OCAMLDEP ide/minilib.ml - OCAMLDEP ide/nanoPG.ml - OCAMLDEP ide/preferences.ml - OCAMLDEP ide/richpp.ml - OCAMLDEP ide/sentence.ml - OCAMLDEP ide/serialize.ml - OCAMLDEP ide/session.ml - OCAMLDEP ide/tags.ml - OCAMLDEP ide/utils/configwin.ml - OCAMLDEP ide/utils/configwin_ihm.ml - OCAMLDEP ide/utils/configwin_messages.ml - OCAMLDEP ide/wg_Command.ml - OCAMLDEP ide/wg_Completion.ml - OCAMLDEP ide/wg_Detachable.ml - OCAMLDEP ide/wg_Find.ml - OCAMLDEP ide/wg_MessageView.ml - OCAMLDEP ide/wg_Notebook.ml - OCAMLDEP ide/wg_ProofView.ml - OCAMLDEP ide/wg_ScriptView.ml - OCAMLDEP ide/wg_Segment.ml - OCAMLDEP ide/xml_parser.ml - OCAMLDEP ide/xml_printer.ml - OCAMLDEP ide/xmlprotocol.ml - OCAMLDEP interp/constrexpr_ops.ml - OCAMLDEP interp/constrextern.ml - OCAMLDEP interp/constrintern.ml - OCAMLDEP interp/declare.ml - OCAMLDEP interp/dumpglob.ml - OCAMLDEP interp/genintern.ml - OCAMLDEP interp/impargs.ml - OCAMLDEP interp/implicit_quantifiers.ml - OCAMLDEP interp/modintern.ml - OCAMLDEP interp/notation.ml - OCAMLDEP interp/notation_ops.ml - OCAMLDEP interp/ppextend.ml - OCAMLDEP interp/reserve.ml - OCAMLDEP interp/smartlocate.ml - OCAMLDEP interp/stdarg.ml - OCAMLDEP interp/syntax_def.ml - OCAMLDEP interp/topconstr.ml - OCAMLDEP intf/constrexpr.ml - OCAMLDEP intf/decl_kinds.ml - OCAMLDEP intf/evar_kinds.ml - OCAMLDEP intf/extend.ml - OCAMLDEP intf/genredexpr.ml - OCAMLDEP intf/glob_term.ml - OCAMLDEP intf/locus.ml - OCAMLDEP intf/misctypes.ml - OCAMLDEP intf/notation_term.ml - OCAMLDEP intf/pattern.ml - OCAMLDEP intf/tactypes.ml - OCAMLDEP intf/vernacexpr.ml - OCAMLDEP kernel/cClosure.ml - OCAMLDEP kernel/cbytecodes.ml - OCAMLDEP kernel/cbytegen.ml - OCAMLDEP kernel/cemitcodes.ml - OCAMLDEP kernel/constr.ml - OCAMLDEP kernel/context.ml - OCAMLDEP kernel/conv_oracle.ml - OCAMLDEP kernel/cooking.ml - OCAMLDEP kernel/csymtable.ml - OCAMLDEP kernel/declarations.ml - OCAMLDEP kernel/declareops.ml - OCAMLDEP kernel/environ.ml - OCAMLDEP kernel/esubst.ml - OCAMLDEP kernel/evar.ml - OCAMLDEP kernel/indtypes.ml - OCAMLDEP kernel/inductive.ml - OCAMLDEP kernel/mod_subst.ml - OCAMLDEP kernel/mod_typing.ml - OCAMLDEP kernel/modops.ml - OCAMLDEP kernel/names.ml - OCAMLDEP kernel/nativecode.ml - OCAMLDEP kernel/nativeconv.ml - OCAMLDEP kernel/nativelambda.ml - OCAMLDEP kernel/nativelib.ml - OCAMLDEP kernel/nativelibrary.ml - OCAMLDEP kernel/nativevalues.ml - OCAMLDEP kernel/opaqueproof.ml - OCAMLDEP kernel/pre_env.ml - OCAMLDEP kernel/primitives.ml - OCAMLDEP kernel/reduction.ml - OCAMLDEP kernel/retroknowledge.ml - OCAMLDEP kernel/safe_typing.ml - OCAMLDEP kernel/sorts.ml - OCAMLDEP kernel/subtyping.ml - OCAMLDEP kernel/term.ml - OCAMLDEP kernel/term_typing.ml - OCAMLDEP kernel/type_errors.ml - OCAMLDEP kernel/typeops.ml - OCAMLDEP kernel/uGraph.ml - OCAMLDEP kernel/uint31.ml - OCAMLDEP kernel/univ.ml - OCAMLDEP kernel/vars.ml - OCAMLDEP kernel/vconv.ml - OCAMLDEP kernel/vm.ml - OCAMLDEP lib/aux_file.ml - OCAMLDEP lib/backtrace.ml - OCAMLDEP lib/bigint.ml - OCAMLDEP lib/cArray.ml - OCAMLDEP lib/cAst.ml - OCAMLDEP lib/cEphemeron.ml - OCAMLDEP lib/cErrors.ml - OCAMLDEP lib/cList.ml - OCAMLDEP lib/cMap.ml - OCAMLDEP lib/cObj.ml - OCAMLDEP lib/cSet.ml - OCAMLDEP lib/cStack.ml - OCAMLDEP lib/cString.ml - OCAMLDEP lib/cThread.ml - OCAMLDEP lib/cUnix.ml - OCAMLDEP lib/cWarnings.ml - OCAMLDEP lib/canary.ml - OCAMLDEP lib/control.ml - OCAMLDEP lib/deque.ml - OCAMLDEP lib/dyn.ml - OCAMLDEP lib/envars.ml - OCAMLDEP lib/exninfo.ml - OCAMLDEP lib/explore.ml - OCAMLDEP lib/feedback.ml - OCAMLDEP lib/flags.ml - OCAMLDEP lib/future.ml - OCAMLDEP lib/genarg.ml - OCAMLDEP lib/hMap.ml - OCAMLDEP lib/hashcons.ml - OCAMLDEP lib/hashset.ml - OCAMLDEP lib/heap.ml - OCAMLDEP lib/hook.ml - OCAMLDEP lib/iStream.ml - OCAMLDEP lib/int.ml - OCAMLDEP lib/loc.ml - OCAMLDEP lib/minisys.ml - OCAMLDEP lib/monad.ml - OCAMLDEP lib/option.ml - OCAMLDEP lib/pp.ml - OCAMLDEP lib/predicate.ml - OCAMLDEP lib/profile.ml - OCAMLDEP lib/remoteCounter.ml - OCAMLDEP lib/rtree.ml - OCAMLDEP lib/segmenttree.ml - OCAMLDEP lib/spawn.ml - OCAMLDEP lib/stateid.ml - OCAMLDEP lib/store.ml - OCAMLDEP lib/system.ml - OCAMLDEP lib/terminal.ml - OCAMLDEP lib/trie.ml - OCAMLDEP lib/unicode.ml - OCAMLDEP lib/unicodetable.ml - OCAMLDEP lib/unionfind.ml - OCAMLDEP lib/util.ml - OCAMLDEP library/coqlib.ml - OCAMLDEP library/declaremods.ml - OCAMLDEP library/decls.ml - OCAMLDEP library/dischargedhypsmap.ml - OCAMLDEP library/global.ml - OCAMLDEP library/globnames.ml - OCAMLDEP library/goptions.ml - OCAMLDEP library/heads.ml - OCAMLDEP library/keys.ml - OCAMLDEP library/kindops.ml - OCAMLDEP library/lib.ml - OCAMLDEP library/libnames.ml - OCAMLDEP library/libobject.ml - OCAMLDEP library/library.ml - OCAMLDEP library/loadpath.ml - OCAMLDEP library/nameops.ml - OCAMLDEP library/nametab.ml - OCAMLDEP library/states.ml - OCAMLDEP library/summary.ml - OCAMLDEP library/univops.ml - OCAMLDEP parsing/egramcoq.ml - OCAMLDEP parsing/egramml.ml - OCAMLDEP parsing/pcoq.ml - OCAMLDEP parsing/tok.ml - OCAMLDEP plugins/btauto/refl_btauto.ml - OCAMLDEP plugins/cc/ccalgo.ml - OCAMLDEP plugins/cc/ccproof.ml - OCAMLDEP plugins/cc/cctac.ml - OCAMLDEP plugins/derive/derive.ml - OCAMLDEP plugins/extraction/big.ml - OCAMLDEP plugins/extraction/common.ml - OCAMLDEP plugins/extraction/extract_env.ml - OCAMLDEP plugins/extraction/extraction.ml - OCAMLDEP plugins/extraction/haskell.ml - OCAMLDEP plugins/extraction/json.ml - OCAMLDEP plugins/extraction/mlutil.ml - OCAMLDEP plugins/extraction/modutil.ml - OCAMLDEP plugins/extraction/ocaml.ml - OCAMLDEP plugins/extraction/scheme.ml - OCAMLDEP plugins/extraction/table.ml - OCAMLDEP plugins/firstorder/formula.ml - OCAMLDEP plugins/firstorder/ground.ml - OCAMLDEP plugins/firstorder/instances.ml - OCAMLDEP plugins/firstorder/rules.ml - OCAMLDEP plugins/firstorder/sequent.ml - OCAMLDEP plugins/firstorder/unify.ml - OCAMLDEP plugins/fourier/fourier.ml - OCAMLDEP plugins/fourier/fourierR.ml - OCAMLDEP plugins/funind/functional_principles_proofs.ml - OCAMLDEP plugins/funind/functional_principles_types.ml - OCAMLDEP plugins/funind/glob_term_to_relation.ml - OCAMLDEP plugins/funind/glob_termops.ml - OCAMLDEP plugins/funind/indfun.ml - OCAMLDEP plugins/funind/indfun_common.ml - OCAMLDEP plugins/funind/invfun.ml - OCAMLDEP plugins/funind/merge.ml - OCAMLDEP plugins/funind/recdef.ml - OCAMLDEP plugins/ltac/evar_tactics.ml - OCAMLDEP plugins/ltac/pltac.ml - OCAMLDEP plugins/ltac/pptactic.ml - OCAMLDEP plugins/ltac/profile_ltac.ml - OCAMLDEP plugins/ltac/rewrite.ml - OCAMLDEP plugins/ltac/tacarg.ml - OCAMLDEP plugins/ltac/taccoerce.ml - OCAMLDEP plugins/ltac/tacentries.ml - OCAMLDEP plugins/ltac/tacenv.ml - OCAMLDEP plugins/ltac/tacintern.ml - OCAMLDEP plugins/ltac/tacinterp.ml - OCAMLDEP plugins/ltac/tacsubst.ml - OCAMLDEP plugins/ltac/tactic_debug.ml - OCAMLDEP plugins/ltac/tactic_matching.ml - OCAMLDEP plugins/ltac/tactic_option.ml - OCAMLDEP plugins/ltac/tauto.ml - OCAMLDEP plugins/micromega/certificate.ml - OCAMLDEP plugins/micromega/coq_micromega.ml - OCAMLDEP plugins/micromega/csdpcert.ml - OCAMLDEP plugins/micromega/mfourier.ml - OCAMLDEP plugins/micromega/micromega.ml - OCAMLDEP plugins/micromega/mutils.ml - OCAMLDEP plugins/micromega/persistent_cache.ml - OCAMLDEP plugins/micromega/polynomial.ml - OCAMLDEP plugins/micromega/sos.ml - OCAMLDEP plugins/micromega/sos_lib.ml - OCAMLDEP plugins/micromega/sos_types.ml - OCAMLDEP plugins/nsatz/ideal.ml - OCAMLDEP plugins/nsatz/nsatz.ml - OCAMLDEP plugins/nsatz/polynom.ml - OCAMLDEP plugins/nsatz/utile.ml - OCAMLDEP plugins/omega/coq_omega.ml - OCAMLDEP plugins/omega/omega.ml - OCAMLDEP plugins/quote/quote.ml - OCAMLDEP plugins/romega/const_omega.ml - OCAMLDEP plugins/romega/refl_omega.ml - OCAMLDEP plugins/rtauto/proof_search.ml - OCAMLDEP plugins/rtauto/refl_tauto.ml - OCAMLDEP plugins/setoid_ring/newring.ml - OCAMLDEP plugins/ssr/ssrbwd.ml - OCAMLDEP plugins/ssr/ssrcommon.ml - OCAMLDEP plugins/ssr/ssrelim.ml - OCAMLDEP plugins/ssr/ssrequality.ml - OCAMLDEP plugins/ssr/ssrfwd.ml - OCAMLDEP plugins/ssr/ssripats.ml - OCAMLDEP plugins/ssr/ssrprinters.ml - OCAMLDEP plugins/ssr/ssrtacticals.ml - OCAMLDEP plugins/ssr/ssrview.ml - OCAMLDEP plugins/syntax/ascii_syntax.ml - OCAMLDEP plugins/syntax/int31_syntax.ml - OCAMLDEP plugins/syntax/nat_syntax.ml - OCAMLDEP plugins/syntax/r_syntax.ml - OCAMLDEP plugins/syntax/string_syntax.ml - OCAMLDEP plugins/syntax/z_syntax.ml - OCAMLDEP pretyping/arguments_renaming.ml - OCAMLDEP pretyping/cases.ml - OCAMLDEP pretyping/cbv.ml - OCAMLDEP pretyping/classops.ml - OCAMLDEP pretyping/coercion.ml - OCAMLDEP pretyping/constr_matching.ml - OCAMLDEP pretyping/detyping.ml - OCAMLDEP pretyping/evarconv.ml - OCAMLDEP pretyping/evardefine.ml - OCAMLDEP pretyping/evarsolve.ml - OCAMLDEP pretyping/find_subterm.ml - OCAMLDEP pretyping/glob_ops.ml - OCAMLDEP pretyping/indrec.ml - OCAMLDEP pretyping/inductiveops.ml - OCAMLDEP pretyping/locusops.ml - OCAMLDEP pretyping/miscops.ml - OCAMLDEP pretyping/nativenorm.ml - OCAMLDEP pretyping/patternops.ml - OCAMLDEP pretyping/pretype_errors.ml - OCAMLDEP pretyping/pretyping.ml - OCAMLDEP pretyping/program.ml - OCAMLDEP pretyping/recordops.ml - OCAMLDEP pretyping/redops.ml - OCAMLDEP pretyping/reductionops.ml - OCAMLDEP pretyping/retyping.ml - OCAMLDEP pretyping/tacred.ml - OCAMLDEP pretyping/typeclasses.ml - OCAMLDEP pretyping/typeclasses_errors.ml - OCAMLDEP pretyping/typing.ml - OCAMLDEP pretyping/unification.ml - OCAMLDEP pretyping/vnorm.ml - OCAMLDEP printing/genprint.ml - OCAMLDEP printing/ppconstr.ml - OCAMLDEP printing/pputils.ml - OCAMLDEP printing/ppvernac.ml - OCAMLDEP printing/prettyp.ml - OCAMLDEP printing/printer.ml - OCAMLDEP printing/printmod.ml - OCAMLDEP proofs/clenv.ml - OCAMLDEP proofs/clenvtac.ml - OCAMLDEP proofs/evar_refiner.ml - OCAMLDEP proofs/goal.ml - OCAMLDEP proofs/logic.ml - OCAMLDEP proofs/miscprint.ml - OCAMLDEP proofs/pfedit.ml - OCAMLDEP proofs/proof.ml - OCAMLDEP proofs/proof_global.ml - OCAMLDEP proofs/proof_using.ml - OCAMLDEP proofs/redexpr.ml - OCAMLDEP proofs/refine.ml - OCAMLDEP proofs/refiner.ml - OCAMLDEP proofs/tacmach.ml - OCAMLDEP stm/asyncTaskQueue.ml - OCAMLDEP stm/coqworkmgrApi.ml - OCAMLDEP stm/dag.ml - OCAMLDEP stm/proofBlockDelimiter.ml - OCAMLDEP stm/proofworkertop.ml - OCAMLDEP stm/queryworkertop.ml - OCAMLDEP stm/spawned.ml - OCAMLDEP stm/stm.ml - OCAMLDEP stm/tQueue.ml - OCAMLDEP stm/tacworkertop.ml - OCAMLDEP stm/vcs.ml - OCAMLDEP stm/vernac_classifier.ml - OCAMLDEP stm/vio_checking.ml - OCAMLDEP stm/workerLoop.ml - OCAMLDEP stm/workerPool.ml - OCAMLDEP tactics/auto.ml - OCAMLDEP tactics/autorewrite.ml - OCAMLDEP tactics/btermdn.ml - OCAMLDEP tactics/class_tactics.ml - OCAMLDEP tactics/contradiction.ml - OCAMLDEP tactics/dn.ml - OCAMLDEP tactics/dnet.ml - OCAMLDEP tactics/eauto.ml - OCAMLDEP tactics/elim.ml - OCAMLDEP tactics/elimschemes.ml - OCAMLDEP tactics/eqdecide.ml - OCAMLDEP tactics/eqschemes.ml - OCAMLDEP tactics/equality.ml - OCAMLDEP tactics/hints.ml - OCAMLDEP tactics/hipattern.ml - OCAMLDEP tactics/ind_tables.ml - OCAMLDEP tactics/inv.ml - OCAMLDEP tactics/leminv.ml - OCAMLDEP tactics/tacticals.ml - OCAMLDEP tactics/tactics.ml - OCAMLDEP tactics/term_dnet.ml - OCAMLDEP tools/coq_makefile.ml - OCAMLDEP tools/coq_tex.ml - OCAMLDEP tools/coqc.ml - OCAMLDEP tools/coqdep.ml - OCAMLDEP tools/coqdep_boot.ml - OCAMLDEP tools/coqdep_common.ml - OCAMLDEP tools/coqdoc/alpha.ml - OCAMLDEP tools/coqdoc/cdglobals.ml - OCAMLDEP tools/coqdoc/index.ml - OCAMLDEP tools/coqdoc/main.ml - OCAMLDEP tools/coqdoc/output.ml - OCAMLDEP tools/coqdoc/tokens.ml - OCAMLDEP tools/coqmktop.ml - OCAMLDEP tools/coqworkmgr.ml - OCAMLDEP tools/fake_ide.ml - OCAMLDEP tools/gallina.ml - OCAMLDEP tools/md5sum.ml - OCAMLDEP tools/mkwinapp.ml - OCAMLDEP toplevel/coqinit.ml - OCAMLDEP toplevel/coqloop.ml - OCAMLDEP toplevel/coqtop.ml - OCAMLDEP toplevel/usage.ml - OCAMLDEP toplevel/vernac.ml - OCAMLDEP vernac/assumptions.ml - OCAMLDEP vernac/auto_ind_decl.ml - OCAMLDEP vernac/class.ml - OCAMLDEP vernac/classes.ml - OCAMLDEP vernac/command.ml - OCAMLDEP vernac/declareDef.ml - OCAMLDEP vernac/discharge.ml - OCAMLDEP vernac/explainErr.ml - OCAMLDEP vernac/himsg.ml - OCAMLDEP vernac/indschemes.ml - OCAMLDEP vernac/lemmas.ml - OCAMLDEP vernac/locality.ml - OCAMLDEP vernac/metasyntax.ml - OCAMLDEP vernac/mltop.ml - OCAMLDEP vernac/obligations.ml - OCAMLDEP vernac/record.ml - OCAMLDEP vernac/search.ml - OCAMLDEP vernac/topfmt.ml - OCAMLDEP vernac/vernacentries.ml - OCAMLDEP vernac/vernacinterp.ml - OCAMLDEP vernac/vernacprop.ml - OCAMLC lib/unicodetable.ml - OCAMLOPT tools/ocamllibdep.ml - OCAMLDEP vernac/vernacprop.mli - OCAMLDEP vernac/vernacinterp.mli - OCAMLDEP vernac/vernacentries.mli - OCAMLDEP vernac/topfmt.mli - OCAMLDEP vernac/search.mli - OCAMLDEP vernac/record.mli - OCAMLDEP vernac/obligations.mli - OCAMLDEP vernac/mltop.mli - OCAMLDEP vernac/metasyntax.mli - OCAMLDEP vernac/locality.mli - OCAMLDEP vernac/lemmas.mli - OCAMLDEP vernac/indschemes.mli - OCAMLDEP vernac/himsg.mli - OCAMLDEP vernac/explainErr.mli - OCAMLDEP vernac/discharge.mli - OCAMLDEP vernac/declareDef.mli - OCAMLDEP vernac/command.mli - OCAMLDEP vernac/classes.mli - OCAMLDEP vernac/class.mli - OCAMLDEP vernac/auto_ind_decl.mli - OCAMLDEP vernac/assumptions.mli - OCAMLDEP toplevel/vernac.mli - OCAMLDEP toplevel/usage.mli - OCAMLDEP toplevel/coqtop.mli - OCAMLDEP toplevel/coqloop.mli - OCAMLDEP toplevel/coqinit.mli - OCAMLDEP tools/coqdoc/tokens.mli - OCAMLDEP tools/coqdoc/output.mli - OCAMLDEP tools/coqdoc/index.mli - OCAMLDEP tools/coqdoc/cpretty.mli - OCAMLDEP tools/coqdoc/cdglobals.mli - OCAMLDEP tools/coqdoc/alpha.mli - OCAMLDEP tools/coqdep_lexer.mli - OCAMLDEP tools/coqdep_common.mli - OCAMLDEP tactics/term_dnet.mli - OCAMLDEP tactics/tactics.mli - OCAMLDEP tactics/tacticals.mli - OCAMLDEP tactics/leminv.mli - OCAMLDEP tactics/inv.mli - OCAMLDEP tactics/ind_tables.mli - OCAMLDEP tactics/hipattern.mli - OCAMLDEP tactics/hints.mli - OCAMLDEP tactics/equality.mli - OCAMLDEP tactics/eqschemes.mli - OCAMLDEP tactics/eqdecide.mli - OCAMLDEP tactics/elimschemes.mli - OCAMLDEP tactics/elim.mli - OCAMLDEP tactics/eauto.mli - OCAMLDEP tactics/dnet.mli - OCAMLDEP tactics/dn.mli - OCAMLDEP tactics/contradiction.mli - OCAMLDEP tactics/class_tactics.mli - OCAMLDEP tactics/btermdn.mli - OCAMLDEP tactics/autorewrite.mli - OCAMLDEP tactics/auto.mli - OCAMLDEP stm/workerPool.mli - OCAMLDEP stm/workerLoop.mli - OCAMLDEP stm/vio_checking.mli - OCAMLDEP stm/vernac_classifier.mli - OCAMLDEP stm/vcs.mli - OCAMLDEP stm/tQueue.mli - OCAMLDEP stm/stm.mli - OCAMLDEP stm/spawned.mli - OCAMLDEP stm/proofBlockDelimiter.mli - OCAMLDEP stm/dag.mli - OCAMLDEP stm/coqworkmgrApi.mli - OCAMLDEP stm/asyncTaskQueue.mli - OCAMLDEP proofs/tacmach.mli - OCAMLDEP proofs/refiner.mli - OCAMLDEP proofs/refine.mli - OCAMLDEP proofs/redexpr.mli - OCAMLDEP proofs/proof_using.mli - OCAMLDEP proofs/proof_type.mli - OCAMLDEP proofs/proof_global.mli - OCAMLDEP proofs/proof.mli - OCAMLDEP proofs/pfedit.mli - OCAMLDEP proofs/miscprint.mli - OCAMLDEP proofs/logic.mli - OCAMLDEP proofs/goal.mli - OCAMLDEP proofs/evar_refiner.mli - OCAMLDEP proofs/clenvtac.mli - OCAMLDEP proofs/clenv.mli - OCAMLDEP printing/printmod.mli - OCAMLDEP printing/printer.mli - OCAMLDEP printing/prettyp.mli - OCAMLDEP printing/ppvernac.mli - OCAMLDEP printing/pputils.mli - OCAMLDEP printing/ppconstr.mli - OCAMLDEP printing/genprint.mli - OCAMLDEP pretyping/vnorm.mli - OCAMLDEP pretyping/unification.mli - OCAMLDEP pretyping/typing.mli - OCAMLDEP pretyping/typeclasses_errors.mli - OCAMLDEP pretyping/typeclasses.mli - OCAMLDEP pretyping/tacred.mli - OCAMLDEP pretyping/retyping.mli - OCAMLDEP pretyping/reductionops.mli - OCAMLDEP pretyping/redops.mli - OCAMLDEP pretyping/recordops.mli - OCAMLDEP pretyping/program.mli - OCAMLDEP pretyping/pretyping.mli - OCAMLDEP pretyping/pretype_errors.mli - OCAMLDEP pretyping/patternops.mli - OCAMLDEP pretyping/nativenorm.mli - OCAMLDEP pretyping/miscops.mli - OCAMLDEP pretyping/locusops.mli - OCAMLDEP pretyping/inductiveops.mli - OCAMLDEP pretyping/indrec.mli - OCAMLDEP pretyping/glob_ops.mli - OCAMLDEP pretyping/find_subterm.mli - OCAMLDEP pretyping/evarsolve.mli - OCAMLDEP pretyping/evardefine.mli - OCAMLDEP pretyping/evarconv.mli - OCAMLDEP pretyping/detyping.mli - OCAMLDEP pretyping/constr_matching.mli - OCAMLDEP pretyping/coercion.mli - OCAMLDEP pretyping/classops.mli - OCAMLDEP pretyping/cbv.mli - OCAMLDEP pretyping/cases.mli - OCAMLDEP pretyping/arguments_renaming.mli - OCAMLDEP plugins/ssrmatching/ssrmatching.mli - OCAMLDEP plugins/ssr/ssrview.mli - OCAMLDEP plugins/ssr/ssrvernac.mli - OCAMLDEP plugins/ssr/ssrtacticals.mli - OCAMLDEP plugins/ssr/ssrprinters.mli - OCAMLDEP plugins/ssr/ssrparser.mli - OCAMLDEP plugins/ssr/ssripats.mli - OCAMLDEP plugins/ssr/ssrfwd.mli - OCAMLDEP plugins/ssr/ssrequality.mli - OCAMLDEP plugins/ssr/ssrelim.mli - OCAMLDEP plugins/ssr/ssrcommon.mli - OCAMLDEP plugins/ssr/ssrbwd.mli - OCAMLDEP plugins/ssr/ssrast.mli - OCAMLDEP plugins/setoid_ring/newring_ast.mli - OCAMLDEP plugins/setoid_ring/newring.mli - OCAMLDEP plugins/rtauto/refl_tauto.mli - OCAMLDEP plugins/rtauto/proof_search.mli - OCAMLDEP plugins/romega/const_omega.mli - OCAMLDEP plugins/nsatz/utile.mli - OCAMLDEP plugins/nsatz/polynom.mli - OCAMLDEP plugins/nsatz/nsatz.mli - OCAMLDEP plugins/nsatz/ideal.mli - OCAMLDEP plugins/micromega/sos_types.mli - OCAMLDEP plugins/micromega/sos.mli - OCAMLDEP plugins/micromega/micromega.mli - OCAMLDEP plugins/ltac/tauto.mli - OCAMLDEP plugins/ltac/tactic_option.mli - OCAMLDEP plugins/ltac/tactic_matching.mli - OCAMLDEP plugins/ltac/tactic_debug.mli - OCAMLDEP plugins/ltac/tacsubst.mli - OCAMLDEP plugins/ltac/tacinterp.mli - OCAMLDEP plugins/ltac/tacintern.mli - OCAMLDEP plugins/ltac/tacexpr.mli - OCAMLDEP plugins/ltac/tacenv.mli - OCAMLDEP plugins/ltac/tacentries.mli - OCAMLDEP plugins/ltac/taccoerce.mli - OCAMLDEP plugins/ltac/tacarg.mli - OCAMLDEP plugins/ltac/rewrite.mli - OCAMLDEP plugins/ltac/profile_ltac.mli - OCAMLDEP plugins/ltac/pptactic.mli - OCAMLDEP plugins/ltac/pltac.mli - OCAMLDEP plugins/ltac/extratactics.mli - OCAMLDEP plugins/ltac/extraargs.mli - OCAMLDEP plugins/ltac/evar_tactics.mli - OCAMLDEP plugins/funind/recdef.mli - OCAMLDEP plugins/funind/indfun_common.mli - OCAMLDEP plugins/funind/indfun.mli - OCAMLDEP plugins/funind/glob_termops.mli - OCAMLDEP plugins/funind/glob_term_to_relation.mli - OCAMLDEP plugins/funind/functional_principles_types.mli - OCAMLDEP plugins/funind/functional_principles_proofs.mli - OCAMLDEP plugins/firstorder/unify.mli - OCAMLDEP plugins/firstorder/sequent.mli - OCAMLDEP plugins/firstorder/rules.mli - OCAMLDEP plugins/firstorder/instances.mli - OCAMLDEP plugins/firstorder/ground.mli - OCAMLDEP plugins/firstorder/formula.mli - OCAMLDEP plugins/extraction/table.mli - OCAMLDEP plugins/extraction/scheme.mli - OCAMLDEP plugins/extraction/ocaml.mli - OCAMLDEP plugins/extraction/modutil.mli - OCAMLDEP plugins/extraction/mlutil.mli - OCAMLDEP plugins/extraction/miniml.mli - OCAMLDEP plugins/extraction/json.mli - OCAMLDEP plugins/extraction/haskell.mli - OCAMLDEP plugins/extraction/extraction.mli - OCAMLDEP plugins/extraction/extract_env.mli - OCAMLDEP plugins/extraction/common.mli - OCAMLDEP plugins/derive/derive.mli - OCAMLDEP plugins/cc/cctac.mli - OCAMLDEP plugins/cc/ccproof.mli - OCAMLDEP plugins/cc/ccalgo.mli - OCAMLDEP parsing/tok.mli - OCAMLDEP parsing/pcoq.mli - OCAMLDEP parsing/egramml.mli - OCAMLDEP parsing/egramcoq.mli - OCAMLDEP parsing/cLexer.mli - OCAMLDEP library/univops.mli - OCAMLDEP library/summary.mli - OCAMLDEP library/states.mli - OCAMLDEP library/nametab.mli - OCAMLDEP library/nameops.mli - OCAMLDEP library/loadpath.mli - OCAMLDEP library/library.mli - OCAMLDEP library/libobject.mli - OCAMLDEP library/libnames.mli - OCAMLDEP library/lib.mli - OCAMLDEP library/kindops.mli - OCAMLDEP library/keys.mli - OCAMLDEP library/heads.mli - OCAMLDEP library/goptions.mli - OCAMLDEP library/globnames.mli - OCAMLDEP library/global.mli - OCAMLDEP library/dischargedhypsmap.mli - OCAMLDEP library/decls.mli - OCAMLDEP library/declaremods.mli - OCAMLDEP library/coqlib.mli - OCAMLDEP lib/xml_datatype.mli - OCAMLDEP lib/util.mli - OCAMLDEP lib/unionfind.mli - OCAMLDEP lib/unicode.mli - OCAMLDEP lib/trie.mli - OCAMLDEP lib/terminal.mli - OCAMLDEP lib/system.mli - OCAMLDEP lib/store.mli - OCAMLDEP lib/stateid.mli - OCAMLDEP lib/spawn.mli - OCAMLDEP lib/segmenttree.mli - OCAMLDEP lib/rtree.mli - OCAMLDEP lib/remoteCounter.mli - OCAMLDEP lib/profile.mli - OCAMLDEP lib/predicate.mli - OCAMLDEP lib/pp.mli - OCAMLDEP lib/option.mli - OCAMLDEP lib/monad.mli - OCAMLDEP lib/loc.mli - OCAMLDEP lib/int.mli - OCAMLDEP lib/iStream.mli - OCAMLDEP lib/hook.mli - OCAMLDEP lib/heap.mli - OCAMLDEP lib/hashset.mli - OCAMLDEP lib/hashcons.mli - OCAMLDEP lib/hMap.mli - OCAMLDEP lib/genarg.mli - OCAMLDEP lib/future.mli - OCAMLDEP lib/flags.mli - OCAMLDEP lib/feedback.mli - OCAMLDEP lib/explore.mli - OCAMLDEP lib/exninfo.mli - OCAMLDEP lib/envars.mli - OCAMLDEP lib/dyn.mli - OCAMLDEP lib/deque.mli - OCAMLDEP lib/coqProject_file.mli - OCAMLDEP lib/control.mli - OCAMLDEP lib/canary.mli - OCAMLDEP lib/cWarnings.mli - OCAMLDEP lib/cUnix.mli - OCAMLDEP lib/cThread.mli - OCAMLDEP lib/cString.mli - OCAMLDEP lib/cStack.mli - OCAMLDEP lib/cSig.mli - OCAMLDEP lib/cSet.mli - OCAMLDEP lib/cObj.mli - OCAMLDEP lib/cMap.mli - OCAMLDEP lib/cList.mli - OCAMLDEP lib/cErrors.mli - OCAMLDEP lib/cEphemeron.mli - OCAMLDEP lib/cAst.mli - OCAMLDEP lib/cArray.mli - OCAMLDEP lib/bigint.mli - OCAMLDEP lib/backtrace.mli - OCAMLDEP lib/aux_file.mli - OCAMLDEP kernel/vm.mli - OCAMLDEP kernel/vconv.mli - OCAMLDEP kernel/vars.mli - OCAMLDEP kernel/univ.mli - OCAMLDEP kernel/uint31.mli - OCAMLDEP kernel/uGraph.mli - OCAMLDEP kernel/typeops.mli - OCAMLDEP kernel/type_errors.mli - OCAMLDEP kernel/term_typing.mli - OCAMLDEP kernel/term.mli - OCAMLDEP kernel/subtyping.mli - OCAMLDEP kernel/sorts.mli - OCAMLDEP kernel/safe_typing.mli - OCAMLDEP kernel/retroknowledge.mli - OCAMLDEP kernel/reduction.mli - OCAMLDEP kernel/primitives.mli - OCAMLDEP kernel/pre_env.mli - OCAMLDEP kernel/opaqueproof.mli - OCAMLDEP kernel/nativevalues.mli - OCAMLDEP kernel/nativelibrary.mli - OCAMLDEP kernel/nativelib.mli - OCAMLDEP kernel/nativelambda.mli - OCAMLDEP kernel/nativeinstr.mli - OCAMLDEP kernel/nativeconv.mli - OCAMLDEP kernel/nativecode.mli - OCAMLDEP kernel/names.mli - OCAMLDEP kernel/modops.mli - OCAMLDEP kernel/mod_typing.mli - OCAMLDEP kernel/mod_subst.mli - OCAMLDEP kernel/inductive.mli - OCAMLDEP kernel/indtypes.mli - OCAMLDEP kernel/evar.mli - OCAMLDEP kernel/esubst.mli - OCAMLDEP kernel/environ.mli - OCAMLDEP kernel/entries.mli - OCAMLDEP kernel/declareops.mli - OCAMLDEP kernel/csymtable.mli - OCAMLDEP kernel/cooking.mli - OCAMLDEP kernel/conv_oracle.mli - OCAMLDEP kernel/context.mli - OCAMLDEP kernel/constr.mli - OCAMLDEP kernel/cemitcodes.mli - OCAMLDEP kernel/cbytegen.mli - OCAMLDEP kernel/cbytecodes.mli - OCAMLDEP kernel/cClosure.mli - OCAMLDEP interp/topconstr.mli - OCAMLDEP interp/syntax_def.mli - OCAMLDEP interp/stdarg.mli - OCAMLDEP interp/smartlocate.mli - OCAMLDEP interp/reserve.mli - OCAMLDEP interp/ppextend.mli - OCAMLDEP interp/notation_ops.mli - OCAMLDEP interp/notation.mli - OCAMLDEP interp/modintern.mli - OCAMLDEP interp/implicit_quantifiers.mli - OCAMLDEP interp/impargs.mli - OCAMLDEP interp/genintern.mli - OCAMLDEP interp/dumpglob.mli - OCAMLDEP interp/declare.mli - OCAMLDEP interp/constrintern.mli - OCAMLDEP interp/constrextern.mli - OCAMLDEP interp/constrexpr_ops.mli - OCAMLDEP ide/xmlprotocol.mli - OCAMLDEP ide/xml_printer.mli - OCAMLDEP ide/xml_parser.mli - OCAMLDEP ide/xml_lexer.mli - OCAMLDEP ide/wg_Segment.mli - OCAMLDEP ide/wg_ScriptView.mli - OCAMLDEP ide/wg_ProofView.mli - OCAMLDEP ide/wg_Notebook.mli - OCAMLDEP ide/wg_MessageView.mli - OCAMLDEP ide/wg_Find.mli - OCAMLDEP ide/wg_Detachable.mli - OCAMLDEP ide/wg_Completion.mli - OCAMLDEP ide/wg_Command.mli - OCAMLDEP ide/utils/configwin_types.mli - OCAMLDEP ide/utils/configwin_ihm.mli - OCAMLDEP ide/utils/configwin.mli - OCAMLDEP ide/tags.mli - OCAMLDEP ide/session.mli - OCAMLDEP ide/serialize.mli - OCAMLDEP ide/sentence.mli - OCAMLDEP ide/richpp.mli - OCAMLDEP ide/preferences.mli - OCAMLDEP ide/minilib.mli - OCAMLDEP ide/interface.mli - OCAMLDEP ide/ideutils.mli - OCAMLDEP ide/fileOps.mli - OCAMLDEP ide/document.mli - OCAMLDEP ide/coqide.mli - OCAMLDEP ide/coqOps.mli - OCAMLDEP ide/coq.mli - OCAMLDEP grammar/q_util.mli - OCAMLDEP engine/universes.mli - OCAMLDEP engine/uState.mli - OCAMLDEP engine/termops.mli - OCAMLDEP engine/proofview_monad.mli - OCAMLDEP engine/proofview.mli - OCAMLDEP engine/namegen.mli - OCAMLDEP engine/logic_monad.mli - OCAMLDEP engine/geninterp.mli - OCAMLDEP engine/ftactic.mli - OCAMLDEP engine/evd.mli - OCAMLDEP engine/evarutil.mli - OCAMLDEP engine/eConstr.mli - OCAMLDEP config/coq_config.mli - OCAMLC -c -pp grammar/tacextend.mlp - OCAMLOPT lib/unicodetable.ml - OCAMLC lib/unicode.ml - OCAMLBEST -o bin/ocamllibdep - OCAMLC -c -pp grammar/vernacextend.mlp - OCAMLC lib/minisys.ml - Testing grammar/grammar.cma - OCAMLC -a grammar/grammar.cma - CAMLP5O lib/coqProject_file.ml4 - CAMLP5O parsing/cLexer.ml4 - CAMLP5O parsing/g_constr.ml4 - CAMLP5O parsing/g_prim.ml4 - CAMLP5O parsing/g_proofs.ml4 - CAMLP5O parsing/g_vernac.ml4 - CAMLP5O plugins/btauto/g_btauto.ml4 - CAMLP5O plugins/cc/g_congruence.ml4 - CAMLP5O plugins/derive/g_derive.ml4 - CAMLP5O plugins/extraction/g_extraction.ml4 - CAMLP5O plugins/firstorder/g_ground.ml4 - CAMLP5O plugins/fourier/g_fourier.ml4 - CAMLP5O plugins/funind/g_indfun.ml4 - CAMLP5O plugins/ltac/coretactics.ml4 - CAMLP5O plugins/ltac/extraargs.ml4 - CAMLP5O plugins/ltac/extratactics.ml4 - CAMLP5O plugins/ltac/g_auto.ml4 - CAMLP5O plugins/ltac/g_class.ml4 - CAMLP5O plugins/ltac/g_eqdecide.ml4 - CAMLP5O plugins/ltac/g_ltac.ml4 - CAMLP5O plugins/ltac/g_obligations.ml4 - CAMLP5O plugins/ltac/g_rewrite.ml4 - CAMLP5O plugins/ltac/g_tactic.ml4 - CAMLP5O plugins/ltac/profile_ltac_tactics.ml4 - CAMLP5O plugins/micromega/g_micromega.ml4 - CAMLP5O plugins/nsatz/g_nsatz.ml4 - CAMLP5O plugins/omega/g_omega.ml4 - CAMLP5O plugins/quote/g_quote.ml4 - CAMLP5O plugins/romega/g_romega.ml4 - CAMLP5O plugins/rtauto/g_rtauto.ml4 - CAMLP5O plugins/setoid_ring/g_newring.ml4 - CAMLP5O plugins/ssr/ssrparser.ml4 - CAMLP5O plugins/ssr/ssrvernac.ml4 - CAMLP5O plugins/ssrmatching/ssrmatching.ml4 - OCAMLLIBDEP plugins/btauto/btauto_plugin.mlpack - OCAMLLIBDEP plugins/cc/cc_plugin.mlpack - OCAMLLIBDEP plugins/derive/derive_plugin.mlpack - OCAMLLIBDEP plugins/extraction/extraction_plugin.mlpack - OCAMLLIBDEP plugins/firstorder/ground_plugin.mlpack - OCAMLLIBDEP plugins/fourier/fourier_plugin.mlpack - OCAMLLIBDEP plugins/funind/recdef_plugin.mlpack - OCAMLLIBDEP plugins/ltac/ltac_plugin.mlpack - OCAMLLIBDEP plugins/ltac/tauto_plugin.mlpack - OCAMLLIBDEP plugins/micromega/micromega_plugin.mlpack - OCAMLLIBDEP plugins/nsatz/nsatz_plugin.mlpack - OCAMLLIBDEP plugins/omega/omega_plugin.mlpack - OCAMLLIBDEP plugins/quote/quote_plugin.mlpack - OCAMLLIBDEP plugins/romega/romega_plugin.mlpack - OCAMLLIBDEP plugins/rtauto/rtauto_plugin.mlpack - OCAMLLIBDEP plugins/setoid_ring/newring_plugin.mlpack - OCAMLLIBDEP plugins/ssr/ssreflect_plugin.mlpack - OCAMLLIBDEP plugins/ssrmatching/ssrmatching_plugin.mlpack - OCAMLLIBDEP plugins/syntax/ascii_syntax_plugin.mlpack - OCAMLLIBDEP plugins/syntax/int31_syntax_plugin.mlpack - OCAMLLIBDEP plugins/syntax/nat_syntax_plugin.mlpack - OCAMLLIBDEP plugins/syntax/r_syntax_plugin.mlpack - OCAMLLIBDEP plugins/syntax/string_syntax_plugin.mlpack - OCAMLLIBDEP plugins/syntax/z_syntax_plugin.mlpack - OCAMLLIBDEP checker/check.mllib - OCAMLLIBDEP engine/engine.mllib - OCAMLLIBDEP ide/coqidetop.mllib - OCAMLLIBDEP ide/ide.mllib - OCAMLLIBDEP interp/interp.mllib - OCAMLLIBDEP intf/intf.mllib - OCAMLLIBDEP kernel/kernel.mllib - OCAMLLIBDEP lib/clib.mllib - OCAMLLIBDEP lib/lib.mllib - OCAMLLIBDEP library/library.mllib - OCAMLLIBDEP parsing/highparsing.mllib - OCAMLLIBDEP parsing/parsing.mllib - OCAMLLIBDEP pretyping/pretyping.mllib - OCAMLLIBDEP printing/printing.mllib - OCAMLLIBDEP proofs/proofs.mllib - OCAMLLIBDEP stm/proofworkertop.mllib - Redundant [TYPED AS] clause in [ARGUMENT EXTEND ssrindex]. - OCAMLLIBDEP stm/queryworkertop.mllib - OCAMLLIBDEP stm/stm.mllib - OCAMLLIBDEP stm/tacworkertop.mllib - OCAMLLIBDEP tactics/tactics.mllib - OCAMLLIBDEP toplevel/toplevel.mllib - OCAMLLIBDEP vernac/vernac.mllib - OCAMLDEP lib/coqProject_file.ml - OCAMLDEP parsing/g_prim.ml - OCAMLDEP parsing/g_proofs.ml - OCAMLDEP plugins/btauto/g_btauto.ml - OCAMLDEP plugins/cc/g_congruence.ml - OCAMLDEP plugins/derive/g_derive.ml - OCAMLDEP plugins/extraction/g_extraction.ml - OCAMLDEP plugins/firstorder/g_ground.ml - OCAMLDEP plugins/fourier/g_fourier.ml - OCAMLDEP plugins/funind/g_indfun.ml - OCAMLDEP plugins/ltac/coretactics.ml - OCAMLDEP plugins/ltac/extraargs.ml - OCAMLDEP plugins/ltac/g_auto.ml - OCAMLDEP plugins/ltac/g_class.ml - OCAMLDEP plugins/ltac/g_eqdecide.ml - OCAMLDEP plugins/ltac/g_obligations.ml - OCAMLDEP plugins/ltac/g_rewrite.ml - OCAMLDEP plugins/ltac/profile_ltac_tactics.ml - OCAMLDEP plugins/micromega/g_micromega.ml - OCAMLDEP plugins/nsatz/g_nsatz.ml - OCAMLDEP plugins/omega/g_omega.ml - OCAMLDEP plugins/quote/g_quote.ml - OCAMLDEP plugins/romega/g_romega.ml - OCAMLDEP plugins/rtauto/g_rtauto.ml - OCAMLDEP plugins/setoid_ring/g_newring.ml - OCAMLDEP parsing/cLexer.ml - OCAMLDEP parsing/g_constr.ml - OCAMLDEP parsing/g_vernac.ml - OCAMLDEP plugins/ltac/extratactics.ml - OCAMLDEP plugins/ltac/g_ltac.ml - OCAMLDEP plugins/ltac/g_tactic.ml - OCAMLDEP plugins/ssr/ssrvernac.ml - OCAMLDEP plugins/ssr/ssrparser.ml - OCAMLDEP plugins/ssrmatching/ssrmatching.ml - OCAMLOPT lib/unicode.ml - OCAMLOPT lib/minisys.ml - OCAMLOPT tools/coqdep_lexer.ml - OCAMLOPT tools/coqdep_common.ml - OCAMLOPT tools/coqdep_boot.ml - OCAMLBEST -o bin/coqdep_boot - COQDEP plugins/btauto/Algebra.v - COQDEP plugins/btauto/Btauto.v - COQDEP plugins/btauto/Reflect.v - COQDEP plugins/derive/Derive.v - COQDEP plugins/extraction/ExtrHaskellBasic.v - COQDEP plugins/extraction/ExtrHaskellNatInt.v - COQDEP plugins/extraction/ExtrHaskellNatInteger.v - COQDEP plugins/extraction/ExtrHaskellNatNum.v - COQDEP plugins/extraction/ExtrHaskellString.v - COQDEP plugins/extraction/ExtrHaskellZInt.v - COQDEP plugins/extraction/ExtrHaskellZInteger.v - COQDEP plugins/extraction/ExtrHaskellZNum.v - COQDEP plugins/extraction/ExtrOcamlBasic.v - COQDEP plugins/extraction/ExtrOcamlBigIntConv.v - COQDEP plugins/extraction/ExtrOcamlIntConv.v - COQDEP plugins/extraction/ExtrOcamlNatBigInt.v - COQDEP plugins/extraction/ExtrOcamlNatInt.v - COQDEP plugins/extraction/ExtrOcamlString.v - COQDEP plugins/extraction/ExtrOcamlZBigInt.v - COQDEP plugins/extraction/ExtrOcamlZInt.v - COQDEP plugins/extraction/Extraction.v - COQDEP plugins/fourier/Fourier.v - COQDEP plugins/fourier/Fourier_util.v - COQDEP plugins/funind/FunInd.v - COQDEP plugins/funind/Recdef.v - COQDEP plugins/ltac/Ltac.v - COQDEP plugins/micromega/Env.v - COQDEP plugins/micromega/EnvRing.v - COQDEP plugins/micromega/Lia.v - COQDEP plugins/micromega/Lqa.v - COQDEP plugins/micromega/Lra.v - COQDEP plugins/micromega/MExtraction.v - COQDEP plugins/micromega/OrderedRing.v - COQDEP plugins/micromega/Psatz.v - COQDEP plugins/micromega/QMicromega.v - COQDEP plugins/micromega/RMicromega.v - COQDEP plugins/micromega/Refl.v - COQDEP plugins/micromega/RingMicromega.v - COQDEP plugins/micromega/Tauto.v - COQDEP plugins/micromega/VarMap.v - COQDEP plugins/micromega/ZCoeff.v - COQDEP plugins/micromega/ZMicromega.v - COQDEP plugins/nsatz/Nsatz.v - COQDEP plugins/omega/Omega.v - COQDEP plugins/omega/OmegaLemmas.v - COQDEP plugins/omega/OmegaPlugin.v - COQDEP plugins/omega/OmegaTactic.v - COQDEP plugins/omega/PreOmega.v - COQDEP plugins/quote/Quote.v - COQDEP plugins/romega/ROmega.v - COQDEP plugins/romega/ReflOmegaCore.v - COQDEP plugins/rtauto/Bintree.v - COQDEP plugins/rtauto/Rtauto.v - COQDEP plugins/setoid_ring/Algebra_syntax.v - COQDEP plugins/setoid_ring/ArithRing.v - COQDEP plugins/setoid_ring/BinList.v - COQDEP plugins/setoid_ring/Cring.v - COQDEP plugins/setoid_ring/Field.v - COQDEP plugins/setoid_ring/Field_tac.v - COQDEP plugins/setoid_ring/Field_theory.v - COQDEP plugins/setoid_ring/InitialRing.v - COQDEP plugins/setoid_ring/Integral_domain.v - COQDEP plugins/setoid_ring/NArithRing.v - COQDEP plugins/setoid_ring/Ncring.v - COQDEP plugins/setoid_ring/Ncring_initial.v - COQDEP plugins/setoid_ring/Ncring_polynom.v - COQDEP plugins/setoid_ring/Ncring_tac.v - COQDEP plugins/setoid_ring/RealField.v - COQDEP plugins/setoid_ring/Ring.v - COQDEP plugins/setoid_ring/Ring_base.v - COQDEP plugins/setoid_ring/Ring_polynom.v - COQDEP plugins/setoid_ring/Ring_tac.v - COQDEP plugins/setoid_ring/Ring_theory.v - COQDEP plugins/setoid_ring/Rings_Q.v - COQDEP plugins/setoid_ring/Rings_R.v - COQDEP plugins/setoid_ring/Rings_Z.v - COQDEP plugins/setoid_ring/ZArithRing.v - COQDEP plugins/ssr/ssrbool.v - COQDEP plugins/ssr/ssreflect.v - COQDEP plugins/ssr/ssrfun.v - COQDEP plugins/ssrmatching/ssrmatching.v - COQDEP theories/Arith/Arith.v - COQDEP theories/Arith/Arith_base.v - COQDEP theories/Arith/Between.v - COQDEP theories/Arith/Bool_nat.v - COQDEP theories/Arith/Compare.v - COQDEP theories/Arith/Compare_dec.v - COQDEP theories/Arith/Div2.v - COQDEP theories/Arith/EqNat.v - COQDEP theories/Arith/Euclid.v - COQDEP theories/Arith/Even.v - COQDEP theories/Arith/Factorial.v - COQDEP theories/Arith/Gt.v - COQDEP theories/Arith/Le.v - COQDEP theories/Arith/Lt.v - COQDEP theories/Arith/Max.v - COQDEP theories/Arith/Min.v - COQDEP theories/Arith/Minus.v - COQDEP theories/Arith/Mult.v - COQDEP theories/Arith/PeanoNat.v - COQDEP theories/Arith/Peano_dec.v - COQDEP theories/Arith/Plus.v - COQDEP theories/Arith/Wf_nat.v - COQDEP theories/Bool/Bool.v - COQDEP theories/Bool/BoolEq.v - COQDEP theories/Bool/Bvector.v - COQDEP theories/Bool/DecBool.v - COQDEP theories/Bool/IfProp.v - COQDEP theories/Bool/Sumbool.v - COQDEP theories/Bool/Zerob.v - COQDEP theories/Classes/CEquivalence.v - COQDEP theories/Classes/CMorphisms.v - COQDEP theories/Classes/CRelationClasses.v - COQDEP theories/Classes/DecidableClass.v - COQDEP theories/Classes/EquivDec.v - COQDEP theories/Classes/Equivalence.v - COQDEP theories/Classes/Init.v - COQDEP theories/Classes/Morphisms.v - COQDEP theories/Classes/Morphisms_Prop.v - COQDEP theories/Classes/Morphisms_Relations.v - COQDEP theories/Classes/RelationClasses.v - COQDEP theories/Classes/RelationPairs.v - COQDEP theories/Classes/SetoidClass.v - COQDEP theories/Classes/SetoidDec.v - COQDEP theories/Classes/SetoidTactics.v - COQDEP theories/Compat/AdmitAxiom.v - COQDEP theories/Compat/Coq85.v - COQDEP theories/Compat/Coq86.v - COQDEP theories/FSets/FMapAVL.v - COQDEP theories/FSets/FMapFacts.v - COQDEP theories/FSets/FMapFullAVL.v - COQDEP theories/FSets/FMapInterface.v - COQDEP theories/FSets/FMapList.v - COQDEP theories/FSets/FMapPositive.v - COQDEP theories/FSets/FMapWeakList.v - COQDEP theories/FSets/FMaps.v - COQDEP theories/FSets/FSetAVL.v - COQDEP theories/FSets/FSetBridge.v - COQDEP theories/FSets/FSetCompat.v - COQDEP theories/FSets/FSetDecide.v - COQDEP theories/FSets/FSetEqProperties.v - COQDEP theories/FSets/FSetFacts.v - COQDEP theories/FSets/FSetInterface.v - COQDEP theories/FSets/FSetList.v - COQDEP theories/FSets/FSetPositive.v - COQDEP theories/FSets/FSetProperties.v - COQDEP theories/FSets/FSetToFiniteSet.v - COQDEP theories/FSets/FSetWeakList.v - COQDEP theories/FSets/FSets.v - COQDEP theories/Init/Datatypes.v - COQDEP theories/Init/Logic.v - COQDEP theories/Init/Logic_Type.v - COQDEP theories/Init/Nat.v - COQDEP theories/Init/Notations.v - COQDEP theories/Init/Peano.v - COQDEP theories/Init/Prelude.v - COQDEP theories/Init/Specif.v - COQDEP theories/Init/Tactics.v - COQDEP theories/Init/Tauto.v - COQDEP theories/Init/Wf.v - COQDEP theories/Lists/List.v - COQDEP theories/Lists/ListDec.v - COQDEP theories/Lists/ListSet.v - COQDEP theories/Lists/ListTactics.v - COQDEP theories/Lists/SetoidList.v - COQDEP theories/Lists/SetoidPermutation.v - COQDEP theories/Lists/StreamMemo.v - COQDEP theories/Lists/Streams.v - COQDEP theories/Logic/Berardi.v - COQDEP theories/Logic/ChoiceFacts.v - COQDEP theories/Logic/Classical.v - COQDEP theories/Logic/ClassicalChoice.v - COQDEP theories/Logic/ClassicalDescription.v - COQDEP theories/Logic/ClassicalEpsilon.v - COQDEP theories/Logic/ClassicalFacts.v - COQDEP theories/Logic/ClassicalUniqueChoice.v - COQDEP theories/Logic/Classical_Pred_Type.v - COQDEP theories/Logic/Classical_Prop.v - COQDEP theories/Logic/ConstructiveEpsilon.v - COQDEP theories/Logic/Decidable.v - COQDEP theories/Logic/Description.v - COQDEP theories/Logic/Diaconescu.v - COQDEP theories/Logic/Epsilon.v - COQDEP theories/Logic/Eqdep.v - COQDEP theories/Logic/EqdepFacts.v - COQDEP theories/Logic/Eqdep_dec.v - COQDEP theories/Logic/ExtensionalFunctionRepresentative.v - COQDEP theories/Logic/ExtensionalityFacts.v - COQDEP theories/Logic/FinFun.v - COQDEP theories/Logic/FunctionalExtensionality.v - COQDEP theories/Logic/Hurkens.v - COQDEP theories/Logic/IndefiniteDescription.v - COQDEP theories/Logic/JMeq.v - COQDEP theories/Logic/ProofIrrelevance.v - COQDEP theories/Logic/ProofIrrelevanceFacts.v - COQDEP theories/Logic/PropExtensionality.v - COQDEP theories/Logic/PropExtensionalityFacts.v - COQDEP theories/Logic/PropFacts.v - COQDEP theories/Logic/RelationalChoice.v - COQDEP theories/Logic/SetIsType.v - COQDEP theories/Logic/SetoidChoice.v - COQDEP theories/Logic/WKL.v - COQDEP theories/Logic/WeakFan.v - COQDEP theories/MSets/MSetAVL.v - COQDEP theories/MSets/MSetDecide.v - COQDEP theories/MSets/MSetEqProperties.v - COQDEP theories/MSets/MSetFacts.v - COQDEP theories/MSets/MSetGenTree.v - COQDEP theories/MSets/MSetInterface.v - COQDEP theories/MSets/MSetList.v - COQDEP theories/MSets/MSetPositive.v - COQDEP theories/MSets/MSetProperties.v - COQDEP theories/MSets/MSetRBT.v - COQDEP theories/MSets/MSetToFiniteSet.v - COQDEP theories/MSets/MSetWeakList.v - COQDEP theories/MSets/MSets.v - COQDEP theories/NArith/BinNat.v - COQDEP theories/NArith/BinNatDef.v - COQDEP theories/NArith/NArith.v - COQDEP theories/NArith/Ndec.v - COQDEP theories/NArith/Ndigits.v - COQDEP theories/NArith/Ndist.v - COQDEP theories/NArith/Ndiv_def.v - COQDEP theories/NArith/Ngcd_def.v - COQDEP theories/NArith/Nnat.v - COQDEP theories/NArith/Nsqrt_def.v - COQDEP theories/Numbers/BinNums.v - COQDEP theories/Numbers/Cyclic/Abstract/CyclicAxioms.v - COQDEP theories/Numbers/Cyclic/Abstract/DoubleType.v - COQDEP theories/Numbers/Cyclic/Abstract/NZCyclic.v - COQDEP theories/Numbers/Cyclic/Int31/Cyclic31.v - COQDEP theories/Numbers/Cyclic/Int31/Int31.v - COQDEP theories/Numbers/Cyclic/Int31/Ring31.v - COQDEP theories/Numbers/Cyclic/ZModulo/ZModulo.v - COQDEP theories/Numbers/Integer/Abstract/ZAdd.v - COQDEP theories/Numbers/Integer/Abstract/ZAddOrder.v - COQDEP theories/Numbers/Integer/Abstract/ZAxioms.v - COQDEP theories/Numbers/Integer/Abstract/ZBase.v - COQDEP theories/Numbers/Integer/Abstract/ZBits.v - COQDEP theories/Numbers/Integer/Abstract/ZDivEucl.v - COQDEP theories/Numbers/Integer/Abstract/ZDivFloor.v - COQDEP theories/Numbers/Integer/Abstract/ZDivTrunc.v - COQDEP theories/Numbers/Integer/Abstract/ZGcd.v - COQDEP theories/Numbers/Integer/Abstract/ZLcm.v - COQDEP theories/Numbers/Integer/Abstract/ZLt.v - COQDEP theories/Numbers/Integer/Abstract/ZMaxMin.v - COQDEP theories/Numbers/Integer/Abstract/ZMul.v - COQDEP theories/Numbers/Integer/Abstract/ZMulOrder.v - COQDEP theories/Numbers/Integer/Abstract/ZParity.v - COQDEP theories/Numbers/Integer/Abstract/ZPow.v - COQDEP theories/Numbers/Integer/Abstract/ZProperties.v - COQDEP theories/Numbers/Integer/Abstract/ZSgnAbs.v - COQDEP theories/Numbers/Integer/Binary/ZBinary.v - COQDEP theories/Numbers/Integer/NatPairs/ZNatPairs.v - COQDEP theories/Numbers/NaryFunctions.v - COQDEP theories/Numbers/NatInt/NZAdd.v - COQDEP theories/Numbers/NatInt/NZAddOrder.v - COQDEP theories/Numbers/NatInt/NZAxioms.v - COQDEP theories/Numbers/NatInt/NZBase.v - COQDEP theories/Numbers/NatInt/NZBits.v - COQDEP theories/Numbers/NatInt/NZDiv.v - COQDEP theories/Numbers/NatInt/NZDomain.v - COQDEP theories/Numbers/NatInt/NZGcd.v - COQDEP theories/Numbers/NatInt/NZLog.v - COQDEP theories/Numbers/NatInt/NZMul.v - COQDEP theories/Numbers/NatInt/NZMulOrder.v - COQDEP theories/Numbers/NatInt/NZOrder.v - COQDEP theories/Numbers/NatInt/NZParity.v - COQDEP theories/Numbers/NatInt/NZPow.v - COQDEP theories/Numbers/NatInt/NZProperties.v - COQDEP theories/Numbers/NatInt/NZSqrt.v - COQDEP theories/Numbers/Natural/Abstract/NAdd.v - COQDEP theories/Numbers/Natural/Abstract/NAddOrder.v - COQDEP theories/Numbers/Natural/Abstract/NAxioms.v - COQDEP theories/Numbers/Natural/Abstract/NBase.v - COQDEP theories/Numbers/Natural/Abstract/NBits.v - COQDEP theories/Numbers/Natural/Abstract/NDefOps.v - COQDEP theories/Numbers/Natural/Abstract/NDiv.v - COQDEP theories/Numbers/Natural/Abstract/NGcd.v - COQDEP theories/Numbers/Natural/Abstract/NIso.v - COQDEP theories/Numbers/Natural/Abstract/NLcm.v - COQDEP theories/Numbers/Natural/Abstract/NLog.v - COQDEP theories/Numbers/Natural/Abstract/NMaxMin.v - COQDEP theories/Numbers/Natural/Abstract/NMulOrder.v - COQDEP theories/Numbers/Natural/Abstract/NOrder.v - COQDEP theories/Numbers/Natural/Abstract/NParity.v - COQDEP theories/Numbers/Natural/Abstract/NPow.v - COQDEP theories/Numbers/Natural/Abstract/NProperties.v - COQDEP theories/Numbers/Natural/Abstract/NSqrt.v - COQDEP theories/Numbers/Natural/Abstract/NStrongRec.v - COQDEP theories/Numbers/Natural/Abstract/NSub.v - COQDEP theories/Numbers/Natural/Binary/NBinary.v - COQDEP theories/Numbers/Natural/Peano/NPeano.v - COQDEP theories/Numbers/NumPrelude.v - COQDEP theories/PArith/BinPos.v - COQDEP theories/PArith/BinPosDef.v - COQDEP theories/PArith/PArith.v - COQDEP theories/PArith/POrderedType.v - COQDEP theories/PArith/Pnat.v - COQDEP theories/Program/Basics.v - COQDEP theories/Program/Combinators.v - COQDEP theories/Program/Equality.v - COQDEP theories/Program/Program.v - COQDEP theories/Program/Subset.v - COQDEP theories/Program/Syntax.v - COQDEP theories/Program/Tactics.v - COQDEP theories/Program/Utils.v - COQDEP theories/Program/Wf.v - COQDEP theories/QArith/QArith.v - COQDEP theories/QArith/QArith_base.v - COQDEP theories/QArith/QOrderedType.v - COQDEP theories/QArith/Qabs.v - COQDEP theories/QArith/Qcabs.v - COQDEP theories/QArith/Qcanon.v - COQDEP theories/QArith/Qfield.v - COQDEP theories/QArith/Qminmax.v - COQDEP theories/QArith/Qpower.v - COQDEP theories/QArith/Qreals.v - COQDEP theories/QArith/Qreduction.v - COQDEP theories/QArith/Qring.v - COQDEP theories/QArith/Qround.v - COQDEP theories/Reals/Alembert.v - COQDEP theories/Reals/AltSeries.v - COQDEP theories/Reals/ArithProp.v - COQDEP theories/Reals/Binomial.v - COQDEP theories/Reals/Cauchy_prod.v - COQDEP theories/Reals/Cos_plus.v - COQDEP theories/Reals/Cos_rel.v - COQDEP theories/Reals/DiscrR.v - COQDEP theories/Reals/Exp_prop.v - COQDEP theories/Reals/Integration.v - COQDEP theories/Reals/MVT.v - COQDEP theories/Reals/Machin.v - COQDEP theories/Reals/NewtonInt.v - COQDEP theories/Reals/PSeries_reg.v - COQDEP theories/Reals/PartSum.v - COQDEP theories/Reals/RIneq.v - COQDEP theories/Reals/RList.v - COQDEP theories/Reals/ROrderedType.v - COQDEP theories/Reals/R_Ifp.v - COQDEP theories/Reals/R_sqr.v - COQDEP theories/Reals/R_sqrt.v - COQDEP theories/Reals/Ranalysis.v - COQDEP theories/Reals/Ranalysis1.v - COQDEP theories/Reals/Ranalysis2.v - COQDEP theories/Reals/Ranalysis3.v - COQDEP theories/Reals/Ranalysis4.v - COQDEP theories/Reals/Ranalysis5.v - COQDEP theories/Reals/Ranalysis_reg.v - COQDEP theories/Reals/Ratan.v - COQDEP theories/Reals/Raxioms.v - COQDEP theories/Reals/Rbase.v - COQDEP theories/Reals/Rbasic_fun.v - COQDEP theories/Reals/Rcomplete.v - COQDEP theories/Reals/Rdefinitions.v - COQDEP theories/Reals/Rderiv.v - COQDEP theories/Reals/Reals.v - COQDEP theories/Reals/Rfunctions.v - COQDEP theories/Reals/Rgeom.v - COQDEP theories/Reals/RiemannInt.v - COQDEP theories/Reals/RiemannInt_SF.v - COQDEP theories/Reals/Rlimit.v - COQDEP theories/Reals/Rlogic.v - COQDEP theories/Reals/Rminmax.v - COQDEP theories/Reals/Rpow_def.v - COQDEP theories/Reals/Rpower.v - COQDEP theories/Reals/Rprod.v - COQDEP theories/Reals/Rseries.v - COQDEP theories/Reals/Rsigma.v - COQDEP theories/Reals/Rsqrt_def.v - COQDEP theories/Reals/Rtopology.v - COQDEP theories/Reals/Rtrigo.v - COQDEP theories/Reals/Rtrigo1.v - COQDEP theories/Reals/Rtrigo_alt.v - COQDEP theories/Reals/Rtrigo_calc.v - COQDEP theories/Reals/Rtrigo_def.v - COQDEP theories/Reals/Rtrigo_fun.v - COQDEP theories/Reals/Rtrigo_reg.v - COQDEP theories/Reals/SeqProp.v - COQDEP theories/Reals/SeqSeries.v - COQDEP theories/Reals/SplitAbsolu.v - COQDEP theories/Reals/SplitRmult.v - COQDEP theories/Reals/Sqrt_reg.v - COQDEP theories/Relations/Operators_Properties.v - COQDEP theories/Relations/Relation_Definitions.v - COQDEP theories/Relations/Relation_Operators.v - COQDEP theories/Relations/Relations.v - COQDEP theories/Setoids/Setoid.v - COQDEP theories/Sets/Classical_sets.v - COQDEP theories/Sets/Constructive_sets.v - COQDEP theories/Sets/Cpo.v - COQDEP theories/Sets/Ensembles.v - COQDEP theories/Sets/Finite_sets.v - COQDEP theories/Sets/Finite_sets_facts.v - COQDEP theories/Sets/Image.v - COQDEP theories/Sets/Infinite_sets.v - COQDEP theories/Sets/Integers.v - COQDEP theories/Sets/Multiset.v - COQDEP theories/Sets/Partial_Order.v - COQDEP theories/Sets/Permut.v - COQDEP theories/Sets/Powerset.v - COQDEP theories/Sets/Powerset_Classical_facts.v - COQDEP theories/Sets/Powerset_facts.v - COQDEP theories/Sets/Relations_1.v - COQDEP theories/Sets/Relations_1_facts.v - COQDEP theories/Sets/Relations_2.v - COQDEP theories/Sets/Relations_2_facts.v - COQDEP theories/Sets/Relations_3.v - COQDEP theories/Sets/Relations_3_facts.v - COQDEP theories/Sets/Uniset.v - COQDEP theories/Sorting/Heap.v - COQDEP theories/Sorting/Mergesort.v - COQDEP theories/Sorting/PermutEq.v - COQDEP theories/Sorting/PermutSetoid.v - COQDEP theories/Sorting/Permutation.v - COQDEP theories/Sorting/Sorted.v - COQDEP theories/Sorting/Sorting.v - COQDEP theories/Strings/Ascii.v - COQDEP theories/Strings/String.v - COQDEP theories/Structures/DecidableType.v - COQDEP theories/Structures/DecidableTypeEx.v - COQDEP theories/Structures/Equalities.v - COQDEP theories/Structures/EqualitiesFacts.v - COQDEP theories/Structures/GenericMinMax.v - COQDEP theories/Structures/OrderedType.v - COQDEP theories/Structures/OrderedTypeAlt.v - COQDEP theories/Structures/OrderedTypeEx.v - COQDEP theories/Structures/Orders.v - COQDEP theories/Structures/OrdersAlt.v - COQDEP theories/Structures/OrdersEx.v - COQDEP theories/Structures/OrdersFacts.v - COQDEP theories/Structures/OrdersLists.v - COQDEP theories/Structures/OrdersTac.v - COQDEP theories/Unicode/Utf8.v - COQDEP theories/Unicode/Utf8_core.v - COQDEP theories/Vectors/Fin.v - COQDEP theories/Vectors/Vector.v - COQDEP theories/Vectors/VectorDef.v - COQDEP theories/Vectors/VectorEq.v - COQDEP theories/Vectors/VectorSpec.v - COQDEP theories/Wellfounded/Disjoint_Union.v - COQDEP theories/Wellfounded/Inclusion.v - COQDEP theories/Wellfounded/Inverse_Image.v - COQDEP theories/Wellfounded/Lexicographic_Exponentiation.v - COQDEP theories/Wellfounded/Lexicographic_Product.v - COQDEP theories/Wellfounded/Transitive_Closure.v - COQDEP theories/Wellfounded/Union.v - COQDEP theories/Wellfounded/Well_Ordering.v - COQDEP theories/Wellfounded/Wellfounded.v - COQDEP theories/ZArith/BinInt.v - COQDEP theories/ZArith/BinIntDef.v - COQDEP theories/ZArith/Int.v - COQDEP theories/ZArith/Wf_Z.v - COQDEP theories/ZArith/ZArith.v - COQDEP theories/ZArith/ZArith_base.v - COQDEP theories/ZArith/ZArith_dec.v - COQDEP theories/ZArith/Zabs.v - COQDEP theories/ZArith/Zbool.v - COQDEP theories/ZArith/Zcompare.v - COQDEP theories/ZArith/Zcomplements.v - COQDEP theories/ZArith/Zdigits.v - COQDEP theories/ZArith/Zdiv.v - COQDEP theories/ZArith/Zeuclid.v - COQDEP theories/ZArith/Zeven.v - COQDEP theories/ZArith/Zgcd_alt.v - COQDEP theories/ZArith/Zhints.v - COQDEP theories/ZArith/Zlogarithm.v - COQDEP theories/ZArith/Zmax.v - COQDEP theories/ZArith/Zmin.v - COQDEP theories/ZArith/Zminmax.v - COQDEP theories/ZArith/Zmisc.v - COQDEP theories/ZArith/Znat.v - COQDEP theories/ZArith/Znumtheory.v - COQDEP theories/ZArith/Zorder.v - COQDEP theories/ZArith/Zpow_alt.v - COQDEP theories/ZArith/Zpow_def.v - COQDEP theories/ZArith/Zpow_facts.v - COQDEP theories/ZArith/Zpower.v - COQDEP theories/ZArith/Zquot.v - COQDEP theories/ZArith/Zsqrt_compat.v - COQDEP theories/ZArith/Zwf.v - COQDEP theories/ZArith/auxiliary.v - OCAMLC config/coq_config.mli - OCAMLC lib/terminal.mli - OCAMLC lib/canary.mli - OCAMLC lib/hook.mli - OCAMLC lib/cSig.mli - OCAMLC lib/hashset.mli - OCAMLC lib/option.mli - OCAMLC lib/store.mli - OCAMLC lib/exninfo.mli - OCAMLC lib/iStream.mli - OCAMLC lib/flags.mli - OCAMLC lib/control.mli - OCAMLC lib/deque.mli - OCAMLC lib/cObj.mli - OCAMLC lib/cArray.mli - OCAMLC lib/pp.mli - OCAMLC lib/xml_datatype.mli - OCAMLC lib/cUnix.mli - OCAMLC lib/envars.mli - OCAMLC lib/monad.mli - OCAMLC lib/coqProject_file.mli - OCAMLC tools/tolink.ml - OCAMLC lib/bigint.mli - OCAMLC lib/cThread.mli - OCAMLC lib/spawn.mli - OCAMLC lib/trie.mli - OCAMLC lib/profile.mli - OCAMLC lib/predicate.mli - OCAMLC lib/heap.mli - OCAMLC lib/unionfind.mli - OCAMLC lib/cEphemeron.mli - OCAMLC lib/remoteCounter.mli - OCAMLC kernel/uint31.mli - OCAMLC kernel/copcodes.ml - OCAMLC kernel/primitives.mli - OCAMLC intf/decl_kinds.ml - OCAMLC library/summary.mli - OCAMLC parsing/tok.mli - OCAMLC tactics/dnet.mli - OCAMLC tactics/dn.mli - OCAMLC stm/spawned.mli - OCAMLC stm/dag.mli - OCAMLC stm/tQueue.mli - OCAMLC stm/workerPool.mli - OCAMLC stm/coqworkmgrApi.mli - OCAMLC stm/workerLoop.mli - OCAMLC stm/vio_checking.mli - OCAMLC toplevel/usage.mli - OCAMLC toplevel/coqtop.mli - OCAMLC kernel/byterun/coq_fix_code.c - OCAMLC kernel/byterun/coq_memory.c - OCAMLC kernel/byterun/coq_values.c - OCAMLC kernel/byterun/coq_interp.c - OCAMLC plugins/ltac/tauto.mli - OCAMLC plugins/fourier/fourier.ml - OCAMLC plugins/micromega/sos_types.mli - OCAMLC plugins/micromega/micromega.mli - OCAMLC plugins/ssr/ssrvernac.mli - OCAMLC plugins/rtauto/proof_search.mli - OCAMLC plugins/nsatz/utile.mli - OCAMLC plugins/nsatz/polynom.mli - MD5SUM cic.mli - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLC checker/values.ml - OCAMLC checker/check_stat.mli - OCAMLC plugins/micromega/sos_lib.ml - OCAMLC ide/xml_lexer.mli - OCAMLC ide/xml_parser.mli - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLC ide/xml_printer.mli - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLC ide/richpp.mli - OCAMLC tools/gallina_lexer.ml - OCAMLC tools/coq_tex.ml - OCAMLC tools/coqwc.ml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLC tools/coqdoc/cdglobals.mli - OCAMLC tools/coqdoc/alpha.mli - OCAMLC tools/coqworkmgr.ml - CHECK revision - OCAMLOPT config/coq_config.ml - OCAMLOPT lib/terminal.ml - OCAMLOPT lib/canary.ml - OCAMLOPT lib/hook.ml - OCAMLC lib/cMap.mli - OCAMLC lib/hashcons.mli - OCAMLC lib/dyn.mli - OCAMLOPT lib/option.ml - OCAMLOPT lib/store.ml - OCAMLC lib/backtrace.mli - OCAMLOPT lib/iStream.ml - OCAMLC lib/loc.mli - OCAMLC lib/cList.mli - OCAMLOPT lib/cObj.ml - OCAMLC lib/cStack.mli - OCAMLOPT lib/monad.ml - OCAMLOPT tools/tolink.ml - OCAMLC lib/system.mli - OCAMLOPT lib/cThread.ml - OCAMLOPT lib/trie.ml - OCAMLC lib/explore.mli - OCAMLOPT lib/predicate.ml - OCAMLC lib/rtree.mli - OCAMLOPT lib/heap.ml - OCAMLOPT lib/unionfind.ml - OCAMLC lib/genarg.mli - OCAMLOPT lib/cEphemeron.ml - OCAMLC lib/future.mli - OCAMLOPT kernel/uint31.ml - OCAMLOPT kernel/copcodes.ml - OCAMLOPT kernel/primitives.ml - OCAMLOPT intf/decl_kinds.ml - OCAMLC engine/logic_monad.mli - OCAMLOPT parsing/tok.ml - OCAMLC library/states.mli - OCAMLC library/kindops.mli - OCAMLC vernac/locality.mli - OCAMLC stm/vcs.mli - OCAMLOPT toplevel/usage.ml - OCAMLOPT plugins/fourier/fourier.ml - coq_interp.c: In function 'coq_interprete': - coq_interp.c:197:20: warning: storing the address of local variable 'coq_lbl_ACC0' in 'coq_instr_base' [-Wdangling-pointer=] - 197 | coq_instr_base = coq_Jumptbl_base; - | ^ - coq_interp.c:50:26: note: 'coq_lbl_ACC0' declared here - 50 | # define Instruct(name) coq_lbl_##name: - | ^~~~~~~~ - coq_interp.c:221:7: note: in expansion of macro 'Instruct' - 221 | Instruct(ACC0){ - | ^~~~~~~~ - In file included from coq_interp.c:21: - coq_fix_code.h:20:15: note: 'coq_instr_base' declared here - 20 | extern char * coq_instr_base; - | ^~~~~~~~~~~~~~ - OCAMLOPT plugins/micromega/sos_types.ml - OCAMLOPT plugins/micromega/micromega.ml - OCAMLC plugins/nsatz/ideal.mli - OCAMLOPT checker/values.ml - OCAMLC checker/validate.ml - OCAMLC plugins/micromega/sos.mli - OCAMLC ide/serialize.mli - OCAMLOPT ide/xml_lexer.ml - OCAMLOPT ide/xml_printer.ml - OCAMLOPT tools/gallina_lexer.ml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLC tools/gallina.ml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLOPT tools/coq_tex.ml - OCAMLOPT tools/coqwc.ml - OCAMLOPT tools/coqdoc/cdglobals.ml - OCAMLC tools/coqdoc/index.mli - OCAMLC tools/coqdoc/cpretty.mli - OCAMLC tools/coqc.ml - OCAMLOPT lib/cMap.ml - OCAMLC lib/int.mli - OCAMLC lib/cSet.mli - OCAMLC lib/hMap.mli - OCAMLOPT lib/exninfo.ml - OCAMLC lib/cAst.mli - OCAMLC lib/cString.mli - OCAMLC lib/stateid.mli - OCAMLC lib/aux_file.mli - OCAMLC lib/cErrors.mli - OCAMLC lib/cWarnings.mli - OCAMLC kernel/evar.mli - OCAMLC interp/ppextend.mli - OCAMLC printing/genprint.mli - OCAMLOPT tactics/dnet.ml - OCAMLOPT plugins/micromega/sos_lib.ml - OCAMLC tools/coqdoc/tokens.mli - OCAMLC tools/coqdoc/output.mli - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLC plugins/micromega/mutils.ml - OCAMLC lib/feedback.mli - OCAMLC tools/coqmktop.ml - OCAMLC plugins/micromega/persistent_cache.ml - OCAMLC ide/document.mli - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLC lib/util.mli - OCAMLC parsing/cLexer.mli - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLOPT tools/coqdoc/alpha.ml - OCAMLOPT tools/gallina.ml - OCAMLOPT lib/backtrace.ml - OCAMLOPT lib/loc.ml - OCAMLC tools/coqdoc/main.ml - OCAMLOPT checker/validate.ml - OCAMLOPT ide/xml_parser.ml - OCAMLC vernac/topfmt.mli - OCAMLC stm/asyncTaskQueue.mli - OCAMLC tools/coqdep.ml - OCAMLC tools/coq_makefile.ml - OCAMLBEST -o bin/coqwc - OCAMLOPT lib/int.ml - OCAMLBEST -o bin/coq-tex - OCAMLC intf/extend.ml - OCAMLC plugins/micromega/polynomial.ml - OCAMLC plugins/micromega/csdpcert.ml - OCAMLC ide/interface.mli - OCAMLOPT lib/cAst.ml - OCAMLC kernel/names.mli - OCAMLC kernel/esubst.mli - OCAMLC vernac/explainErr.mli - OCAMLC plugins/omega/omega.ml - OCAMLC checker/names.mli - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLC checker/esubst.mli - OCAMLBEST -o bin/gallina - OCAMLOPT tools/coqdoc/index.ml - OCAMLOPT lib/flags.ml - OCAMLC ide/xmlprotocol.mli - OCAMLOPT plugins/micromega/sos.ml - OCAMLOPT lib/hashset.ml - OCAMLOPT lib/dyn.ml - OCAMLOPT lib/hMap.ml - OCAMLOPT lib/cList.ml - OCAMLOPT lib/deque.ml - OCAMLOPT lib/pp.ml - OCAMLOPT lib/bigint.ml - OCAMLOPT kernel/evar.ml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLOPT stm/dag.ml - OCAMLC tools/fake_ide.ml - OCAMLC kernel/univ.mli - OCAMLC kernel/conv_oracle.mli - OCAMLC library/libnames.mli - OCAMLC library/loadpath.mli - OCAMLC toplevel/coqinit.mli - OCAMLC checker/univ.mli - OCAMLOPT lib/control.ml - OCAMLOPT lib/stateid.ml - OCAMLOPT stm/coqworkmgrApi.ml - OCAMLC plugins/micromega/mfourier.ml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLOPT tools/coqdoc/tokens.ml - OCAMLC checker/cic.mli - OCAMLC library/dischargedhypsmap.mli - OCAMLC kernel/uGraph.mli - OCAMLC kernel/sorts.mli - OCAMLOPT lib/hashcons.ml - OCAMLC kernel/constr.mli - OCAMLC checker/term.mli - OCAMLC checker/print.ml - OCAMLC checker/declarations.mli - OCAMLC checker/environ.mli - OCAMLOPT lib/feedback.ml - OCAMLOPT lib/cErrors.ml - OCAMLOPT interp/ppextend.ml - OCAMLOPT stm/workerLoop.ml - OCAMLOPT plugins/micromega/mutils.ml - OCAMLOPT tools/coqworkmgr.ml - OCAMLOPT tools/coqdoc/output.ml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLOPT lib/cSet.ml - OCAMLC kernel/context.mli - OCAMLC checker/closure.mli - OCAMLC checker/reduction.mli - OCAMLC checker/type_errors.mli - OCAMLC checker/modops.mli - OCAMLC checker/inductive.mli - OCAMLC checker/typeops.mli - OCAMLC checker/indtypes.mli - OCAMLC checker/subtyping.mli - OCAMLC checker/mod_checking.mli - OCAMLC checker/safe_typing.mli - OCAMLOPT lib/explore.ml - OCAMLOPT lib/cString.ml - OCAMLOPT lib/cArray.ml - OCAMLOPT lib/cStack.ml - OCAMLOPT ide/document.ml - OCAMLOPT lib/spawn.ml - OCAMLOPT lib/profile.ml - OCAMLOPT lib/future.ml - OCAMLOPT lib/remoteCounter.ml - OCAMLOPT library/kindops.ml - OCAMLOPT stm/tQueue.ml - OCAMLOPT stm/workerPool.ml - OCAMLOPT plugins/micromega/persistent_cache.ml - OCAMLOPT plugins/nsatz/utile.ml - OCAMLC checker/check.ml - OCAMLC kernel/vars.mli - OCAMLC kernel/term.mli - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLOPT plugins/micromega/polynomial.ml - OCAMLC kernel/mod_subst.mli - OCAMLC kernel/cbytecodes.mli - OCAMLC kernel/nativevalues.mli - OCAMLC intf/misctypes.ml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLC library/nameops.mli - OCAMLOPT lib/cUnix.ml - OCAMLOPT lib/cWarnings.ml - OCAMLOPT stm/vcs.ml - OCAMLOPT ide/serialize.ml - OCAMLOPT stm/spawned.ml - OCAMLC kernel/opaqueproof.mli - OCAMLC library/globnames.mli - OCAMLC library/libobject.mli - OCAMLC library/goptions.mli - OCAMLC tactics/term_dnet.mli - OCAMLC checker/checker.ml - OCAMLC kernel/cemitcodes.mli - OCAMLC kernel/nativeinstr.mli - OCAMLC kernel/vm.mli - OCAMLC intf/locus.ml - OCAMLC proofs/miscprint.mli - OCAMLOPT plugins/micromega/csdpcert.ml - OCAMLOPT lib/util.ml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLC library/library.mli - OCAMLC library/nametab.mli - OCAMLC intf/evar_kinds.ml - OCAMLC library/lib.mli - OCAMLC library/keys.mli - OCAMLC library/coqlib.mli - OCAMLC interp/smartlocate.mli - OCAMLC plugins/extraction/miniml.mli - OCAMLOPT lib/aux_file.ml - OCAMLOPT lib/coqProject_file.ml - OCAMLC kernel/retroknowledge.mli - OCAMLC pretyping/locusops.mli - OCAMLC kernel/declarations.ml - OCAMLC plugins/extraction/modutil.mli - OCAMLC plugins/extraction/common.mli - OCAMLC plugins/extraction/ocaml.mli - OCAMLC plugins/extraction/haskell.mli - OCAMLC plugins/extraction/scheme.mli - OCAMLC plugins/extraction/json.mli - OCAMLC plugins/extraction/extract_env.mli - OCAMLOPT plugins/micromega/mfourier.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLOPT lib/envars.ml - OCAMLOPT lib/system.ml - OCAMLOPT lib/rtree.ml - OCAMLOPT lib/genarg.ml - OCAMLOPT kernel/names.ml - OCAMLOPT kernel/esubst.ml - OCAMLOPT library/summary.ml - OCAMLOPT engine/logic_monad.ml - OCAMLOPT parsing/cLexer.ml - OCAMLOPT tactics/dn.ml - OCAMLOPT vernac/topfmt.ml - OCAMLOPT plugins/omega/omega.ml - OCAMLOPT plugins/nsatz/polynom.ml - OCAMLOPT checker/names.ml - OCAMLOPT checker/esubst.ml - OCAMLOPT ide/richpp.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLC kernel/entries.mli - OCAMLC kernel/pre_env.mli - OCAMLC library/univops.mli - OCAMLC kernel/cbytegen.mli - OCAMLC kernel/nativelambda.mli - OCAMLC kernel/environ.mli - OCAMLC kernel/csymtable.mli - OCAMLC vernac/discharge.mli - OCAMLC kernel/declareops.mli - OCAMLOPT ide/xmlprotocol.ml - OCAMLOPT -a -o lib/clib.cmxa - OCAMLOPT tools/coqmktop.ml - OCAMLOPT tools/coq_makefile.ml - OCAMLOPT tools/coqc.ml - OCAMLOPT tools/coqdoc/cpretty.ml - OCAMLC kernel/nativecode.mli - OCAMLOPT printing/genprint.ml - OCAMLOPT -a -o lib/lib.cmxa - OCAMLOPT tools/coqdep.ml - OCAMLC kernel/cClosure.mli - OCAMLC kernel/reduction.mli - OCAMLC kernel/type_errors.mli - OCAMLC kernel/modops.mli - OCAMLC kernel/inductive.mli - OCAMLC kernel/typeops.mli - OCAMLC kernel/indtypes.mli - OCAMLC kernel/cooking.mli - OCAMLC kernel/subtyping.mli - OCAMLC kernel/mod_typing.mli - OCAMLC engine/universes.mli - OCAMLC library/decls.mli - OCAMLC library/heads.mli - OCAMLC pretyping/arguments_renaming.mli - OCAMLC printing/printmod.mli - OCAMLC plugins/extraction/table.mli - OCAMLC plugins/extraction/extraction.mli - OCAMLC kernel/nativelib.mli - OCAMLC kernel/nativelibrary.mli - OCAMLC kernel/term_typing.mli - OCAMLC kernel/safe_typing.mli - OCAMLC kernel/nativeconv.mli - OCAMLC kernel/vconv.mli - OCAMLBEST -o plugins/micromega/csdpcert - OCAMLBEST -o bin/coqc - OCAMLBEST -o bin/coqworkmgr - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLBEST -o bin/coqmktop - OCAMLC plugins/extraction/mlutil.mli - OCAMLOPT plugins/nsatz/ideal.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLC library/global.mli - OCAMLC engine/uState.mli - OCAMLC interp/declare.mli - OCAMLBEST -o bin/coq_makefile - OCAMLOPT intf/extend.ml - OCAMLC engine/evd.mli - cd kernel/byterun/ && \ - "/home/opam/.opam/4.06/bin/ocamlfind" ocamlmklib -oc coqrun coq_fix_code.o coq_memory.o coq_values.o coq_interp.o - OCAMLOPT kernel/univ.ml - OCAMLOPT kernel/conv_oracle.ml - OCAMLOPT library/libnames.ml - OCAMLOPT library/nameops.ml - OCAMLOPT checker/univ.ml - OCAMLBEST -o bin/coqdep - OCAMLC engine/eConstr.mli - OCAMLC engine/proofview_monad.mli - OCAMLC pretyping/indrec.mli - OCAMLC tactics/ind_tables.mli - OCAMLC tactics/eqschemes.mli - OCAMLC tactics/elimschemes.mli - OCAMLC vernac/auto_ind_decl.mli - OCAMLOPT library/loadpath.ml - OCAMLOPT library/dischargedhypsmap.ml - OCAMLC intf/pattern.ml - OCAMLC engine/namegen.mli - OCAMLC engine/termops.mli - OCAMLC engine/evarutil.mli - OCAMLC engine/proofview.mli - OCAMLC pretyping/pretype_errors.mli - OCAMLC pretyping/reductionops.mli - OCAMLC pretyping/inductiveops.mli - OCAMLC pretyping/vnorm.mli - OCAMLC pretyping/nativenorm.mli - OCAMLC pretyping/retyping.mli - OCAMLC pretyping/cbv.mli - OCAMLC pretyping/evardefine.mli - OCAMLC pretyping/typing.mli - OCAMLC pretyping/classops.mli - OCAMLC pretyping/program.mli - OCAMLC proofs/goal.mli - OCAMLC plugins/firstorder/formula.mli - OCAMLC plugins/firstorder/unify.mli - OCAMLOPT tools/fake_ide.ml - OCAMLOPT tools/coqdoc/main.ml - OCAMLC pretyping/constr_matching.mli - OCAMLC tactics/btermdn.mli - OCAMLC vernac/search.mli - OCAMLC pretyping/find_subterm.mli - OCAMLC pretyping/evarsolve.mli - OCAMLC engine/ftactic.mli - OCAMLC proofs/proof_type.mli - OCAMLC proofs/refine.mli - OCAMLC tactics/hipattern.mli - OCAMLC tactics/contradiction.mli - OCAMLC tactics/eqdecide.mli - OCAMLC plugins/cc/ccalgo.mli - OCAMLC plugins/romega/const_omega.mli - OCAMLC plugins/nsatz/nsatz.mli - OCAMLC pretyping/recordops.mli - OCAMLC pretyping/tacred.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLC pretyping/evarconv.mli - OCAMLC engine/geninterp.mli - OCAMLC proofs/logic.mli - OCAMLC proofs/refiner.mli - OCAMLC plugins/cc/ccproof.mli - OCAMLOPT checker/term.ml - OCAMLOPT checker/print.ml - OCAMLC intf/glob_term.ml - OCAMLC plugins/cc/cctac.mli - OCAMLBEST -o bin/coqdoc - OCAMLC intf/constrexpr.ml - OCAMLC pretyping/glob_ops.mli - OCAMLC pretyping/patternops.mli - OCAMLC pretyping/coercion.mli - OCAMLC pretyping/detyping.mli - OCAMLC pretyping/cases.mli - OCAMLOPT kernel/uGraph.ml - OCAMLOPT kernel/sorts.ml - OCAMLC intf/genredexpr.ml - OCAMLC intf/notation_term.ml - OCAMLC intf/tactypes.ml - OCAMLC pretyping/typeclasses_errors.mli - OCAMLC interp/constrexpr_ops.mli - OCAMLC interp/topconstr.mli - OCAMLC interp/impargs.mli - OCAMLC interp/modintern.mli - OCAMLC proofs/proof.mli - OCAMLC printing/ppconstr.mli - OCAMLC printing/prettyp.mli - OCAMLC tactics/leminv.mli - OCAMLC plugins/funind/glob_term_to_relation.mli - OCAMLC plugins/derive/derive.mli - OCAMLOPT checker/declarations.ml - OCAMLC vernac/himsg.mli - OCAMLC pretyping/pretyping.mli - OCAMLC interp/genintern.mli - OCAMLC interp/notation_ops.mli - OCAMLC interp/notation.mli - OCAMLC interp/syntax_def.mli - OCAMLC interp/reserve.mli - OCAMLC proofs/redexpr.mli - OCAMLC parsing/egramcoq.mli - OCAMLC printing/pputils.mli - OCAMLC printing/printer.mli - OCAMLC tactics/equality.mli - OCAMLC tactics/inv.mli - OCAMLC plugins/micromega/certificate.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLC intf/vernacexpr.ml - OCAMLC pretyping/miscops.mli - OCAMLC pretyping/redops.mli - OCAMLC interp/stdarg.mli - OCAMLC proofs/evar_refiner.mli - OCAMLC plugins/funind/glob_termops.mli - OCAMLC pretyping/unification.mli - OCAMLC interp/constrintern.mli - OCAMLC proofs/tacmach.mli - OCAMLC interp/dumpglob.mli - OCAMLC interp/constrextern.mli - OCAMLC vernac/assumptions.mli - OCAMLC proofs/clenv.mli - OCAMLC plugins/funind/functional_principles_types.mli - OCAMLC plugins/rtauto/refl_tauto.mli - OCAMLC library/declaremods.mli - OCAMLC pretyping/typeclasses.mli - OCAMLC interp/implicit_quantifiers.mli - OCAMLC proofs/proof_using.mli - OCAMLC proofs/proof_global.mli - OCAMLC parsing/pcoq.mli - OCAMLC printing/ppvernac.mli - OCAMLC tactics/tacticals.mli - OCAMLC vernac/vernacprop.mli - OCAMLC vernac/indschemes.mli - OCAMLC vernac/record.mli - OCAMLC vernac/vernacinterp.mli - OCAMLC vernac/mltop.mli - OCAMLC stm/vernac_classifier.mli - OCAMLC toplevel/vernac.mli - OCAMLC plugins/ltac/tacexpr.mli - OCAMLOPT kernel/constr.ml - OCAMLC proofs/clenvtac.mli - OCAMLC tactics/tactics.mli - OCAMLC tactics/hints.mli - OCAMLC tactics/autorewrite.mli - OCAMLC vernac/classes.mli - OCAMLC plugins/syntax/nat_syntax.ml - OCAMLC plugins/syntax/z_syntax.ml - OCAMLC plugins/syntax/ascii_syntax.ml - OCAMLC plugins/syntax/r_syntax.ml - OCAMLC plugins/syntax/int31_syntax.ml - OCAMLC tactics/elim.mli - OCAMLC parsing/egramml.mli - OCAMLC vernac/metasyntax.mli - OCAMLC toplevel/coqloop.mli - OCAMLC parsing/g_constr.ml - OCAMLC parsing/g_prim.ml - OCAMLOPT checker/environ.ml - OCAMLC proofs/pfedit.mli - OCAMLC vernac/lemmas.mli - OCAMLC vernac/vernacentries.mli - OCAMLC stm/stm.mli - OCAMLC plugins/ltac/tacarg.mli - OCAMLC plugins/ltac/pptactic.mli - OCAMLC plugins/ltac/pltac.mli - OCAMLC plugins/ltac/taccoerce.mli - OCAMLC plugins/ltac/tacsubst.mli - OCAMLC plugins/ltac/tacenv.mli - OCAMLC plugins/ltac/tactic_debug.mli - OCAMLC plugins/ltac/tacintern.mli - OCAMLC plugins/ltac/profile_ltac.mli - OCAMLC plugins/ltac/tactic_matching.mli - OCAMLC plugins/ltac/tactic_option.mli - OCAMLC plugins/ltac/extratactics.mli - OCAMLC plugins/firstorder/sequent.mli - OCAMLC plugins/quote/quote.ml - OCAMLC plugins/setoid_ring/newring_ast.mli - OCAMLC plugins/omega/coq_omega.ml - OCAMLC plugins/fourier/fourierR.ml - OCAMLC plugins/micromega/coq_micromega.ml - OCAMLC plugins/funind/indfun.mli - OCAMLC plugins/ssr/ssrparser.mli - OCAMLC plugins/derive/g_derive.ml - OCAMLC plugins/btauto/refl_btauto.ml - OCAMLC tactics/auto.mli - OCAMLC tactics/eauto.mli - OCAMLC tactics/class_tactics.mli - OCAMLC vernac/class.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLC vernac/declareDef.mli - OCAMLC vernac/obligations.mli - OCAMLC vernac/command.mli - OCAMLC stm/proofBlockDelimiter.mli - OCAMLC parsing/g_vernac.ml - OCAMLC stm/proofworkertop.ml - OCAMLC stm/tacworkertop.ml - OCAMLC stm/queryworkertop.ml - OCAMLC plugins/ltac/tacarg.ml - OCAMLC plugins/ltac/tacsubst.ml - OCAMLC plugins/ltac/tacenv.ml - OCAMLC plugins/ltac/profile_ltac.ml - OCAMLC -pack -o plugins/syntax/ascii_syntax_plugin.cmo - OCAMLC plugins/funind/indfun_common.mli - OCAMLC ide/ide_slave.ml - OCAMLC plugins/ltac/tacentries.mli - OCAMLC plugins/ltac/tacinterp.mli - OCAMLC plugins/ltac/pptactic.ml - OCAMLC plugins/ltac/pltac.ml - OCAMLC plugins/ltac/taccoerce.ml - OCAMLC plugins/ltac/tactic_debug.ml - OCAMLC plugins/ltac/tacintern.ml - OCAMLC plugins/ltac/tactic_matching.ml - OCAMLC plugins/firstorder/rules.mli - OCAMLC plugins/firstorder/ground.mli - OCAMLC plugins/setoid_ring/newring.mli - OCAMLC plugins/syntax/string_syntax.ml - OCAMLOPT checker/closure.ml - OCAMLOPT checker/type_errors.ml - OCAMLOPT checker/modops.ml - OCAMLC plugins/ltac/profile_ltac_tactics.ml - OCAMLC plugins/ltac/tacentries.ml - OCAMLC plugins/firstorder/instances.mli - OCAMLC plugins/funind/recdef.mli - OCAMLC plugins/funind/functional_principles_proofs.mli - OCAMLC plugins/funind/merge.ml - OCAMLC plugins/ssrmatching/ssrmatching.mli - OCAMLC plugins/ltac/evar_tactics.mli - OCAMLC plugins/ltac/extraargs.mli - OCAMLC plugins/ltac/g_auto.ml - OCAMLC plugins/ltac/g_class.ml - OCAMLC plugins/ltac/rewrite.mli - OCAMLC plugins/ltac/g_eqdecide.ml - OCAMLC plugins/ltac/tacinterp.ml - OCAMLC plugins/ltac/tactic_option.ml - OCAMLC plugins/ltac/evar_tactics.ml - OCAMLC plugins/ltac/g_obligations.ml - OCAMLC plugins/ltac/coretactics.ml - OCAMLC plugins/ltac/g_tactic.ml - OCAMLC plugins/ltac/extraargs.ml - OCAMLC plugins/ltac/extratactics.ml - OCAMLC plugins/ltac/rewrite.ml - File "plugins/ltac/tacentries.ml", line 219, characters 8-9: - Warning 56: this match case is unreachable. - Consider replacing it with a refutation case '<pat> -> .' - OCAMLOPT kernel/context.ml - OCAMLC plugins/ltac/g_rewrite.ml - OCAMLOPT checker/reduction.ml - OCAMLOPT kernel/vars.ml - OCAMLOPT kernel/term.ml - OCAMLOPT checker/inductive.ml - OCAMLOPT kernel/mod_subst.ml - OCAMLOPT kernel/cbytecodes.ml - OCAMLOPT kernel/nativevalues.ml - OCAMLOPT intf/misctypes.ml - OCAMLC parsing/g_proofs.ml - OCAMLOPT intf/locus.ml - OCAMLOPT proofs/miscprint.ml - OCAMLOPT kernel/retroknowledge.ml - OCAMLOPT kernel/vm.ml - OCAMLC plugins/ltac/g_ltac.ml - OCAMLOPT pretyping/locusops.ml - OCAMLOPT checker/typeops.ml - OCAMLOPT kernel/cemitcodes.ml - OCAMLOPT kernel/opaqueproof.ml - OCAMLOPT library/globnames.ml - OCAMLOPT library/libobject.ml - OCAMLOPT checker/indtypes.ml - OCAMLOPT checker/subtyping.ml - OCAMLOPT library/nametab.ml - OCAMLOPT intf/evar_kinds.ml - OCAMLOPT kernel/declarations.ml - OCAMLOPT kernel/declareops.ml - OCAMLOPT library/univops.ml - OCAMLC -pack -o plugins/ltac/ltac_plugin.cmo - OCAMLOPT checker/mod_checking.ml - OCAMLOPT kernel/pre_env.ml - OCAMLOPT library/lib.ml - OCAMLOPT checker/safe_typing.ml - OCAMLC plugins/cc/g_congruence.ml - OCAMLC plugins/firstorder/g_ground.ml - OCAMLC plugins/quote/g_quote.ml - OCAMLC plugins/setoid_ring/g_newring.ml - OCAMLC plugins/omega/g_omega.ml - OCAMLC plugins/fourier/g_fourier.ml - OCAMLC plugins/micromega/g_micromega.ml - OCAMLC plugins/extraction/g_extraction.ml - OCAMLC plugins/funind/invfun.ml - OCAMLC plugins/ssrmatching/ssrmatching.ml - OCAMLC plugins/rtauto/g_rtauto.ml - OCAMLC plugins/nsatz/g_nsatz.ml - OCAMLC plugins/btauto/g_btauto.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLOPT kernel/cbytegen.ml - OCAMLOPT kernel/nativelambda.ml - OCAMLOPT checker/check.ml - OCAMLOPT checker/check_stat.ml - OCAMLC -pack -o plugins/omega/omega_plugin.cmo - OCAMLC plugins/romega/refl_omega.ml - OCAMLOPT library/goptions.ml - OCAMLOPT library/keys.ml - OCAMLOPT vernac/locality.ml - OCAMLOPT checker/checker.ml - OCAMLC plugins/funind/g_indfun.ml - OCAMLOPT kernel/nativecode.ml - OCAMLOPT plugins/rtauto/proof_search.ml - OCAMLC plugins/romega/g_romega.ml - OCAMLOPT kernel/environ.ml - OCAMLOPT -a -o checker/check.cmxa - OCAMLC -pack -o plugins/ssrmatching/ssrmatching_plugin.cmo - OCAMLC plugins/ssr/ssrast.mli - OCAMLC plugins/ssr/ssrprinters.mli - OCAMLC plugins/ssr/ssrcommon.mli - OCAMLC plugins/ssr/ssrtacticals.mli - OCAMLC plugins/ssr/ssrelim.mli - OCAMLC plugins/ssr/ssrbwd.mli - OCAMLC plugins/ssr/ssrequality.mli - OCAMLC plugins/ssr/ssrfwd.mli - OCAMLOPT -o bin/coqchk - OCAMLOPT kernel/cClosure.ml - OCAMLOPT kernel/modops.ml - OCAMLOPT kernel/csymtable.ml - OCAMLC plugins/ssr/ssrview.mli - OCAMLC plugins/ssr/ssripats.mli - OCAMLOPT kernel/reduction.ml - OCAMLOPT kernel/nativelib.ml - OCAMLOPT kernel/nativelibrary.ml - true bin/coqchk - true bin/coqchk - OCAMLOPT kernel/nativeconv.ml - OCAMLOPT kernel/type_errors.ml - OCAMLOPT kernel/vconv.ml - OCAMLOPT kernel/inductive.ml - OCAMLOPT kernel/typeops.ml - OCAMLOPT kernel/indtypes.ml - OCAMLOPT kernel/cooking.ml - OCAMLOPT kernel/subtyping.ml - OCAMLOPT kernel/mod_typing.ml - OCAMLOPT kernel/term_typing.ml - OCAMLOPT kernel/safe_typing.ml - OCAMLOPT -a -o kernel/kernel.cmxa - OCAMLOPT library/global.ml - OCAMLOPT engine/universes.ml - OCAMLOPT library/decls.ml - OCAMLOPT library/heads.ml - OCAMLOPT engine/uState.ml - OCAMLOPT stm/asyncTaskQueue.ml - OCAMLOPT engine/evd.ml - OCAMLOPT engine/eConstr.ml - OCAMLOPT engine/proofview_monad.ml - OCAMLOPT intf/pattern.ml - OCAMLOPT engine/namegen.ml - OCAMLOPT pretyping/pretype_errors.ml - OCAMLOPT engine/termops.ml - OCAMLOPT engine/evarutil.ml - OCAMLOPT pretyping/find_subterm.ml - OCAMLOPT vernac/discharge.ml - OCAMLOPT tactics/term_dnet.ml - OCAMLOPT engine/proofview.ml - OCAMLOPT pretyping/reductionops.ml - OCAMLOPT engine/ftactic.ml - OCAMLOPT engine/geninterp.ml - OCAMLOPT intf/glob_term.ml - OCAMLOPT -a -o engine/engine.cmxa - OCAMLOPT interp/stdarg.ml - OCAMLOPT intf/constrexpr.ml - OCAMLOPT parsing/pcoq.ml - OCAMLOPT plugins/ltac/tacarg.ml - OCAMLOPT intf/genredexpr.ml - OCAMLOPT intf/notation_term.ml - OCAMLOPT intf/tactypes.ml - OCAMLOPT pretyping/inductiveops.ml - OCAMLOPT pretyping/cbv.ml - OCAMLOPT pretyping/evardefine.ml - OCAMLOPT pretyping/recordops.ml - OCAMLOPT pretyping/typeclasses_errors.ml - OCAMLOPT plugins/firstorder/unify.ml - OCAMLOPT intf/vernacexpr.ml - OCAMLOPT pretyping/miscops.ml - OCAMLOPT pretyping/redops.ml - OCAMLOPT printing/pputils.ml - OCAMLOPT -a -o intf/intf.cmxa - OCAMLOPT library/declaremods.ml - OCAMLOPT pretyping/glob_ops.ml - OCAMLOPT interp/constrexpr_ops.ml - OCAMLOPT proofs/proof_using.ml - OCAMLOPT vernac/vernacprop.ml - OCAMLOPT vernac/mltop.ml - OCAMLOPT parsing/egramml.ml - OCAMLOPT parsing/g_prim.ml - OCAMLOPT plugins/ltac/pltac.ml - OCAMLOPT vernac/vernacinterp.ml - OCAMLOPT pretyping/vnorm.ml - OCAMLOPT pretyping/arguments_renaming.ml - OCAMLOPT pretyping/nativenorm.ml - OCAMLOPT pretyping/indrec.ml - OCAMLOPT parsing/g_constr.ml - OCAMLOPT pretyping/retyping.ml - OCAMLOPT interp/impargs.ml - OCAMLOPT library/library.ml - OCAMLOPT pretyping/evarsolve.ml - OCAMLOPT pretyping/patternops.ml - OCAMLOPT library/states.ml - OCAMLOPT library/coqlib.ml - OCAMLOPT pretyping/constr_matching.ml - OCAMLOPT tactics/btermdn.ml - OCAMLOPT -a -o library/library.cmxa - OCAMLOPT pretyping/program.ml - OCAMLOPT pretyping/detyping.ml - OCAMLOPT plugins/ltac/tactic_matching.ml - OCAMLOPT pretyping/evarconv.ml - OCAMLOPT interp/genintern.ml - OCAMLOPT interp/notation_ops.ml - OCAMLOPT pretyping/typing.ml - OCAMLOPT pretyping/tacred.ml - OCAMLOPT interp/reserve.ml - OCAMLOPT pretyping/typeclasses.ml - OCAMLOPT pretyping/classops.ml - OCAMLOPT proofs/redexpr.ml - OCAMLOPT plugins/ltac/taccoerce.ml - OCAMLOPT interp/notation.ml - OCAMLOPT pretyping/coercion.ml - OCAMLOPT interp/dumpglob.ml - OCAMLOPT proofs/goal.ml - OCAMLOPT proofs/logic.ml - OCAMLOPT pretyping/cases.ml - OCAMLOPT proofs/refine.ml - OCAMLOPT interp/syntax_def.ml - OCAMLOPT interp/declare.ml - OCAMLOPT plugins/syntax/nat_syntax.ml - OCAMLOPT plugins/syntax/z_syntax.ml - OCAMLOPT plugins/syntax/ascii_syntax.ml - OCAMLOPT plugins/syntax/r_syntax.ml - OCAMLOPT plugins/syntax/int31_syntax.ml - OCAMLOPT proofs/refiner.ml - OCAMLOPT -pack -o plugins/syntax/nat_syntax_plugin.cmx - OCAMLOPT interp/smartlocate.ml - OCAMLOPT -pack -o plugins/syntax/int31_syntax_plugin.cmx - OCAMLOPT -pack -o plugins/syntax/r_syntax_plugin.cmx - OCAMLOPT -pack -o plugins/syntax/ascii_syntax_plugin.cmx - OCAMLOPT -pack -o plugins/syntax/z_syntax_plugin.cmx - OCAMLOPT -shared -o plugins/syntax/nat_syntax_plugin.cmxs - OCAMLOPT -shared -o plugins/syntax/r_syntax_plugin.cmxs - OCAMLOPT -shared -o plugins/syntax/int31_syntax_plugin.cmxs - OCAMLOPT -shared -o plugins/syntax/ascii_syntax_plugin.cmxs - OCAMLOPT plugins/syntax/string_syntax.ml - OCAMLOPT -shared -o plugins/syntax/z_syntax_plugin.cmxs - OCAMLOPT interp/topconstr.ml - OCAMLOPT tactics/ind_tables.ml - OCAMLOPT -pack -o plugins/syntax/string_syntax_plugin.cmx - OCAMLOPT -shared -o plugins/syntax/string_syntax_plugin.cmxs - OCAMLOPT interp/implicit_quantifiers.ml - OCAMLOPT parsing/egramcoq.ml - OCAMLOPT tactics/eqschemes.ml - OCAMLOPT tactics/elimschemes.ml - OCAMLOPT -a -o parsing/parsing.cmxa - OCAMLOPT pretyping/pretyping.ml - OCAMLOPT pretyping/unification.ml - OCAMLOPT interp/constrintern.ml - OCAMLOPT proofs/evar_refiner.ml - OCAMLOPT -a -o pretyping/pretyping.cmxa - OCAMLOPT interp/modintern.ml - OCAMLOPT proofs/proof.ml - OCAMLOPT interp/constrextern.ml - OCAMLOPT proofs/tacmach.ml - OCAMLOPT vernac/metasyntax.ml - OCAMLOPT proofs/proof_global.ml - OCAMLOPT plugins/micromega/certificate.ml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLOPT proofs/clenv.ml - OCAMLOPT tactics/hipattern.ml - OCAMLOPT plugins/cc/ccalgo.ml - OCAMLOPT plugins/romega/const_omega.ml - OCAMLOPT proofs/pfedit.ml - OCAMLOPT stm/vernac_classifier.ml - OCAMLOPT plugins/derive/derive.ml - OCAMLOPT proofs/clenvtac.ml - OCAMLOPT plugins/firstorder/formula.ml - OCAMLOPT plugins/cc/ccproof.ml - OCAMLOPT -a -o interp/interp.cmxa - OCAMLOPT printing/ppconstr.ml - OCAMLOPT plugins/derive/g_derive.ml - OCAMLOPT tactics/tacticals.ml - OCAMLOPT -a -o proofs/proofs.cmxa - OCAMLOPT vernac/search.ml - OCAMLOPT -pack -o plugins/derive/derive_plugin.cmx - OCAMLOPT -shared -o plugins/derive/derive_plugin.cmxs - OCAMLOPT printing/printer.ml - OCAMLOPT printing/ppvernac.ml - OCAMLOPT printing/printmod.ml - OCAMLOPT tactics/tactics.ml - OCAMLOPT tactics/hints.ml - OCAMLOPT vernac/himsg.ml - OCAMLOPT vernac/assumptions.ml - OCAMLOPT plugins/ltac/pptactic.ml - OCAMLOPT plugins/ltac/tacsubst.ml - OCAMLOPT plugins/extraction/table.ml - OCAMLOPT plugins/ltac/tacenv.ml - OCAMLOPT printing/prettyp.ml - OCAMLOPT plugins/extraction/mlutil.ml - OCAMLOPT plugins/firstorder/sequent.ml - OCAMLOPT vernac/explainErr.ml - OCAMLOPT plugins/ltac/tacintern.ml - OCAMLOPT -a -o printing/printing.cmxa - OCAMLOPT plugins/ltac/tactic_debug.ml - OCAMLOPT plugins/extraction/modutil.ml - OCAMLOPT plugins/extraction/extraction.ml - OCAMLOPT plugins/extraction/common.ml - OCAMLOPT plugins/extraction/ocaml.ml - OCAMLOPT plugins/extraction/haskell.ml - OCAMLOPT plugins/extraction/scheme.ml - OCAMLOPT plugins/extraction/json.ml - OCAMLOPT plugins/ltac/tacentries.ml - File "plugins/ltac/tacentries.ml", line 219, characters 8-9: - Warning 56: this match case is unreachable. - Consider replacing it with a refutation case '<pat> -> .' - OCAMLOPT tactics/elim.ml - OCAMLOPT tactics/equality.ml - OCAMLOPT tactics/contradiction.ml - OCAMLOPT tactics/leminv.ml - OCAMLOPT tactics/auto.ml - OCAMLOPT vernac/lemmas.ml - OCAMLOPT plugins/firstorder/rules.ml - OCAMLOPT plugins/quote/quote.ml - OCAMLOPT plugins/micromega/coq_micromega.ml - OCAMLOPT plugins/nsatz/nsatz.ml - OCAMLOPT plugins/btauto/refl_btauto.ml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLOPT plugins/firstorder/instances.ml - OCAMLOPT tactics/eauto.ml - OCAMLOPT vernac/class.ml - OCAMLOPT vernac/declareDef.ml - OCAMLOPT vernac/obligations.ml - OCAMLOPT tactics/class_tactics.ml - OCAMLOPT tactics/inv.ml - OCAMLOPT tactics/eqdecide.ml - OCAMLOPT tactics/autorewrite.ml - OCAMLOPT vernac/auto_ind_decl.ml - OCAMLOPT plugins/cc/cctac.ml - OCAMLOPT plugins/omega/coq_omega.ml - OCAMLOPT plugins/fourier/fourierR.ml - OCAMLOPT plugins/funind/indfun_common.ml - OCAMLOPT plugins/funind/glob_termops.ml - OCAMLOPT vernac/indschemes.ml - OCAMLOPT -a -o tactics/tactics.cmxa - OCAMLOPT vernac/command.ml - OCAMLOPT vernac/classes.ml - OCAMLOPT plugins/funind/glob_term_to_relation.ml - OCAMLOPT plugins/funind/merge.ml - OCAMLOPT vernac/record.ml - OCAMLOPT vernac/vernacentries.ml - OCAMLOPT -a -o vernac/vernac.cmxa - OCAMLOPT stm/stm.ml - OCAMLOPT plugins/extraction/extract_env.ml - OCAMLOPT stm/proofBlockDelimiter.ml - OCAMLOPT stm/vio_checking.ml - OCAMLOPT toplevel/vernac.ml - OCAMLOPT plugins/ltac/profile_ltac.ml - OCAMLOPT -a -o stm/stm.cmxa - OCAMLOPT toplevel/coqloop.ml - OCAMLOPT toplevel/coqinit.ml - OCAMLOPT plugins/ltac/tacinterp.ml - OCAMLOPT plugins/ltac/profile_ltac_tactics.ml - OCAMLOPT parsing/g_vernac.ml - OCAMLOPT toplevel/coqtop.ml - OCAMLOPT -a -o toplevel/toplevel.cmxa - OCAMLOPT stm/proofworkertop.ml - OCAMLOPT stm/tacworkertop.ml - OCAMLOPT stm/queryworkertop.ml - OCAMLOPT ide/ide_slave.ml - OCAMLOPT -shared -o stm/tacworkertop.cmxs - OCAMLOPT -shared -o stm/queryworkertop.cmxs - OCAMLOPT -shared -o stm/proofworkertop.cmxs - OCAMLOPT -a -o ide/coqidetop.cmxa - OCAMLOPT -shared -o ide/coqidetop.cmxs - OCAMLBEST -o bin/fake_ide - OCAMLOPT plugins/ltac/evar_tactics.ml - OCAMLOPT plugins/ltac/tactic_option.ml - OCAMLOPT plugins/ltac/extraargs.ml - OCAMLOPT plugins/ltac/g_auto.ml - OCAMLOPT plugins/ltac/g_class.ml - OCAMLOPT plugins/ltac/rewrite.ml - OCAMLOPT plugins/ltac/g_eqdecide.ml - OCAMLOPT plugins/ltac/g_obligations.ml - OCAMLOPT plugins/ltac/coretactics.ml - OCAMLOPT plugins/ltac/extratactics.ml - OCAMLOPT plugins/ltac/g_tactic.ml - OCAMLOPT parsing/g_proofs.ml - OCAMLOPT plugins/ltac/g_rewrite.ml - OCAMLOPT -a -o parsing/highparsing.cmxa - OCAMLOPT plugins/ltac/g_ltac.ml - COQMKTOP -o bin/coqtop - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface profile.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml/compiler-libs, lib - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml/compiler-libs, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLOPT -pack -o plugins/ltac/ltac_plugin.cmx - OCAMLOPT -shared -o plugins/ltac/ltac_plugin.cmxs - OCAMLOPT plugins/ltac/tauto.ml - OCAMLOPT plugins/cc/g_congruence.ml - OCAMLOPT plugins/firstorder/ground.ml - OCAMLOPT plugins/quote/g_quote.ml - OCAMLOPT plugins/omega/g_omega.ml - OCAMLOPT plugins/fourier/g_fourier.ml - OCAMLOPT plugins/micromega/g_micromega.ml - OCAMLOPT plugins/extraction/g_extraction.ml - OCAMLOPT plugins/funind/invfun.ml - OCAMLOPT plugins/ssrmatching/ssrmatching.ml - OCAMLOPT plugins/rtauto/refl_tauto.ml - OCAMLOPT plugins/nsatz/g_nsatz.ml - OCAMLOPT plugins/btauto/g_btauto.ml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLOPT -pack -o plugins/fourier/fourier_plugin.cmx - OCAMLOPT -pack -o plugins/btauto/btauto_plugin.cmx - OCAMLOPT -pack -o plugins/cc/cc_plugin.cmx - OCAMLOPT -pack -o plugins/nsatz/nsatz_plugin.cmx - OCAMLOPT -pack -o plugins/omega/omega_plugin.cmx - OCAMLOPT -pack -o plugins/quote/quote_plugin.cmx - OCAMLOPT plugins/firstorder/g_ground.ml - OCAMLOPT -shared -o plugins/fourier/fourier_plugin.cmxs - OCAMLOPT -shared -o plugins/btauto/btauto_plugin.cmxs - OCAMLOPT -pack -o plugins/ltac/tauto_plugin.cmx - OCAMLOPT -pack -o plugins/micromega/micromega_plugin.cmx - OCAMLOPT -shared -o plugins/nsatz/nsatz_plugin.cmxs - OCAMLOPT -shared -o plugins/cc/cc_plugin.cmxs - OCAMLOPT -shared -o plugins/quote/quote_plugin.cmxs - OCAMLOPT plugins/setoid_ring/newring.ml - OCAMLOPT -shared -o plugins/omega/omega_plugin.cmxs - OCAMLOPT plugins/romega/refl_omega.ml - OCAMLOPT plugins/rtauto/g_rtauto.ml - OCAMLOPT -shared -o plugins/ltac/tauto_plugin.cmxs - OCAMLOPT -pack -o plugins/extraction/extraction_plugin.cmx - OCAMLOPT -shared -o plugins/micromega/micromega_plugin.cmxs - OCAMLOPT -pack -o plugins/rtauto/rtauto_plugin.cmx - OCAMLOPT -pack -o plugins/firstorder/ground_plugin.cmx - OCAMLOPT -shared -o plugins/extraction/extraction_plugin.cmxs - OCAMLOPT plugins/funind/recdef.ml - OCAMLOPT -shared -o plugins/rtauto/rtauto_plugin.cmxs - OCAMLOPT -shared -o plugins/firstorder/ground_plugin.cmxs - OCAMLOPT plugins/romega/g_romega.ml - OCAMLOPT -pack -o plugins/romega/romega_plugin.cmx - OCAMLOPT plugins/setoid_ring/g_newring.ml - true bin/coqtop - true bin/coqtop - OCAMLOPT -shared -o plugins/romega/romega_plugin.cmxs - COQC -noinit theories/Init/Notations.v - OCAMLOPT -pack -o plugins/ssrmatching/ssrmatching_plugin.cmx - COQC -noinit theories/Init/Logic.v - OCAMLOPT -shared -o plugins/ssrmatching/ssrmatching_plugin.cmxs - OCAMLOPT plugins/ssr/ssrprinters.ml - OCAMLOPT -pack -o plugins/setoid_ring/newring_plugin.cmx - OCAMLOPT -shared -o plugins/setoid_ring/newring_plugin.cmxs - OCAMLOPT plugins/ssr/ssrcommon.ml - OCAMLOPT plugins/funind/functional_principles_proofs.ml - COQC -noinit theories/Init/Datatypes.v - COQC -noinit theories/Init/Logic_Type.v - COQC -noinit theories/Init/Specif.v - COQC -noinit theories/Init/Nat.v - COQC -noinit theories/Init/Wf.v - COQC -noinit theories/Init/Tauto.v - OCAMLOPT plugins/funind/functional_principles_types.ml - OCAMLOPT plugins/ssr/ssrtacticals.ml - OCAMLOPT plugins/ssr/ssrelim.ml - OCAMLOPT plugins/ssr/ssrview.ml - COQC -noinit theories/Init/Peano.v - OCAMLOPT plugins/ssr/ssrbwd.ml - OCAMLOPT plugins/funind/indfun.ml - OCAMLOPT plugins/ssr/ssrequality.ml - OCAMLOPT plugins/funind/g_indfun.ml - OCAMLOPT plugins/ssr/ssripats.ml - COQC -noinit theories/Init/Tactics.v - OCAMLOPT -pack -o plugins/funind/recdef_plugin.cmx - OCAMLOPT -shared -o plugins/funind/recdef_plugin.cmxs - COQC -noinit theories/Init/Prelude.v - OCAMLOPT plugins/ssr/ssrfwd.ml - COQC theories/Bool/Bool.v - COQC theories/Program/Basics.v - COQC theories/Program/Tactics.v - COQC theories/Relations/Relation_Definitions.v - COQC theories/Logic/Decidable.v - COQC theories/Logic/EqdepFacts.v - COQC theories/Numbers/BinNums.v - COQC theories/Bool/Sumbool.v - COQC plugins/quote/Quote.v - COQC theories/Wellfounded/Inverse_Image.v - COQC theories/Unicode/Utf8_core.v - COQC theories/Sets/Relations_1.v - COQC theories/Sets/Permut.v - COQC theories/Sets/Ensembles.v - COQC theories/Logic/PropExtensionalityFacts.v - COQC theories/Logic/Hurkens.v - COQC theories/Logic/FunctionalExtensionality.v - COQC plugins/extraction/Extraction.v - COQC theories/Logic/RelationalChoice.v - COQC theories/Logic/ExtensionalFunctionRepresentative.v - COQC theories/Logic/SetIsType.v - COQC theories/Logic/PropFacts.v - COQC theories/Logic/ExtensionalityFacts.v - COQC theories/Logic/Berardi.v - COQC theories/Lists/Streams.v - COQC theories/Compat/AdmitAxiom.v - COQC theories/Bool/DecBool.v - COQC plugins/ssrmatching/ssrmatching.v - COQC plugins/setoid_ring/Algebra_syntax.v - COQC plugins/ltac/Ltac.v - COQC plugins/derive/Derive.v - COQC theories/Classes/Init.v - COQC theories/Relations/Relation_Operators.v - COQC theories/Wellfounded/Inclusion.v - COQC theories/PArith/BinPosDef.v - COQC theories/Unicode/Utf8.v - COQC theories/Program/Utils.v - COQC theories/Sets/Relations_1_facts.v - COQC theories/Sets/Relations_2.v - COQC plugins/funind/FunInd.v - COQC plugins/extraction/ExtrOcamlBasic.v - COQC plugins/extraction/ExtrHaskellBasic.v - OCAMLOPT plugins/ssr/ssrparser.ml - COQC theories/Sets/Constructive_sets.v - COQC theories/Sets/Partial_Order.v - COQC theories/Classes/RelationClasses.v - COQC theories/Classes/CRelationClasses.v - COQC theories/Program/Combinators.v - COQC theories/Compat/Coq86.v - COQC theories/Sets/Relations_3.v - COQC theories/Relations/Operators_Properties.v - COQC theories/Wellfounded/Disjoint_Union.v - COQC theories/Wellfounded/Transitive_Closure.v - COQC theories/Sets/Relations_2_facts.v - COQC theories/Logic/Eqdep_dec.v - COQC theories/Logic/Eqdep.v - COQC theories/Logic/ProofIrrelevanceFacts.v - COQC theories/Sets/Finite_sets.v - COQC theories/Sets/Cpo.v - COQC theories/Compat/Coq85.v - COQC theories/Wellfounded/Lexicographic_Product.v - COQC theories/Wellfounded/Union.v - COQC theories/Wellfounded/Well_Ordering.v - COQC theories/Logic/JMeq.v - COQC theories/Logic/ProofIrrelevance.v - COQC theories/Sets/Powerset.v - COQC theories/Sets/Relations_3_facts.v - COQC theories/Lists/StreamMemo.v - COQC theories/Program/Wf.v - COQC theories/Classes/CMorphisms.v - COQC theories/Program/Equality.v - COQC theories/Relations/Relations.v - COQC theories/Sets/Uniset.v - COQC theories/Bool/IfProp.v - COQC theories/Bool/BoolEq.v - COQC theories/Sets/Powerset_facts.v - COQC theories/Program/Subset.v - COQC theories/Classes/Morphisms.v - COQC theories/Classes/CEquivalence.v - COQC theories/Classes/Morphisms_Prop.v - COQC theories/Classes/Equivalence.v - OCAMLOPT plugins/ssr/ssrvernac.ml - COQC theories/Classes/SetoidTactics.v - OCAMLOPT -pack -o plugins/ssr/ssreflect_plugin.cmx - COQC theories/Setoids/Setoid.v - OCAMLOPT -shared -o plugins/ssr/ssreflect_plugin.cmxs - COQC plugins/ssr/ssreflect.v - COQC theories/Structures/Equalities.v - COQC theories/Numbers/NumPrelude.v - COQC plugins/ssr/ssrfun.v - COQC theories/Structures/Orders.v - COQC plugins/ssr/ssrbool.v - COQC theories/Structures/OrdersTac.v - COQC theories/Structures/OrdersFacts.v - COQC theories/Structures/GenericMinMax.v - COQC theories/Numbers/NatInt/NZAxioms.v - COQC theories/Numbers/NatInt/NZBase.v - COQC theories/Numbers/NatInt/NZAdd.v - COQC theories/Numbers/NatInt/NZOrder.v - COQC theories/Numbers/NatInt/NZMul.v - COQC theories/Numbers/NatInt/NZAddOrder.v - COQC theories/Numbers/NatInt/NZMulOrder.v - COQC theories/Numbers/NatInt/NZParity.v - COQC theories/Numbers/NatInt/NZPow.v - COQC theories/Numbers/NatInt/NZSqrt.v - COQC theories/Numbers/NatInt/NZDiv.v - COQC theories/Numbers/NatInt/NZGcd.v - COQC theories/Numbers/NatInt/NZProperties.v - COQC theories/Numbers/NatInt/NZLog.v - COQC theories/Numbers/NatInt/NZBits.v - COQC theories/Numbers/Natural/Abstract/NAxioms.v - COQC theories/Numbers/Integer/Abstract/ZAxioms.v - COQC theories/Numbers/Natural/Abstract/NBase.v - COQC theories/Numbers/Integer/Abstract/ZBase.v - COQC theories/Numbers/Integer/Abstract/ZAdd.v - COQC theories/Numbers/Natural/Abstract/NAdd.v - COQC theories/Numbers/Natural/Abstract/NIso.v - COQC theories/Numbers/Natural/Abstract/NOrder.v - COQC theories/Numbers/Integer/Abstract/ZMul.v - COQC theories/Numbers/Integer/Abstract/ZLt.v - COQC theories/Numbers/Integer/Abstract/ZAddOrder.v - COQC theories/Numbers/Natural/Abstract/NAddOrder.v - COQC theories/Numbers/Natural/Abstract/NMulOrder.v - COQC theories/Numbers/Natural/Abstract/NSub.v - COQC theories/Numbers/Integer/Abstract/ZMulOrder.v - COQC theories/Numbers/Natural/Abstract/NMaxMin.v - COQC theories/Numbers/Natural/Abstract/NParity.v - COQC theories/Numbers/Natural/Abstract/NSqrt.v - COQC theories/Numbers/Natural/Abstract/NDiv.v - COQC theories/Numbers/Natural/Abstract/NGcd.v - COQC theories/Numbers/Natural/Abstract/NStrongRec.v - COQC theories/Numbers/Integer/Abstract/ZMaxMin.v - COQC theories/Numbers/Integer/Abstract/ZSgnAbs.v - COQC theories/Numbers/Integer/Abstract/ZParity.v - COQC theories/Numbers/Natural/Abstract/NPow.v - COQC theories/Numbers/Natural/Abstract/NLcm.v - COQC theories/Numbers/Natural/Abstract/NLog.v - COQC theories/Numbers/Integer/Abstract/ZPow.v - COQC theories/Numbers/Integer/Abstract/ZDivTrunc.v - COQC theories/Numbers/Integer/Abstract/ZDivFloor.v - COQC theories/Numbers/Integer/Abstract/ZGcd.v - COQC theories/Numbers/Integer/Abstract/ZDivEucl.v - COQC theories/Numbers/Natural/Abstract/NBits.v - COQC theories/Numbers/Integer/Abstract/ZBits.v - COQC theories/Numbers/Integer/Abstract/ZLcm.v - COQC theories/Numbers/Natural/Abstract/NProperties.v - COQC theories/Arith/PeanoNat.v - COQC theories/Arith/Le.v - COQC theories/Arith/EqNat.v - COQC theories/Arith/Max.v - COQC theories/Arith/Min.v - COQC theories/Arith/Even.v - COQC theories/Arith/Lt.v - COQC theories/Arith/Plus.v - COQC theories/Arith/Minus.v - COQC theories/Arith/Between.v - COQC theories/Arith/Peano_dec.v - COQC theories/Arith/Gt.v - COQC theories/Arith/Mult.v - COQC theories/PArith/BinPos.v - COQC theories/Sets/Multiset.v - COQC theories/Numbers/NatInt/NZDomain.v - COQC theories/Numbers/Integer/Abstract/ZProperties.v - COQC theories/Arith/Div2.v - COQC theories/Numbers/Natural/Peano/NPeano.v - COQC theories/Arith/Compare_dec.v - COQC theories/Lists/List.v - COQC theories/Arith/Factorial.v - COQC theories/Arith/Wf_nat.v - COQC theories/Arith/Bool_nat.v - COQC theories/Arith/Arith_base.v - COQC theories/Logic/ClassicalFacts.v - COQC plugins/funind/Recdef.v - COQC theories/Arith/Euclid.v - COQC theories/Vectors/Fin.v - COQC theories/Arith/Compare.v - COQC theories/Logic/Classical_Prop.v - COQC theories/Logic/PropExtensionality.v - COQC theories/PArith/Pnat.v - COQC theories/NArith/BinNatDef.v - COQC theories/PArith/POrderedType.v - COQC theories/Vectors/VectorDef.v - COQC theories/Logic/Classical_Pred_Type.v - COQC theories/NArith/BinNat.v - COQC theories/Logic/Classical.v - COQC theories/Vectors/VectorSpec.v - COQC plugins/setoid_ring/BinList.v - COQC theories/Lists/ListTactics.v - COQC theories/Wellfounded/Lexicographic_Exponentiation.v - COQC theories/Sorting/Sorted.v - COQC theories/Lists/ListDec.v - COQC plugins/micromega/Refl.v - COQC theories/Numbers/NaryFunctions.v - COQC theories/Logic/WeakFan.v - COQC theories/Lists/ListSet.v - COQC plugins/rtauto/Bintree.v - COQC theories/Sets/Classical_sets.v - COQC theories/Logic/ClassicalUniqueChoice.v - COQC theories/PArith/PArith.v - COQC theories/Vectors/VectorEq.v - COQC theories/Sets/Powerset_Classical_facts.v - COQC theories/Lists/SetoidList.v - COQC theories/Logic/FinFun.v - COQC plugins/micromega/Tauto.v - COQC theories/Vectors/Vector.v - COQC theories/Wellfounded/Wellfounded.v - COQC plugins/rtauto/Rtauto.v - COQC theories/ZArith/BinIntDef.v - COQC theories/NArith/Nnat.v - COQC plugins/setoid_ring/Ring_theory.v - COQC theories/NArith/Ndiv_def.v - COQC theories/NArith/Nsqrt_def.v - COQC theories/NArith/Ngcd_def.v - COQC theories/Numbers/Natural/Binary/NBinary.v - COQC theories/Bool/Bvector.v - COQC theories/Sets/Finite_sets_facts.v - COQC theories/Sorting/Permutation.v - COQC theories/Program/Syntax.v - COQC theories/ZArith/BinInt.v - COQC theories/Program/Program.v - COQC theories/NArith/Ndigits.v - COQC theories/Strings/Ascii.v - COQC theories/Classes/SetoidClass.v - COQC theories/Classes/Morphisms_Relations.v - COQC theories/Classes/EquivDec.v - COQC theories/Sets/Image.v - COQC theories/Sets/Infinite_sets.v - COQC theories/Sorting/Mergesort.v - COQC theories/Classes/RelationPairs.v - COQC theories/Structures/OrderedType.v - COQC theories/Structures/DecidableType.v - COQC theories/Lists/SetoidPermutation.v - COQC theories/Sets/Integers.v - COQC theories/Sorting/Sorting.v - COQC theories/Structures/EqualitiesFacts.v - COQC theories/Numbers/Natural/Abstract/NDefOps.v - COQC theories/MSets/MSetInterface.v - COQC theories/Structures/OrdersAlt.v - COQC theories/Structures/OrderedTypeAlt.v - COQC theories/FSets/FSetInterface.v - COQC theories/FSets/FMapInterface.v - COQC theories/ZArith/Zcompare.v - COQC theories/ZArith/Zeven.v - COQC theories/ZArith/Znat.v - COQC plugins/setoid_ring/Ring_polynom.v - COQC theories/ZArith/Zpow_def.v - COQC theories/ZArith/Zpow_alt.v - COQC theories/ZArith/Zeuclid.v - COQC theories/ZArith/Int.v - COQC plugins/micromega/Env.v - COQC theories/Numbers/Integer/Binary/ZBinary.v - COQC theories/FSets/FMapWeakList.v - COQC theories/FSets/FMapList.v - COQC theories/FSets/FSetBridge.v - COQC theories/Structures/OrdersLists.v - COQC theories/Structures/OrdersEx.v - COQC plugins/micromega/EnvRing.v - COQC theories/ZArith/Zorder.v - COQC theories/MSets/MSetWeakList.v - COQC theories/MSets/MSetGenTree.v - COQC theories/MSets/MSetList.v - COQC plugins/omega/OmegaLemmas.v - COQC theories/ZArith/auxiliary.v - COQC theories/ZArith/Zminmax.v - COQC theories/ZArith/Zmin.v - COQC theories/ZArith/Zmax.v - COQC theories/ZArith/ZArith_dec.v - COQC theories/ZArith/Zmisc.v - COQC theories/MSets/MSetPositive.v - COQC theories/ZArith/Wf_Z.v - COQC theories/ZArith/Zabs.v - COQC theories/ZArith/Zbool.v - COQC theories/ZArith/Zhints.v - COQC theories/MSets/MSetAVL.v - COQC theories/MSets/MSetRBT.v - COQC theories/ZArith/ZArith_base.v - COQC plugins/romega/ReflOmegaCore.v - COQC theories/Reals/Rdefinitions.v - COQC plugins/setoid_ring/Ncring.v - COQC theories/Reals/Raxioms.v - COQC theories/Reals/Rpow_def.v - COQC plugins/setoid_ring/InitialRing.v - COQC plugins/setoid_ring/Ncring_polynom.v - COQC plugins/setoid_ring/Ring_tac.v - COQC plugins/setoid_ring/Ring_base.v - COQC plugins/setoid_ring/Ring.v - COQC plugins/setoid_ring/ArithRing.v - COQC plugins/setoid_ring/ZArithRing.v - COQC plugins/setoid_ring/NArithRing.v - COQC plugins/setoid_ring/Field_theory.v - COQC plugins/micromega/OrderedRing.v - COQC theories/Numbers/Integer/NatPairs/ZNatPairs.v - COQC theories/Arith/Arith.v - COQC theories/NArith/NArith.v - COQC plugins/omega/PreOmega.v - COQC theories/NArith/Ndec.v - COQC theories/Strings/String.v - COQC theories/NArith/Ndist.v - COQC theories/Bool/Zerob.v - COQC theories/Logic/ChoiceFacts.v - COQC theories/Logic/ConstructiveEpsilon.v - COQC theories/Classes/SetoidDec.v - COQC plugins/extraction/ExtrOcamlNatInt.v - COQC plugins/extraction/ExtrOcamlNatBigInt.v - COQC plugins/extraction/ExtrHaskellNatNum.v - COQC plugins/micromega/RingMicromega.v - COQC plugins/extraction/ExtrHaskellNatInteger.v - COQC plugins/extraction/ExtrHaskellNatInt.v - COQC plugins/omega/Omega.v - COQC plugins/omega/OmegaPlugin.v - COQC plugins/omega/OmegaTactic.v - COQC plugins/extraction/ExtrOcamlString.v - COQC plugins/extraction/ExtrHaskellString.v - COQC plugins/romega/ROmega.v - COQC theories/ZArith/Zwf.v - COQC theories/ZArith/Zsqrt_compat.v - COQC theories/ZArith/Zcomplements.v - COQC theories/Sorting/PermutSetoid.v - COQC theories/Logic/WKL.v - COQC theories/ZArith/Zdiv.v - COQC theories/ZArith/Zpower.v - COQC theories/Logic/ClassicalChoice.v - COQC theories/Logic/IndefiniteDescription.v - COQC theories/Logic/Epsilon.v - COQC theories/Logic/Diaconescu.v - COQC theories/Logic/Description.v - COQC theories/Logic/ClassicalEpsilon.v - COQC theories/Sorting/PermutEq.v - COQC theories/Sorting/Heap.v - COQC theories/Logic/ClassicalDescription.v - COQC theories/Logic/SetoidChoice.v - COQC theories/ZArith/Zlogarithm.v - COQC theories/ZArith/Zquot.v - COQC theories/ZArith/Znumtheory.v - COQC theories/ZArith/ZArith.v - COQC theories/ZArith/Zdigits.v - COQC theories/Structures/OrderedTypeEx.v - COQC theories/QArith/QArith_base.v - COQC plugins/micromega/VarMap.v - COQC theories/Numbers/Cyclic/Abstract/DoubleType.v - COQC theories/FSets/FMapAVL.v - COQC theories/Classes/DecidableClass.v - COQC plugins/micromega/ZCoeff.v - COQC plugins/extraction/ExtrOcamlZInt.v - COQC plugins/extraction/ExtrOcamlZBigInt.v - COQC plugins/extraction/ExtrOcamlIntConv.v - COQC plugins/extraction/ExtrOcamlBigIntConv.v - COQC plugins/extraction/ExtrHaskellZNum.v - COQC plugins/extraction/ExtrHaskellZInteger.v - COQC plugins/extraction/ExtrHaskellZInt.v - COQC theories/Numbers/Cyclic/Int31/Int31.v - COQC plugins/btauto/Algebra.v - COQC theories/Structures/DecidableTypeEx.v - COQC theories/FSets/FSetPositive.v - COQC theories/FSets/FMapPositive.v - COQC plugins/setoid_ring/Field_tac.v - COQC theories/MSets/MSetFacts.v - COQC theories/FSets/FSetFacts.v - COQC theories/FSets/FMapFacts.v - COQC theories/ZArith/Zpow_facts.v - COQC theories/ZArith/Zgcd_alt.v - COQC plugins/setoid_ring/Field.v - COQC theories/QArith/Qreduction.v - COQC theories/QArith/QOrderedType.v - COQC plugins/setoid_ring/RealField.v - COQC theories/QArith/Qfield.v - COQC theories/QArith/Qminmax.v - COQC theories/Numbers/Cyclic/Abstract/CyclicAxioms.v - COQC theories/Reals/RIneq.v - COQC theories/QArith/Qring.v - COQC theories/QArith/Qpower.v - COQC theories/FSets/FSetDecide.v - COQC theories/MSets/MSetDecide.v - COQC theories/FSets/FSetCompat.v - COQC theories/QArith/QArith.v - COQC theories/Numbers/Cyclic/ZModulo/ZModulo.v - COQC theories/Numbers/Cyclic/Int31/Cyclic31.v - COQC theories/Numbers/Cyclic/Abstract/NZCyclic.v - COQC plugins/micromega/QMicromega.v - COQC theories/QArith/Qround.v - COQC theories/QArith/Qcanon.v - COQC theories/QArith/Qabs.v - COQC plugins/micromega/ZMicromega.v - COQC theories/FSets/FSetWeakList.v - COQC theories/FSets/FSetList.v - COQC theories/FSets/FSetAVL.v - COQC theories/FSets/FSetProperties.v - COQC theories/MSets/MSetProperties.v - COQC theories/Reals/DiscrR.v - COQC theories/Reals/Rlogic.v - COQC plugins/micromega/Lqa.v - COQC theories/QArith/Qcabs.v - COQC plugins/btauto/Reflect.v - COQC theories/Reals/Rbase.v - COQC plugins/micromega/Lia.v - COQC theories/Reals/R_Ifp.v - COQC plugins/fourier/Fourier_util.v - COQC theories/Reals/SplitRmult.v - COQC theories/QArith/Qreals.v - COQC theories/Reals/ROrderedType.v - COQC plugins/btauto/Btauto.v - COQC theories/FSets/FMaps.v - COQC plugins/fourier/Fourier.v - COQC plugins/micromega/RMicromega.v - COQC theories/Reals/Rbasic_fun.v - COQC plugins/micromega/Lra.v - COQC plugins/micromega/MExtraction.v - COQC theories/Reals/R_sqr.v - COQC theories/Reals/SplitAbsolu.v - COQC theories/Reals/ArithProp.v - COQC theories/Reals/Rminmax.v - COQC plugins/micromega/Psatz.v - COQC theories/FSets/FSetEqProperties.v - COQC theories/FSets/FSetToFiniteSet.v - COQC theories/MSets/MSetEqProperties.v - COQC theories/MSets/MSetToFiniteSet.v - COQC theories/Reals/Rfunctions.v - COQC theories/FSets/FSets.v - COQC theories/Reals/Rlimit.v - COQC theories/Reals/Rseries.v - COQC theories/Reals/RList.v - COQC theories/Numbers/Cyclic/Int31/Ring31.v - COQC theories/MSets/MSets.v - COQC theories/FSets/FMapFullAVL.v - COQC theories/Reals/SeqProp.v - COQC theories/Reals/Rderiv.v - COQC theories/Reals/Ranalysis1.v - COQC theories/Reals/Rcomplete.v - COQC theories/Reals/PartSum.v - COQC plugins/setoid_ring/Ncring_initial.v - COQC theories/Reals/Rtopology.v - COQC theories/Reals/Ranalysis2.v - COQC theories/Reals/AltSeries.v - COQC theories/Reals/Binomial.v - COQC theories/Reals/Rsigma.v - COQC theories/Reals/Cauchy_prod.v - COQC theories/Reals/Alembert.v - COQC theories/Reals/Ranalysis3.v - COQC theories/Reals/MVT.v - COQC theories/Reals/Rprod.v - COQC theories/Reals/SeqSeries.v - COQC theories/Reals/Rsqrt_def.v - COQC theories/Reals/Rtrigo_fun.v - COQC theories/Reals/PSeries_reg.v - COQC plugins/setoid_ring/Ncring_tac.v - COQC theories/Reals/Rtrigo_def.v - COQC theories/Reals/R_sqrt.v - COQC theories/Reals/Rtrigo_alt.v - COQC theories/Reals/Cos_rel.v - COQC theories/Reals/Sqrt_reg.v - COQC theories/Reals/Cos_plus.v - COQC plugins/setoid_ring/Cring.v - COQC theories/Reals/Rtrigo1.v - COQC plugins/setoid_ring/Integral_domain.v - COQC plugins/setoid_ring/Rings_Z.v - COQC plugins/setoid_ring/Rings_Q.v - COQC theories/Reals/Rtrigo_reg.v - COQC theories/Reals/Rtrigo_calc.v - COQC theories/Reals/Exp_prop.v - COQC theories/Reals/Rgeom.v - COQC theories/Reals/Ranalysis4.v - COQC theories/Reals/Rpower.v - COQC theories/Reals/Ranalysis_reg.v - COQC theories/Reals/RiemannInt_SF.v - COQC theories/Reals/RiemannInt.v - COQC theories/Reals/Ranalysis5.v - COQC theories/Reals/Ratan.v - COQC theories/Reals/Machin.v - COQC theories/Reals/Rtrigo.v - COQC theories/Reals/Ranalysis.v - COQC theories/Reals/NewtonInt.v - COQC theories/Reals/Integration.v - COQC theories/Reals/Reals.v - COQC plugins/setoid_ring/Rings_R.v - COQC plugins/nsatz/Nsatz.v - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/coq.8.7.2' Processing 87/90: [coq: make byte] + /usr/bin/make "-j39" "byte" (CWD=/home/opam/.opam/4.06/.opam-switch/build/coq.8.7.2) - /usr/bin/make --warn-undefined-variable --no-builtin-rules -f Makefile.build byte - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/coq.8.7.2' - OCAMLC config/coq_config.ml - OCAMLC lib/terminal.ml - OCAMLC lib/canary.ml - OCAMLC lib/hook.ml - OCAMLC lib/hashset.ml - OCAMLC lib/hashcons.ml - OCAMLC lib/cSet.ml - OCAMLC lib/cMap.ml - OCAMLC lib/int.ml - OCAMLC lib/dyn.ml - OCAMLC lib/hMap.ml - OCAMLC lib/option.ml - OCAMLC lib/store.ml - OCAMLC lib/exninfo.ml - OCAMLC lib/backtrace.ml - OCAMLC lib/iStream.ml - OCAMLC lib/flags.ml - OCAMLC lib/control.ml - OCAMLC lib/loc.ml - OCAMLC lib/cAst.ml - OCAMLC lib/cList.ml - OCAMLC lib/cString.ml - OCAMLC lib/deque.ml - OCAMLC lib/cObj.ml - OCAMLC lib/cArray.ml - OCAMLC lib/cStack.ml - OCAMLC lib/util.ml - OCAMLC lib/stateid.ml - OCAMLC lib/pp.ml - OCAMLC lib/feedback.ml - OCAMLC lib/cUnix.ml - OCAMLC lib/envars.ml - OCAMLC lib/aux_file.ml - OCAMLC lib/monad.ml - OCAMLC lib/coqProject_file.ml - OCAMLC lib/cErrors.ml - OCAMLC lib/cWarnings.ml - OCAMLC lib/bigint.ml - OCAMLC lib/system.ml - OCAMLC lib/cThread.ml - OCAMLC lib/spawn.ml - OCAMLC lib/trie.ml - OCAMLC lib/profile.ml - OCAMLC lib/explore.ml - OCAMLC lib/predicate.ml - OCAMLC lib/rtree.ml - OCAMLC lib/heap.ml - OCAMLC lib/unionfind.ml - OCAMLC lib/genarg.ml - OCAMLC lib/cEphemeron.ml - OCAMLC lib/future.ml - OCAMLC lib/remoteCounter.ml - OCAMLC kernel/names.ml - OCAMLC kernel/uint31.ml - OCAMLC kernel/univ.ml - OCAMLC kernel/uGraph.ml - OCAMLC kernel/esubst.ml - OCAMLC kernel/sorts.ml - OCAMLC kernel/evar.ml - OCAMLC kernel/constr.ml - OCAMLC kernel/context.ml - OCAMLC kernel/vars.ml - OCAMLC kernel/term.ml - OCAMLC kernel/mod_subst.ml - OCAMLC kernel/cbytecodes.ml - OCAMLC kernel/cemitcodes.ml - OCAMLC kernel/nativevalues.ml - OCAMLC kernel/primitives.ml - OCAMLC kernel/opaqueproof.ml - OCAMLC kernel/declareops.ml - OCAMLC kernel/retroknowledge.ml - OCAMLC kernel/conv_oracle.ml - OCAMLC kernel/pre_env.ml - OCAMLC kernel/cbytegen.ml - OCAMLC kernel/nativelambda.ml - OCAMLC kernel/nativecode.ml - OCAMLC kernel/nativelib.ml - OCAMLC kernel/environ.ml - OCAMLC kernel/cClosure.ml - OCAMLC kernel/reduction.ml - OCAMLC kernel/nativeconv.ml - OCAMLC kernel/type_errors.ml - OCAMLC kernel/modops.ml - OCAMLC kernel/inductive.ml - OCAMLC kernel/typeops.ml - OCAMLC kernel/indtypes.ml - OCAMLC kernel/cooking.ml - OCAMLC kernel/term_typing.ml - OCAMLC kernel/subtyping.ml - OCAMLC kernel/mod_typing.ml - OCAMLC kernel/nativelibrary.ml - OCAMLC kernel/safe_typing.ml - OCAMLC kernel/vm.ml - OCAMLC kernel/csymtable.ml - OCAMLC kernel/vconv.ml - OCAMLC -a -o intf/intf.cma - OCAMLC library/univops.ml - OCAMLC library/nameops.ml - OCAMLC library/libnames.ml - OCAMLC library/globnames.ml - OCAMLC library/libobject.ml - OCAMLC library/summary.ml - OCAMLC library/nametab.ml - OCAMLC library/global.ml - OCAMLC library/lib.ml - OCAMLC library/declaremods.ml - OCAMLC library/loadpath.ml - OCAMLC library/library.ml - OCAMLC library/states.ml - OCAMLC library/kindops.ml - OCAMLC library/dischargedhypsmap.ml - OCAMLC library/goptions.ml - OCAMLC library/decls.ml - OCAMLC library/heads.ml - OCAMLC library/keys.ml - OCAMLC library/coqlib.ml - OCAMLC engine/logic_monad.ml - OCAMLC engine/universes.ml - OCAMLC engine/uState.ml - OCAMLC engine/evd.ml - OCAMLC engine/eConstr.ml - OCAMLC engine/namegen.ml - OCAMLC engine/termops.ml - OCAMLC engine/proofview_monad.ml - OCAMLC engine/evarutil.ml - OCAMLC engine/proofview.ml - OCAMLC engine/ftactic.ml - OCAMLC engine/geninterp.ml - OCAMLC pretyping/locusops.ml - OCAMLC pretyping/pretype_errors.ml - OCAMLC pretyping/reductionops.ml - OCAMLC pretyping/inductiveops.ml - OCAMLC pretyping/vnorm.ml - OCAMLC pretyping/arguments_renaming.ml - OCAMLC pretyping/nativenorm.ml - OCAMLC pretyping/retyping.ml - OCAMLC pretyping/cbv.ml - OCAMLC pretyping/find_subterm.ml - OCAMLC pretyping/evardefine.ml - OCAMLC pretyping/evarsolve.ml - OCAMLC pretyping/recordops.ml - OCAMLC pretyping/evarconv.ml - OCAMLC pretyping/typing.ml - OCAMLC pretyping/miscops.ml - OCAMLC pretyping/glob_ops.ml - OCAMLC pretyping/redops.ml - OCAMLC pretyping/patternops.ml - OCAMLC pretyping/constr_matching.ml - OCAMLC pretyping/tacred.ml - OCAMLC pretyping/typeclasses_errors.ml - OCAMLC pretyping/typeclasses.ml - OCAMLC pretyping/classops.ml - OCAMLC pretyping/program.ml - OCAMLC pretyping/coercion.ml - OCAMLC pretyping/detyping.ml - OCAMLC pretyping/indrec.ml - OCAMLC pretyping/cases.ml - OCAMLC pretyping/pretyping.ml - OCAMLC pretyping/unification.ml - OCAMLC interp/stdarg.ml - OCAMLC interp/genintern.ml - OCAMLC interp/constrexpr_ops.ml - OCAMLC interp/notation_ops.ml - OCAMLC interp/ppextend.ml - OCAMLC interp/notation.ml - OCAMLC interp/dumpglob.ml - OCAMLC interp/syntax_def.ml - OCAMLC interp/smartlocate.ml - OCAMLC interp/topconstr.ml - OCAMLC interp/reserve.ml - OCAMLC interp/impargs.ml - OCAMLC interp/implicit_quantifiers.ml - OCAMLC interp/constrintern.ml - OCAMLC interp/modintern.ml - OCAMLC interp/constrextern.ml - OCAMLC vernac/discharge.ml - OCAMLC interp/declare.ml - OCAMLC proofs/miscprint.ml - OCAMLC proofs/goal.ml - OCAMLC proofs/evar_refiner.ml - OCAMLC proofs/proof_using.ml - OCAMLC proofs/logic.ml - OCAMLC proofs/refine.ml - OCAMLC proofs/proof.ml - OCAMLC proofs/proof_global.ml - OCAMLC proofs/redexpr.ml - OCAMLC proofs/refiner.ml - OCAMLC proofs/tacmach.ml - OCAMLC proofs/pfedit.ml - OCAMLC proofs/clenv.ml - OCAMLC proofs/clenvtac.ml - OCAMLC parsing/tok.ml - OCAMLC parsing/cLexer.ml - OCAMLC parsing/pcoq.ml - OCAMLC parsing/egramml.ml - OCAMLC parsing/egramcoq.ml - OCAMLC printing/genprint.ml - OCAMLC printing/pputils.ml - OCAMLC printing/ppconstr.ml - OCAMLC printing/printer.ml - OCAMLC printing/printmod.ml - OCAMLC printing/prettyp.ml - OCAMLC printing/ppvernac.ml - OCAMLC tactics/dnet.ml - OCAMLC tactics/dn.ml - OCAMLC tactics/btermdn.ml - OCAMLC tactics/tacticals.ml - OCAMLC tactics/hipattern.ml - OCAMLC tactics/ind_tables.ml - OCAMLC tactics/eqschemes.ml - OCAMLC tactics/elimschemes.ml - OCAMLC tactics/tactics.ml - OCAMLC tactics/elim.ml - OCAMLC tactics/equality.ml - OCAMLC tactics/contradiction.ml - OCAMLC tactics/inv.ml - OCAMLC tactics/leminv.ml - OCAMLC tactics/hints.ml - OCAMLC tactics/auto.ml - OCAMLC tactics/eauto.ml - OCAMLC tactics/class_tactics.ml - OCAMLC tactics/term_dnet.ml - OCAMLC tactics/eqdecide.ml - OCAMLC tactics/autorewrite.ml - OCAMLC vernac/vernacprop.ml - OCAMLC vernac/lemmas.ml - OCAMLC vernac/himsg.ml - OCAMLC vernac/explainErr.ml - OCAMLC vernac/class.ml - OCAMLC vernac/locality.ml - OCAMLC vernac/metasyntax.ml - OCAMLC vernac/auto_ind_decl.ml - OCAMLC vernac/search.ml - OCAMLC vernac/indschemes.ml - OCAMLC vernac/declareDef.ml - OCAMLC vernac/obligations.ml - OCAMLC vernac/command.ml - OCAMLC vernac/classes.ml - OCAMLC vernac/record.ml - OCAMLC vernac/assumptions.ml - OCAMLC vernac/vernacinterp.ml - OCAMLC vernac/mltop.ml - OCAMLC vernac/topfmt.ml - OCAMLC vernac/vernacentries.ml - OCAMLC stm/spawned.ml - OCAMLC stm/dag.ml - OCAMLC stm/vcs.ml - OCAMLC stm/tQueue.ml - OCAMLC stm/workerPool.ml - OCAMLC stm/vernac_classifier.ml - OCAMLC stm/coqworkmgrApi.ml - OCAMLC stm/workerLoop.ml - OCAMLC stm/asyncTaskQueue.ml - OCAMLC stm/stm.ml - OCAMLC stm/proofBlockDelimiter.ml - OCAMLC stm/vio_checking.ml - OCAMLC toplevel/vernac.ml - OCAMLC toplevel/usage.ml - OCAMLC toplevel/coqloop.ml - OCAMLC toplevel/coqinit.ml - OCAMLC toplevel/coqtop.ml - OCAMLC -a -o parsing/highparsing.cma - OCAMLC -a -o stm/proofworkertop.cma - OCAMLC -a -o stm/tacworkertop.cma - OCAMLC -a -o stm/queryworkertop.cma - MD5SUM cic.mli - OCAMLC checker/names.ml - OCAMLC checker/univ.ml - OCAMLC checker/esubst.ml - OCAMLC checker/term.ml - OCAMLC checker/declarations.ml - OCAMLC checker/environ.ml - OCAMLC checker/closure.ml - OCAMLC checker/reduction.ml - OCAMLC checker/type_errors.ml - OCAMLC checker/modops.ml - OCAMLC checker/inductive.ml - OCAMLC checker/typeops.ml - OCAMLC checker/indtypes.ml - OCAMLC checker/subtyping.ml - OCAMLC checker/mod_checking.ml - OCAMLC checker/safe_typing.ml - OCAMLC checker/check_stat.ml - OCAMLC ide/xml_lexer.ml - OCAMLC ide/xml_parser.ml - OCAMLC ide/xml_printer.ml - OCAMLC ide/serialize.ml - OCAMLC ide/richpp.ml - OCAMLC ide/xmlprotocol.ml - OCAMLC ide/document.ml - OCAMLC plugins/ltac/tauto.ml - OCAMLC plugins/romega/const_omega.ml - OCAMLC plugins/micromega/sos_types.ml - OCAMLC plugins/micromega/micromega.ml - OCAMLC -pack -o plugins/quote/quote_plugin.cmo - OCAMLC -pack -o plugins/fourier/fourier_plugin.cmo - OCAMLC plugins/extraction/table.ml - OCAMLC plugins/extraction/mlutil.ml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLC plugins/extraction/modutil.ml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLC plugins/extraction/extraction.ml - OCAMLC plugins/extraction/common.ml - OCAMLC plugins/extraction/ocaml.ml - OCAMLC plugins/extraction/haskell.ml - OCAMLC plugins/extraction/scheme.ml - OCAMLC plugins/extraction/json.ml - OCAMLC plugins/extraction/extract_env.ml - OCAMLC plugins/cc/ccalgo.ml - OCAMLC plugins/cc/ccproof.ml - OCAMLC plugins/cc/cctac.ml - OCAMLC plugins/firstorder/formula.ml - OCAMLC plugins/firstorder/unify.ml - OCAMLC plugins/firstorder/sequent.ml - OCAMLC plugins/firstorder/rules.ml - OCAMLC plugins/firstorder/instances.ml - OCAMLC plugins/firstorder/ground.ml - OCAMLC plugins/rtauto/proof_search.ml - OCAMLC plugins/rtauto/refl_tauto.ml - OCAMLC -pack -o plugins/btauto/btauto_plugin.cmo - OCAMLC plugins/funind/indfun_common.ml - OCAMLC plugins/funind/glob_termops.ml - OCAMLC plugins/funind/glob_term_to_relation.ml - OCAMLC plugins/funind/functional_principles_proofs.ml - OCAMLC plugins/funind/functional_principles_types.ml - OCAMLC plugins/funind/indfun.ml - OCAMLC plugins/nsatz/utile.ml - OCAMLC plugins/nsatz/polynom.ml - OCAMLC plugins/nsatz/ideal.ml - OCAMLC plugins/nsatz/nsatz.ml - OCAMLC -pack -o plugins/syntax/nat_syntax_plugin.cmo - OCAMLC -pack -o plugins/syntax/z_syntax_plugin.cmo - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLC -pack -o plugins/syntax/r_syntax_plugin.cmo - OCAMLC -pack -o plugins/syntax/int31_syntax_plugin.cmo - OCAMLC -pack -o plugins/syntax/string_syntax_plugin.cmo - OCAMLC plugins/derive/derive.ml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLC plugins/ssr/ssrprinters.ml - OCAMLC plugins/ssr/ssrcommon.ml - OCAMLC plugins/ssr/ssrtacticals.ml - OCAMLC plugins/ssr/ssrelim.ml - OCAMLC plugins/ssr/ssrview.ml - OCAMLC plugins/ssr/ssrbwd.ml - OCAMLC plugins/ssr/ssrequality.ml - OCAMLC plugins/ssr/ssripats.ml - OCAMLC plugins/ssr/ssrfwd.ml - OCAMLC plugins/ssr/ssrparser.ml - OCAMLC plugins/ssr/ssrvernac.ml - OCAMLC dev/top_printers.ml - echo "load_printer gramlib.cma" > dev/camlp4.dbg - OCAMLC dev/vm_printers.ml - OCAMLC -a -o lib/clib.cma - OCAMLC -a -o lib/lib.cma - OCAMLC -a -o kernel/kernel.cma - OCAMLC -a -o library/library.cma - OCAMLC -a -o engine/engine.cma - OCAMLC -a -o pretyping/pretyping.cma - OCAMLC -a -o interp/interp.cma - OCAMLC -a -o proofs/proofs.cma - OCAMLC -a -o parsing/parsing.cma - OCAMLC -a -o printing/printing.cma - OCAMLC -a -o toplevel/toplevel.cma - OCAMLC -a -o checker/check.cma - OCAMLC -a -o ide/coqidetop.cma - OCAMLC -pack -o plugins/ltac/tauto_plugin.cmo - OCAMLC -pack -o plugins/romega/romega_plugin.cmo - OCAMLC -pack -o plugins/micromega/micromega_plugin.cmo - OCAMLC plugins/setoid_ring/newring.ml - OCAMLC -pack -o plugins/firstorder/ground_plugin.cmo - OCAMLC -pack -o plugins/rtauto/rtauto_plugin.cmo - OCAMLC -pack -o plugins/derive/derive_plugin.cmo - OCAMLC -pack -o plugins/nsatz/nsatz_plugin.cmo - OCAMLC -pack -o plugins/extraction/extraction_plugin.cmo - OCAMLC -pack -o plugins/cc/cc_plugin.cmo - OCAMLC -o bin/coqchk.byte - OCAMLC -a -o vernac/vernac.cma - OCAMLC plugins/funind/recdef.ml - OCAMLC -a -o stm/stm.cma - OCAMLC -pack -o plugins/setoid_ring/newring_plugin.cmo - OCAMLC -a -o tactics/tactics.cma - OCAMLC -pack -o plugins/funind/recdef_plugin.cmo - COQMKTOP -o bin/coqtop.byte - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface profile.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml/compiler-libs, lib - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml/compiler-libs, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - OCAMLC -pack -o plugins/ssr/ssreflect_plugin.cmo - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/coq.8.7.2' -> compiled coq.8.7.2 Processing 88/90: [coq: make install] + /usr/bin/make "install" (CWD=/home/opam/.opam/4.06/.opam-switch/build/coq.8.7.2) - /usr/bin/make --warn-undefined-variable --no-builtin-rules -f Makefile.build install - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/coq.8.7.2' - install -d "/home/opam/.opam/4.06/bin" - # recopie des fichiers de style pour coqide - install -d "/home/opam/.opam/4.06/lib/coq"/tools/coqdoc - touch "/home/opam/.opam/4.06/lib/coq"/tools/coqdoc/coqdoc.sty "/home/opam/.opam/4.06/lib/coq"/tools/coqdoc/coqdoc.css # to have the mode according to umask (bug #1715) - install -m 644 tools/coqdoc/coqdoc.css tools/coqdoc/coqdoc.sty "/home/opam/.opam/4.06/lib/coq"/tools/coqdoc - install bin/coqdep bin/coq_makefile bin/gallina bin/coq-tex bin/coqwc bin/coqdoc bin/coqc bin/coqworkmgr "/home/opam/.opam/4.06/bin" - install -d "/home/opam/.opam/4.06/bin" - install bin/coqc bin/coqtop bin/coqchk "/home/opam/.opam/4.06/bin" - install -d "/home/opam/.opam/4.06/lib/coq"/toploop - install stm/proofworkertop.cmxs stm/tacworkertop.cmxs stm/queryworkertop.cmxs "/home/opam/.opam/4.06/lib/coq"/toploop/ - install -d "/home/opam/.opam/4.06/lib/coq" - ./install.sh "/home/opam/.opam/4.06/lib/coq" theories/ZArith/auxiliary.vo theories/ZArith/Zwf.vo theories/ZArith/Zsqrt_compat.vo theories/ZArith/Zquot.vo theories/ZArith/Zpower.vo theories/ZArith/Zpow_facts.vo theories/ZArith/Zpow_def.vo theories/ZArith/Zpow_alt.vo theories/ZArith/Zorder.vo theories/ZArith/Znumtheory.vo theories/ZArith/Znat.vo theories/ZArith/Zmisc.vo theories/ZArith/Zminmax.vo theories/ZArith/Zmin.vo theories/ZArith/Zmax.vo theories/ZArith/Zlogarithm.vo theories/ZArith/Zhints.vo theories/ZArith/Zgcd_alt.vo theories/ZArith/Zeven.vo theories/ZArith/Zeuclid.vo theories/ZArith/Zdiv.vo theories/ZArith/Zdigits.vo theories/ZArith/Zcomplements.vo theories/ZArith/Zcompare.vo theories/ZArith/Zbool.vo theories/ZArith/Zabs.vo theories/ZArith/ZArith_dec.vo theories/ZArith/ZArith_base.vo theories/ZArith/ZArith.vo theories/ZArith/Wf_Z.vo theories/ZArith/Int.vo theories/ZArith/BinIntDef.vo theories/ZArith/BinInt.vo theories/Wellfounded/Wellfounded.vo theories/Wellfounded/Well_Ordering.vo theories/Wellfounded/Union.vo theories/Wellfounded/Transitive_Closure.vo theories/Wellfounded/Lexicographic_Product.vo theories/Wellfounded/Lexicographic_Exponentiation.vo theories/Wellfounded/Inverse_Image.vo theories/Wellfounded/Inclusion.vo theories/Wellfounded/Disjoint_Union.vo theories/Vectors/VectorSpec.vo theories/Vectors/VectorEq.vo theories/Vectors/VectorDef.vo theories/Vectors/Vector.vo theories/Vectors/Fin.vo theories/Unicode/Utf8_core.vo theories/Unicode/Utf8.vo theories/Structures/OrdersTac.vo theories/Structures/OrdersLists.vo theories/Structures/OrdersFacts.vo theories/Structures/OrdersEx.vo theories/Structures/OrdersAlt.vo theories/Structures/Orders.vo theories/Structures/OrderedTypeEx.vo theories/Structures/OrderedTypeAlt.vo theories/Structures/OrderedType.vo theories/Structures/GenericMinMax.vo theories/Structures/EqualitiesFacts.vo theories/Structures/Equalities.vo theories/Structures/DecidableTypeEx.vo theories/Structures/DecidableType.vo theories/Strings/String.vo theories/Strings/Ascii.vo theories/Sorting/Sorting.vo theories/Sorting/Sorted.vo theories/Sorting/Permutation.vo theories/Sorting/PermutSetoid.vo theories/Sorting/PermutEq.vo theories/Sorting/Mergesort.vo theories/Sorting/Heap.vo theories/Sets/Uniset.vo theories/Sets/Relations_3_facts.vo theories/Sets/Relations_3.vo theories/Sets/Relations_2_facts.vo theories/Sets/Relations_2.vo theories/Sets/Relations_1_facts.vo theories/Sets/Relations_1.vo theories/Sets/Powerset_facts.vo theories/Sets/Powerset_Classical_facts.vo theories/Sets/Powerset.vo theories/Sets/Permut.vo theories/Sets/Partial_Order.vo theories/Sets/Multiset.vo theories/Sets/Integers.vo theories/Sets/Infinite_sets.vo theories/Sets/Image.vo theories/Sets/Finite_sets_facts.vo theories/Sets/Finite_sets.vo theories/Sets/Ensembles.vo theories/Sets/Cpo.vo theories/Sets/Constructive_sets.vo theories/Sets/Classical_sets.vo theories/Setoids/Setoid.vo theories/Relations/Relations.vo theories/Relations/Relation_Operators.vo theories/Relations/Relation_Definitions.vo theories/Relations/Operators_Properties.vo theories/Reals/Sqrt_reg.vo theories/Reals/SplitRmult.vo theories/Reals/SplitAbsolu.vo theories/Reals/SeqSeries.vo theories/Reals/SeqProp.vo theories/Reals/Rtrigo_reg.vo theories/Reals/Rtrigo_fun.vo theories/Reals/Rtrigo_def.vo theories/Reals/Rtrigo_calc.vo theories/Reals/Rtrigo_alt.vo theories/Reals/Rtrigo1.vo theories/Reals/Rtrigo.vo theories/Reals/Rtopology.vo theories/Reals/Rsqrt_def.vo theories/Reals/Rsigma.vo theories/Reals/Rseries.vo theories/Reals/Rprod.vo theories/Reals/Rpower.vo theories/Reals/Rpow_def.vo theories/Reals/Rminmax.vo theories/Reals/Rlogic.vo theories/Reals/Rlimit.vo theories/Reals/RiemannInt_SF.vo theories/Reals/RiemannInt.vo theories/Reals/Rgeom.vo theories/Reals/Rfunctions.vo theories/Reals/Reals.vo theories/Reals/Rderiv.vo theories/Reals/Rdefinitions.vo theories/Reals/Rcomplete.vo theories/Reals/Rbasic_fun.vo theories/Reals/Rbase.vo theories/Reals/Raxioms.vo theories/Reals/Ratan.vo theories/Reals/Ranalysis_reg.vo theories/Reals/Ranalysis5.vo theories/Reals/Ranalysis4.vo theories/Reals/Ranalysis3.vo theories/Reals/Ranalysis2.vo theories/Reals/Ranalysis1.vo theories/Reals/Ranalysis.vo theories/Reals/R_sqrt.vo theories/Reals/R_sqr.vo theories/Reals/R_Ifp.vo theories/Reals/ROrderedType.vo theories/Reals/RList.vo theories/Reals/RIneq.vo theories/Reals/PartSum.vo theories/Reals/PSeries_reg.vo theories/Reals/NewtonInt.vo theories/Reals/Machin.vo theories/Reals/MVT.vo theories/Reals/Integration.vo theories/Reals/Exp_prop.vo theories/Reals/DiscrR.vo theories/Reals/Cos_rel.vo theories/Reals/Cos_plus.vo theories/Reals/Cauchy_prod.vo theories/Reals/Binomial.vo theories/Reals/ArithProp.vo theories/Reals/AltSeries.vo theories/Reals/Alembert.vo theories/QArith/Qround.vo theories/QArith/Qring.vo theories/QArith/Qreduction.vo theories/QArith/Qreals.vo theories/QArith/Qpower.vo theories/QArith/Qminmax.vo theories/QArith/Qfield.vo theories/QArith/Qcanon.vo theories/QArith/Qcabs.vo theories/QArith/Qabs.vo theories/QArith/QOrderedType.vo theories/QArith/QArith_base.vo theories/QArith/QArith.vo theories/Program/Wf.vo theories/Program/Utils.vo theories/Program/Tactics.vo theories/Program/Syntax.vo theories/Program/Subset.vo theories/Program/Program.vo theories/Program/Equality.vo theories/Program/Combinators.vo theories/Program/Basics.vo theories/PArith/Pnat.vo theories/PArith/POrderedType.vo theories/PArith/PArith.vo theories/PArith/BinPosDef.vo theories/PArith/BinPos.vo theories/Numbers/NumPrelude.vo theories/Numbers/Natural/Peano/NPeano.vo theories/Numbers/Natural/Binary/NBinary.vo theories/Numbers/Natural/Abstract/NSub.vo theories/Numbers/Natural/Abstract/NStrongRec.vo theories/Numbers/Natural/Abstract/NSqrt.vo theories/Numbers/Natural/Abstract/NProperties.vo theories/Numbers/Natural/Abstract/NPow.vo theories/Numbers/Natural/Abstract/NParity.vo theories/Numbers/Natural/Abstract/NOrder.vo theories/Numbers/Natural/Abstract/NMulOrder.vo theories/Numbers/Natural/Abstract/NMaxMin.vo theories/Numbers/Natural/Abstract/NLog.vo theories/Numbers/Natural/Abstract/NLcm.vo theories/Numbers/Natural/Abstract/NIso.vo theories/Numbers/Natural/Abstract/NGcd.vo theories/Numbers/Natural/Abstract/NDiv.vo theories/Numbers/Natural/Abstract/NDefOps.vo theories/Numbers/Natural/Abstract/NBits.vo theories/Numbers/Natural/Abstract/NBase.vo theories/Numbers/Natural/Abstract/NAxioms.vo theories/Numbers/Natural/Abstract/NAddOrder.vo theories/Numbers/Natural/Abstract/NAdd.vo theories/Numbers/NatInt/NZSqrt.vo theories/Numbers/NatInt/NZProperties.vo theories/Numbers/NatInt/NZPow.vo theories/Numbers/NatInt/NZParity.vo theories/Numbers/NatInt/NZOrder.vo theories/Numbers/NatInt/NZMulOrder.vo theories/Numbers/NatInt/NZMul.vo theories/Numbers/NatInt/NZLog.vo theories/Numbers/NatInt/NZGcd.vo theories/Numbers/NatInt/NZDomain.vo theories/Numbers/NatInt/NZDiv.vo theories/Numbers/NatInt/NZBits.vo theories/Numbers/NatInt/NZBase.vo theories/Numbers/NatInt/NZAxioms.vo theories/Numbers/NatInt/NZAddOrder.vo theories/Numbers/NatInt/NZAdd.vo theories/Numbers/NaryFunctions.vo theories/Numbers/Integer/NatPairs/ZNatPairs.vo theories/Numbers/Integer/Binary/ZBinary.vo theories/Numbers/Integer/Abstract/ZSgnAbs.vo theories/Numbers/Integer/Abstract/ZProperties.vo theories/Numbers/Integer/Abstract/ZPow.vo theories/Numbers/Integer/Abstract/ZParity.vo theories/Numbers/Integer/Abstract/ZMulOrder.vo theories/Numbers/Integer/Abstract/ZMul.vo theories/Numbers/Integer/Abstract/ZMaxMin.vo theories/Numbers/Integer/Abstract/ZLt.vo theories/Numbers/Integer/Abstract/ZLcm.vo theories/Numbers/Integer/Abstract/ZGcd.vo theories/Numbers/Integer/Abstract/ZDivTrunc.vo theories/Numbers/Integer/Abstract/ZDivFloor.vo theories/Numbers/Integer/Abstract/ZDivEucl.vo theories/Numbers/Integer/Abstract/ZBits.vo theories/Numbers/Integer/Abstract/ZBase.vo theories/Numbers/Integer/Abstract/ZAxioms.vo theories/Numbers/Integer/Abstract/ZAddOrder.vo theories/Numbers/Integer/Abstract/ZAdd.vo theories/Numbers/Cyclic/ZModulo/ZModulo.vo theories/Numbers/Cyclic/Int31/Ring31.vo theories/Numbers/Cyclic/Int31/Int31.vo theories/Numbers/Cyclic/Int31/Cyclic31.vo theories/Numbers/Cyclic/Abstract/NZCyclic.vo theories/Numbers/Cyclic/Abstract/DoubleType.vo theories/Numbers/Cyclic/Abstract/CyclicAxioms.vo theories/Numbers/BinNums.vo theories/NArith/Nsqrt_def.vo theories/NArith/Nnat.vo theories/NArith/Ngcd_def.vo theories/NArith/Ndiv_def.vo theories/NArith/Ndist.vo theories/NArith/Ndigits.vo theories/NArith/Ndec.vo theories/NArith/NArith.vo theories/NArith/BinNatDef.vo theories/NArith/BinNat.vo theories/MSets/MSets.vo theories/MSets/MSetWeakList.vo theories/MSets/MSetToFiniteSet.vo theories/MSets/MSetRBT.vo theories/MSets/MSetProperties.vo theories/MSets/MSetPositive.vo theories/MSets/MSetList.vo theories/MSets/MSetInterface.vo theories/MSets/MSetGenTree.vo theories/MSets/MSetFacts.vo theories/MSets/MSetEqProperties.vo theories/MSets/MSetDecide.vo theories/MSets/MSetAVL.vo theories/Logic/WeakFan.vo theories/Logic/WKL.vo theories/Logic/SetoidChoice.vo theories/Logic/SetIsType.vo theories/Logic/RelationalChoice.vo theories/Logic/PropFacts.vo theories/Logic/PropExtensionalityFacts.vo theories/Logic/PropExtensionality.vo theories/Logic/ProofIrrelevanceFacts.vo theories/Logic/ProofIrrelevance.vo theories/Logic/JMeq.vo theories/Logic/IndefiniteDescription.vo theories/Logic/Hurkens.vo theories/Logic/FunctionalExtensionality.vo theories/Logic/FinFun.vo theories/Logic/ExtensionalityFacts.vo theories/Logic/ExtensionalFunctionRepresentative.vo theories/Logic/Eqdep_dec.vo theories/Logic/EqdepFacts.vo theories/Logic/Eqdep.vo theories/Logic/Epsilon.vo theories/Logic/Diaconescu.vo theories/Logic/Description.vo theories/Logic/Decidable.vo theories/Logic/ConstructiveEpsilon.vo theories/Logic/Classical_Prop.vo theories/Logic/Classical_Pred_Type.vo theories/Logic/ClassicalUniqueChoice.vo theories/Logic/ClassicalFacts.vo theories/Logic/ClassicalEpsilon.vo theories/Logic/ClassicalDescription.vo theories/Logic/ClassicalChoice.vo theories/Logic/Classical.vo theories/Logic/ChoiceFacts.vo theories/Logic/Berardi.vo theories/Lists/Streams.vo theories/Lists/StreamMemo.vo theories/Lists/SetoidPermutation.vo theories/Lists/SetoidList.vo theories/Lists/ListTactics.vo theories/Lists/ListSet.vo theories/Lists/ListDec.vo theories/Lists/List.vo theories/Init/Wf.vo theories/Init/Tauto.vo theories/Init/Tactics.vo theories/Init/Specif.vo theories/Init/Prelude.vo theories/Init/Peano.vo theories/Init/Notations.vo theories/Init/Nat.vo theories/Init/Logic_Type.vo theories/Init/Logic.vo theories/Init/Datatypes.vo theories/FSets/FSets.vo theories/FSets/FSetWeakList.vo theories/FSets/FSetToFiniteSet.vo theories/FSets/FSetProperties.vo theories/FSets/FSetPositive.vo theories/FSets/FSetList.vo theories/FSets/FSetInterface.vo theories/FSets/FSetFacts.vo theories/FSets/FSetEqProperties.vo theories/FSets/FSetDecide.vo theories/FSets/FSetCompat.vo theories/FSets/FSetBridge.vo theories/FSets/FSetAVL.vo theories/FSets/FMaps.vo theories/FSets/FMapWeakList.vo theories/FSets/FMapPositive.vo theories/FSets/FMapList.vo theories/FSets/FMapInterface.vo theories/FSets/FMapFullAVL.vo theories/FSets/FMapFacts.vo theories/FSets/FMapAVL.vo theories/Compat/Coq86.vo theories/Compat/Coq85.vo theories/Compat/AdmitAxiom.vo theories/Classes/SetoidTactics.vo theories/Classes/SetoidDec.vo theories/Classes/SetoidClass.vo theories/Classes/RelationPairs.vo theories/Classes/RelationClasses.vo theories/Classes/Morphisms_Relations.vo theories/Classes/Morphisms_Prop.vo theories/Classes/Morphisms.vo theories/Classes/Init.vo theories/Classes/Equivalence.vo theories/Classes/EquivDec.vo theories/Classes/DecidableClass.vo theories/Classes/CRelationClasses.vo theories/Classes/CMorphisms.vo theories/Classes/CEquivalence.vo theories/Bool/Zerob.vo theories/Bool/Sumbool.vo theories/Bool/IfProp.vo theories/Bool/DecBool.vo theories/Bool/Bvector.vo theories/Bool/BoolEq.vo theories/Bool/Bool.vo theories/Arith/Wf_nat.vo theories/Arith/Plus.vo theories/Arith/Peano_dec.vo theories/Arith/PeanoNat.vo theories/Arith/Mult.vo theories/Arith/Minus.vo theories/Arith/Min.vo theories/Arith/Max.vo theories/Arith/Lt.vo theories/Arith/Le.vo theories/Arith/Gt.vo theories/Arith/Factorial.vo theories/Arith/Even.vo theories/Arith/Euclid.vo theories/Arith/EqNat.vo theories/Arith/Div2.vo theories/Arith/Compare_dec.vo theories/Arith/Compare.vo theories/Arith/Bool_nat.vo theories/Arith/Between.vo theories/Arith/Arith_base.vo theories/Arith/Arith.vo plugins/ssrmatching/ssrmatching.vo plugins/ssr/ssrfun.vo plugins/ssr/ssreflect.vo plugins/ssr/ssrbool.vo plugins/setoid_ring/ZArithRing.vo plugins/setoid_ring/Rings_Z.vo plugins/setoid_ring/Rings_R.vo plugins/setoid_ring/Rings_Q.vo plugins/setoid_ring/Ring_theory.vo plugins/setoid_ring/Ring_tac.vo plugins/setoid_ring/Ring_polynom.vo plugins/setoid_ring/Ring_base.vo plugins/setoid_ring/Ring.vo plugins/setoid_ring/RealField.vo plugins/setoid_ring/Ncring_tac.vo plugins/setoid_ring/Ncring_polynom.vo plugins/setoid_ring/Ncring_initial.vo plugins/setoid_ring/Ncring.vo plugins/setoid_ring/NArithRing.vo plugins/setoid_ring/Integral_domain.vo plugins/setoid_ring/InitialRing.vo plugins/setoid_ring/Field_theory.vo plugins/setoid_ring/Field_tac.vo plugins/setoid_ring/Field.vo plugins/setoid_ring/Cring.vo plugins/setoid_ring/BinList.vo plugins/setoid_ring/ArithRing.vo plugins/setoid_ring/Algebra_syntax.vo plugins/rtauto/Rtauto.vo plugins/rtauto/Bintree.vo plugins/romega/ReflOmegaCore.vo plugins/romega/ROmega.vo plugins/quote/Quote.vo plugins/omega/PreOmega.vo plugins/omega/OmegaTactic.vo plugins/omega/OmegaPlugin.vo plugins/omega/OmegaLemmas.vo plugins/omega/Omega.vo plugins/nsatz/Nsatz.vo plugins/micromega/ZMicromega.vo plugins/micromega/ZCoeff.vo plugins/micromega/VarMap.vo plugins/micromega/Tauto.vo plugins/micromega/RingMicromega.vo plugins/micromega/Refl.vo plugins/micromega/RMicromega.vo plugins/micromega/QMicromega.vo plugins/micromega/Psatz.vo plugins/micromega/OrderedRing.vo plugins/micromega/MExtraction.vo plugins/micromega/Lra.vo plugins/micromega/Lqa.vo plugins/micromega/Lia.vo plugins/micromega/EnvRing.vo plugins/micromega/Env.vo plugins/ltac/Ltac.vo plugins/funind/Recdef.vo plugins/funind/FunInd.vo plugins/fourier/Fourier_util.vo plugins/fourier/Fourier.vo plugins/extraction/Extraction.vo plugins/extraction/ExtrOcamlZInt.vo plugins/extraction/ExtrOcamlZBigInt.vo plugins/extraction/ExtrOcamlString.vo plugins/extraction/ExtrOcamlNatInt.vo plugins/extraction/ExtrOcamlNatBigInt.vo plugins/extraction/ExtrOcamlIntConv.vo plugins/extraction/ExtrOcamlBigIntConv.vo plugins/extraction/ExtrOcamlBasic.vo plugins/extraction/ExtrHaskellZNum.vo plugins/extraction/ExtrHaskellZInteger.vo plugins/extraction/ExtrHaskellZInt.vo plugins/extraction/ExtrHaskellString.vo plugins/extraction/ExtrHaskellNatNum.vo plugins/extraction/ExtrHaskellNatInteger.vo plugins/extraction/ExtrHaskellNatInt.vo plugins/extraction/ExtrHaskellBasic.vo plugins/derive/Derive.vo plugins/btauto/Reflect.vo plugins/btauto/Btauto.vo plugins/btauto/Algebra.vo theories/ZArith/.coq-native/NCoq_ZArith_auxiliary.cm* theories/ZArith/.coq-native/NCoq_ZArith_Zwf.cm* theories/ZArith/.coq-native/NCoq_ZArith_Zsqrt_compat.cm* theories/ZArith/.coq-native/NCoq_ZArith_Zquot.cm* theories/ZArith/.coq-native/NCoq_ZArith_Zpower.cm* theories/ZArith/.coq-native/NCoq_ZArith_Zpow_facts.cm* theories/ZArith/.coq-native/NCoq_ZArith_Zpow_def.cm* theories/ZArith/.coq-native/NCoq_ZArith_Zpow_alt.cm* theories/ZArith/.coq-native/NCoq_ZArith_Zorder.cm* theories/ZArith/.coq-native/NCoq_ZArith_Znumtheory.cm* theories/ZArith/.coq-native/NCoq_ZArith_Znat.cm* theories/ZArith/.coq-native/NCoq_ZArith_Zmisc.cm* theories/ZArith/.coq-native/NCoq_ZArith_Zminmax.cm* theories/ZArith/.coq-native/NCoq_ZArith_Zmin.cm* theories/ZArith/.coq-native/NCoq_ZArith_Zmax.cm* theories/ZArith/.coq-native/NCoq_ZArith_Zlogarithm.cm* theories/ZArith/.coq-native/NCoq_ZArith_Zhints.cm* theories/ZArith/.coq-native/NCoq_ZArith_Zgcd_alt.cm* theories/ZArith/.coq-native/NCoq_ZArith_Zeven.cm* theories/ZArith/.coq-native/NCoq_ZArith_Zeuclid.cm* theories/ZArith/.coq-native/NCoq_ZArith_Zdiv.cm* theories/ZArith/.coq-native/NCoq_ZArith_Zdigits.cm* theories/ZArith/.coq-native/NCoq_ZArith_Zcomplements.cm* theories/ZArith/.coq-native/NCoq_ZArith_Zcompare.cm* theories/ZArith/.coq-native/NCoq_ZArith_Zbool.cm* theories/ZArith/.coq-native/NCoq_ZArith_Zabs.cm* theories/ZArith/.coq-native/NCoq_ZArith_ZArith_dec.cm* theories/ZArith/.coq-native/NCoq_ZArith_ZArith_base.cm* theories/ZArith/.coq-native/NCoq_ZArith_ZArith.cm* theories/ZArith/.coq-native/NCoq_ZArith_Wf_Z.cm* theories/ZArith/.coq-native/NCoq_ZArith_Int.cm* theories/ZArith/.coq-native/NCoq_ZArith_BinIntDef.cm* theories/ZArith/.coq-native/NCoq_ZArith_BinInt.cm* theories/Wellfounded/.coq-native/NCoq_Wellfounded_Wellfounded.cm* theories/Wellfounded/.coq-native/NCoq_Wellfounded_Well_Ordering.cm* theories/Wellfounded/.coq-native/NCoq_Wellfounded_Union.cm* theories/Wellfounded/.coq-native/NCoq_Wellfounded_Transitive_Closure.cm* theories/Wellfounded/.coq-native/NCoq_Wellfounded_Lexicographic_Product.cm* theories/Wellfounded/.coq-native/NCoq_Wellfounded_Lexicographic_Exponentiation.cm* theories/Wellfounded/.coq-native/NCoq_Wellfounded_Inverse_Image.cm* theories/Wellfounded/.coq-native/NCoq_Wellfounded_Inclusion.cm* theories/Wellfounded/.coq-native/NCoq_Wellfounded_Disjoint_Union.cm* theories/Vectors/.coq-native/NCoq_Vectors_VectorSpec.cm* theories/Vectors/.coq-native/NCoq_Vectors_VectorEq.cm* theories/Vectors/.coq-native/NCoq_Vectors_VectorDef.cm* theories/Vectors/.coq-native/NCoq_Vectors_Vector.cm* theories/Vectors/.coq-native/NCoq_Vectors_Fin.cm* theories/Unicode/.coq-native/NCoq_Unicode_Utf8_core.cm* theories/Unicode/.coq-native/NCoq_Unicode_Utf8.cm* theories/Structures/.coq-native/NCoq_Structures_OrdersTac.cm* theories/Structures/.coq-native/NCoq_Structures_OrdersLists.cm* theories/Structures/.coq-native/NCoq_Structures_OrdersFacts.cm* theories/Structures/.coq-native/NCoq_Structures_OrdersEx.cm* theories/Structures/.coq-native/NCoq_Structures_OrdersAlt.cm* theories/Structures/.coq-native/NCoq_Structures_Orders.cm* theories/Structures/.coq-native/NCoq_Structures_OrderedTypeEx.cm* theories/Structures/.coq-native/NCoq_Structures_OrderedTypeAlt.cm* theories/Structures/.coq-native/NCoq_Structures_OrderedType.cm* theories/Structures/.coq-native/NCoq_Structures_GenericMinMax.cm* theories/Structures/.coq-native/NCoq_Structures_EqualitiesFacts.cm* theories/Structures/.coq-native/NCoq_Structures_Equalities.cm* theories/Structures/.coq-native/NCoq_Structures_DecidableTypeEx.cm* theories/Structures/.coq-native/NCoq_Structures_DecidableType.cm* theories/Strings/.coq-native/NCoq_Strings_String.cm* theories/Strings/.coq-native/NCoq_Strings_Ascii.cm* theories/Sorting/.coq-native/NCoq_Sorting_Sorting.cm* theories/Sorting/.coq-native/NCoq_Sorting_Sorted.cm* theories/Sorting/.coq-native/NCoq_Sorting_Permutation.cm* theories/Sorting/.coq-native/NCoq_Sorting_PermutSetoid.cm* theories/Sorting/.coq-native/NCoq_Sorting_PermutEq.cm* theories/Sorting/.coq-native/NCoq_Sorting_Mergesort.cm* theories/Sorting/.coq-native/NCoq_Sorting_Heap.cm* theories/Sets/.coq-native/NCoq_Sets_Uniset.cm* theories/Sets/.coq-native/NCoq_Sets_Relations_3_facts.cm* theories/Sets/.coq-native/NCoq_Sets_Relations_3.cm* theories/Sets/.coq-native/NCoq_Sets_Relations_2_facts.cm* theories/Sets/.coq-native/NCoq_Sets_Relations_2.cm* theories/Sets/.coq-native/NCoq_Sets_Relations_1_facts.cm* theories/Sets/.coq-native/NCoq_Sets_Relations_1.cm* theories/Sets/.coq-native/NCoq_Sets_Powerset_facts.cm* theories/Sets/.coq-native/NCoq_Sets_Powerset_Classical_facts.cm* theories/Sets/.coq-native/NCoq_Sets_Powerset.cm* theories/Sets/.coq-native/NCoq_Sets_Permut.cm* theories/Sets/.coq-native/NCoq_Sets_Partial_Order.cm* theories/Sets/.coq-native/NCoq_Sets_Multiset.cm* theories/Sets/.coq-native/NCoq_Sets_Integers.cm* theories/Sets/.coq-native/NCoq_Sets_Infinite_sets.cm* theories/Sets/.coq-native/NCoq_Sets_Image.cm* theories/Sets/.coq-native/NCoq_Sets_Finite_sets_facts.cm* theories/Sets/.coq-native/NCoq_Sets_Finite_sets.cm* theories/Sets/.coq-native/NCoq_Sets_Ensembles.cm* theories/Sets/.coq-native/NCoq_Sets_Cpo.cm* theories/Sets/.coq-native/NCoq_Sets_Constructive_sets.cm* theories/Sets/.coq-native/NCoq_Sets_Classical_sets.cm* theories/Setoids/.coq-native/NCoq_Setoids_Setoid.cm* theories/Relations/.coq-native/NCoq_Relations_Relations.cm* theories/Relations/.coq-native/NCoq_Relations_Relation_Operators.cm* theories/Relations/.coq-native/NCoq_Relations_Relation_Definitions.cm* theories/Relations/.coq-native/NCoq_Relations_Operators_Properties.cm* theories/Reals/.coq-native/NCoq_Reals_Sqrt_reg.cm* theories/Reals/.coq-native/NCoq_Reals_SplitRmult.cm* theories/Reals/.coq-native/NCoq_Reals_SplitAbsolu.cm* theories/Reals/.coq-native/NCoq_Reals_SeqSeries.cm* theories/Reals/.coq-native/NCoq_Reals_SeqProp.cm* theories/Reals/.coq-native/NCoq_Reals_Rtrigo_reg.cm* theories/Reals/.coq-native/NCoq_Reals_Rtrigo_fun.cm* theories/Reals/.coq-native/NCoq_Reals_Rtrigo_def.cm* theories/Reals/.coq-native/NCoq_Reals_Rtrigo_calc.cm* theories/Reals/.coq-native/NCoq_Reals_Rtrigo_alt.cm* theories/Reals/.coq-native/NCoq_Reals_Rtrigo1.cm* theories/Reals/.coq-native/NCoq_Reals_Rtrigo.cm* theories/Reals/.coq-native/NCoq_Reals_Rtopology.cm* theories/Reals/.coq-native/NCoq_Reals_Rsqrt_def.cm* theories/Reals/.coq-native/NCoq_Reals_Rsigma.cm* theories/Reals/.coq-native/NCoq_Reals_Rseries.cm* theories/Reals/.coq-native/NCoq_Reals_Rprod.cm* theories/Reals/.coq-native/NCoq_Reals_Rpower.cm* theories/Reals/.coq-native/NCoq_Reals_Rpow_def.cm* theories/Reals/.coq-native/NCoq_Reals_Rminmax.cm* theories/Reals/.coq-native/NCoq_Reals_Rlogic.cm* theories/Reals/.coq-native/NCoq_Reals_Rlimit.cm* theories/Reals/.coq-native/NCoq_Reals_RiemannInt_SF.cm* theories/Reals/.coq-native/NCoq_Reals_RiemannInt.cm* theories/Reals/.coq-native/NCoq_Reals_Rgeom.cm* theories/Reals/.coq-native/NCoq_Reals_Rfunctions.cm* theories/Reals/.coq-native/NCoq_Reals_Reals.cm* theories/Reals/.coq-native/NCoq_Reals_Rderiv.cm* theories/Reals/.coq-native/NCoq_Reals_Rdefinitions.cm* theories/Reals/.coq-native/NCoq_Reals_Rcomplete.cm* theories/Reals/.coq-native/NCoq_Reals_Rbasic_fun.cm* theories/Reals/.coq-native/NCoq_Reals_Rbase.cm* theories/Reals/.coq-native/NCoq_Reals_Raxioms.cm* theories/Reals/.coq-native/NCoq_Reals_Ratan.cm* theories/Reals/.coq-native/NCoq_Reals_Ranalysis_reg.cm* theories/Reals/.coq-native/NCoq_Reals_Ranalysis5.cm* theories/Reals/.coq-native/NCoq_Reals_Ranalysis4.cm* theories/Reals/.coq-native/NCoq_Reals_Ranalysis3.cm* theories/Reals/.coq-native/NCoq_Reals_Ranalysis2.cm* theories/Reals/.coq-native/NCoq_Reals_Ranalysis1.cm* theories/Reals/.coq-native/NCoq_Reals_Ranalysis.cm* theories/Reals/.coq-native/NCoq_Reals_R_sqrt.cm* theories/Reals/.coq-native/NCoq_Reals_R_sqr.cm* theories/Reals/.coq-native/NCoq_Reals_R_Ifp.cm* theories/Reals/.coq-native/NCoq_Reals_ROrderedType.cm* theories/Reals/.coq-native/NCoq_Reals_RList.cm* theories/Reals/.coq-native/NCoq_Reals_RIneq.cm* theories/Reals/.coq-native/NCoq_Reals_PartSum.cm* theories/Reals/.coq-native/NCoq_Reals_PSeries_reg.cm* theories/Reals/.coq-native/NCoq_Reals_NewtonInt.cm* theories/Reals/.coq-native/NCoq_Reals_Machin.cm* theories/Reals/.coq-native/NCoq_Reals_MVT.cm* theories/Reals/.coq-native/NCoq_Reals_Integration.cm* theories/Reals/.coq-native/NCoq_Reals_Exp_prop.cm* theories/Reals/.coq-native/NCoq_Reals_DiscrR.cm* theories/Reals/.coq-native/NCoq_Reals_Cos_rel.cm* theories/Reals/.coq-native/NCoq_Reals_Cos_plus.cm* theories/Reals/.coq-native/NCoq_Reals_Cauchy_prod.cm* theories/Reals/.coq-native/NCoq_Reals_Binomial.cm* theories/Reals/.coq-native/NCoq_Reals_ArithProp.cm* theories/Reals/.coq-native/NCoq_Reals_AltSeries.cm* theories/Reals/.coq-native/NCoq_Reals_Alembert.cm* theories/QArith/.coq-native/NCoq_QArith_Qround.cm* theories/QArith/.coq-native/NCoq_QArith_Qring.cm* theories/QArith/.coq-native/NCoq_QArith_Qreduction.cm* theories/QArith/.coq-native/NCoq_QArith_Qreals.cm* theories/QArith/.coq-native/NCoq_QArith_Qpower.cm* theories/QArith/.coq-native/NCoq_QArith_Qminmax.cm* theories/QArith/.coq-native/NCoq_QArith_Qfield.cm* theories/QArith/.coq-native/NCoq_QArith_Qcanon.cm* theories/QArith/.coq-native/NCoq_QArith_Qcabs.cm* theories/QArith/.coq-native/NCoq_QArith_Qabs.cm* theories/QArith/.coq-native/NCoq_QArith_QOrderedType.cm* theories/QArith/.coq-native/NCoq_QArith_QArith_base.cm* theories/QArith/.coq-native/NCoq_QArith_QArith.cm* theories/Program/.coq-native/NCoq_Program_Wf.cm* theories/Program/.coq-native/NCoq_Program_Utils.cm* theories/Program/.coq-native/NCoq_Program_Tactics.cm* theories/Program/.coq-native/NCoq_Program_Syntax.cm* theories/Program/.coq-native/NCoq_Program_Subset.cm* theories/Program/.coq-native/NCoq_Program_Program.cm* theories/Program/.coq-native/NCoq_Program_Equality.cm* theories/Program/.coq-native/NCoq_Program_Combinators.cm* theories/Program/.coq-native/NCoq_Program_Basics.cm* theories/PArith/.coq-native/NCoq_PArith_Pnat.cm* theories/PArith/.coq-native/NCoq_PArith_POrderedType.cm* theories/PArith/.coq-native/NCoq_PArith_PArith.cm* theories/PArith/.coq-native/NCoq_PArith_BinPosDef.cm* theories/PArith/.coq-native/NCoq_PArith_BinPos.cm* theories/Numbers/.coq-native/NCoq_Numbers_NumPrelude.cm* theories/Numbers/Natural/Peano/.coq-native/NCoq_Numbers_Natural_Peano_NPeano.cm* theories/Numbers/Natural/Binary/.coq-native/NCoq_Numbers_Natural_Binary_NBinary.cm* theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NSub.cm* theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NStrongRec.cm* theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NSqrt.cm* theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NProperties.cm* theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NPow.cm* theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NParity.cm* theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NOrder.cm* theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NMulOrder.cm* theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NMaxMin.cm* theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NLog.cm* theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NLcm.cm* theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NIso.cm* theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NGcd.cm* theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NDiv.cm* theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NDefOps.cm* theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NBits.cm* theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NBase.cm* theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NAxioms.cm* theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NAddOrder.cm* theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NAdd.cm* theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZSqrt.cm* theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZProperties.cm* theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZPow.cm* theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZParity.cm* theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZOrder.cm* theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZMulOrder.cm* theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZMul.cm* theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZLog.cm* theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZGcd.cm* theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZDomain.cm* theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZDiv.cm* theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZBits.cm* theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZBase.cm* theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZAxioms.cm* theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZAddOrder.cm* theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZAdd.cm* theories/Numbers/.coq-native/NCoq_Numbers_NaryFunctions.cm* theories/Numbers/Integer/NatPairs/.coq-native/NCoq_Numbers_Integer_NatPairs_ZNatPairs.cm* theories/Numbers/Integer/Binary/.coq-native/NCoq_Numbers_Integer_Binary_ZBinary.cm* theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZSgnAbs.cm* theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZProperties.cm* theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZPow.cm* theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZParity.cm* theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZMulOrder.cm* theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZMul.cm* theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZMaxMin.cm* theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZLt.cm* theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZLcm.cm* theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZGcd.cm* theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZDivTrunc.cm* theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZDivFloor.cm* theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZDivEucl.cm* theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZBits.cm* theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZBase.cm* theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZAxioms.cm* theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZAddOrder.cm* theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZAdd.cm* theories/Numbers/Cyclic/ZModulo/.coq-native/NCoq_Numbers_Cyclic_ZModulo_ZModulo.cm* theories/Numbers/Cyclic/Int31/.coq-native/NCoq_Numbers_Cyclic_Int31_Ring31.cm* theories/Numbers/Cyclic/Int31/.coq-native/NCoq_Numbers_Cyclic_Int31_Int31.cm* theories/Numbers/Cyclic/Int31/.coq-native/NCoq_Numbers_Cyclic_Int31_Cyclic31.cm* theories/Numbers/Cyclic/Abstract/.coq-native/NCoq_Numbers_Cyclic_Abstract_NZCyclic.cm* theories/Numbers/Cyclic/Abstract/.coq-native/NCoq_Numbers_Cyclic_Abstract_DoubleType.cm* theories/Numbers/Cyclic/Abstract/.coq-native/NCoq_Numbers_Cyclic_Abstract_CyclicAxioms.cm* theories/Numbers/.coq-native/NCoq_Numbers_BinNums.cm* theories/NArith/.coq-native/NCoq_NArith_Nsqrt_def.cm* theories/NArith/.coq-native/NCoq_NArith_Nnat.cm* theories/NArith/.coq-native/NCoq_NArith_Ngcd_def.cm* theories/NArith/.coq-native/NCoq_NArith_Ndiv_def.cm* theories/NArith/.coq-native/NCoq_NArith_Ndist.cm* theories/NArith/.coq-native/NCoq_NArith_Ndigits.cm* theories/NArith/.coq-native/NCoq_NArith_Ndec.cm* theories/NArith/.coq-native/NCoq_NArith_NArith.cm* theories/NArith/.coq-native/NCoq_NArith_BinNatDef.cm* theories/NArith/.coq-native/NCoq_NArith_BinNat.cm* theories/MSets/.coq-native/NCoq_MSets_MSets.cm* theories/MSets/.coq-native/NCoq_MSets_MSetWeakList.cm* theories/MSets/.coq-native/NCoq_MSets_MSetToFiniteSet.cm* theories/MSets/.coq-native/NCoq_MSets_MSetRBT.cm* theories/MSets/.coq-native/NCoq_MSets_MSetProperties.cm* theories/MSets/.coq-native/NCoq_MSets_MSetPositive.cm* theories/MSets/.coq-native/NCoq_MSets_MSetList.cm* theories/MSets/.coq-native/NCoq_MSets_MSetInterface.cm* theories/MSets/.coq-native/NCoq_MSets_MSetGenTree.cm* theories/MSets/.coq-native/NCoq_MSets_MSetFacts.cm* theories/MSets/.coq-native/NCoq_MSets_MSetEqProperties.cm* theories/MSets/.coq-native/NCoq_MSets_MSetDecide.cm* theories/MSets/.coq-native/NCoq_MSets_MSetAVL.cm* theories/Logic/.coq-native/NCoq_Logic_WeakFan.cm* theories/Logic/.coq-native/NCoq_Logic_WKL.cm* theories/Logic/.coq-native/NCoq_Logic_SetoidChoice.cm* theories/Logic/.coq-native/NCoq_Logic_SetIsType.cm* theories/Logic/.coq-native/NCoq_Logic_RelationalChoice.cm* theories/Logic/.coq-native/NCoq_Logic_PropFacts.cm* theories/Logic/.coq-native/NCoq_Logic_PropExtensionalityFacts.cm* theories/Logic/.coq-native/NCoq_Logic_PropExtensionality.cm* theories/Logic/.coq-native/NCoq_Logic_ProofIrrelevanceFacts.cm* theories/Logic/.coq-native/NCoq_Logic_ProofIrrelevance.cm* theories/Logic/.coq-native/NCoq_Logic_JMeq.cm* theories/Logic/.coq-native/NCoq_Logic_IndefiniteDescription.cm* theories/Logic/.coq-native/NCoq_Logic_Hurkens.cm* theories/Logic/.coq-native/NCoq_Logic_FunctionalExtensionality.cm* theories/Logic/.coq-native/NCoq_Logic_FinFun.cm* theories/Logic/.coq-native/NCoq_Logic_ExtensionalityFacts.cm* theories/Logic/.coq-native/NCoq_Logic_ExtensionalFunctionRepresentative.cm* theories/Logic/.coq-native/NCoq_Logic_Eqdep_dec.cm* theories/Logic/.coq-native/NCoq_Logic_EqdepFacts.cm* theories/Logic/.coq-native/NCoq_Logic_Eqdep.cm* theories/Logic/.coq-native/NCoq_Logic_Epsilon.cm* theories/Logic/.coq-native/NCoq_Logic_Diaconescu.cm* theories/Logic/.coq-native/NCoq_Logic_Description.cm* theories/Logic/.coq-native/NCoq_Logic_Decidable.cm* theories/Logic/.coq-native/NCoq_Logic_ConstructiveEpsilon.cm* theories/Logic/.coq-native/NCoq_Logic_Classical_Prop.cm* theories/Logic/.coq-native/NCoq_Logic_Classical_Pred_Type.cm* theories/Logic/.coq-native/NCoq_Logic_ClassicalUniqueChoice.cm* theories/Logic/.coq-native/NCoq_Logic_ClassicalFacts.cm* theories/Logic/.coq-native/NCoq_Logic_ClassicalEpsilon.cm* theories/Logic/.coq-native/NCoq_Logic_ClassicalDescription.cm* theories/Logic/.coq-native/NCoq_Logic_ClassicalChoice.cm* theories/Logic/.coq-native/NCoq_Logic_Classical.cm* theories/Logic/.coq-native/NCoq_Logic_ChoiceFacts.cm* theories/Logic/.coq-native/NCoq_Logic_Berardi.cm* theories/Lists/.coq-native/NCoq_Lists_Streams.cm* theories/Lists/.coq-native/NCoq_Lists_StreamMemo.cm* theories/Lists/.coq-native/NCoq_Lists_SetoidPermutation.cm* theories/Lists/.coq-native/NCoq_Lists_SetoidList.cm* theories/Lists/.coq-native/NCoq_Lists_ListTactics.cm* theories/Lists/.coq-native/NCoq_Lists_ListSet.cm* theories/Lists/.coq-native/NCoq_Lists_ListDec.cm* theories/Lists/.coq-native/NCoq_Lists_List.cm* theories/Init/.coq-native/NCoq_Init_Wf.cm* theories/Init/.coq-native/NCoq_Init_Tauto.cm* theories/Init/.coq-native/NCoq_Init_Tactics.cm* theories/Init/.coq-native/NCoq_Init_Specif.cm* theories/Init/.coq-native/NCoq_Init_Prelude.cm* theories/Init/.coq-native/NCoq_Init_Peano.cm* theories/Init/.coq-native/NCoq_Init_Notations.cm* theories/Init/.coq-native/NCoq_Init_Nat.cm* theories/Init/.coq-native/NCoq_Init_Logic_Type.cm* theories/Init/.coq-native/NCoq_Init_Logic.cm* theories/Init/.coq-native/NCoq_Init_Datatypes.cm* theories/FSets/.coq-native/NCoq_FSets_FSets.cm* theories/FSets/.coq-native/NCoq_FSets_FSetWeakList.cm* theories/FSets/.coq-native/NCoq_FSets_FSetToFiniteSet.cm* theories/FSets/.coq-native/NCoq_FSets_FSetProperties.cm* theories/FSets/.coq-native/NCoq_FSets_FSetPositive.cm* theories/FSets/.coq-native/NCoq_FSets_FSetList.cm* theories/FSets/.coq-native/NCoq_FSets_FSetInterface.cm* theories/FSets/.coq-native/NCoq_FSets_FSetFacts.cm* theories/FSets/.coq-native/NCoq_FSets_FSetEqProperties.cm* theories/FSets/.coq-native/NCoq_FSets_FSetDecide.cm* theories/FSets/.coq-native/NCoq_FSets_FSetCompat.cm* theories/FSets/.coq-native/NCoq_FSets_FSetBridge.cm* theories/FSets/.coq-native/NCoq_FSets_FSetAVL.cm* theories/FSets/.coq-native/NCoq_FSets_FMaps.cm* theories/FSets/.coq-native/NCoq_FSets_FMapWeakList.cm* theories/FSets/.coq-native/NCoq_FSets_FMapPositive.cm* theories/FSets/.coq-native/NCoq_FSets_FMapList.cm* theories/FSets/.coq-native/NCoq_FSets_FMapInterface.cm* theories/FSets/.coq-native/NCoq_FSets_FMapFullAVL.cm* theories/FSets/.coq-native/NCoq_FSets_FMapFacts.cm* theories/FSets/.coq-native/NCoq_FSets_FMapAVL.cm* theories/Compat/.coq-native/NCoq_Compat_Coq86.cm* theories/Compat/.coq-native/NCoq_Compat_Coq85.cm* theories/Compat/.coq-native/NCoq_Compat_AdmitAxiom.cm* theories/Classes/.coq-native/NCoq_Classes_SetoidTactics.cm* theories/Classes/.coq-native/NCoq_Classes_SetoidDec.cm* theories/Classes/.coq-native/NCoq_Classes_SetoidClass.cm* theories/Classes/.coq-native/NCoq_Classes_RelationPairs.cm* theories/Classes/.coq-native/NCoq_Classes_RelationClasses.cm* theories/Classes/.coq-native/NCoq_Classes_Morphisms_Relations.cm* theories/Classes/.coq-native/NCoq_Classes_Morphisms_Prop.cm* theories/Classes/.coq-native/NCoq_Classes_Morphisms.cm* theories/Classes/.coq-native/NCoq_Classes_Init.cm* theories/Classes/.coq-native/NCoq_Classes_Equivalence.cm* theories/Classes/.coq-native/NCoq_Classes_EquivDec.cm* theories/Classes/.coq-native/NCoq_Classes_DecidableClass.cm* theories/Classes/.coq-native/NCoq_Classes_CRelationClasses.cm* theories/Classes/.coq-native/NCoq_Classes_CMorphisms.cm* theories/Classes/.coq-native/NCoq_Classes_CEquivalence.cm* theories/Bool/.coq-native/NCoq_Bool_Zerob.cm* theories/Bool/.coq-native/NCoq_Bool_Sumbool.cm* theories/Bool/.coq-native/NCoq_Bool_IfProp.cm* theories/Bool/.coq-native/NCoq_Bool_DecBool.cm* theories/Bool/.coq-native/NCoq_Bool_Bvector.cm* theories/Bool/.coq-native/NCoq_Bool_BoolEq.cm* theories/Bool/.coq-native/NCoq_Bool_Bool.cm* theories/Arith/.coq-native/NCoq_Arith_Wf_nat.cm* theories/Arith/.coq-native/NCoq_Arith_Plus.cm* theories/Arith/.coq-native/NCoq_Arith_Peano_dec.cm* theories/Arith/.coq-native/NCoq_Arith_PeanoNat.cm* theories/Arith/.coq-native/NCoq_Arith_Mult.cm* theories/Arith/.coq-native/NCoq_Arith_Minus.cm* theories/Arith/.coq-native/NCoq_Arith_Min.cm* theories/Arith/.coq-native/NCoq_Arith_Max.cm* theories/Arith/.coq-native/NCoq_Arith_Lt.cm* theories/Arith/.coq-native/NCoq_Arith_Le.cm* theories/Arith/.coq-native/NCoq_Arith_Gt.cm* theories/Arith/.coq-native/NCoq_Arith_Factorial.cm* theories/Arith/.coq-native/NCoq_Arith_Even.cm* theories/Arith/.coq-native/NCoq_Arith_Euclid.cm* theories/Arith/.coq-native/NCoq_Arith_EqNat.cm* theories/Arith/.coq-native/NCoq_Arith_Div2.cm* theories/Arith/.coq-native/NCoq_Arith_Compare_dec.cm* theories/Arith/.coq-native/NCoq_Arith_Compare.cm* theories/Arith/.coq-native/NCoq_Arith_Bool_nat.cm* theories/Arith/.coq-native/NCoq_Arith_Between.cm* theories/Arith/.coq-native/NCoq_Arith_Arith_base.cm* theories/Arith/.coq-native/NCoq_Arith_Arith.cm* plugins/ssrmatching/.coq-native/NCoq_ssrmatching_ssrmatching.cm* plugins/ssr/.coq-native/NCoq_ssr_ssrfun.cm* plugins/ssr/.coq-native/NCoq_ssr_ssreflect.cm* plugins/ssr/.coq-native/NCoq_ssr_ssrbool.cm* plugins/setoid_ring/.coq-native/NCoq_setoid_ring_ZArithRing.cm* plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_Z.cm* plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_R.cm* plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_Q.cm* plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_theory.cm* plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_tac.cm* plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_polynom.cm* plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_base.cm* plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring.cm* plugins/setoid_ring/.coq-native/NCoq_setoid_ring_RealField.cm* plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_tac.cm* plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_polynom.cm* plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_initial.cm* plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring.cm* plugins/setoid_ring/.coq-native/NCoq_setoid_ring_NArithRing.cm* plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Integral_domain.cm* plugins/setoid_ring/.coq-native/NCoq_setoid_ring_InitialRing.cm* plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Field_theory.cm* plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Field_tac.cm* plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Field.cm* plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Cring.cm* plugins/setoid_ring/.coq-native/NCoq_setoid_ring_BinList.cm* plugins/setoid_ring/.coq-native/NCoq_setoid_ring_ArithRing.cm* plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Algebra_syntax.cm* plugins/rtauto/.coq-native/NCoq_rtauto_Rtauto.cm* plugins/rtauto/.coq-native/NCoq_rtauto_Bintree.cm* plugins/romega/.coq-native/NCoq_romega_ReflOmegaCore.cm* plugins/romega/.coq-native/NCoq_romega_ROmega.cm* plugins/quote/.coq-native/NCoq_quote_Quote.cm* plugins/omega/.coq-native/NCoq_omega_PreOmega.cm* plugins/omega/.coq-native/NCoq_omega_OmegaTactic.cm* plugins/omega/.coq-native/NCoq_omega_OmegaPlugin.cm* plugins/omega/.coq-native/NCoq_omega_OmegaLemmas.cm* plugins/omega/.coq-native/NCoq_omega_Omega.cm* plugins/nsatz/.coq-native/NCoq_nsatz_Nsatz.cm* plugins/micromega/.coq-native/NCoq_micromega_ZMicromega.cm* plugins/micromega/.coq-native/NCoq_micromega_ZCoeff.cm* plugins/micromega/.coq-native/NCoq_micromega_VarMap.cm* plugins/micromega/.coq-native/NCoq_micromega_Tauto.cm* plugins/micromega/.coq-native/NCoq_micromega_RingMicromega.cm* plugins/micromega/.coq-native/NCoq_micromega_Refl.cm* plugins/micromega/.coq-native/NCoq_micromega_RMicromega.cm* plugins/micromega/.coq-native/NCoq_micromega_QMicromega.cm* plugins/micromega/.coq-native/NCoq_micromega_Psatz.cm* plugins/micromega/.coq-native/NCoq_micromega_OrderedRing.cm* plugins/micromega/.coq-native/NCoq_micromega_MExtraction.cm* plugins/micromega/.coq-native/NCoq_micromega_Lra.cm* plugins/micromega/.coq-native/NCoq_micromega_Lqa.cm* plugins/micromega/.coq-native/NCoq_micromega_Lia.cm* plugins/micromega/.coq-native/NCoq_micromega_EnvRing.cm* plugins/micromega/.coq-native/NCoq_micromega_Env.cm* plugins/ltac/.coq-native/NCoq_ltac_Ltac.cm* plugins/funind/.coq-native/NCoq_funind_Recdef.cm* plugins/funind/.coq-native/NCoq_funind_FunInd.cm* plugins/fourier/.coq-native/NCoq_fourier_Fourier_util.cm* plugins/fourier/.coq-native/NCoq_fourier_Fourier.cm* plugins/extraction/.coq-native/NCoq_extraction_Extraction.cm* plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlZInt.cm* plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlZBigInt.cm* plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlString.cm* plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlNatInt.cm* plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlNatBigInt.cm* plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlIntConv.cm* plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlBigIntConv.cm* plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlBasic.cm* plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellZNum.cm* plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellZInteger.cm* plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellZInt.cm* plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellString.cm* plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatNum.cm* plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatInteger.cm* plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatInt.cm* plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellBasic.cm* plugins/derive/.coq-native/NCoq_derive_Derive.cm* plugins/btauto/.coq-native/NCoq_btauto_Reflect.cm* plugins/btauto/.coq-native/NCoq_btauto_Btauto.cm* plugins/btauto/.coq-native/NCoq_btauto_Algebra.cm* theories/ZArith/.coq-native/NCoq_ZArith_auxiliary.o theories/ZArith/.coq-native/NCoq_ZArith_Zwf.o theories/ZArith/.coq-native/NCoq_ZArith_Zsqrt_compat.o theories/ZArith/.coq-native/NCoq_ZArith_Zquot.o theories/ZArith/.coq-native/NCoq_ZArith_Zpower.o theories/ZArith/.coq-native/NCoq_ZArith_Zpow_facts.o theories/ZArith/.coq-native/NCoq_ZArith_Zpow_def.o theories/ZArith/.coq-native/NCoq_ZArith_Zpow_alt.o theories/ZArith/.coq-native/NCoq_ZArith_Zorder.o theories/ZArith/.coq-native/NCoq_ZArith_Znumtheory.o theories/ZArith/.coq-native/NCoq_ZArith_Znat.o theories/ZArith/.coq-native/NCoq_ZArith_Zmisc.o theories/ZArith/.coq-native/NCoq_ZArith_Zminmax.o theories/ZArith/.coq-native/NCoq_ZArith_Zmin.o theories/ZArith/.coq-native/NCoq_ZArith_Zmax.o theories/ZArith/.coq-native/NCoq_ZArith_Zlogarithm.o theories/ZArith/.coq-native/NCoq_ZArith_Zhints.o theories/ZArith/.coq-native/NCoq_ZArith_Zgcd_alt.o theories/ZArith/.coq-native/NCoq_ZArith_Zeven.o theories/ZArith/.coq-native/NCoq_ZArith_Zeuclid.o theories/ZArith/.coq-native/NCoq_ZArith_Zdiv.o theories/ZArith/.coq-native/NCoq_ZArith_Zdigits.o theories/ZArith/.coq-native/NCoq_ZArith_Zcomplements.o theories/ZArith/.coq-native/NCoq_ZArith_Zcompare.o theories/ZArith/.coq-native/NCoq_ZArith_Zbool.o theories/ZArith/.coq-native/NCoq_ZArith_Zabs.o theories/ZArith/.coq-native/NCoq_ZArith_ZArith_dec.o theories/ZArith/.coq-native/NCoq_ZArith_ZArith_base.o theories/ZArith/.coq-native/NCoq_ZArith_ZArith.o theories/ZArith/.coq-native/NCoq_ZArith_Wf_Z.o theories/ZArith/.coq-native/NCoq_ZArith_Int.o theories/ZArith/.coq-native/NCoq_ZArith_BinIntDef.o theories/ZArith/.coq-native/NCoq_ZArith_BinInt.o theories/Wellfounded/.coq-native/NCoq_Wellfounded_Wellfounded.o theories/Wellfounded/.coq-native/NCoq_Wellfounded_Well_Ordering.o theories/Wellfounded/.coq-native/NCoq_Wellfounded_Union.o theories/Wellfounded/.coq-native/NCoq_Wellfounded_Transitive_Closure.o theories/Wellfounded/.coq-native/NCoq_Wellfounded_Lexicographic_Product.o theories/Wellfounded/.coq-native/NCoq_Wellfounded_Lexicographic_Exponentiation.o theories/Wellfounded/.coq-native/NCoq_Wellfounded_Inverse_Image.o theories/Wellfounded/.coq-native/NCoq_Wellfounded_Inclusion.o theories/Wellfounded/.coq-native/NCoq_Wellfounded_Disjoint_Union.o theories/Vectors/.coq-native/NCoq_Vectors_VectorSpec.o theories/Vectors/.coq-native/NCoq_Vectors_VectorEq.o theories/Vectors/.coq-native/NCoq_Vectors_VectorDef.o theories/Vectors/.coq-native/NCoq_Vectors_Vector.o theories/Vectors/.coq-native/NCoq_Vectors_Fin.o theories/Unicode/.coq-native/NCoq_Unicode_Utf8_core.o theories/Unicode/.coq-native/NCoq_Unicode_Utf8.o theories/Structures/.coq-native/NCoq_Structures_OrdersTac.o theories/Structures/.coq-native/NCoq_Structures_OrdersLists.o theories/Structures/.coq-native/NCoq_Structures_OrdersFacts.o theories/Structures/.coq-native/NCoq_Structures_OrdersEx.o theories/Structures/.coq-native/NCoq_Structures_OrdersAlt.o theories/Structures/.coq-native/NCoq_Structures_Orders.o theories/Structures/.coq-native/NCoq_Structures_OrderedTypeEx.o theories/Structures/.coq-native/NCoq_Structures_OrderedTypeAlt.o theories/Structures/.coq-native/NCoq_Structures_OrderedType.o theories/Structures/.coq-native/NCoq_Structures_GenericMinMax.o theories/Structures/.coq-native/NCoq_Structures_EqualitiesFacts.o theories/Structures/.coq-native/NCoq_Structures_Equalities.o theories/Structures/.coq-native/NCoq_Structures_DecidableTypeEx.o theories/Structures/.coq-native/NCoq_Structures_DecidableType.o theories/Strings/.coq-native/NCoq_Strings_String.o theories/Strings/.coq-native/NCoq_Strings_Ascii.o theories/Sorting/.coq-native/NCoq_Sorting_Sorting.o theories/Sorting/.coq-native/NCoq_Sorting_Sorted.o theories/Sorting/.coq-native/NCoq_Sorting_Permutation.o theories/Sorting/.coq-native/NCoq_Sorting_PermutSetoid.o theories/Sorting/.coq-native/NCoq_Sorting_PermutEq.o theories/Sorting/.coq-native/NCoq_Sorting_Mergesort.o theories/Sorting/.coq-native/NCoq_Sorting_Heap.o theories/Sets/.coq-native/NCoq_Sets_Uniset.o theories/Sets/.coq-native/NCoq_Sets_Relations_3_facts.o theories/Sets/.coq-native/NCoq_Sets_Relations_3.o theories/Sets/.coq-native/NCoq_Sets_Relations_2_facts.o theories/Sets/.coq-native/NCoq_Sets_Relations_2.o theories/Sets/.coq-native/NCoq_Sets_Relations_1_facts.o theories/Sets/.coq-native/NCoq_Sets_Relations_1.o theories/Sets/.coq-native/NCoq_Sets_Powerset_facts.o theories/Sets/.coq-native/NCoq_Sets_Powerset_Classical_facts.o theories/Sets/.coq-native/NCoq_Sets_Powerset.o theories/Sets/.coq-native/NCoq_Sets_Permut.o theories/Sets/.coq-native/NCoq_Sets_Partial_Order.o theories/Sets/.coq-native/NCoq_Sets_Multiset.o theories/Sets/.coq-native/NCoq_Sets_Integers.o theories/Sets/.coq-native/NCoq_Sets_Infinite_sets.o theories/Sets/.coq-native/NCoq_Sets_Image.o theories/Sets/.coq-native/NCoq_Sets_Finite_sets_facts.o theories/Sets/.coq-native/NCoq_Sets_Finite_sets.o theories/Sets/.coq-native/NCoq_Sets_Ensembles.o theories/Sets/.coq-native/NCoq_Sets_Cpo.o theories/Sets/.coq-native/NCoq_Sets_Constructive_sets.o theories/Sets/.coq-native/NCoq_Sets_Classical_sets.o theories/Setoids/.coq-native/NCoq_Setoids_Setoid.o theories/Relations/.coq-native/NCoq_Relations_Relations.o theories/Relations/.coq-native/NCoq_Relations_Relation_Operators.o theories/Relations/.coq-native/NCoq_Relations_Relation_Definitions.o theories/Relations/.coq-native/NCoq_Relations_Operators_Properties.o theories/Reals/.coq-native/NCoq_Reals_Sqrt_reg.o theories/Reals/.coq-native/NCoq_Reals_SplitRmult.o theories/Reals/.coq-native/NCoq_Reals_SplitAbsolu.o theories/Reals/.coq-native/NCoq_Reals_SeqSeries.o theories/Reals/.coq-native/NCoq_Reals_SeqProp.o theories/Reals/.coq-native/NCoq_Reals_Rtrigo_reg.o theories/Reals/.coq-native/NCoq_Reals_Rtrigo_fun.o theories/Reals/.coq-native/NCoq_Reals_Rtrigo_def.o theories/Reals/.coq-native/NCoq_Reals_Rtrigo_calc.o theories/Reals/.coq-native/NCoq_Reals_Rtrigo_alt.o theories/Reals/.coq-native/NCoq_Reals_Rtrigo1.o theories/Reals/.coq-native/NCoq_Reals_Rtrigo.o theories/Reals/.coq-native/NCoq_Reals_Rtopology.o theories/Reals/.coq-native/NCoq_Reals_Rsqrt_def.o theories/Reals/.coq-native/NCoq_Reals_Rsigma.o theories/Reals/.coq-native/NCoq_Reals_Rseries.o theories/Reals/.coq-native/NCoq_Reals_Rprod.o theories/Reals/.coq-native/NCoq_Reals_Rpower.o theories/Reals/.coq-native/NCoq_Reals_Rpow_def.o theories/Reals/.coq-native/NCoq_Reals_Rminmax.o theories/Reals/.coq-native/NCoq_Reals_Rlogic.o theories/Reals/.coq-native/NCoq_Reals_Rlimit.o theories/Reals/.coq-native/NCoq_Reals_RiemannInt_SF.o theories/Reals/.coq-native/NCoq_Reals_RiemannInt.o theories/Reals/.coq-native/NCoq_Reals_Rgeom.o theories/Reals/.coq-native/NCoq_Reals_Rfunctions.o theories/Reals/.coq-native/NCoq_Reals_Reals.o theories/Reals/.coq-native/NCoq_Reals_Rderiv.o theories/Reals/.coq-native/NCoq_Reals_Rdefinitions.o theories/Reals/.coq-native/NCoq_Reals_Rcomplete.o theories/Reals/.coq-native/NCoq_Reals_Rbasic_fun.o theories/Reals/.coq-native/NCoq_Reals_Rbase.o theories/Reals/.coq-native/NCoq_Reals_Raxioms.o theories/Reals/.coq-native/NCoq_Reals_Ratan.o theories/Reals/.coq-native/NCoq_Reals_Ranalysis_reg.o theories/Reals/.coq-native/NCoq_Reals_Ranalysis5.o theories/Reals/.coq-native/NCoq_Reals_Ranalysis4.o theories/Reals/.coq-native/NCoq_Reals_Ranalysis3.o theories/Reals/.coq-native/NCoq_Reals_Ranalysis2.o theories/Reals/.coq-native/NCoq_Reals_Ranalysis1.o theories/Reals/.coq-native/NCoq_Reals_Ranalysis.o theories/Reals/.coq-native/NCoq_Reals_R_sqrt.o theories/Reals/.coq-native/NCoq_Reals_R_sqr.o theories/Reals/.coq-native/NCoq_Reals_R_Ifp.o theories/Reals/.coq-native/NCoq_Reals_ROrderedType.o theories/Reals/.coq-native/NCoq_Reals_RList.o theories/Reals/.coq-native/NCoq_Reals_RIneq.o theories/Reals/.coq-native/NCoq_Reals_PartSum.o theories/Reals/.coq-native/NCoq_Reals_PSeries_reg.o theories/Reals/.coq-native/NCoq_Reals_NewtonInt.o theories/Reals/.coq-native/NCoq_Reals_Machin.o theories/Reals/.coq-native/NCoq_Reals_MVT.o theories/Reals/.coq-native/NCoq_Reals_Integration.o theories/Reals/.coq-native/NCoq_Reals_Exp_prop.o theories/Reals/.coq-native/NCoq_Reals_DiscrR.o theories/Reals/.coq-native/NCoq_Reals_Cos_rel.o theories/Reals/.coq-native/NCoq_Reals_Cos_plus.o theories/Reals/.coq-native/NCoq_Reals_Cauchy_prod.o theories/Reals/.coq-native/NCoq_Reals_Binomial.o theories/Reals/.coq-native/NCoq_Reals_ArithProp.o theories/Reals/.coq-native/NCoq_Reals_AltSeries.o theories/Reals/.coq-native/NCoq_Reals_Alembert.o theories/QArith/.coq-native/NCoq_QArith_Qround.o theories/QArith/.coq-native/NCoq_QArith_Qring.o theories/QArith/.coq-native/NCoq_QArith_Qreduction.o theories/QArith/.coq-native/NCoq_QArith_Qreals.o theories/QArith/.coq-native/NCoq_QArith_Qpower.o theories/QArith/.coq-native/NCoq_QArith_Qminmax.o theories/QArith/.coq-native/NCoq_QArith_Qfield.o theories/QArith/.coq-native/NCoq_QArith_Qcanon.o theories/QArith/.coq-native/NCoq_QArith_Qcabs.o theories/QArith/.coq-native/NCoq_QArith_Qabs.o theories/QArith/.coq-native/NCoq_QArith_QOrderedType.o theories/QArith/.coq-native/NCoq_QArith_QArith_base.o theories/QArith/.coq-native/NCoq_QArith_QArith.o theories/Program/.coq-native/NCoq_Program_Wf.o theories/Program/.coq-native/NCoq_Program_Utils.o theories/Program/.coq-native/NCoq_Program_Tactics.o theories/Program/.coq-native/NCoq_Program_Syntax.o theories/Program/.coq-native/NCoq_Program_Subset.o theories/Program/.coq-native/NCoq_Program_Program.o theories/Program/.coq-native/NCoq_Program_Equality.o theories/Program/.coq-native/NCoq_Program_Combinators.o theories/Program/.coq-native/NCoq_Program_Basics.o theories/PArith/.coq-native/NCoq_PArith_Pnat.o theories/PArith/.coq-native/NCoq_PArith_POrderedType.o theories/PArith/.coq-native/NCoq_PArith_PArith.o theories/PArith/.coq-native/NCoq_PArith_BinPosDef.o theories/PArith/.coq-native/NCoq_PArith_BinPos.o theories/Numbers/.coq-native/NCoq_Numbers_NumPrelude.o theories/Numbers/Natural/Peano/.coq-native/NCoq_Numbers_Natural_Peano_NPeano.o theories/Numbers/Natural/Binary/.coq-native/NCoq_Numbers_Natural_Binary_NBinary.o theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NSub.o theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NStrongRec.o theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NSqrt.o theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NProperties.o theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NPow.o theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NParity.o theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NOrder.o theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NMulOrder.o theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NMaxMin.o theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NLog.o theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NLcm.o theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NIso.o theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NGcd.o theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NDiv.o theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NDefOps.o theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NBits.o theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NBase.o theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NAxioms.o theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NAddOrder.o theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NAdd.o theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZSqrt.o theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZProperties.o theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZPow.o theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZParity.o theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZOrder.o theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZMulOrder.o theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZMul.o theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZLog.o theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZGcd.o theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZDomain.o theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZDiv.o theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZBits.o theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZBase.o theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZAxioms.o theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZAddOrder.o theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZAdd.o theories/Numbers/.coq-native/NCoq_Numbers_NaryFunctions.o theories/Numbers/Integer/NatPairs/.coq-native/NCoq_Numbers_Integer_NatPairs_ZNatPairs.o theories/Numbers/Integer/Binary/.coq-native/NCoq_Numbers_Integer_Binary_ZBinary.o theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZSgnAbs.o theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZProperties.o theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZPow.o theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZParity.o theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZMulOrder.o theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZMul.o theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZMaxMin.o theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZLt.o theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZLcm.o theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZGcd.o theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZDivTrunc.o theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZDivFloor.o theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZDivEucl.o theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZBits.o theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZBase.o theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZAxioms.o theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZAddOrder.o theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZAdd.o theories/Numbers/Cyclic/ZModulo/.coq-native/NCoq_Numbers_Cyclic_ZModulo_ZModulo.o theories/Numbers/Cyclic/Int31/.coq-native/NCoq_Numbers_Cyclic_Int31_Ring31.o theories/Numbers/Cyclic/Int31/.coq-native/NCoq_Numbers_Cyclic_Int31_Int31.o theories/Numbers/Cyclic/Int31/.coq-native/NCoq_Numbers_Cyclic_Int31_Cyclic31.o theories/Numbers/Cyclic/Abstract/.coq-native/NCoq_Numbers_Cyclic_Abstract_NZCyclic.o theories/Numbers/Cyclic/Abstract/.coq-native/NCoq_Numbers_Cyclic_Abstract_DoubleType.o theories/Numbers/Cyclic/Abstract/.coq-native/NCoq_Numbers_Cyclic_Abstract_CyclicAxioms.o theories/Numbers/.coq-native/NCoq_Numbers_BinNums.o theories/NArith/.coq-native/NCoq_NArith_Nsqrt_def.o theories/NArith/.coq-native/NCoq_NArith_Nnat.o theories/NArith/.coq-native/NCoq_NArith_Ngcd_def.o theories/NArith/.coq-native/NCoq_NArith_Ndiv_def.o theories/NArith/.coq-native/NCoq_NArith_Ndist.o theories/NArith/.coq-native/NCoq_NArith_Ndigits.o theories/NArith/.coq-native/NCoq_NArith_Ndec.o theories/NArith/.coq-native/NCoq_NArith_NArith.o theories/NArith/.coq-native/NCoq_NArith_BinNatDef.o theories/NArith/.coq-native/NCoq_NArith_BinNat.o theories/MSets/.coq-native/NCoq_MSets_MSets.o theories/MSets/.coq-native/NCoq_MSets_MSetWeakList.o theories/MSets/.coq-native/NCoq_MSets_MSetToFiniteSet.o theories/MSets/.coq-native/NCoq_MSets_MSetRBT.o theories/MSets/.coq-native/NCoq_MSets_MSetProperties.o theories/MSets/.coq-native/NCoq_MSets_MSetPositive.o theories/MSets/.coq-native/NCoq_MSets_MSetList.o theories/MSets/.coq-native/NCoq_MSets_MSetInterface.o theories/MSets/.coq-native/NCoq_MSets_MSetGenTree.o theories/MSets/.coq-native/NCoq_MSets_MSetFacts.o theories/MSets/.coq-native/NCoq_MSets_MSetEqProperties.o theories/MSets/.coq-native/NCoq_MSets_MSetDecide.o theories/MSets/.coq-native/NCoq_MSets_MSetAVL.o theories/Logic/.coq-native/NCoq_Logic_WeakFan.o theories/Logic/.coq-native/NCoq_Logic_WKL.o theories/Logic/.coq-native/NCoq_Logic_SetoidChoice.o theories/Logic/.coq-native/NCoq_Logic_SetIsType.o theories/Logic/.coq-native/NCoq_Logic_RelationalChoice.o theories/Logic/.coq-native/NCoq_Logic_PropFacts.o theories/Logic/.coq-native/NCoq_Logic_PropExtensionalityFacts.o theories/Logic/.coq-native/NCoq_Logic_PropExtensionality.o theories/Logic/.coq-native/NCoq_Logic_ProofIrrelevanceFacts.o theories/Logic/.coq-native/NCoq_Logic_ProofIrrelevance.o theories/Logic/.coq-native/NCoq_Logic_JMeq.o theories/Logic/.coq-native/NCoq_Logic_IndefiniteDescription.o theories/Logic/.coq-native/NCoq_Logic_Hurkens.o theories/Logic/.coq-native/NCoq_Logic_FunctionalExtensionality.o theories/Logic/.coq-native/NCoq_Logic_FinFun.o theories/Logic/.coq-native/NCoq_Logic_ExtensionalityFacts.o theories/Logic/.coq-native/NCoq_Logic_ExtensionalFunctionRepresentative.o theories/Logic/.coq-native/NCoq_Logic_Eqdep_dec.o theories/Logic/.coq-native/NCoq_Logic_EqdepFacts.o theories/Logic/.coq-native/NCoq_Logic_Eqdep.o theories/Logic/.coq-native/NCoq_Logic_Epsilon.o theories/Logic/.coq-native/NCoq_Logic_Diaconescu.o theories/Logic/.coq-native/NCoq_Logic_Description.o theories/Logic/.coq-native/NCoq_Logic_Decidable.o theories/Logic/.coq-native/NCoq_Logic_ConstructiveEpsilon.o theories/Logic/.coq-native/NCoq_Logic_Classical_Prop.o theories/Logic/.coq-native/NCoq_Logic_Classical_Pred_Type.o theories/Logic/.coq-native/NCoq_Logic_ClassicalUniqueChoice.o theories/Logic/.coq-native/NCoq_Logic_ClassicalFacts.o theories/Logic/.coq-native/NCoq_Logic_ClassicalEpsilon.o theories/Logic/.coq-native/NCoq_Logic_ClassicalDescription.o theories/Logic/.coq-native/NCoq_Logic_ClassicalChoice.o theories/Logic/.coq-native/NCoq_Logic_Classical.o theories/Logic/.coq-native/NCoq_Logic_ChoiceFacts.o theories/Logic/.coq-native/NCoq_Logic_Berardi.o theories/Lists/.coq-native/NCoq_Lists_Streams.o theories/Lists/.coq-native/NCoq_Lists_StreamMemo.o theories/Lists/.coq-native/NCoq_Lists_SetoidPermutation.o theories/Lists/.coq-native/NCoq_Lists_SetoidList.o theories/Lists/.coq-native/NCoq_Lists_ListTactics.o theories/Lists/.coq-native/NCoq_Lists_ListSet.o theories/Lists/.coq-native/NCoq_Lists_ListDec.o theories/Lists/.coq-native/NCoq_Lists_List.o theories/Init/.coq-native/NCoq_Init_Wf.o theories/Init/.coq-native/NCoq_Init_Tauto.o theories/Init/.coq-native/NCoq_Init_Tactics.o theories/Init/.coq-native/NCoq_Init_Specif.o theories/Init/.coq-native/NCoq_Init_Prelude.o theories/Init/.coq-native/NCoq_Init_Peano.o theories/Init/.coq-native/NCoq_Init_Notations.o theories/Init/.coq-native/NCoq_Init_Nat.o theories/Init/.coq-native/NCoq_Init_Logic_Type.o theories/Init/.coq-native/NCoq_Init_Logic.o theories/Init/.coq-native/NCoq_Init_Datatypes.o theories/FSets/.coq-native/NCoq_FSets_FSets.o theories/FSets/.coq-native/NCoq_FSets_FSetWeakList.o theories/FSets/.coq-native/NCoq_FSets_FSetToFiniteSet.o theories/FSets/.coq-native/NCoq_FSets_FSetProperties.o theories/FSets/.coq-native/NCoq_FSets_FSetPositive.o theories/FSets/.coq-native/NCoq_FSets_FSetList.o theories/FSets/.coq-native/NCoq_FSets_FSetInterface.o theories/FSets/.coq-native/NCoq_FSets_FSetFacts.o theories/FSets/.coq-native/NCoq_FSets_FSetEqProperties.o theories/FSets/.coq-native/NCoq_FSets_FSetDecide.o theories/FSets/.coq-native/NCoq_FSets_FSetCompat.o theories/FSets/.coq-native/NCoq_FSets_FSetBridge.o theories/FSets/.coq-native/NCoq_FSets_FSetAVL.o theories/FSets/.coq-native/NCoq_FSets_FMaps.o theories/FSets/.coq-native/NCoq_FSets_FMapWeakList.o theories/FSets/.coq-native/NCoq_FSets_FMapPositive.o theories/FSets/.coq-native/NCoq_FSets_FMapList.o theories/FSets/.coq-native/NCoq_FSets_FMapInterface.o theories/FSets/.coq-native/NCoq_FSets_FMapFullAVL.o theories/FSets/.coq-native/NCoq_FSets_FMapFacts.o theories/FSets/.coq-native/NCoq_FSets_FMapAVL.o theories/Compat/.coq-native/NCoq_Compat_Coq86.o theories/Compat/.coq-native/NCoq_Compat_Coq85.o theories/Compat/.coq-native/NCoq_Compat_AdmitAxiom.o theories/Classes/.coq-native/NCoq_Classes_SetoidTactics.o theories/Classes/.coq-native/NCoq_Classes_SetoidDec.o theories/Classes/.coq-native/NCoq_Classes_SetoidClass.o theories/Classes/.coq-native/NCoq_Classes_RelationPairs.o theories/Classes/.coq-native/NCoq_Classes_RelationClasses.o theories/Classes/.coq-native/NCoq_Classes_Morphisms_Relations.o theories/Classes/.coq-native/NCoq_Classes_Morphisms_Prop.o theories/Classes/.coq-native/NCoq_Classes_Morphisms.o theories/Classes/.coq-native/NCoq_Classes_Init.o theories/Classes/.coq-native/NCoq_Classes_Equivalence.o theories/Classes/.coq-native/NCoq_Classes_EquivDec.o theories/Classes/.coq-native/NCoq_Classes_DecidableClass.o theories/Classes/.coq-native/NCoq_Classes_CRelationClasses.o theories/Classes/.coq-native/NCoq_Classes_CMorphisms.o theories/Classes/.coq-native/NCoq_Classes_CEquivalence.o theories/Bool/.coq-native/NCoq_Bool_Zerob.o theories/Bool/.coq-native/NCoq_Bool_Sumbool.o theories/Bool/.coq-native/NCoq_Bool_IfProp.o theories/Bool/.coq-native/NCoq_Bool_DecBool.o theories/Bool/.coq-native/NCoq_Bool_Bvector.o theories/Bool/.coq-native/NCoq_Bool_BoolEq.o theories/Bool/.coq-native/NCoq_Bool_Bool.o theories/Arith/.coq-native/NCoq_Arith_Wf_nat.o theories/Arith/.coq-native/NCoq_Arith_Plus.o theories/Arith/.coq-native/NCoq_Arith_Peano_dec.o theories/Arith/.coq-native/NCoq_Arith_PeanoNat.o theories/Arith/.coq-native/NCoq_Arith_Mult.o theories/Arith/.coq-native/NCoq_Arith_Minus.o theories/Arith/.coq-native/NCoq_Arith_Min.o theories/Arith/.coq-native/NCoq_Arith_Max.o theories/Arith/.coq-native/NCoq_Arith_Lt.o theories/Arith/.coq-native/NCoq_Arith_Le.o theories/Arith/.coq-native/NCoq_Arith_Gt.o theories/Arith/.coq-native/NCoq_Arith_Factorial.o theories/Arith/.coq-native/NCoq_Arith_Even.o theories/Arith/.coq-native/NCoq_Arith_Euclid.o theories/Arith/.coq-native/NCoq_Arith_EqNat.o theories/Arith/.coq-native/NCoq_Arith_Div2.o theories/Arith/.coq-native/NCoq_Arith_Compare_dec.o theories/Arith/.coq-native/NCoq_Arith_Compare.o theories/Arith/.coq-native/NCoq_Arith_Bool_nat.o theories/Arith/.coq-native/NCoq_Arith_Between.o theories/Arith/.coq-native/NCoq_Arith_Arith_base.o theories/Arith/.coq-native/NCoq_Arith_Arith.o plugins/ssrmatching/.coq-native/NCoq_ssrmatching_ssrmatching.o plugins/ssr/.coq-native/NCoq_ssr_ssrfun.o plugins/ssr/.coq-native/NCoq_ssr_ssreflect.o plugins/ssr/.coq-native/NCoq_ssr_ssrbool.o plugins/setoid_ring/.coq-native/NCoq_setoid_ring_ZArithRing.o plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_Z.o plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_R.o plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_Q.o plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_theory.o plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_tac.o plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_polynom.o plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_base.o plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring.o plugins/setoid_ring/.coq-native/NCoq_setoid_ring_RealField.o plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_tac.o plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_polynom.o plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_initial.o plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring.o plugins/setoid_ring/.coq-native/NCoq_setoid_ring_NArithRing.o plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Integral_domain.o plugins/setoid_ring/.coq-native/NCoq_setoid_ring_InitialRing.o plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Field_theory.o plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Field_tac.o plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Field.o plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Cring.o plugins/setoid_ring/.coq-native/NCoq_setoid_ring_BinList.o plugins/setoid_ring/.coq-native/NCoq_setoid_ring_ArithRing.o plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Algebra_syntax.o plugins/rtauto/.coq-native/NCoq_rtauto_Rtauto.o plugins/rtauto/.coq-native/NCoq_rtauto_Bintree.o plugins/romega/.coq-native/NCoq_romega_ReflOmegaCore.o plugins/romega/.coq-native/NCoq_romega_ROmega.o plugins/quote/.coq-native/NCoq_quote_Quote.o plugins/omega/.coq-native/NCoq_omega_PreOmega.o plugins/omega/.coq-native/NCoq_omega_OmegaTactic.o plugins/omega/.coq-native/NCoq_omega_OmegaPlugin.o plugins/omega/.coq-native/NCoq_omega_OmegaLemmas.o plugins/omega/.coq-native/NCoq_omega_Omega.o plugins/nsatz/.coq-native/NCoq_nsatz_Nsatz.o plugins/micromega/.coq-native/NCoq_micromega_ZMicromega.o plugins/micromega/.coq-native/NCoq_micromega_ZCoeff.o plugins/micromega/.coq-native/NCoq_micromega_VarMap.o plugins/micromega/.coq-native/NCoq_micromega_Tauto.o plugins/micromega/.coq-native/NCoq_micromega_RingMicromega.o plugins/micromega/.coq-native/NCoq_micromega_Refl.o plugins/micromega/.coq-native/NCoq_micromega_RMicromega.o plugins/micromega/.coq-native/NCoq_micromega_QMicromega.o plugins/micromega/.coq-native/NCoq_micromega_Psatz.o plugins/micromega/.coq-native/NCoq_micromega_OrderedRing.o plugins/micromega/.coq-native/NCoq_micromega_MExtraction.o plugins/micromega/.coq-native/NCoq_micromega_Lra.o plugins/micromega/.coq-native/NCoq_micromega_Lqa.o plugins/micromega/.coq-native/NCoq_micromega_Lia.o plugins/micromega/.coq-native/NCoq_micromega_EnvRing.o plugins/micromega/.coq-native/NCoq_micromega_Env.o plugins/ltac/.coq-native/NCoq_ltac_Ltac.o plugins/funind/.coq-native/NCoq_funind_Recdef.o plugins/funind/.coq-native/NCoq_funind_FunInd.o plugins/fourier/.coq-native/NCoq_fourier_Fourier_util.o plugins/fourier/.coq-native/NCoq_fourier_Fourier.o plugins/extraction/.coq-native/NCoq_extraction_Extraction.o plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlZInt.o plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlZBigInt.o plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlString.o plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlNatInt.o plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlNatBigInt.o plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlIntConv.o plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlBigIntConv.o plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlBasic.o plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellZNum.o plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellZInteger.o plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellZInt.o plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellString.o plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatNum.o plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatInteger.o plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatInt.o plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellBasic.o plugins/derive/.coq-native/NCoq_derive_Derive.o plugins/btauto/.coq-native/NCoq_btauto_Reflect.o plugins/btauto/.coq-native/NCoq_btauto_Btauto.o plugins/btauto/.coq-native/NCoq_btauto_Algebra.o theories/ZArith/auxiliary.v theories/ZArith/Zwf.v theories/ZArith/Zsqrt_compat.v theories/ZArith/Zquot.v theories/ZArith/Zpower.v theories/ZArith/Zpow_facts.v theories/ZArith/Zpow_def.v theories/ZArith/Zpow_alt.v theories/ZArith/Zorder.v theories/ZArith/Znumtheory.v theories/ZArith/Znat.v theories/ZArith/Zmisc.v theories/ZArith/Zminmax.v theories/ZArith/Zmin.v theories/ZArith/Zmax.v theories/ZArith/Zlogarithm.v theories/ZArith/Zhints.v theories/ZArith/Zgcd_alt.v theories/ZArith/Zeven.v theories/ZArith/Zeuclid.v theories/ZArith/Zdiv.v theories/ZArith/Zdigits.v theories/ZArith/Zcomplements.v theories/ZArith/Zcompare.v theories/ZArith/Zbool.v theories/ZArith/Zabs.v theories/ZArith/ZArith_dec.v theories/ZArith/ZArith_base.v theories/ZArith/ZArith.v theories/ZArith/Wf_Z.v theories/ZArith/Int.v theories/ZArith/BinIntDef.v theories/ZArith/BinInt.v theories/Wellfounded/Wellfounded.v theories/Wellfounded/Well_Ordering.v theories/Wellfounded/Union.v theories/Wellfounded/Transitive_Closure.v theories/Wellfounded/Lexicographic_Product.v theories/Wellfounded/Lexicographic_Exponentiation.v theories/Wellfounded/Inverse_Image.v theories/Wellfounded/Inclusion.v theories/Wellfounded/Disjoint_Union.v theories/Vectors/VectorSpec.v theories/Vectors/VectorEq.v theories/Vectors/VectorDef.v theories/Vectors/Vector.v theories/Vectors/Fin.v theories/Unicode/Utf8_core.v theories/Unicode/Utf8.v theories/Structures/OrdersTac.v theories/Structures/OrdersLists.v theories/Structures/OrdersFacts.v theories/Structures/OrdersEx.v theories/Structures/OrdersAlt.v theories/Structures/Orders.v theories/Structures/OrderedTypeEx.v theories/Structures/OrderedTypeAlt.v theories/Structures/OrderedType.v theories/Structures/GenericMinMax.v theories/Structures/EqualitiesFacts.v theories/Structures/Equalities.v theories/Structures/DecidableTypeEx.v theories/Structures/DecidableType.v theories/Strings/String.v theories/Strings/Ascii.v theories/Sorting/Sorting.v theories/Sorting/Sorted.v theories/Sorting/Permutation.v theories/Sorting/PermutSetoid.v theories/Sorting/PermutEq.v theories/Sorting/Mergesort.v theories/Sorting/Heap.v theories/Sets/Uniset.v theories/Sets/Relations_3_facts.v theories/Sets/Relations_3.v theories/Sets/Relations_2_facts.v theories/Sets/Relations_2.v theories/Sets/Relations_1_facts.v theories/Sets/Relations_1.v theories/Sets/Powerset_facts.v theories/Sets/Powerset_Classical_facts.v theories/Sets/Powerset.v theories/Sets/Permut.v theories/Sets/Partial_Order.v theories/Sets/Multiset.v theories/Sets/Integers.v theories/Sets/Infinite_sets.v theories/Sets/Image.v theories/Sets/Finite_sets_facts.v theories/Sets/Finite_sets.v theories/Sets/Ensembles.v theories/Sets/Cpo.v theories/Sets/Constructive_sets.v theories/Sets/Classical_sets.v theories/Setoids/Setoid.v theories/Relations/Relations.v theories/Relations/Relation_Operators.v theories/Relations/Relation_Definitions.v theories/Relations/Operators_Properties.v theories/Reals/Sqrt_reg.v theories/Reals/SplitRmult.v theories/Reals/SplitAbsolu.v theories/Reals/SeqSeries.v theories/Reals/SeqProp.v theories/Reals/Rtrigo_reg.v theories/Reals/Rtrigo_fun.v theories/Reals/Rtrigo_def.v theories/Reals/Rtrigo_calc.v theories/Reals/Rtrigo_alt.v theories/Reals/Rtrigo1.v theories/Reals/Rtrigo.v theories/Reals/Rtopology.v theories/Reals/Rsqrt_def.v theories/Reals/Rsigma.v theories/Reals/Rseries.v theories/Reals/Rprod.v theories/Reals/Rpower.v theories/Reals/Rpow_def.v theories/Reals/Rminmax.v theories/Reals/Rlogic.v theories/Reals/Rlimit.v theories/Reals/RiemannInt_SF.v theories/Reals/RiemannInt.v theories/Reals/Rgeom.v theories/Reals/Rfunctions.v theories/Reals/Reals.v theories/Reals/Rderiv.v theories/Reals/Rdefinitions.v theories/Reals/Rcomplete.v theories/Reals/Rbasic_fun.v theories/Reals/Rbase.v theories/Reals/Raxioms.v theories/Reals/Ratan.v theories/Reals/Ranalysis_reg.v theories/Reals/Ranalysis5.v theories/Reals/Ranalysis4.v theories/Reals/Ranalysis3.v theories/Reals/Ranalysis2.v theories/Reals/Ranalysis1.v theories/Reals/Ranalysis.v theories/Reals/R_sqrt.v theories/Reals/R_sqr.v theories/Reals/R_Ifp.v theories/Reals/ROrderedType.v theories/Reals/RList.v theories/Reals/RIneq.v theories/Reals/PartSum.v theories/Reals/PSeries_reg.v theories/Reals/NewtonInt.v theories/Reals/Machin.v theories/Reals/MVT.v theories/Reals/Integration.v theories/Reals/Exp_prop.v theories/Reals/DiscrR.v theories/Reals/Cos_rel.v theories/Reals/Cos_plus.v theories/Reals/Cauchy_prod.v theories/Reals/Binomial.v theories/Reals/ArithProp.v theories/Reals/AltSeries.v theories/Reals/Alembert.v theories/QArith/Qround.v theories/QArith/Qring.v theories/QArith/Qreduction.v theories/QArith/Qreals.v theories/QArith/Qpower.v theories/QArith/Qminmax.v theories/QArith/Qfield.v theories/QArith/Qcanon.v theories/QArith/Qcabs.v theories/QArith/Qabs.v theories/QArith/QOrderedType.v theories/QArith/QArith_base.v theories/QArith/QArith.v theories/Program/Wf.v theories/Program/Utils.v theories/Program/Tactics.v theories/Program/Syntax.v theories/Program/Subset.v theories/Program/Program.v theories/Program/Equality.v theories/Program/Combinators.v theories/Program/Basics.v theories/PArith/Pnat.v theories/PArith/POrderedType.v theories/PArith/PArith.v theories/PArith/BinPosDef.v theories/PArith/BinPos.v theories/Numbers/NumPrelude.v theories/Numbers/Natural/Peano/NPeano.v theories/Numbers/Natural/Binary/NBinary.v theories/Numbers/Natural/Abstract/NSub.v theories/Numbers/Natural/Abstract/NStrongRec.v theories/Numbers/Natural/Abstract/NSqrt.v theories/Numbers/Natural/Abstract/NProperties.v theories/Numbers/Natural/Abstract/NPow.v theories/Numbers/Natural/Abstract/NParity.v theories/Numbers/Natural/Abstract/NOrder.v theories/Numbers/Natural/Abstract/NMulOrder.v theories/Numbers/Natural/Abstract/NMaxMin.v theories/Numbers/Natural/Abstract/NLog.v theories/Numbers/Natural/Abstract/NLcm.v theories/Numbers/Natural/Abstract/NIso.v theories/Numbers/Natural/Abstract/NGcd.v theories/Numbers/Natural/Abstract/NDiv.v theories/Numbers/Natural/Abstract/NDefOps.v theories/Numbers/Natural/Abstract/NBits.v theories/Numbers/Natural/Abstract/NBase.v theories/Numbers/Natural/Abstract/NAxioms.v theories/Numbers/Natural/Abstract/NAddOrder.v theories/Numbers/Natural/Abstract/NAdd.v theories/Numbers/NatInt/NZSqrt.v theories/Numbers/NatInt/NZProperties.v theories/Numbers/NatInt/NZPow.v theories/Numbers/NatInt/NZParity.v theories/Numbers/NatInt/NZOrder.v theories/Numbers/NatInt/NZMulOrder.v theories/Numbers/NatInt/NZMul.v theories/Numbers/NatInt/NZLog.v theories/Numbers/NatInt/NZGcd.v theories/Numbers/NatInt/NZDomain.v theories/Numbers/NatInt/NZDiv.v theories/Numbers/NatInt/NZBits.v theories/Numbers/NatInt/NZBase.v theories/Numbers/NatInt/NZAxioms.v theories/Numbers/NatInt/NZAddOrder.v theories/Numbers/NatInt/NZAdd.v theories/Numbers/NaryFunctions.v theories/Numbers/Integer/NatPairs/ZNatPairs.v theories/Numbers/Integer/Binary/ZBinary.v theories/Numbers/Integer/Abstract/ZSgnAbs.v theories/Numbers/Integer/Abstract/ZProperties.v theories/Numbers/Integer/Abstract/ZPow.v theories/Numbers/Integer/Abstract/ZParity.v theories/Numbers/Integer/Abstract/ZMulOrder.v theories/Numbers/Integer/Abstract/ZMul.v theories/Numbers/Integer/Abstract/ZMaxMin.v theories/Numbers/Integer/Abstract/ZLt.v theories/Numbers/Integer/Abstract/ZLcm.v theories/Numbers/Integer/Abstract/ZGcd.v theories/Numbers/Integer/Abstract/ZDivTrunc.v theories/Numbers/Integer/Abstract/ZDivFloor.v theories/Numbers/Integer/Abstract/ZDivEucl.v theories/Numbers/Integer/Abstract/ZBits.v theories/Numbers/Integer/Abstract/ZBase.v theories/Numbers/Integer/Abstract/ZAxioms.v theories/Numbers/Integer/Abstract/ZAddOrder.v theories/Numbers/Integer/Abstract/ZAdd.v theories/Numbers/Cyclic/ZModulo/ZModulo.v theories/Numbers/Cyclic/Int31/Ring31.v theories/Numbers/Cyclic/Int31/Int31.v theories/Numbers/Cyclic/Int31/Cyclic31.v theories/Numbers/Cyclic/Abstract/NZCyclic.v theories/Numbers/Cyclic/Abstract/DoubleType.v theories/Numbers/Cyclic/Abstract/CyclicAxioms.v theories/Numbers/BinNums.v theories/NArith/Nsqrt_def.v theories/NArith/Nnat.v theories/NArith/Ngcd_def.v theories/NArith/Ndiv_def.v theories/NArith/Ndist.v theories/NArith/Ndigits.v theories/NArith/Ndec.v theories/NArith/NArith.v theories/NArith/BinNatDef.v theories/NArith/BinNat.v theories/MSets/MSets.v theories/MSets/MSetWeakList.v theories/MSets/MSetToFiniteSet.v theories/MSets/MSetRBT.v theories/MSets/MSetProperties.v theories/MSets/MSetPositive.v theories/MSets/MSetList.v theories/MSets/MSetInterface.v theories/MSets/MSetGenTree.v theories/MSets/MSetFacts.v theories/MSets/MSetEqProperties.v theories/MSets/MSetDecide.v theories/MSets/MSetAVL.v theories/Logic/WeakFan.v theories/Logic/WKL.v theories/Logic/SetoidChoice.v theories/Logic/SetIsType.v theories/Logic/RelationalChoice.v theories/Logic/PropFacts.v theories/Logic/PropExtensionalityFacts.v theories/Logic/PropExtensionality.v theories/Logic/ProofIrrelevanceFacts.v theories/Logic/ProofIrrelevance.v theories/Logic/JMeq.v theories/Logic/IndefiniteDescription.v theories/Logic/Hurkens.v theories/Logic/FunctionalExtensionality.v theories/Logic/FinFun.v theories/Logic/ExtensionalityFacts.v theories/Logic/ExtensionalFunctionRepresentative.v theories/Logic/Eqdep_dec.v theories/Logic/EqdepFacts.v theories/Logic/Eqdep.v theories/Logic/Epsilon.v theories/Logic/Diaconescu.v theories/Logic/Description.v theories/Logic/Decidable.v theories/Logic/ConstructiveEpsilon.v theories/Logic/Classical_Prop.v theories/Logic/Classical_Pred_Type.v theories/Logic/ClassicalUniqueChoice.v theories/Logic/ClassicalFacts.v theories/Logic/ClassicalEpsilon.v theories/Logic/ClassicalDescription.v theories/Logic/ClassicalChoice.v theories/Logic/Classical.v theories/Logic/ChoiceFacts.v theories/Logic/Berardi.v theories/Lists/Streams.v theories/Lists/StreamMemo.v theories/Lists/SetoidPermutation.v theories/Lists/SetoidList.v theories/Lists/ListTactics.v theories/Lists/ListSet.v theories/Lists/ListDec.v theories/Lists/List.v theories/Init/Wf.v theories/Init/Tauto.v theories/Init/Tactics.v theories/Init/Specif.v theories/Init/Prelude.v theories/Init/Peano.v theories/Init/Notations.v theories/Init/Nat.v theories/Init/Logic_Type.v theories/Init/Logic.v theories/Init/Datatypes.v theories/FSets/FSets.v theories/FSets/FSetWeakList.v theories/FSets/FSetToFiniteSet.v theories/FSets/FSetProperties.v theories/FSets/FSetPositive.v theories/FSets/FSetList.v theories/FSets/FSetInterface.v theories/FSets/FSetFacts.v theories/FSets/FSetEqProperties.v theories/FSets/FSetDecide.v theories/FSets/FSetCompat.v theories/FSets/FSetBridge.v theories/FSets/FSetAVL.v theories/FSets/FMaps.v theories/FSets/FMapWeakList.v theories/FSets/FMapPositive.v theories/FSets/FMapList.v theories/FSets/FMapInterface.v theories/FSets/FMapFullAVL.v theories/FSets/FMapFacts.v theories/FSets/FMapAVL.v theories/Compat/Coq86.v theories/Compat/Coq85.v theories/Compat/AdmitAxiom.v theories/Classes/SetoidTactics.v theories/Classes/SetoidDec.v theories/Classes/SetoidClass.v theories/Classes/RelationPairs.v theories/Classes/RelationClasses.v theories/Classes/Morphisms_Relations.v theories/Classes/Morphisms_Prop.v theories/Classes/Morphisms.v theories/Classes/Init.v theories/Classes/Equivalence.v theories/Classes/EquivDec.v theories/Classes/DecidableClass.v theories/Classes/CRelationClasses.v theories/Classes/CMorphisms.v theories/Classes/CEquivalence.v theories/Bool/Zerob.v theories/Bool/Sumbool.v theories/Bool/IfProp.v theories/Bool/DecBool.v theories/Bool/Bvector.v theories/Bool/BoolEq.v theories/Bool/Bool.v theories/Arith/Wf_nat.v theories/Arith/Plus.v theories/Arith/Peano_dec.v theories/Arith/PeanoNat.v theories/Arith/Mult.v theories/Arith/Minus.v theories/Arith/Min.v theories/Arith/Max.v theories/Arith/Lt.v theories/Arith/Le.v theories/Arith/Gt.v theories/Arith/Factorial.v theories/Arith/Even.v theories/Arith/Euclid.v theories/Arith/EqNat.v theories/Arith/Div2.v theories/Arith/Compare_dec.v theories/Arith/Compare.v theories/Arith/Bool_nat.v theories/Arith/Between.v theories/Arith/Arith_base.v theories/Arith/Arith.v plugins/ssrmatching/ssrmatching.v plugins/ssr/ssrfun.v plugins/ssr/ssreflect.v plugins/ssr/ssrbool.v plugins/setoid_ring/ZArithRing.v plugins/setoid_ring/Rings_Z.v plugins/setoid_ring/Rings_R.v plugins/setoid_ring/Rings_Q.v plugins/setoid_ring/Ring_theory.v plugins/setoid_ring/Ring_tac.v plugins/setoid_ring/Ring_polynom.v plugins/setoid_ring/Ring_base.v plugins/setoid_ring/Ring.v plugins/setoid_ring/RealField.v plugins/setoid_ring/Ncring_tac.v plugins/setoid_ring/Ncring_polynom.v plugins/setoid_ring/Ncring_initial.v plugins/setoid_ring/Ncring.v plugins/setoid_ring/NArithRing.v plugins/setoid_ring/Integral_domain.v plugins/setoid_ring/InitialRing.v plugins/setoid_ring/Field_theory.v plugins/setoid_ring/Field_tac.v plugins/setoid_ring/Field.v plugins/setoid_ring/Cring.v plugins/setoid_ring/BinList.v plugins/setoid_ring/ArithRing.v plugins/setoid_ring/Algebra_syntax.v plugins/rtauto/Rtauto.v plugins/rtauto/Bintree.v plugins/romega/ReflOmegaCore.v plugins/romega/ROmega.v plugins/quote/Quote.v plugins/omega/PreOmega.v plugins/omega/OmegaTactic.v plugins/omega/OmegaPlugin.v plugins/omega/OmegaLemmas.v plugins/omega/Omega.v plugins/nsatz/Nsatz.v plugins/micromega/ZMicromega.v plugins/micromega/ZCoeff.v plugins/micromega/VarMap.v plugins/micromega/Tauto.v plugins/micromega/RingMicromega.v plugins/micromega/Refl.v plugins/micromega/RMicromega.v plugins/micromega/QMicromega.v plugins/micromega/Psatz.v plugins/micromega/OrderedRing.v plugins/micromega/MExtraction.v plugins/micromega/Lra.v plugins/micromega/Lqa.v plugins/micromega/Lia.v plugins/micromega/EnvRing.v plugins/micromega/Env.v plugins/ltac/Ltac.v plugins/funind/Recdef.v plugins/funind/FunInd.v plugins/fourier/Fourier_util.v plugins/fourier/Fourier.v plugins/extraction/Extraction.v plugins/extraction/ExtrOcamlZInt.v plugins/extraction/ExtrOcamlZBigInt.v plugins/extraction/ExtrOcamlString.v plugins/extraction/ExtrOcamlNatInt.v plugins/extraction/ExtrOcamlNatBigInt.v plugins/extraction/ExtrOcamlIntConv.v plugins/extraction/ExtrOcamlBigIntConv.v plugins/extraction/ExtrOcamlBasic.v plugins/extraction/ExtrHaskellZNum.v plugins/extraction/ExtrHaskellZInteger.v plugins/extraction/ExtrHaskellZInt.v plugins/extraction/ExtrHaskellString.v plugins/extraction/ExtrHaskellNatNum.v plugins/extraction/ExtrHaskellNatInteger.v plugins/extraction/ExtrHaskellNatInt.v plugins/extraction/ExtrHaskellBasic.v plugins/derive/Derive.v plugins/btauto/Reflect.v plugins/btauto/Btauto.v plugins/btauto/Algebra.v theories/ZArith/auxiliary.glob theories/ZArith/Zwf.glob theories/ZArith/Zsqrt_compat.glob theories/ZArith/Zquot.glob theories/ZArith/Zpower.glob theories/ZArith/Zpow_facts.glob theories/ZArith/Zpow_def.glob theories/ZArith/Zpow_alt.glob theories/ZArith/Zorder.glob theories/ZArith/Znumtheory.glob theories/ZArith/Znat.glob theories/ZArith/Zmisc.glob theories/ZArith/Zminmax.glob theories/ZArith/Zmin.glob theories/ZArith/Zmax.glob theories/ZArith/Zlogarithm.glob theories/ZArith/Zhints.glob theories/ZArith/Zgcd_alt.glob theories/ZArith/Zeven.glob theories/ZArith/Zeuclid.glob theories/ZArith/Zdiv.glob theories/ZArith/Zdigits.glob theories/ZArith/Zcomplements.glob theories/ZArith/Zcompare.glob theories/ZArith/Zbool.glob theories/ZArith/Zabs.glob theories/ZArith/ZArith_dec.glob theories/ZArith/ZArith_base.glob theories/ZArith/ZArith.glob theories/ZArith/Wf_Z.glob theories/ZArith/Int.glob theories/ZArith/BinIntDef.glob theories/ZArith/BinInt.glob theories/Wellfounded/Wellfounded.glob theories/Wellfounded/Well_Ordering.glob theories/Wellfounded/Union.glob theories/Wellfounded/Transitive_Closure.glob theories/Wellfounded/Lexicographic_Product.glob theories/Wellfounded/Lexicographic_Exponentiation.glob theories/Wellfounded/Inverse_Image.glob theories/Wellfounded/Inclusion.glob theories/Wellfounded/Disjoint_Union.glob theories/Vectors/VectorSpec.glob theories/Vectors/VectorEq.glob theories/Vectors/VectorDef.glob theories/Vectors/Vector.glob theories/Vectors/Fin.glob theories/Unicode/Utf8_core.glob theories/Unicode/Utf8.glob theories/Structures/OrdersTac.glob theories/Structures/OrdersLists.glob theories/Structures/OrdersFacts.glob theories/Structures/OrdersEx.glob theories/Structures/OrdersAlt.glob theories/Structures/Orders.glob theories/Structures/OrderedTypeEx.glob theories/Structures/OrderedTypeAlt.glob theories/Structures/OrderedType.glob theories/Structures/GenericMinMax.glob theories/Structures/EqualitiesFacts.glob theories/Structures/Equalities.glob theories/Structures/DecidableTypeEx.glob theories/Structures/DecidableType.glob theories/Strings/String.glob theories/Strings/Ascii.glob theories/Sorting/Sorting.glob theories/Sorting/Sorted.glob theories/Sorting/Permutation.glob theories/Sorting/PermutSetoid.glob theories/Sorting/PermutEq.glob theories/Sorting/Mergesort.glob theories/Sorting/Heap.glob theories/Sets/Uniset.glob theories/Sets/Relations_3_facts.glob theories/Sets/Relations_3.glob theories/Sets/Relations_2_facts.glob theories/Sets/Relations_2.glob theories/Sets/Relations_1_facts.glob theories/Sets/Relations_1.glob theories/Sets/Powerset_facts.glob theories/Sets/Powerset_Classical_facts.glob theories/Sets/Powerset.glob theories/Sets/Permut.glob theories/Sets/Partial_Order.glob theories/Sets/Multiset.glob theories/Sets/Integers.glob theories/Sets/Infinite_sets.glob theories/Sets/Image.glob theories/Sets/Finite_sets_facts.glob theories/Sets/Finite_sets.glob theories/Sets/Ensembles.glob theories/Sets/Cpo.glob theories/Sets/Constructive_sets.glob theories/Sets/Classical_sets.glob theories/Setoids/Setoid.glob theories/Relations/Relations.glob theories/Relations/Relation_Operators.glob theories/Relations/Relation_Definitions.glob theories/Relations/Operators_Properties.glob theories/Reals/Sqrt_reg.glob theories/Reals/SplitRmult.glob theories/Reals/SplitAbsolu.glob theories/Reals/SeqSeries.glob theories/Reals/SeqProp.glob theories/Reals/Rtrigo_reg.glob theories/Reals/Rtrigo_fun.glob theories/Reals/Rtrigo_def.glob theories/Reals/Rtrigo_calc.glob theories/Reals/Rtrigo_alt.glob theories/Reals/Rtrigo1.glob theories/Reals/Rtrigo.glob theories/Reals/Rtopology.glob theories/Reals/Rsqrt_def.glob theories/Reals/Rsigma.glob theories/Reals/Rseries.glob theories/Reals/Rprod.glob theories/Reals/Rpower.glob theories/Reals/Rpow_def.glob theories/Reals/Rminmax.glob theories/Reals/Rlogic.glob theories/Reals/Rlimit.glob theories/Reals/RiemannInt_SF.glob theories/Reals/RiemannInt.glob theories/Reals/Rgeom.glob theories/Reals/Rfunctions.glob theories/Reals/Reals.glob theories/Reals/Rderiv.glob theories/Reals/Rdefinitions.glob theories/Reals/Rcomplete.glob theories/Reals/Rbasic_fun.glob theories/Reals/Rbase.glob theories/Reals/Raxioms.glob theories/Reals/Ratan.glob theories/Reals/Ranalysis_reg.glob theories/Reals/Ranalysis5.glob theories/Reals/Ranalysis4.glob theories/Reals/Ranalysis3.glob theories/Reals/Ranalysis2.glob theories/Reals/Ranalysis1.glob theories/Reals/Ranalysis.glob theories/Reals/R_sqrt.glob theories/Reals/R_sqr.glob theories/Reals/R_Ifp.glob theories/Reals/ROrderedType.glob theories/Reals/RList.glob theories/Reals/RIneq.glob theories/Reals/PartSum.glob theories/Reals/PSeries_reg.glob theories/Reals/NewtonInt.glob theories/Reals/Machin.glob theories/Reals/MVT.glob theories/Reals/Integration.glob theories/Reals/Exp_prop.glob theories/Reals/DiscrR.glob theories/Reals/Cos_rel.glob theories/Reals/Cos_plus.glob theories/Reals/Cauchy_prod.glob theories/Reals/Binomial.glob theories/Reals/ArithProp.glob theories/Reals/AltSeries.glob theories/Reals/Alembert.glob theories/QArith/Qround.glob theories/QArith/Qring.glob theories/QArith/Qreduction.glob theories/QArith/Qreals.glob theories/QArith/Qpower.glob theories/QArith/Qminmax.glob theories/QArith/Qfield.glob theories/QArith/Qcanon.glob theories/QArith/Qcabs.glob theories/QArith/Qabs.glob theories/QArith/QOrderedType.glob theories/QArith/QArith_base.glob theories/QArith/QArith.glob theories/Program/Wf.glob theories/Program/Utils.glob theories/Program/Tactics.glob theories/Program/Syntax.glob theories/Program/Subset.glob theories/Program/Program.glob theories/Program/Equality.glob theories/Program/Combinators.glob theories/Program/Basics.glob theories/PArith/Pnat.glob theories/PArith/POrderedType.glob theories/PArith/PArith.glob theories/PArith/BinPosDef.glob theories/PArith/BinPos.glob theories/Numbers/NumPrelude.glob theories/Numbers/Natural/Peano/NPeano.glob theories/Numbers/Natural/Binary/NBinary.glob theories/Numbers/Natural/Abstract/NSub.glob theories/Numbers/Natural/Abstract/NStrongRec.glob theories/Numbers/Natural/Abstract/NSqrt.glob theories/Numbers/Natural/Abstract/NProperties.glob theories/Numbers/Natural/Abstract/NPow.glob theories/Numbers/Natural/Abstract/NParity.glob theories/Numbers/Natural/Abstract/NOrder.glob theories/Numbers/Natural/Abstract/NMulOrder.glob theories/Numbers/Natural/Abstract/NMaxMin.glob theories/Numbers/Natural/Abstract/NLog.glob theories/Numbers/Natural/Abstract/NLcm.glob theories/Numbers/Natural/Abstract/NIso.glob theories/Numbers/Natural/Abstract/NGcd.glob theories/Numbers/Natural/Abstract/NDiv.glob theories/Numbers/Natural/Abstract/NDefOps.glob theories/Numbers/Natural/Abstract/NBits.glob theories/Numbers/Natural/Abstract/NBase.glob theories/Numbers/Natural/Abstract/NAxioms.glob theories/Numbers/Natural/Abstract/NAddOrder.glob theories/Numbers/Natural/Abstract/NAdd.glob theories/Numbers/NatInt/NZSqrt.glob theories/Numbers/NatInt/NZProperties.glob theories/Numbers/NatInt/NZPow.glob theories/Numbers/NatInt/NZParity.glob theories/Numbers/NatInt/NZOrder.glob theories/Numbers/NatInt/NZMulOrder.glob theories/Numbers/NatInt/NZMul.glob theories/Numbers/NatInt/NZLog.glob theories/Numbers/NatInt/NZGcd.glob theories/Numbers/NatInt/NZDomain.glob theories/Numbers/NatInt/NZDiv.glob theories/Numbers/NatInt/NZBits.glob theories/Numbers/NatInt/NZBase.glob theories/Numbers/NatInt/NZAxioms.glob theories/Numbers/NatInt/NZAddOrder.glob theories/Numbers/NatInt/NZAdd.glob theories/Numbers/NaryFunctions.glob theories/Numbers/Integer/NatPairs/ZNatPairs.glob theories/Numbers/Integer/Binary/ZBinary.glob theories/Numbers/Integer/Abstract/ZSgnAbs.glob theories/Numbers/Integer/Abstract/ZProperties.glob theories/Numbers/Integer/Abstract/ZPow.glob theories/Numbers/Integer/Abstract/ZParity.glob theories/Numbers/Integer/Abstract/ZMulOrder.glob theories/Numbers/Integer/Abstract/ZMul.glob theories/Numbers/Integer/Abstract/ZMaxMin.glob theories/Numbers/Integer/Abstract/ZLt.glob theories/Numbers/Integer/Abstract/ZLcm.glob theories/Numbers/Integer/Abstract/ZGcd.glob theories/Numbers/Integer/Abstract/ZDivTrunc.glob theories/Numbers/Integer/Abstract/ZDivFloor.glob theories/Numbers/Integer/Abstract/ZDivEucl.glob theories/Numbers/Integer/Abstract/ZBits.glob theories/Numbers/Integer/Abstract/ZBase.glob theories/Numbers/Integer/Abstract/ZAxioms.glob theories/Numbers/Integer/Abstract/ZAddOrder.glob theories/Numbers/Integer/Abstract/ZAdd.glob theories/Numbers/Cyclic/ZModulo/ZModulo.glob theories/Numbers/Cyclic/Int31/Ring31.glob theories/Numbers/Cyclic/Int31/Int31.glob theories/Numbers/Cyclic/Int31/Cyclic31.glob theories/Numbers/Cyclic/Abstract/NZCyclic.glob theories/Numbers/Cyclic/Abstract/DoubleType.glob theories/Numbers/Cyclic/Abstract/CyclicAxioms.glob theories/Numbers/BinNums.glob theories/NArith/Nsqrt_def.glob theories/NArith/Nnat.glob theories/NArith/Ngcd_def.glob theories/NArith/Ndiv_def.glob theories/NArith/Ndist.glob theories/NArith/Ndigits.glob theories/NArith/Ndec.glob theories/NArith/NArith.glob theories/NArith/BinNatDef.glob theories/NArith/BinNat.glob theories/MSets/MSets.glob theories/MSets/MSetWeakList.glob theories/MSets/MSetToFiniteSet.glob theories/MSets/MSetRBT.glob theories/MSets/MSetProperties.glob theories/MSets/MSetPositive.glob theories/MSets/MSetList.glob theories/MSets/MSetInterface.glob theories/MSets/MSetGenTree.glob theories/MSets/MSetFacts.glob theories/MSets/MSetEqProperties.glob theories/MSets/MSetDecide.glob theories/MSets/MSetAVL.glob theories/Logic/WeakFan.glob theories/Logic/WKL.glob theories/Logic/SetoidChoice.glob theories/Logic/SetIsType.glob theories/Logic/RelationalChoice.glob theories/Logic/PropFacts.glob theories/Logic/PropExtensionalityFacts.glob theories/Logic/PropExtensionality.glob theories/Logic/ProofIrrelevanceFacts.glob theories/Logic/ProofIrrelevance.glob theories/Logic/JMeq.glob theories/Logic/IndefiniteDescription.glob theories/Logic/Hurkens.glob theories/Logic/FunctionalExtensionality.glob theories/Logic/FinFun.glob theories/Logic/ExtensionalityFacts.glob theories/Logic/ExtensionalFunctionRepresentative.glob theories/Logic/Eqdep_dec.glob theories/Logic/EqdepFacts.glob theories/Logic/Eqdep.glob theories/Logic/Epsilon.glob theories/Logic/Diaconescu.glob theories/Logic/Description.glob theories/Logic/Decidable.glob theories/Logic/ConstructiveEpsilon.glob theories/Logic/Classical_Prop.glob theories/Logic/Classical_Pred_Type.glob theories/Logic/ClassicalUniqueChoice.glob theories/Logic/ClassicalFacts.glob theories/Logic/ClassicalEpsilon.glob theories/Logic/ClassicalDescription.glob theories/Logic/ClassicalChoice.glob theories/Logic/Classical.glob theories/Logic/ChoiceFacts.glob theories/Logic/Berardi.glob theories/Lists/Streams.glob theories/Lists/StreamMemo.glob theories/Lists/SetoidPermutation.glob theories/Lists/SetoidList.glob theories/Lists/ListTactics.glob theories/Lists/ListSet.glob theories/Lists/ListDec.glob theories/Lists/List.glob theories/Init/Wf.glob theories/Init/Tauto.glob theories/Init/Tactics.glob theories/Init/Specif.glob theories/Init/Prelude.glob theories/Init/Peano.glob theories/Init/Notations.glob theories/Init/Nat.glob theories/Init/Logic_Type.glob theories/Init/Logic.glob theories/Init/Datatypes.glob theories/FSets/FSets.glob theories/FSets/FSetWeakList.glob theories/FSets/FSetToFiniteSet.glob theories/FSets/FSetProperties.glob theories/FSets/FSetPositive.glob theories/FSets/FSetList.glob theories/FSets/FSetInterface.glob theories/FSets/FSetFacts.glob theories/FSets/FSetEqProperties.glob theories/FSets/FSetDecide.glob theories/FSets/FSetCompat.glob theories/FSets/FSetBridge.glob theories/FSets/FSetAVL.glob theories/FSets/FMaps.glob theories/FSets/FMapWeakList.glob theories/FSets/FMapPositive.glob theories/FSets/FMapList.glob theories/FSets/FMapInterface.glob theories/FSets/FMapFullAVL.glob theories/FSets/FMapFacts.glob theories/FSets/FMapAVL.glob theories/Compat/Coq86.glob theories/Compat/Coq85.glob theories/Compat/AdmitAxiom.glob theories/Classes/SetoidTactics.glob theories/Classes/SetoidDec.glob theories/Classes/SetoidClass.glob theories/Classes/RelationPairs.glob theories/Classes/RelationClasses.glob theories/Classes/Morphisms_Relations.glob theories/Classes/Morphisms_Prop.glob theories/Classes/Morphisms.glob theories/Classes/Init.glob theories/Classes/Equivalence.glob theories/Classes/EquivDec.glob theories/Classes/DecidableClass.glob theories/Classes/CRelationClasses.glob theories/Classes/CMorphisms.glob theories/Classes/CEquivalence.glob theories/Bool/Zerob.glob theories/Bool/Sumbool.glob theories/Bool/IfProp.glob theories/Bool/DecBool.glob theories/Bool/Bvector.glob theories/Bool/BoolEq.glob theories/Bool/Bool.glob theories/Arith/Wf_nat.glob theories/Arith/Plus.glob theories/Arith/Peano_dec.glob theories/Arith/PeanoNat.glob theories/Arith/Mult.glob theories/Arith/Minus.glob theories/Arith/Min.glob theories/Arith/Max.glob theories/Arith/Lt.glob theories/Arith/Le.glob theories/Arith/Gt.glob theories/Arith/Factorial.glob theories/Arith/Even.glob theories/Arith/Euclid.glob theories/Arith/EqNat.glob theories/Arith/Div2.glob theories/Arith/Compare_dec.glob theories/Arith/Compare.glob theories/Arith/Bool_nat.glob theories/Arith/Between.glob theories/Arith/Arith_base.glob theories/Arith/Arith.glob plugins/ssrmatching/ssrmatching.glob plugins/ssr/ssrfun.glob plugins/ssr/ssreflect.glob plugins/ssr/ssrbool.glob plugins/setoid_ring/ZArithRing.glob plugins/setoid_ring/Rings_Z.glob plugins/setoid_ring/Rings_R.glob plugins/setoid_ring/Rings_Q.glob plugins/setoid_ring/Ring_theory.glob plugins/setoid_ring/Ring_tac.glob plugins/setoid_ring/Ring_polynom.glob plugins/setoid_ring/Ring_base.glob plugins/setoid_ring/Ring.glob plugins/setoid_ring/RealField.glob plugins/setoid_ring/Ncring_tac.glob plugins/setoid_ring/Ncring_polynom.glob plugins/setoid_ring/Ncring_initial.glob plugins/setoid_ring/Ncring.glob plugins/setoid_ring/NArithRing.glob plugins/setoid_ring/Integral_domain.glob plugins/setoid_ring/InitialRing.glob plugins/setoid_ring/Field_theory.glob plugins/setoid_ring/Field_tac.glob plugins/setoid_ring/Field.glob plugins/setoid_ring/Cring.glob plugins/setoid_ring/BinList.glob plugins/setoid_ring/ArithRing.glob plugins/setoid_ring/Algebra_syntax.glob plugins/rtauto/Rtauto.glob plugins/rtauto/Bintree.glob plugins/romega/ReflOmegaCore.glob plugins/romega/ROmega.glob plugins/quote/Quote.glob plugins/omega/PreOmega.glob plugins/omega/OmegaTactic.glob plugins/omega/OmegaPlugin.glob plugins/omega/OmegaLemmas.glob plugins/omega/Omega.glob plugins/nsatz/Nsatz.glob plugins/micromega/ZMicromega.glob plugins/micromega/ZCoeff.glob plugins/micromega/VarMap.glob plugins/micromega/Tauto.glob plugins/micromega/RingMicromega.glob plugins/micromega/Refl.glob plugins/micromega/RMicromega.glob plugins/micromega/QMicromega.glob plugins/micromega/Psatz.glob plugins/micromega/OrderedRing.glob plugins/micromega/MExtraction.glob plugins/micromega/Lra.glob plugins/micromega/Lqa.glob plugins/micromega/Lia.glob plugins/micromega/EnvRing.glob plugins/micromega/Env.glob plugins/ltac/Ltac.glob plugins/funind/Recdef.glob plugins/funind/FunInd.glob plugins/fourier/Fourier_util.glob plugins/fourier/Fourier.glob plugins/extraction/Extraction.glob plugins/extraction/ExtrOcamlZInt.glob plugins/extraction/ExtrOcamlZBigInt.glob plugins/extraction/ExtrOcamlString.glob plugins/extraction/ExtrOcamlNatInt.glob plugins/extraction/ExtrOcamlNatBigInt.glob plugins/extraction/ExtrOcamlIntConv.glob plugins/extraction/ExtrOcamlBigIntConv.glob plugins/extraction/ExtrOcamlBasic.glob plugins/extraction/ExtrHaskellZNum.glob plugins/extraction/ExtrHaskellZInteger.glob plugins/extraction/ExtrHaskellZInt.glob plugins/extraction/ExtrHaskellString.glob plugins/extraction/ExtrHaskellNatNum.glob plugins/extraction/ExtrHaskellNatInteger.glob plugins/extraction/ExtrHaskellNatInt.glob plugins/extraction/ExtrHaskellBasic.glob plugins/derive/Derive.glob plugins/btauto/Reflect.glob plugins/btauto/Btauto.glob plugins/btauto/Algebra.glob - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_auxiliary.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zwf.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zsqrt_compat.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zquot.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zpower.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zpow_facts.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zpow_def.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zpow_alt.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zorder.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Znumtheory.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Znat.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zmisc.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zminmax.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zmin.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zmax.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zlogarithm.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zhints.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zgcd_alt.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zeven.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zeuclid.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zdiv.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zdigits.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zcomplements.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zcompare.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zbool.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zabs.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_ZArith_dec.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_ZArith_base.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_ZArith.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Wf_Z.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Int.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_BinIntDef.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_BinInt.cm*': No such file or directory - install: cannot stat 'theories/Wellfounded/.coq-native/NCoq_Wellfounded_Wellfounded.cm*': No such file or directory - install: cannot stat 'theories/Wellfounded/.coq-native/NCoq_Wellfounded_Well_Ordering.cm*': No such file or directory - install: cannot stat 'theories/Wellfounded/.coq-native/NCoq_Wellfounded_Union.cm*': No such file or directory - install: cannot stat 'theories/Wellfounded/.coq-native/NCoq_Wellfounded_Transitive_Closure.cm*': No such file or directory - install: cannot stat 'theories/Wellfounded/.coq-native/NCoq_Wellfounded_Lexicographic_Product.cm*': No such file or directory - install: cannot stat 'theories/Wellfounded/.coq-native/NCoq_Wellfounded_Lexicographic_Exponentiation.cm*': No such file or directory - install: cannot stat 'theories/Wellfounded/.coq-native/NCoq_Wellfounded_Inverse_Image.cm*': No such file or directory - install: cannot stat 'theories/Wellfounded/.coq-native/NCoq_Wellfounded_Inclusion.cm*': No such file or directory - install: cannot stat 'theories/Wellfounded/.coq-native/NCoq_Wellfounded_Disjoint_Union.cm*': No such file or directory - install: cannot stat 'theories/Vectors/.coq-native/NCoq_Vectors_VectorSpec.cm*': No such file or directory - install: cannot stat 'theories/Vectors/.coq-native/NCoq_Vectors_VectorEq.cm*': No such file or directory - install: cannot stat 'theories/Vectors/.coq-native/NCoq_Vectors_VectorDef.cm*': No such file or directory - install: cannot stat 'theories/Vectors/.coq-native/NCoq_Vectors_Vector.cm*': No such file or directory - install: cannot stat 'theories/Vectors/.coq-native/NCoq_Vectors_Fin.cm*': No such file or directory - install: cannot stat 'theories/Unicode/.coq-native/NCoq_Unicode_Utf8_core.cm*': No such file or directory - install: cannot stat 'theories/Unicode/.coq-native/NCoq_Unicode_Utf8.cm*': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_OrdersTac.cm*': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_OrdersLists.cm*': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_OrdersFacts.cm*': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_OrdersEx.cm*': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_OrdersAlt.cm*': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_Orders.cm*': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_OrderedTypeEx.cm*': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_OrderedTypeAlt.cm*': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_OrderedType.cm*': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_GenericMinMax.cm*': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_EqualitiesFacts.cm*': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_Equalities.cm*': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_DecidableTypeEx.cm*': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_DecidableType.cm*': No such file or directory - install: cannot stat 'theories/Strings/.coq-native/NCoq_Strings_String.cm*': No such file or directory - install: cannot stat 'theories/Strings/.coq-native/NCoq_Strings_Ascii.cm*': No such file or directory - install: cannot stat 'theories/Sorting/.coq-native/NCoq_Sorting_Sorting.cm*': No such file or directory - install: cannot stat 'theories/Sorting/.coq-native/NCoq_Sorting_Sorted.cm*': No such file or directory - install: cannot stat 'theories/Sorting/.coq-native/NCoq_Sorting_Permutation.cm*': No such file or directory - install: cannot stat 'theories/Sorting/.coq-native/NCoq_Sorting_PermutSetoid.cm*': No such file or directory - install: cannot stat 'theories/Sorting/.coq-native/NCoq_Sorting_PermutEq.cm*': No such file or directory - install: cannot stat 'theories/Sorting/.coq-native/NCoq_Sorting_Mergesort.cm*': No such file or directory - install: cannot stat 'theories/Sorting/.coq-native/NCoq_Sorting_Heap.cm*': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Uniset.cm*': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Relations_3_facts.cm*': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Relations_3.cm*': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Relations_2_facts.cm*': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Relations_2.cm*': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Relations_1_facts.cm*': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Relations_1.cm*': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Powerset_facts.cm*': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Powerset_Classical_facts.cm*': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Powerset.cm*': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Permut.cm*': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Partial_Order.cm*': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Multiset.cm*': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Integers.cm*': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Infinite_sets.cm*': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Image.cm*': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Finite_sets_facts.cm*': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Finite_sets.cm*': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Ensembles.cm*': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Cpo.cm*': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Constructive_sets.cm*': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Classical_sets.cm*': No such file or directory - install: cannot stat 'theories/Setoids/.coq-native/NCoq_Setoids_Setoid.cm*': No such file or directory - install: cannot stat 'theories/Relations/.coq-native/NCoq_Relations_Relations.cm*': No such file or directory - install: cannot stat 'theories/Relations/.coq-native/NCoq_Relations_Relation_Operators.cm*': No such file or directory - install: cannot stat 'theories/Relations/.coq-native/NCoq_Relations_Relation_Definitions.cm*': No such file or directory - install: cannot stat 'theories/Relations/.coq-native/NCoq_Relations_Operators_Properties.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Sqrt_reg.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_SplitRmult.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_SplitAbsolu.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_SeqSeries.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_SeqProp.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rtrigo_reg.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rtrigo_fun.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rtrigo_def.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rtrigo_calc.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rtrigo_alt.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rtrigo1.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rtrigo.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rtopology.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rsqrt_def.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rsigma.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rseries.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rprod.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rpower.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rpow_def.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rminmax.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rlogic.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rlimit.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_RiemannInt_SF.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_RiemannInt.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rgeom.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rfunctions.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Reals.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rderiv.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rdefinitions.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rcomplete.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rbasic_fun.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rbase.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Raxioms.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Ratan.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Ranalysis_reg.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Ranalysis5.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Ranalysis4.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Ranalysis3.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Ranalysis2.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Ranalysis1.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Ranalysis.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_R_sqrt.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_R_sqr.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_R_Ifp.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_ROrderedType.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_RList.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_RIneq.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_PartSum.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_PSeries_reg.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_NewtonInt.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Machin.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_MVT.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Integration.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Exp_prop.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_DiscrR.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Cos_rel.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Cos_plus.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Cauchy_prod.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Binomial.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_ArithProp.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_AltSeries.cm*': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Alembert.cm*': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_Qround.cm*': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_Qring.cm*': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_Qreduction.cm*': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_Qreals.cm*': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_Qpower.cm*': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_Qminmax.cm*': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_Qfield.cm*': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_Qcanon.cm*': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_Qcabs.cm*': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_Qabs.cm*': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_QOrderedType.cm*': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_QArith_base.cm*': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_QArith.cm*': No such file or directory - install: cannot stat 'theories/Program/.coq-native/NCoq_Program_Wf.cm*': No such file or directory - install: cannot stat 'theories/Program/.coq-native/NCoq_Program_Utils.cm*': No such file or directory - install: cannot stat 'theories/Program/.coq-native/NCoq_Program_Tactics.cm*': No such file or directory - install: cannot stat 'theories/Program/.coq-native/NCoq_Program_Syntax.cm*': No such file or directory - install: cannot stat 'theories/Program/.coq-native/NCoq_Program_Subset.cm*': No such file or directory - install: cannot stat 'theories/Program/.coq-native/NCoq_Program_Program.cm*': No such file or directory - install: cannot stat 'theories/Program/.coq-native/NCoq_Program_Equality.cm*': No such file or directory - install: cannot stat 'theories/Program/.coq-native/NCoq_Program_Combinators.cm*': No such file or directory - install: cannot stat 'theories/Program/.coq-native/NCoq_Program_Basics.cm*': No such file or directory - install: cannot stat 'theories/PArith/.coq-native/NCoq_PArith_Pnat.cm*': No such file or directory - install: cannot stat 'theories/PArith/.coq-native/NCoq_PArith_POrderedType.cm*': No such file or directory - install: cannot stat 'theories/PArith/.coq-native/NCoq_PArith_PArith.cm*': No such file or directory - install: cannot stat 'theories/PArith/.coq-native/NCoq_PArith_BinPosDef.cm*': No such file or directory - install: cannot stat 'theories/PArith/.coq-native/NCoq_PArith_BinPos.cm*': No such file or directory - install: cannot stat 'theories/Numbers/.coq-native/NCoq_Numbers_NumPrelude.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Peano/.coq-native/NCoq_Numbers_Natural_Peano_NPeano.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Binary/.coq-native/NCoq_Numbers_Natural_Binary_NBinary.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NSub.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NStrongRec.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NSqrt.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NProperties.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NPow.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NParity.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NOrder.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NMulOrder.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NMaxMin.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NLog.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NLcm.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NIso.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NGcd.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NDiv.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NDefOps.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NBits.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NBase.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NAxioms.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NAddOrder.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NAdd.cm*': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZSqrt.cm*': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZProperties.cm*': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZPow.cm*': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZParity.cm*': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZOrder.cm*': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZMulOrder.cm*': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZMul.cm*': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZLog.cm*': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZGcd.cm*': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZDomain.cm*': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZDiv.cm*': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZBits.cm*': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZBase.cm*': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZAxioms.cm*': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZAddOrder.cm*': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZAdd.cm*': No such file or directory - install: cannot stat 'theories/Numbers/.coq-native/NCoq_Numbers_NaryFunctions.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Integer/NatPairs/.coq-native/NCoq_Numbers_Integer_NatPairs_ZNatPairs.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Binary/.coq-native/NCoq_Numbers_Integer_Binary_ZBinary.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZSgnAbs.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZProperties.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZPow.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZParity.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZMulOrder.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZMul.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZMaxMin.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZLt.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZLcm.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZGcd.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZDivTrunc.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZDivFloor.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZDivEucl.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZBits.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZBase.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZAxioms.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZAddOrder.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZAdd.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Cyclic/ZModulo/.coq-native/NCoq_Numbers_Cyclic_ZModulo_ZModulo.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Cyclic/Int31/.coq-native/NCoq_Numbers_Cyclic_Int31_Ring31.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Cyclic/Int31/.coq-native/NCoq_Numbers_Cyclic_Int31_Int31.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Cyclic/Int31/.coq-native/NCoq_Numbers_Cyclic_Int31_Cyclic31.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Cyclic/Abstract/.coq-native/NCoq_Numbers_Cyclic_Abstract_NZCyclic.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Cyclic/Abstract/.coq-native/NCoq_Numbers_Cyclic_Abstract_DoubleType.cm*': No such file or directory - install: cannot stat 'theories/Numbers/Cyclic/Abstract/.coq-native/NCoq_Numbers_Cyclic_Abstract_CyclicAxioms.cm*': No such file or directory - install: cannot stat 'theories/Numbers/.coq-native/NCoq_Numbers_BinNums.cm*': No such file or directory - install: cannot stat 'theories/NArith/.coq-native/NCoq_NArith_Nsqrt_def.cm*': No such file or directory - install: cannot stat 'theories/NArith/.coq-native/NCoq_NArith_Nnat.cm*': No such file or directory - install: cannot stat 'theories/NArith/.coq-native/NCoq_NArith_Ngcd_def.cm*': No such file or directory - install: cannot stat 'theories/NArith/.coq-native/NCoq_NArith_Ndiv_def.cm*': No such file or directory - install: cannot stat 'theories/NArith/.coq-native/NCoq_NArith_Ndist.cm*': No such file or directory - install: cannot stat 'theories/NArith/.coq-native/NCoq_NArith_Ndigits.cm*': No such file or directory - install: cannot stat 'theories/NArith/.coq-native/NCoq_NArith_Ndec.cm*': No such file or directory - install: cannot stat 'theories/NArith/.coq-native/NCoq_NArith_NArith.cm*': No such file or directory - install: cannot stat 'theories/NArith/.coq-native/NCoq_NArith_BinNatDef.cm*': No such file or directory - install: cannot stat 'theories/NArith/.coq-native/NCoq_NArith_BinNat.cm*': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSets.cm*': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSetWeakList.cm*': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSetToFiniteSet.cm*': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSetRBT.cm*': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSetProperties.cm*': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSetPositive.cm*': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSetList.cm*': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSetInterface.cm*': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSetGenTree.cm*': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSetFacts.cm*': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSetEqProperties.cm*': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSetDecide.cm*': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSetAVL.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_WeakFan.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_WKL.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_SetoidChoice.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_SetIsType.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_RelationalChoice.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_PropFacts.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_PropExtensionalityFacts.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_PropExtensionality.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_ProofIrrelevanceFacts.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_ProofIrrelevance.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_JMeq.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_IndefiniteDescription.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_Hurkens.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_FunctionalExtensionality.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_FinFun.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_ExtensionalityFacts.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_ExtensionalFunctionRepresentative.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_Eqdep_dec.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_EqdepFacts.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_Eqdep.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_Epsilon.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_Diaconescu.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_Description.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_Decidable.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_ConstructiveEpsilon.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_Classical_Prop.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_Classical_Pred_Type.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_ClassicalUniqueChoice.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_ClassicalFacts.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_ClassicalEpsilon.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_ClassicalDescription.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_ClassicalChoice.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_Classical.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_ChoiceFacts.cm*': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_Berardi.cm*': No such file or directory - install: cannot stat 'theories/Lists/.coq-native/NCoq_Lists_Streams.cm*': No such file or directory - install: cannot stat 'theories/Lists/.coq-native/NCoq_Lists_StreamMemo.cm*': No such file or directory - install: cannot stat 'theories/Lists/.coq-native/NCoq_Lists_SetoidPermutation.cm*': No such file or directory - install: cannot stat 'theories/Lists/.coq-native/NCoq_Lists_SetoidList.cm*': No such file or directory - install: cannot stat 'theories/Lists/.coq-native/NCoq_Lists_ListTactics.cm*': No such file or directory - install: cannot stat 'theories/Lists/.coq-native/NCoq_Lists_ListSet.cm*': No such file or directory - install: cannot stat 'theories/Lists/.coq-native/NCoq_Lists_ListDec.cm*': No such file or directory - install: cannot stat 'theories/Lists/.coq-native/NCoq_Lists_List.cm*': No such file or directory - install: cannot stat 'theories/Init/.coq-native/NCoq_Init_Wf.cm*': No such file or directory - install: cannot stat 'theories/Init/.coq-native/NCoq_Init_Tauto.cm*': No such file or directory - install: cannot stat 'theories/Init/.coq-native/NCoq_Init_Tactics.cm*': No such file or directory - install: cannot stat 'theories/Init/.coq-native/NCoq_Init_Specif.cm*': No such file or directory - install: cannot stat 'theories/Init/.coq-native/NCoq_Init_Prelude.cm*': No such file or directory - install: cannot stat 'theories/Init/.coq-native/NCoq_Init_Peano.cm*': No such file or directory - install: cannot stat 'theories/Init/.coq-native/NCoq_Init_Notations.cm*': No such file or directory - install: cannot stat 'theories/Init/.coq-native/NCoq_Init_Nat.cm*': No such file or directory - install: cannot stat 'theories/Init/.coq-native/NCoq_Init_Logic_Type.cm*': No such file or directory - install: cannot stat 'theories/Init/.coq-native/NCoq_Init_Logic.cm*': No such file or directory - install: cannot stat 'theories/Init/.coq-native/NCoq_Init_Datatypes.cm*': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSets.cm*': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSetWeakList.cm*': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSetToFiniteSet.cm*': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSetProperties.cm*': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSetPositive.cm*': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSetList.cm*': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSetInterface.cm*': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSetFacts.cm*': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSetEqProperties.cm*': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSetDecide.cm*': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSetCompat.cm*': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSetBridge.cm*': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSetAVL.cm*': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FMaps.cm*': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FMapWeakList.cm*': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FMapPositive.cm*': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FMapList.cm*': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FMapInterface.cm*': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FMapFullAVL.cm*': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FMapFacts.cm*': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FMapAVL.cm*': No such file or directory - install: cannot stat 'theories/Compat/.coq-native/NCoq_Compat_Coq86.cm*': No such file or directory - install: cannot stat 'theories/Compat/.coq-native/NCoq_Compat_Coq85.cm*': No such file or directory - install: cannot stat 'theories/Compat/.coq-native/NCoq_Compat_AdmitAxiom.cm*': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_SetoidTactics.cm*': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_SetoidDec.cm*': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_SetoidClass.cm*': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_RelationPairs.cm*': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_RelationClasses.cm*': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_Morphisms_Relations.cm*': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_Morphisms_Prop.cm*': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_Morphisms.cm*': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_Init.cm*': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_Equivalence.cm*': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_EquivDec.cm*': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_DecidableClass.cm*': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_CRelationClasses.cm*': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_CMorphisms.cm*': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_CEquivalence.cm*': No such file or directory - install: cannot stat 'theories/Bool/.coq-native/NCoq_Bool_Zerob.cm*': No such file or directory - install: cannot stat 'theories/Bool/.coq-native/NCoq_Bool_Sumbool.cm*': No such file or directory - install: cannot stat 'theories/Bool/.coq-native/NCoq_Bool_IfProp.cm*': No such file or directory - install: cannot stat 'theories/Bool/.coq-native/NCoq_Bool_DecBool.cm*': No such file or directory - install: cannot stat 'theories/Bool/.coq-native/NCoq_Bool_Bvector.cm*': No such file or directory - install: cannot stat 'theories/Bool/.coq-native/NCoq_Bool_BoolEq.cm*': No such file or directory - install: cannot stat 'theories/Bool/.coq-native/NCoq_Bool_Bool.cm*': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Wf_nat.cm*': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Plus.cm*': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Peano_dec.cm*': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_PeanoNat.cm*': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Mult.cm*': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Minus.cm*': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Min.cm*': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Max.cm*': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Lt.cm*': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Le.cm*': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Gt.cm*': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Factorial.cm*': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Even.cm*': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Euclid.cm*': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_EqNat.cm*': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Div2.cm*': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Compare_dec.cm*': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Compare.cm*': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Bool_nat.cm*': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Between.cm*': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Arith_base.cm*': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Arith.cm*': No such file or directory - install: cannot stat 'plugins/ssrmatching/.coq-native/NCoq_ssrmatching_ssrmatching.cm*': No such file or directory - install: cannot stat 'plugins/ssr/.coq-native/NCoq_ssr_ssrfun.cm*': No such file or directory - install: cannot stat 'plugins/ssr/.coq-native/NCoq_ssr_ssreflect.cm*': No such file or directory - install: cannot stat 'plugins/ssr/.coq-native/NCoq_ssr_ssrbool.cm*': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_ZArithRing.cm*': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_Z.cm*': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_R.cm*': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_Q.cm*': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_theory.cm*': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_tac.cm*': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_polynom.cm*': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_base.cm*': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring.cm*': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_RealField.cm*': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_tac.cm*': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_polynom.cm*': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_initial.cm*': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring.cm*': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_NArithRing.cm*': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Integral_domain.cm*': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_InitialRing.cm*': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Field_theory.cm*': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Field_tac.cm*': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Field.cm*': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Cring.cm*': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_BinList.cm*': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_ArithRing.cm*': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Algebra_syntax.cm*': No such file or directory - install: cannot stat 'plugins/rtauto/.coq-native/NCoq_rtauto_Rtauto.cm*': No such file or directory - install: cannot stat 'plugins/rtauto/.coq-native/NCoq_rtauto_Bintree.cm*': No such file or directory - install: cannot stat 'plugins/romega/.coq-native/NCoq_romega_ReflOmegaCore.cm*': No such file or directory - install: cannot stat 'plugins/romega/.coq-native/NCoq_romega_ROmega.cm*': No such file or directory - install: cannot stat 'plugins/quote/.coq-native/NCoq_quote_Quote.cm*': No such file or directory - install: cannot stat 'plugins/omega/.coq-native/NCoq_omega_PreOmega.cm*': No such file or directory - install: cannot stat 'plugins/omega/.coq-native/NCoq_omega_OmegaTactic.cm*': No such file or directory - install: cannot stat 'plugins/omega/.coq-native/NCoq_omega_OmegaPlugin.cm*': No such file or directory - install: cannot stat 'plugins/omega/.coq-native/NCoq_omega_OmegaLemmas.cm*': No such file or directory - install: cannot stat 'plugins/omega/.coq-native/NCoq_omega_Omega.cm*': No such file or directory - install: cannot stat 'plugins/nsatz/.coq-native/NCoq_nsatz_Nsatz.cm*': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_ZMicromega.cm*': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_ZCoeff.cm*': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_VarMap.cm*': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_Tauto.cm*': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_RingMicromega.cm*': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_Refl.cm*': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_RMicromega.cm*': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_QMicromega.cm*': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_Psatz.cm*': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_OrderedRing.cm*': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_MExtraction.cm*': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_Lra.cm*': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_Lqa.cm*': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_Lia.cm*': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_EnvRing.cm*': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_Env.cm*': No such file or directory - install: cannot stat 'plugins/ltac/.coq-native/NCoq_ltac_Ltac.cm*': No such file or directory - install: cannot stat 'plugins/funind/.coq-native/NCoq_funind_Recdef.cm*': No such file or directory - install: cannot stat 'plugins/funind/.coq-native/NCoq_funind_FunInd.cm*': No such file or directory - install: cannot stat 'plugins/fourier/.coq-native/NCoq_fourier_Fourier_util.cm*': No such file or directory - install: cannot stat 'plugins/fourier/.coq-native/NCoq_fourier_Fourier.cm*': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_Extraction.cm*': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlZInt.cm*': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlZBigInt.cm*': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlString.cm*': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlNatInt.cm*': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlNatBigInt.cm*': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlIntConv.cm*': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlBigIntConv.cm*': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlBasic.cm*': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellZNum.cm*': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellZInteger.cm*': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellZInt.cm*': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellString.cm*': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatNum.cm*': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatInteger.cm*': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatInt.cm*': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellBasic.cm*': No such file or directory - install: cannot stat 'plugins/derive/.coq-native/NCoq_derive_Derive.cm*': No such file or directory - install: cannot stat 'plugins/btauto/.coq-native/NCoq_btauto_Reflect.cm*': No such file or directory - install: cannot stat 'plugins/btauto/.coq-native/NCoq_btauto_Btauto.cm*': No such file or directory - install: cannot stat 'plugins/btauto/.coq-native/NCoq_btauto_Algebra.cm*': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_auxiliary.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zwf.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zsqrt_compat.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zquot.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zpower.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zpow_facts.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zpow_def.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zpow_alt.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zorder.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Znumtheory.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Znat.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zmisc.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zminmax.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zmin.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zmax.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zlogarithm.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zhints.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zgcd_alt.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zeven.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zeuclid.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zdiv.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zdigits.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zcomplements.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zcompare.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zbool.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Zabs.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_ZArith_dec.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_ZArith_base.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_ZArith.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Wf_Z.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_Int.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_BinIntDef.o': No such file or directory - install: cannot stat 'theories/ZArith/.coq-native/NCoq_ZArith_BinInt.o': No such file or directory - install: cannot stat 'theories/Wellfounded/.coq-native/NCoq_Wellfounded_Wellfounded.o': No such file or directory - install: cannot stat 'theories/Wellfounded/.coq-native/NCoq_Wellfounded_Well_Ordering.o': No such file or directory - install: cannot stat 'theories/Wellfounded/.coq-native/NCoq_Wellfounded_Union.o': No such file or directory - install: cannot stat 'theories/Wellfounded/.coq-native/NCoq_Wellfounded_Transitive_Closure.o': No such file or directory - install: cannot stat 'theories/Wellfounded/.coq-native/NCoq_Wellfounded_Lexicographic_Product.o': No such file or directory - install: cannot stat 'theories/Wellfounded/.coq-native/NCoq_Wellfounded_Lexicographic_Exponentiation.o': No such file or directory - install: cannot stat 'theories/Wellfounded/.coq-native/NCoq_Wellfounded_Inverse_Image.o': No such file or directory - install: cannot stat 'theories/Wellfounded/.coq-native/NCoq_Wellfounded_Inclusion.o': No such file or directory - install: cannot stat 'theories/Wellfounded/.coq-native/NCoq_Wellfounded_Disjoint_Union.o': No such file or directory - install: cannot stat 'theories/Vectors/.coq-native/NCoq_Vectors_VectorSpec.o': No such file or directory - install: cannot stat 'theories/Vectors/.coq-native/NCoq_Vectors_VectorEq.o': No such file or directory - install: cannot stat 'theories/Vectors/.coq-native/NCoq_Vectors_VectorDef.o': No such file or directory - install: cannot stat 'theories/Vectors/.coq-native/NCoq_Vectors_Vector.o': No such file or directory - install: cannot stat 'theories/Vectors/.coq-native/NCoq_Vectors_Fin.o': No such file or directory - install: cannot stat 'theories/Unicode/.coq-native/NCoq_Unicode_Utf8_core.o': No such file or directory - install: cannot stat 'theories/Unicode/.coq-native/NCoq_Unicode_Utf8.o': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_OrdersTac.o': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_OrdersLists.o': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_OrdersFacts.o': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_OrdersEx.o': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_OrdersAlt.o': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_Orders.o': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_OrderedTypeEx.o': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_OrderedTypeAlt.o': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_OrderedType.o': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_GenericMinMax.o': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_EqualitiesFacts.o': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_Equalities.o': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_DecidableTypeEx.o': No such file or directory - install: cannot stat 'theories/Structures/.coq-native/NCoq_Structures_DecidableType.o': No such file or directory - install: cannot stat 'theories/Strings/.coq-native/NCoq_Strings_String.o': No such file or directory - install: cannot stat 'theories/Strings/.coq-native/NCoq_Strings_Ascii.o': No such file or directory - install: cannot stat 'theories/Sorting/.coq-native/NCoq_Sorting_Sorting.o': No such file or directory - install: cannot stat 'theories/Sorting/.coq-native/NCoq_Sorting_Sorted.o': No such file or directory - install: cannot stat 'theories/Sorting/.coq-native/NCoq_Sorting_Permutation.o': No such file or directory - install: cannot stat 'theories/Sorting/.coq-native/NCoq_Sorting_PermutSetoid.o': No such file or directory - install: cannot stat 'theories/Sorting/.coq-native/NCoq_Sorting_PermutEq.o': No such file or directory - install: cannot stat 'theories/Sorting/.coq-native/NCoq_Sorting_Mergesort.o': No such file or directory - install: cannot stat 'theories/Sorting/.coq-native/NCoq_Sorting_Heap.o': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Uniset.o': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Relations_3_facts.o': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Relations_3.o': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Relations_2_facts.o': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Relations_2.o': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Relations_1_facts.o': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Relations_1.o': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Powerset_facts.o': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Powerset_Classical_facts.o': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Powerset.o': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Permut.o': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Partial_Order.o': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Multiset.o': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Integers.o': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Infinite_sets.o': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Image.o': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Finite_sets_facts.o': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Finite_sets.o': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Ensembles.o': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Cpo.o': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Constructive_sets.o': No such file or directory - install: cannot stat 'theories/Sets/.coq-native/NCoq_Sets_Classical_sets.o': No such file or directory - install: cannot stat 'theories/Setoids/.coq-native/NCoq_Setoids_Setoid.o': No such file or directory - install: cannot stat 'theories/Relations/.coq-native/NCoq_Relations_Relations.o': No such file or directory - install: cannot stat 'theories/Relations/.coq-native/NCoq_Relations_Relation_Operators.o': No such file or directory - install: cannot stat 'theories/Relations/.coq-native/NCoq_Relations_Relation_Definitions.o': No such file or directory - install: cannot stat 'theories/Relations/.coq-native/NCoq_Relations_Operators_Properties.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Sqrt_reg.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_SplitRmult.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_SplitAbsolu.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_SeqSeries.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_SeqProp.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rtrigo_reg.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rtrigo_fun.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rtrigo_def.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rtrigo_calc.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rtrigo_alt.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rtrigo1.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rtrigo.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rtopology.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rsqrt_def.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rsigma.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rseries.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rprod.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rpower.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rpow_def.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rminmax.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rlogic.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rlimit.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_RiemannInt_SF.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_RiemannInt.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rgeom.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rfunctions.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Reals.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rderiv.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rdefinitions.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rcomplete.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rbasic_fun.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Rbase.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Raxioms.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Ratan.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Ranalysis_reg.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Ranalysis5.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Ranalysis4.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Ranalysis3.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Ranalysis2.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Ranalysis1.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Ranalysis.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_R_sqrt.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_R_sqr.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_R_Ifp.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_ROrderedType.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_RList.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_RIneq.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_PartSum.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_PSeries_reg.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_NewtonInt.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Machin.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_MVT.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Integration.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Exp_prop.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_DiscrR.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Cos_rel.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Cos_plus.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Cauchy_prod.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Binomial.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_ArithProp.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_AltSeries.o': No such file or directory - install: cannot stat 'theories/Reals/.coq-native/NCoq_Reals_Alembert.o': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_Qround.o': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_Qring.o': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_Qreduction.o': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_Qreals.o': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_Qpower.o': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_Qminmax.o': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_Qfield.o': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_Qcanon.o': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_Qcabs.o': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_Qabs.o': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_QOrderedType.o': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_QArith_base.o': No such file or directory - install: cannot stat 'theories/QArith/.coq-native/NCoq_QArith_QArith.o': No such file or directory - install: cannot stat 'theories/Program/.coq-native/NCoq_Program_Wf.o': No such file or directory - install: cannot stat 'theories/Program/.coq-native/NCoq_Program_Utils.o': No such file or directory - install: cannot stat 'theories/Program/.coq-native/NCoq_Program_Tactics.o': No such file or directory - install: cannot stat 'theories/Program/.coq-native/NCoq_Program_Syntax.o': No such file or directory - install: cannot stat 'theories/Program/.coq-native/NCoq_Program_Subset.o': No such file or directory - install: cannot stat 'theories/Program/.coq-native/NCoq_Program_Program.o': No such file or directory - install: cannot stat 'theories/Program/.coq-native/NCoq_Program_Equality.o': No such file or directory - install: cannot stat 'theories/Program/.coq-native/NCoq_Program_Combinators.o': No such file or directory - install: cannot stat 'theories/Program/.coq-native/NCoq_Program_Basics.o': No such file or directory - install: cannot stat 'theories/PArith/.coq-native/NCoq_PArith_Pnat.o': No such file or directory - install: cannot stat 'theories/PArith/.coq-native/NCoq_PArith_POrderedType.o': No such file or directory - install: cannot stat 'theories/PArith/.coq-native/NCoq_PArith_PArith.o': No such file or directory - install: cannot stat 'theories/PArith/.coq-native/NCoq_PArith_BinPosDef.o': No such file or directory - install: cannot stat 'theories/PArith/.coq-native/NCoq_PArith_BinPos.o': No such file or directory - install: cannot stat 'theories/Numbers/.coq-native/NCoq_Numbers_NumPrelude.o': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Peano/.coq-native/NCoq_Numbers_Natural_Peano_NPeano.o': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Binary/.coq-native/NCoq_Numbers_Natural_Binary_NBinary.o': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NSub.o': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NStrongRec.o': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NSqrt.o': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NProperties.o': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NPow.o': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NParity.o': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NOrder.o': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NMulOrder.o': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NMaxMin.o': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NLog.o': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NLcm.o': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NIso.o': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NGcd.o': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NDiv.o': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NDefOps.o': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NBits.o': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NBase.o': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NAxioms.o': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NAddOrder.o': No such file or directory - install: cannot stat 'theories/Numbers/Natural/Abstract/.coq-native/NCoq_Numbers_Natural_Abstract_NAdd.o': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZSqrt.o': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZProperties.o': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZPow.o': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZParity.o': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZOrder.o': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZMulOrder.o': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZMul.o': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZLog.o': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZGcd.o': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZDomain.o': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZDiv.o': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZBits.o': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZBase.o': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZAxioms.o': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZAddOrder.o': No such file or directory - install: cannot stat 'theories/Numbers/NatInt/.coq-native/NCoq_Numbers_NatInt_NZAdd.o': No such file or directory - install: cannot stat 'theories/Numbers/.coq-native/NCoq_Numbers_NaryFunctions.o': No such file or directory - install: cannot stat 'theories/Numbers/Integer/NatPairs/.coq-native/NCoq_Numbers_Integer_NatPairs_ZNatPairs.o': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Binary/.coq-native/NCoq_Numbers_Integer_Binary_ZBinary.o': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZSgnAbs.o': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZProperties.o': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZPow.o': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZParity.o': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZMulOrder.o': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZMul.o': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZMaxMin.o': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZLt.o': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZLcm.o': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZGcd.o': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZDivTrunc.o': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZDivFloor.o': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZDivEucl.o': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZBits.o': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZBase.o': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZAxioms.o': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZAddOrder.o': No such file or directory - install: cannot stat 'theories/Numbers/Integer/Abstract/.coq-native/NCoq_Numbers_Integer_Abstract_ZAdd.o': No such file or directory - install: cannot stat 'theories/Numbers/Cyclic/ZModulo/.coq-native/NCoq_Numbers_Cyclic_ZModulo_ZModulo.o': No such file or directory - install: cannot stat 'theories/Numbers/Cyclic/Int31/.coq-native/NCoq_Numbers_Cyclic_Int31_Ring31.o': No such file or directory - install: cannot stat 'theories/Numbers/Cyclic/Int31/.coq-native/NCoq_Numbers_Cyclic_Int31_Int31.o': No such file or directory - install: cannot stat 'theories/Numbers/Cyclic/Int31/.coq-native/NCoq_Numbers_Cyclic_Int31_Cyclic31.o': No such file or directory - install: cannot stat 'theories/Numbers/Cyclic/Abstract/.coq-native/NCoq_Numbers_Cyclic_Abstract_NZCyclic.o': No such file or directory - install: cannot stat 'theories/Numbers/Cyclic/Abstract/.coq-native/NCoq_Numbers_Cyclic_Abstract_DoubleType.o': No such file or directory - install: cannot stat 'theories/Numbers/Cyclic/Abstract/.coq-native/NCoq_Numbers_Cyclic_Abstract_CyclicAxioms.o': No such file or directory - install: cannot stat 'theories/Numbers/.coq-native/NCoq_Numbers_BinNums.o': No such file or directory - install: cannot stat 'theories/NArith/.coq-native/NCoq_NArith_Nsqrt_def.o': No such file or directory - install: cannot stat 'theories/NArith/.coq-native/NCoq_NArith_Nnat.o': No such file or directory - install: cannot stat 'theories/NArith/.coq-native/NCoq_NArith_Ngcd_def.o': No such file or directory - install: cannot stat 'theories/NArith/.coq-native/NCoq_NArith_Ndiv_def.o': No such file or directory - install: cannot stat 'theories/NArith/.coq-native/NCoq_NArith_Ndist.o': No such file or directory - install: cannot stat 'theories/NArith/.coq-native/NCoq_NArith_Ndigits.o': No such file or directory - install: cannot stat 'theories/NArith/.coq-native/NCoq_NArith_Ndec.o': No such file or directory - install: cannot stat 'theories/NArith/.coq-native/NCoq_NArith_NArith.o': No such file or directory - install: cannot stat 'theories/NArith/.coq-native/NCoq_NArith_BinNatDef.o': No such file or directory - install: cannot stat 'theories/NArith/.coq-native/NCoq_NArith_BinNat.o': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSets.o': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSetWeakList.o': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSetToFiniteSet.o': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSetRBT.o': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSetProperties.o': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSetPositive.o': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSetList.o': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSetInterface.o': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSetGenTree.o': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSetFacts.o': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSetEqProperties.o': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSetDecide.o': No such file or directory - install: cannot stat 'theories/MSets/.coq-native/NCoq_MSets_MSetAVL.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_WeakFan.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_WKL.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_SetoidChoice.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_SetIsType.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_RelationalChoice.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_PropFacts.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_PropExtensionalityFacts.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_PropExtensionality.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_ProofIrrelevanceFacts.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_ProofIrrelevance.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_JMeq.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_IndefiniteDescription.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_Hurkens.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_FunctionalExtensionality.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_FinFun.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_ExtensionalityFacts.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_ExtensionalFunctionRepresentative.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_Eqdep_dec.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_EqdepFacts.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_Eqdep.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_Epsilon.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_Diaconescu.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_Description.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_Decidable.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_ConstructiveEpsilon.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_Classical_Prop.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_Classical_Pred_Type.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_ClassicalUniqueChoice.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_ClassicalFacts.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_ClassicalEpsilon.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_ClassicalDescription.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_ClassicalChoice.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_Classical.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_ChoiceFacts.o': No such file or directory - install: cannot stat 'theories/Logic/.coq-native/NCoq_Logic_Berardi.o': No such file or directory - install: cannot stat 'theories/Lists/.coq-native/NCoq_Lists_Streams.o': No such file or directory - install: cannot stat 'theories/Lists/.coq-native/NCoq_Lists_StreamMemo.o': No such file or directory - install: cannot stat 'theories/Lists/.coq-native/NCoq_Lists_SetoidPermutation.o': No such file or directory - install: cannot stat 'theories/Lists/.coq-native/NCoq_Lists_SetoidList.o': No such file or directory - install: cannot stat 'theories/Lists/.coq-native/NCoq_Lists_ListTactics.o': No such file or directory - install: cannot stat 'theories/Lists/.coq-native/NCoq_Lists_ListSet.o': No such file or directory - install: cannot stat 'theories/Lists/.coq-native/NCoq_Lists_ListDec.o': No such file or directory - install: cannot stat 'theories/Lists/.coq-native/NCoq_Lists_List.o': No such file or directory - install: cannot stat 'theories/Init/.coq-native/NCoq_Init_Wf.o': No such file or directory - install: cannot stat 'theories/Init/.coq-native/NCoq_Init_Tauto.o': No such file or directory - install: cannot stat 'theories/Init/.coq-native/NCoq_Init_Tactics.o': No such file or directory - install: cannot stat 'theories/Init/.coq-native/NCoq_Init_Specif.o': No such file or directory - install: cannot stat 'theories/Init/.coq-native/NCoq_Init_Prelude.o': No such file or directory - install: cannot stat 'theories/Init/.coq-native/NCoq_Init_Peano.o': No such file or directory - install: cannot stat 'theories/Init/.coq-native/NCoq_Init_Notations.o': No such file or directory - install: cannot stat 'theories/Init/.coq-native/NCoq_Init_Nat.o': No such file or directory - install: cannot stat 'theories/Init/.coq-native/NCoq_Init_Logic_Type.o': No such file or directory - install: cannot stat 'theories/Init/.coq-native/NCoq_Init_Logic.o': No such file or directory - install: cannot stat 'theories/Init/.coq-native/NCoq_Init_Datatypes.o': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSets.o': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSetWeakList.o': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSetToFiniteSet.o': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSetProperties.o': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSetPositive.o': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSetList.o': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSetInterface.o': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSetFacts.o': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSetEqProperties.o': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSetDecide.o': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSetCompat.o': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSetBridge.o': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FSetAVL.o': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FMaps.o': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FMapWeakList.o': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FMapPositive.o': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FMapList.o': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FMapInterface.o': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FMapFullAVL.o': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FMapFacts.o': No such file or directory - install: cannot stat 'theories/FSets/.coq-native/NCoq_FSets_FMapAVL.o': No such file or directory - install: cannot stat 'theories/Compat/.coq-native/NCoq_Compat_Coq86.o': No such file or directory - install: cannot stat 'theories/Compat/.coq-native/NCoq_Compat_Coq85.o': No such file or directory - install: cannot stat 'theories/Compat/.coq-native/NCoq_Compat_AdmitAxiom.o': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_SetoidTactics.o': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_SetoidDec.o': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_SetoidClass.o': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_RelationPairs.o': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_RelationClasses.o': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_Morphisms_Relations.o': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_Morphisms_Prop.o': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_Morphisms.o': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_Init.o': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_Equivalence.o': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_EquivDec.o': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_DecidableClass.o': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_CRelationClasses.o': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_CMorphisms.o': No such file or directory - install: cannot stat 'theories/Classes/.coq-native/NCoq_Classes_CEquivalence.o': No such file or directory - install: cannot stat 'theories/Bool/.coq-native/NCoq_Bool_Zerob.o': No such file or directory - install: cannot stat 'theories/Bool/.coq-native/NCoq_Bool_Sumbool.o': No such file or directory - install: cannot stat 'theories/Bool/.coq-native/NCoq_Bool_IfProp.o': No such file or directory - install: cannot stat 'theories/Bool/.coq-native/NCoq_Bool_DecBool.o': No such file or directory - install: cannot stat 'theories/Bool/.coq-native/NCoq_Bool_Bvector.o': No such file or directory - install: cannot stat 'theories/Bool/.coq-native/NCoq_Bool_BoolEq.o': No such file or directory - install: cannot stat 'theories/Bool/.coq-native/NCoq_Bool_Bool.o': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Wf_nat.o': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Plus.o': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Peano_dec.o': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_PeanoNat.o': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Mult.o': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Minus.o': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Min.o': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Max.o': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Lt.o': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Le.o': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Gt.o': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Factorial.o': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Even.o': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Euclid.o': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_EqNat.o': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Div2.o': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Compare_dec.o': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Compare.o': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Bool_nat.o': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Between.o': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Arith_base.o': No such file or directory - install: cannot stat 'theories/Arith/.coq-native/NCoq_Arith_Arith.o': No such file or directory - install: cannot stat 'plugins/ssrmatching/.coq-native/NCoq_ssrmatching_ssrmatching.o': No such file or directory - install: cannot stat 'plugins/ssr/.coq-native/NCoq_ssr_ssrfun.o': No such file or directory - install: cannot stat 'plugins/ssr/.coq-native/NCoq_ssr_ssreflect.o': No such file or directory - install: cannot stat 'plugins/ssr/.coq-native/NCoq_ssr_ssrbool.o': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_ZArithRing.o': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_Z.o': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_R.o': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Rings_Q.o': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_theory.o': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_tac.o': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_polynom.o': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring_base.o': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ring.o': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_RealField.o': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_tac.o': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_polynom.o': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring_initial.o': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Ncring.o': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_NArithRing.o': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Integral_domain.o': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_InitialRing.o': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Field_theory.o': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Field_tac.o': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Field.o': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Cring.o': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_BinList.o': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_ArithRing.o': No such file or directory - install: cannot stat 'plugins/setoid_ring/.coq-native/NCoq_setoid_ring_Algebra_syntax.o': No such file or directory - install: cannot stat 'plugins/rtauto/.coq-native/NCoq_rtauto_Rtauto.o': No such file or directory - install: cannot stat 'plugins/rtauto/.coq-native/NCoq_rtauto_Bintree.o': No such file or directory - install: cannot stat 'plugins/romega/.coq-native/NCoq_romega_ReflOmegaCore.o': No such file or directory - install: cannot stat 'plugins/romega/.coq-native/NCoq_romega_ROmega.o': No such file or directory - install: cannot stat 'plugins/quote/.coq-native/NCoq_quote_Quote.o': No such file or directory - install: cannot stat 'plugins/omega/.coq-native/NCoq_omega_PreOmega.o': No such file or directory - install: cannot stat 'plugins/omega/.coq-native/NCoq_omega_OmegaTactic.o': No such file or directory - install: cannot stat 'plugins/omega/.coq-native/NCoq_omega_OmegaPlugin.o': No such file or directory - install: cannot stat 'plugins/omega/.coq-native/NCoq_omega_OmegaLemmas.o': No such file or directory - install: cannot stat 'plugins/omega/.coq-native/NCoq_omega_Omega.o': No such file or directory - install: cannot stat 'plugins/nsatz/.coq-native/NCoq_nsatz_Nsatz.o': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_ZMicromega.o': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_ZCoeff.o': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_VarMap.o': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_Tauto.o': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_RingMicromega.o': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_Refl.o': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_RMicromega.o': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_QMicromega.o': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_Psatz.o': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_OrderedRing.o': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_MExtraction.o': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_Lra.o': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_Lqa.o': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_Lia.o': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_EnvRing.o': No such file or directory - install: cannot stat 'plugins/micromega/.coq-native/NCoq_micromega_Env.o': No such file or directory - install: cannot stat 'plugins/ltac/.coq-native/NCoq_ltac_Ltac.o': No such file or directory - install: cannot stat 'plugins/funind/.coq-native/NCoq_funind_Recdef.o': No such file or directory - install: cannot stat 'plugins/funind/.coq-native/NCoq_funind_FunInd.o': No such file or directory - install: cannot stat 'plugins/fourier/.coq-native/NCoq_fourier_Fourier_util.o': No such file or directory - install: cannot stat 'plugins/fourier/.coq-native/NCoq_fourier_Fourier.o': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_Extraction.o': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlZInt.o': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlZBigInt.o': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlString.o': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlNatInt.o': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlNatBigInt.o': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlIntConv.o': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlBigIntConv.o': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrOcamlBasic.o': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellZNum.o': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellZInteger.o': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellZInt.o': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellString.o': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatNum.o': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatInteger.o': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellNatInt.o': No such file or directory - install: cannot stat 'plugins/extraction/.coq-native/NCoq_extraction_ExtrHaskellBasic.o': No such file or directory - install: cannot stat 'plugins/derive/.coq-native/NCoq_derive_Derive.o': No such file or directory - install: cannot stat 'plugins/btauto/.coq-native/NCoq_btauto_Reflect.o': No such file or directory - install: cannot stat 'plugins/btauto/.coq-native/NCoq_btauto_Btauto.o': No such file or directory - install: cannot stat 'plugins/btauto/.coq-native/NCoq_btauto_Algebra.o': No such file or directory - install -d "/home/opam/.opam/4.06/lib/coq"/user-contrib - install -d "/home/opam/.opam/4.06/lib/coq"/kernel/byterun - install -m 644 kernel/byterun/dllcoqrun.so "/home/opam/.opam/4.06/lib/coq"/kernel/byterun - install -m 644 kernel/byterun/libcoqrun.a "/home/opam/.opam/4.06/lib/coq"/kernel/byterun - ./install.sh "/home/opam/.opam/4.06/lib/coq" plugins/ltac/ltac_plugin.cmxs plugins/ltac/tauto_plugin.cmxs plugins/omega/omega_plugin.cmxs plugins/romega/romega_plugin.cmxs plugins/micromega/micromega_plugin.cmxs plugins/quote/quote_plugin.cmxs plugins/setoid_ring/newring_plugin.cmxs plugins/fourier/fourier_plugin.cmxs plugins/extraction/extraction_plugin.cmxs plugins/cc/cc_plugin.cmxs plugins/firstorder/ground_plugin.cmxs plugins/rtauto/rtauto_plugin.cmxs plugins/btauto/btauto_plugin.cmxs plugins/funind/recdef_plugin.cmxs plugins/nsatz/nsatz_plugin.cmxs plugins/syntax/nat_syntax_plugin.cmxs plugins/syntax/z_syntax_plugin.cmxs plugins/syntax/r_syntax_plugin.cmxs plugins/syntax/int31_syntax_plugin.cmxs plugins/syntax/ascii_syntax_plugin.cmxs plugins/syntax/string_syntax_plugin.cmxs plugins/derive/derive_plugin.cmxs plugins/ssrmatching/ssrmatching_plugin.cmxs plugins/ssr/ssreflect_plugin.cmxs - install -d "/home/opam/.opam/4.06/lib/coq"/plugins/micromega - install plugins/micromega/csdpcert "/home/opam/.opam/4.06/lib/coq"/plugins/micromega - rm -f "/home/opam/.opam/4.06/lib/coq"/revision - install -m 644 revision "/home/opam/.opam/4.06/lib/coq" - install: cannot stat 'revision': No such file or directory - make[1]: [Makefile.install:132: install-library] Error 1 (ignored) - install -d "/home/opam/.opam/4.06/man"/man1 - install -m 644 man/coq-tex.1 man/coqdep.1 man/gallina.1 man/coqc.1 man/coqtop.1 man/coqtop.byte.1 man/coqtop.opt.1 man/coqwc.1 man/coqdoc.1 man/coqide.1 man/coq_makefile.1 man/coqmktop.1 man/coqchk.1 "/home/opam/.opam/4.06/man"/man1 - install -d "/home/opam/.opam/4.06/share/emacs/site-lisp" - install -m 644 tools/gallina-db.el tools/coq-font-lock.el tools/gallina-syntax.el tools/gallina.el tools/coq-inferior.el "/home/opam/.opam/4.06/share/emacs/site-lisp" - install -d "/home/opam/.opam/4.06/share/texmf/tex/latex/misc" - install -m 644 tools/coqdoc/coqdoc.sty "/home/opam/.opam/4.06/share/texmf/tex/latex/misc" - install -d "/home/opam/.opam/4.06/bin" - install bin/coqmktop "/home/opam/.opam/4.06/bin" - install -d "/home/opam/.opam/4.06/lib/coq" - ./install.sh "/home/opam/.opam/4.06/lib/coq" grammar/grammar.cma - ./install.sh "/home/opam/.opam/4.06/lib/coq" config/coq_config.cmi engine/eConstr.cmi engine/evarutil.cmi engine/evd.cmi engine/ftactic.cmi engine/geninterp.cmi engine/logic_monad.cmi engine/namegen.cmi engine/proofview.cmi engine/proofview_monad.cmi engine/termops.cmi engine/uState.cmi engine/universes.cmi grammar/q_util.cmi interp/constrexpr_ops.cmi interp/constrextern.cmi interp/constrintern.cmi interp/declare.cmi interp/dumpglob.cmi interp/genintern.cmi interp/impargs.cmi interp/implicit_quantifiers.cmi interp/modintern.cmi interp/notation.cmi interp/notation_ops.cmi interp/ppextend.cmi interp/reserve.cmi interp/smartlocate.cmi interp/stdarg.cmi interp/syntax_def.cmi interp/topconstr.cmi intf/constrexpr.cmi intf/decl_kinds.cmi intf/evar_kinds.cmi intf/extend.cmi intf/genredexpr.cmi intf/glob_term.cmi intf/locus.cmi intf/misctypes.cmi intf/notation_term.cmi intf/pattern.cmi intf/tactypes.cmi intf/vernacexpr.cmi kernel/cClosure.cmi kernel/cbytecodes.cmi kernel/cbytegen.cmi kernel/cemitcodes.cmi kernel/constr.cmi kernel/context.cmi kernel/conv_oracle.cmi kernel/cooking.cmi kernel/copcodes.cmi kernel/csymtable.cmi kernel/declarations.cmi kernel/declareops.cmi kernel/entries.cmi kernel/environ.cmi kernel/esubst.cmi kernel/evar.cmi kernel/indtypes.cmi kernel/inductive.cmi kernel/mod_subst.cmi kernel/mod_typing.cmi kernel/modops.cmi kernel/names.cmi kernel/nativecode.cmi kernel/nativeconv.cmi kernel/nativeinstr.cmi kernel/nativelambda.cmi kernel/nativelib.cmi kernel/nativelibrary.cmi kernel/nativevalues.cmi kernel/opaqueproof.cmi kernel/pre_env.cmi kernel/primitives.cmi kernel/reduction.cmi kernel/retroknowledge.cmi kernel/safe_typing.cmi kernel/sorts.cmi kernel/subtyping.cmi kernel/term.cmi kernel/term_typing.cmi kernel/type_errors.cmi kernel/typeops.cmi kernel/uGraph.cmi kernel/uint31.cmi kernel/univ.cmi kernel/vars.cmi kernel/vconv.cmi kernel/vm.cmi lib/aux_file.cmi lib/backtrace.cmi lib/bigint.cmi lib/cArray.cmi lib/cAst.cmi lib/cEphemeron.cmi lib/cErrors.cmi lib/cList.cmi lib/cMap.cmi lib/cObj.cmi lib/cSet.cmi lib/cSig.cmi lib/cStack.cmi lib/cString.cmi lib/cThread.cmi lib/cUnix.cmi lib/cWarnings.cmi lib/canary.cmi lib/control.cmi lib/coqProject_file.cmi lib/deque.cmi lib/dyn.cmi lib/envars.cmi lib/exninfo.cmi lib/explore.cmi lib/feedback.cmi lib/flags.cmi lib/future.cmi lib/genarg.cmi lib/hMap.cmi lib/hashcons.cmi lib/hashset.cmi lib/heap.cmi lib/hook.cmi lib/iStream.cmi lib/int.cmi lib/loc.cmi lib/minisys.cmi lib/monad.cmi lib/option.cmi lib/pp.cmi lib/predicate.cmi lib/profile.cmi lib/remoteCounter.cmi lib/rtree.cmi lib/segmenttree.cmi lib/spawn.cmi lib/stateid.cmi lib/store.cmi lib/system.cmi lib/terminal.cmi lib/trie.cmi lib/unicode.cmi lib/unicodetable.cmi lib/unionfind.cmi lib/util.cmi lib/xml_datatype.cmi library/coqlib.cmi library/declaremods.cmi library/decls.cmi library/dischargedhypsmap.cmi library/global.cmi library/globnames.cmi library/goptions.cmi library/heads.cmi library/keys.cmi library/kindops.cmi library/lib.cmi library/libnames.cmi library/libobject.cmi library/library.cmi library/loadpath.cmi library/nameops.cmi library/nametab.cmi library/states.cmi library/summary.cmi library/univops.cmi parsing/cLexer.cmi parsing/egramcoq.cmi parsing/egramml.cmi parsing/g_constr.cmi parsing/g_prim.cmi parsing/g_proofs.cmi parsing/g_vernac.cmi parsing/pcoq.cmi parsing/tok.cmi plugins/cc/ccalgo.cmi plugins/cc/ccproof.cmi plugins/cc/cctac.cmi plugins/derive/derive.cmi plugins/extraction/common.cmi plugins/extraction/extract_env.cmi plugins/extraction/extraction.cmi plugins/extraction/haskell.cmi plugins/extraction/json.cmi plugins/extraction/miniml.cmi plugins/extraction/mlutil.cmi plugins/extraction/modutil.cmi plugins/extraction/ocaml.cmi plugins/extraction/scheme.cmi plugins/extraction/table.cmi plugins/firstorder/formula.cmi plugins/firstorder/ground.cmi plugins/firstorder/instances.cmi plugins/firstorder/rules.cmi plugins/firstorder/sequent.cmi plugins/firstorder/unify.cmi plugins/funind/functional_principles_proofs.cmi plugins/funind/functional_principles_types.cmi plugins/funind/glob_term_to_relation.cmi plugins/funind/glob_termops.cmi plugins/funind/indfun.cmi plugins/funind/indfun_common.cmi plugins/funind/recdef.cmi plugins/ltac/evar_tactics.cmi plugins/ltac/extraargs.cmi plugins/ltac/extratactics.cmi plugins/ltac/pltac.cmi plugins/ltac/pptactic.cmi plugins/ltac/profile_ltac.cmi plugins/ltac/rewrite.cmi plugins/ltac/tacarg.cmi plugins/ltac/taccoerce.cmi plugins/ltac/tacentries.cmi plugins/ltac/tacenv.cmi plugins/ltac/tacexpr.cmi plugins/ltac/tacintern.cmi plugins/ltac/tacinterp.cmi plugins/ltac/tacsubst.cmi plugins/ltac/tactic_debug.cmi plugins/ltac/tactic_matching.cmi plugins/ltac/tactic_option.cmi plugins/ltac/tauto.cmi plugins/micromega/micromega.cmi plugins/micromega/sos.cmi plugins/micromega/sos_types.cmi plugins/nsatz/ideal.cmi plugins/nsatz/nsatz.cmi plugins/nsatz/polynom.cmi plugins/nsatz/utile.cmi plugins/romega/const_omega.cmi plugins/rtauto/proof_search.cmi plugins/rtauto/refl_tauto.cmi plugins/setoid_ring/newring.cmi plugins/setoid_ring/newring_ast.cmi plugins/ssr/ssrast.cmi plugins/ssr/ssrbwd.cmi plugins/ssr/ssrcommon.cmi plugins/ssr/ssrelim.cmi plugins/ssr/ssrequality.cmi plugins/ssr/ssrfwd.cmi plugins/ssr/ssripats.cmi plugins/ssr/ssrparser.cmi plugins/ssr/ssrprinters.cmi plugins/ssr/ssrtacticals.cmi plugins/ssr/ssrvernac.cmi plugins/ssr/ssrview.cmi plugins/ssrmatching/ssrmatching.cmi pretyping/arguments_renaming.cmi pretyping/cases.cmi pretyping/cbv.cmi pretyping/classops.cmi pretyping/coercion.cmi pretyping/constr_matching.cmi pretyping/detyping.cmi pretyping/evarconv.cmi pretyping/evardefine.cmi pretyping/evarsolve.cmi pretyping/find_subterm.cmi pretyping/glob_ops.cmi pretyping/indrec.cmi pretyping/inductiveops.cmi pretyping/locusops.cmi pretyping/miscops.cmi pretyping/nativenorm.cmi pretyping/patternops.cmi pretyping/pretype_errors.cmi pretyping/pretyping.cmi pretyping/program.cmi pretyping/recordops.cmi pretyping/redops.cmi pretyping/reductionops.cmi pretyping/retyping.cmi pretyping/tacred.cmi pretyping/typeclasses.cmi pretyping/typeclasses_errors.cmi pretyping/typing.cmi pretyping/unification.cmi pretyping/vnorm.cmi printing/genprint.cmi printing/ppconstr.cmi printing/pputils.cmi printing/ppvernac.cmi printing/prettyp.cmi printing/printer.cmi printing/printmod.cmi proofs/clenv.cmi proofs/clenvtac.cmi proofs/evar_refiner.cmi proofs/goal.cmi proofs/logic.cmi proofs/miscprint.cmi proofs/pfedit.cmi proofs/proof.cmi proofs/proof_global.cmi proofs/proof_type.cmi proofs/proof_using.cmi proofs/redexpr.cmi proofs/refine.cmi proofs/refiner.cmi proofs/tacmach.cmi stm/asyncTaskQueue.cmi stm/coqworkmgrApi.cmi stm/dag.cmi stm/proofBlockDelimiter.cmi stm/spawned.cmi stm/stm.cmi stm/tQueue.cmi stm/vcs.cmi stm/vernac_classifier.cmi stm/vio_checking.cmi stm/workerLoop.cmi stm/workerPool.cmi tactics/auto.cmi tactics/autorewrite.cmi tactics/btermdn.cmi tactics/class_tactics.cmi tactics/contradiction.cmi tactics/dn.cmi tactics/dnet.cmi tactics/eauto.cmi tactics/elim.cmi tactics/elimschemes.cmi tactics/eqdecide.cmi tactics/eqschemes.cmi tactics/equality.cmi tactics/hints.cmi tactics/hipattern.cmi tactics/ind_tables.cmi tactics/inv.cmi tactics/leminv.cmi tactics/tacticals.cmi tactics/tactics.cmi tactics/term_dnet.cmi toplevel/coqinit.cmi toplevel/coqloop.cmi toplevel/coqtop.cmi toplevel/usage.cmi toplevel/vernac.cmi vernac/assumptions.cmi vernac/auto_ind_decl.cmi vernac/class.cmi vernac/classes.cmi vernac/command.cmi vernac/declareDef.cmi vernac/discharge.cmi vernac/explainErr.cmi vernac/himsg.cmi vernac/indschemes.cmi vernac/lemmas.cmi vernac/locality.cmi vernac/metasyntax.cmi vernac/mltop.cmi vernac/obligations.cmi vernac/record.cmi vernac/search.cmi vernac/topfmt.cmi vernac/vernacentries.cmi vernac/vernacinterp.cmi vernac/vernacprop.cmi plugins/ltac/ltac_plugin.cmi plugins/ltac/tauto_plugin.cmi plugins/omega/omega_plugin.cmi plugins/romega/romega_plugin.cmi plugins/micromega/micromega_plugin.cmi plugins/quote/quote_plugin.cmi plugins/setoid_ring/newring_plugin.cmi plugins/fourier/fourier_plugin.cmi plugins/extraction/extraction_plugin.cmi plugins/cc/cc_plugin.cmi plugins/firstorder/ground_plugin.cmi plugins/rtauto/rtauto_plugin.cmi plugins/btauto/btauto_plugin.cmi plugins/funind/recdef_plugin.cmi plugins/nsatz/nsatz_plugin.cmi plugins/syntax/nat_syntax_plugin.cmi plugins/syntax/z_syntax_plugin.cmi plugins/syntax/r_syntax_plugin.cmi plugins/syntax/int31_syntax_plugin.cmi plugins/syntax/ascii_syntax_plugin.cmi plugins/syntax/string_syntax_plugin.cmi plugins/derive/derive_plugin.cmi plugins/ssrmatching/ssrmatching_plugin.cmi plugins/ssr/ssreflect_plugin.cmi # Regular CMI files - ./install.sh "/home/opam/.opam/4.06/lib/coq" config/coq_config.cmx engine/eConstr.cmx engine/evarutil.cmx engine/evd.cmx engine/ftactic.cmx engine/geninterp.cmx engine/logic_monad.cmx engine/namegen.cmx engine/proofview.cmx engine/proofview_monad.cmx engine/termops.cmx engine/uState.cmx engine/universes.cmx interp/constrexpr_ops.cmx interp/constrextern.cmx interp/constrintern.cmx interp/declare.cmx interp/dumpglob.cmx interp/genintern.cmx interp/impargs.cmx interp/implicit_quantifiers.cmx interp/modintern.cmx interp/notation.cmx interp/notation_ops.cmx interp/ppextend.cmx interp/reserve.cmx interp/smartlocate.cmx interp/stdarg.cmx interp/syntax_def.cmx interp/topconstr.cmx intf/constrexpr.cmx intf/decl_kinds.cmx intf/evar_kinds.cmx intf/extend.cmx intf/genredexpr.cmx intf/glob_term.cmx intf/locus.cmx intf/misctypes.cmx intf/notation_term.cmx intf/pattern.cmx intf/tactypes.cmx intf/vernacexpr.cmx kernel/cClosure.cmx kernel/cbytecodes.cmx kernel/cbytegen.cmx kernel/cemitcodes.cmx kernel/constr.cmx kernel/context.cmx kernel/conv_oracle.cmx kernel/cooking.cmx kernel/copcodes.cmx kernel/csymtable.cmx kernel/declarations.cmx kernel/declareops.cmx kernel/environ.cmx kernel/esubst.cmx kernel/evar.cmx kernel/indtypes.cmx kernel/inductive.cmx kernel/mod_subst.cmx kernel/mod_typing.cmx kernel/modops.cmx kernel/names.cmx kernel/nativecode.cmx kernel/nativeconv.cmx kernel/nativelambda.cmx kernel/nativelib.cmx kernel/nativelibrary.cmx kernel/nativevalues.cmx kernel/opaqueproof.cmx kernel/pre_env.cmx kernel/primitives.cmx kernel/reduction.cmx kernel/retroknowledge.cmx kernel/safe_typing.cmx kernel/sorts.cmx kernel/subtyping.cmx kernel/term.cmx kernel/term_typing.cmx kernel/type_errors.cmx kernel/typeops.cmx kernel/uGraph.cmx kernel/uint31.cmx kernel/univ.cmx kernel/vars.cmx kernel/vconv.cmx kernel/vm.cmx lib/aux_file.cmx lib/backtrace.cmx lib/bigint.cmx lib/cArray.cmx lib/cAst.cmx lib/cEphemeron.cmx lib/cErrors.cmx lib/cList.cmx lib/cMap.cmx lib/cObj.cmx lib/cSet.cmx lib/cStack.cmx lib/cString.cmx lib/cThread.cmx lib/cUnix.cmx lib/cWarnings.cmx lib/canary.cmx lib/control.cmx lib/coqProject_file.cmx lib/deque.cmx lib/dyn.cmx lib/envars.cmx lib/exninfo.cmx lib/explore.cmx lib/feedback.cmx lib/flags.cmx lib/future.cmx lib/genarg.cmx lib/hMap.cmx lib/hashcons.cmx lib/hashset.cmx lib/heap.cmx lib/hook.cmx lib/iStream.cmx lib/int.cmx lib/loc.cmx lib/minisys.cmx lib/monad.cmx lib/option.cmx lib/pp.cmx lib/predicate.cmx lib/profile.cmx lib/remoteCounter.cmx lib/rtree.cmx lib/segmenttree.cmx lib/spawn.cmx lib/stateid.cmx lib/store.cmx lib/system.cmx lib/terminal.cmx lib/trie.cmx lib/unicode.cmx lib/unicodetable.cmx lib/unionfind.cmx lib/util.cmx library/coqlib.cmx library/declaremods.cmx library/decls.cmx library/dischargedhypsmap.cmx library/global.cmx library/globnames.cmx library/goptions.cmx library/heads.cmx library/keys.cmx library/kindops.cmx library/lib.cmx library/libnames.cmx library/libobject.cmx library/library.cmx library/loadpath.cmx library/nameops.cmx library/nametab.cmx library/states.cmx library/summary.cmx library/univops.cmx parsing/cLexer.cmx parsing/egramcoq.cmx parsing/egramml.cmx parsing/g_constr.cmx parsing/g_prim.cmx parsing/g_proofs.cmx parsing/g_vernac.cmx parsing/pcoq.cmx parsing/tok.cmx plugins/btauto/g_btauto.cmx plugins/btauto/refl_btauto.cmx plugins/cc/ccalgo.cmx plugins/cc/ccproof.cmx plugins/cc/cctac.cmx plugins/cc/g_congruence.cmx plugins/derive/derive.cmx plugins/derive/g_derive.cmx plugins/extraction/big.cmx plugins/extraction/common.cmx plugins/extraction/extract_env.cmx plugins/extraction/extraction.cmx plugins/extraction/g_extraction.cmx plugins/extraction/haskell.cmx plugins/extraction/json.cmx plugins/extraction/mlutil.cmx plugins/extraction/modutil.cmx plugins/extraction/ocaml.cmx plugins/extraction/scheme.cmx plugins/extraction/table.cmx plugins/firstorder/formula.cmx plugins/firstorder/g_ground.cmx plugins/firstorder/ground.cmx plugins/firstorder/instances.cmx plugins/firstorder/rules.cmx plugins/firstorder/sequent.cmx plugins/firstorder/unify.cmx plugins/fourier/fourier.cmx plugins/fourier/fourierR.cmx plugins/fourier/g_fourier.cmx plugins/funind/functional_principles_proofs.cmx plugins/funind/functional_principles_types.cmx plugins/funind/g_indfun.cmx plugins/funind/glob_term_to_relation.cmx plugins/funind/glob_termops.cmx plugins/funind/indfun.cmx plugins/funind/indfun_common.cmx plugins/funind/invfun.cmx plugins/funind/merge.cmx plugins/funind/recdef.cmx plugins/ltac/coretactics.cmx plugins/ltac/evar_tactics.cmx plugins/ltac/extraargs.cmx plugins/ltac/extratactics.cmx plugins/ltac/g_auto.cmx plugins/ltac/g_class.cmx plugins/ltac/g_eqdecide.cmx plugins/ltac/g_ltac.cmx plugins/ltac/g_obligations.cmx plugins/ltac/g_rewrite.cmx plugins/ltac/g_tactic.cmx plugins/ltac/pltac.cmx plugins/ltac/pptactic.cmx plugins/ltac/profile_ltac.cmx plugins/ltac/profile_ltac_tactics.cmx plugins/ltac/rewrite.cmx plugins/ltac/tacarg.cmx plugins/ltac/taccoerce.cmx plugins/ltac/tacentries.cmx plugins/ltac/tacenv.cmx plugins/ltac/tacintern.cmx plugins/ltac/tacinterp.cmx plugins/ltac/tacsubst.cmx plugins/ltac/tactic_debug.cmx plugins/ltac/tactic_matching.cmx plugins/ltac/tactic_option.cmx plugins/ltac/tauto.cmx plugins/micromega/certificate.cmx plugins/micromega/coq_micromega.cmx plugins/micromega/csdpcert.cmx plugins/micromega/g_micromega.cmx plugins/micromega/mfourier.cmx plugins/micromega/micromega.cmx plugins/micromega/mutils.cmx plugins/micromega/persistent_cache.cmx plugins/micromega/polynomial.cmx plugins/micromega/sos.cmx plugins/micromega/sos_lib.cmx plugins/micromega/sos_types.cmx plugins/nsatz/g_nsatz.cmx plugins/nsatz/ideal.cmx plugins/nsatz/nsatz.cmx plugins/nsatz/polynom.cmx plugins/nsatz/utile.cmx plugins/omega/coq_omega.cmx plugins/omega/g_omega.cmx plugins/omega/omega.cmx plugins/quote/g_quote.cmx plugins/quote/quote.cmx plugins/romega/const_omega.cmx plugins/romega/g_romega.cmx plugins/romega/refl_omega.cmx plugins/rtauto/g_rtauto.cmx plugins/rtauto/proof_search.cmx plugins/rtauto/refl_tauto.cmx plugins/setoid_ring/g_newring.cmx plugins/setoid_ring/newring.cmx plugins/ssr/ssrbwd.cmx plugins/ssr/ssrcommon.cmx plugins/ssr/ssrelim.cmx plugins/ssr/ssrequality.cmx plugins/ssr/ssrfwd.cmx plugins/ssr/ssripats.cmx plugins/ssr/ssrparser.cmx plugins/ssr/ssrprinters.cmx plugins/ssr/ssrtacticals.cmx plugins/ssr/ssrvernac.cmx plugins/ssr/ssrview.cmx plugins/ssrmatching/ssrmatching.cmx plugins/syntax/ascii_syntax.cmx plugins/syntax/int31_syntax.cmx plugins/syntax/nat_syntax.cmx plugins/syntax/r_syntax.cmx plugins/syntax/string_syntax.cmx plugins/syntax/z_syntax.cmx pretyping/arguments_renaming.cmx pretyping/cases.cmx pretyping/cbv.cmx pretyping/classops.cmx pretyping/coercion.cmx pretyping/constr_matching.cmx pretyping/detyping.cmx pretyping/evarconv.cmx pretyping/evardefine.cmx pretyping/evarsolve.cmx pretyping/find_subterm.cmx pretyping/glob_ops.cmx pretyping/indrec.cmx pretyping/inductiveops.cmx pretyping/locusops.cmx pretyping/miscops.cmx pretyping/nativenorm.cmx pretyping/patternops.cmx pretyping/pretype_errors.cmx pretyping/pretyping.cmx pretyping/program.cmx pretyping/recordops.cmx pretyping/redops.cmx pretyping/reductionops.cmx pretyping/retyping.cmx pretyping/tacred.cmx pretyping/typeclasses.cmx pretyping/typeclasses_errors.cmx pretyping/typing.cmx pretyping/unification.cmx pretyping/vnorm.cmx printing/genprint.cmx printing/ppconstr.cmx printing/pputils.cmx printing/ppvernac.cmx printing/prettyp.cmx printing/printer.cmx printing/printmod.cmx proofs/clenv.cmx proofs/clenvtac.cmx proofs/evar_refiner.cmx proofs/goal.cmx proofs/logic.cmx proofs/miscprint.cmx proofs/pfedit.cmx proofs/proof.cmx proofs/proof_global.cmx proofs/proof_using.cmx proofs/redexpr.cmx proofs/refine.cmx proofs/refiner.cmx proofs/tacmach.cmx stm/asyncTaskQueue.cmx stm/coqworkmgrApi.cmx stm/dag.cmx stm/proofBlockDelimiter.cmx stm/proofworkertop.cmx stm/queryworkertop.cmx stm/spawned.cmx stm/stm.cmx stm/tQueue.cmx stm/tacworkertop.cmx stm/vcs.cmx stm/vernac_classifier.cmx stm/vio_checking.cmx stm/workerLoop.cmx stm/workerPool.cmx tactics/auto.cmx tactics/autorewrite.cmx tactics/btermdn.cmx tactics/class_tactics.cmx tactics/contradiction.cmx tactics/dn.cmx tactics/dnet.cmx tactics/eauto.cmx tactics/elim.cmx tactics/elimschemes.cmx tactics/eqdecide.cmx tactics/eqschemes.cmx tactics/equality.cmx tactics/hints.cmx tactics/hipattern.cmx tactics/ind_tables.cmx tactics/inv.cmx tactics/leminv.cmx tactics/tacticals.cmx tactics/tactics.cmx tactics/term_dnet.cmx toplevel/coqinit.cmx toplevel/coqloop.cmx toplevel/coqtop.cmx toplevel/usage.cmx toplevel/vernac.cmx vernac/assumptions.cmx vernac/auto_ind_decl.cmx vernac/class.cmx vernac/classes.cmx vernac/command.cmx vernac/declareDef.cmx vernac/discharge.cmx vernac/explainErr.cmx vernac/himsg.cmx vernac/indschemes.cmx vernac/lemmas.cmx vernac/locality.cmx vernac/metasyntax.cmx vernac/mltop.cmx vernac/obligations.cmx vernac/record.cmx vernac/search.cmx vernac/topfmt.cmx vernac/vernacentries.cmx vernac/vernacinterp.cmx vernac/vernacprop.cmx # To avoid warning 58 "-opaque" - install: cannot stat 'plugins/extraction/big.cmx': No such file or directory - ./install.sh "/home/opam/.opam/4.06/lib/coq" plugins/ltac/ltac_plugin.cmx plugins/ltac/tauto_plugin.cmx plugins/omega/omega_plugin.cmx plugins/romega/romega_plugin.cmx plugins/micromega/micromega_plugin.cmx plugins/quote/quote_plugin.cmx plugins/setoid_ring/newring_plugin.cmx plugins/fourier/fourier_plugin.cmx plugins/extraction/extraction_plugin.cmx plugins/cc/cc_plugin.cmx plugins/firstorder/ground_plugin.cmx plugins/rtauto/rtauto_plugin.cmx plugins/btauto/btauto_plugin.cmx plugins/funind/recdef_plugin.cmx plugins/nsatz/nsatz_plugin.cmx plugins/syntax/nat_syntax_plugin.cmx plugins/syntax/z_syntax_plugin.cmx plugins/syntax/r_syntax_plugin.cmx plugins/syntax/int31_syntax_plugin.cmx plugins/syntax/ascii_syntax_plugin.cmx plugins/syntax/string_syntax_plugin.cmx plugins/derive/derive_plugin.cmx plugins/ssrmatching/ssrmatching_plugin.cmx plugins/ssr/ssreflect_plugin.cmx # For static linking of plugins - ./install.sh "/home/opam/.opam/4.06/lib/coq" plugins/ltac/ltac_plugin.o plugins/ltac/tauto_plugin.o plugins/omega/omega_plugin.o plugins/romega/romega_plugin.o plugins/micromega/micromega_plugin.o plugins/quote/quote_plugin.o plugins/setoid_ring/newring_plugin.o plugins/fourier/fourier_plugin.o plugins/extraction/extraction_plugin.o plugins/cc/cc_plugin.o plugins/firstorder/ground_plugin.o plugins/rtauto/rtauto_plugin.o plugins/btauto/btauto_plugin.o plugins/funind/recdef_plugin.o plugins/nsatz/nsatz_plugin.o plugins/syntax/nat_syntax_plugin.o plugins/syntax/z_syntax_plugin.o plugins/syntax/r_syntax_plugin.o plugins/syntax/int31_syntax_plugin.o plugins/syntax/ascii_syntax_plugin.o plugins/syntax/string_syntax_plugin.o plugins/derive/derive_plugin.o plugins/ssrmatching/ssrmatching_plugin.o plugins/ssr/ssreflect_plugin.o # For static linking of plugins - ./install.sh "/home/opam/.opam/4.06/lib/coq" tools/CoqMakefile.in tools/make-one-time-file.py tools/TimeFileMaker.py tools/make-both-time-files.py tools/make-both-single-timing-files.py - ./install.sh "/home/opam/.opam/4.06/lib/coq" lib/clib.cmxa lib/lib.cmxa kernel/kernel.cmxa intf/intf.cmxa library/library.cmxa engine/engine.cmxa pretyping/pretyping.cmxa interp/interp.cmxa proofs/proofs.cmxa parsing/parsing.cmxa printing/printing.cmxa tactics/tactics.cmxa vernac/vernac.cmxa stm/stm.cmxa toplevel/toplevel.cmxa parsing/highparsing.cmxa lib/clib.a lib/lib.a kernel/kernel.a intf/intf.a library/library.a engine/engine.a pretyping/pretyping.a interp/interp.a proofs/proofs.a parsing/parsing.a printing/printing.a tactics/tactics.a vernac/vernac.a stm/stm.a toplevel/toplevel.a parsing/highparsing.a - install -d "/home/opam/.opam/4.06/lib/coq"/toploop/ - install ide/coqidetop.cmxs "/home/opam/.opam/4.06/lib/coq"/toploop/ - install -m 644 META.coq "/home/opam/.opam/4.06/lib/coq"/META - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/coq.8.7.2' Processing 88/90: [coq: make install-byte] + /usr/bin/make "install-byte" (CWD=/home/opam/.opam/4.06/.opam-switch/build/coq.8.7.2) - /usr/bin/make --warn-undefined-variable --no-builtin-rules -f Makefile.build install-byte - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/coq.8.7.2' - install -d "/home/opam/.opam/4.06/bin" - install bin/coqtop.byte "/home/opam/.opam/4.06/bin" - install -d "/home/opam/.opam/4.06/lib/coq"/toploop - install stm/proofworkertop.cma stm/tacworkertop.cma stm/queryworkertop.cma "/home/opam/.opam/4.06/lib/coq"/toploop/ - ./install.sh "/home/opam/.opam/4.06/lib/coq" lib/clib.cma lib/lib.cma kernel/kernel.cma intf/intf.cma library/library.cma engine/engine.cma pretyping/pretyping.cma interp/interp.cma proofs/proofs.cma parsing/parsing.cma printing/printing.cma tactics/tactics.cma vernac/vernac.cma stm/stm.cma toplevel/toplevel.cma parsing/highparsing.cma plugins/ltac/ltac_plugin.cmo plugins/ltac/tauto_plugin.cmo plugins/omega/omega_plugin.cmo plugins/romega/romega_plugin.cmo plugins/micromega/micromega_plugin.cmo plugins/quote/quote_plugin.cmo plugins/setoid_ring/newring_plugin.cmo plugins/fourier/fourier_plugin.cmo plugins/extraction/extraction_plugin.cmo plugins/cc/cc_plugin.cmo plugins/firstorder/ground_plugin.cmo plugins/rtauto/rtauto_plugin.cmo plugins/btauto/btauto_plugin.cmo plugins/funind/recdef_plugin.cmo plugins/nsatz/nsatz_plugin.cmo plugins/syntax/nat_syntax_plugin.cmo plugins/syntax/z_syntax_plugin.cmo plugins/syntax/r_syntax_plugin.cmo plugins/syntax/int31_syntax_plugin.cmo plugins/syntax/ascii_syntax_plugin.cmo plugins/syntax/string_syntax_plugin.cmo plugins/derive/derive_plugin.cmo plugins/ssrmatching/ssrmatching_plugin.cmo plugins/ssr/ssreflect_plugin.cmo - install -m 644 kernel/byterun/dllcoqrun.so "/home/opam/.opam/4.06/lib/coq" - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/coq.8.7.2' -> installed coq.8.7.2 Processing 89/90: [coq-serapi: make] + /usr/bin/make "-j39" "TARGET=native" (CWD=/home/opam/.opam/4.06/.opam-switch/build/coq-serapi.8.7.1+0.4) - OCAMLFIND_IGNORE_DUPS_IN=/home/opam/.opam/4.06/lib/ocaml/compiler-libs/ \ - OCAMLPATH= \ - ocamlbuild -use-ocamlfind -j 4 sertop/sertop.native - ocamlfind ocamldep -package cmdliner -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -package unix -package threads -package num -modules sertop/sertop.ml > sertop/sertop.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -package unix -package threads -package num -modules sertop/sertop_init.mli > sertop/sertop_init.mli.depends - ocamlfind ocamldep -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -package unix -package threads -package num -modules sertop/sertop_sexp.mli > sertop/sertop_sexp.mli.depends - ocamlfind ocamldep -package str -package coq.intf -package coq.ltac -package sexplib -package unix -package threads -package num -modules serapi/serapi_protocol.mli > serapi/serapi_protocol.mli.depends - ocamlfind ocamldep -package str -package coq.intf -package coq.ltac -package unix -package threads -package num -modules serapi/serapi_goals.mli > serapi/serapi_goals.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serapi -I coq-libjs -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o serapi/serapi_goals.cmi serapi/serapi_goals.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serapi -I coq-libjs -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o serapi/serapi_goals.cmi serapi/serapi_goals.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I sertop -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o sertop/sertop_init.cmi sertop/sertop_init.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I sertop -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o sertop/sertop_init.cmi sertop/sertop_init.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -package sexplib -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serapi -I coq-libjs -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o serapi/serapi_protocol.cmi serapi/serapi_protocol.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -package sexplib -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serapi -I coq-libjs -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o serapi/serapi_protocol.cmi serapi/serapi_protocol.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I sertop -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o sertop/sertop_sexp.cmi sertop/sertop_sexp.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I sertop -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o sertop/sertop_sexp.cmi sertop/sertop_sexp.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package cmdliner -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I sertop -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o sertop/sertop.cmo sertop/sertop.ml - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package cmdliner -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I sertop -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o sertop/sertop.cmo sertop/sertop.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -package unix -package threads -package num -modules sertop/sertop_init.ml > sertop/sertop_init.ml.depends - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -package unix -package threads -package num -modules sertop/sertop_sexp.ml > sertop/sertop_sexp.ml.depends - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_constr.ml > serlib/ser_constr.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_constr.mli > serlib/ser_constr.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_constr.cmi serlib/ser_constr.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_constr.cmi serlib/ser_constr.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_evar.ml > serlib/ser_evar.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_evar.mli > serlib/ser_evar.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_evar.cmi serlib/ser_evar.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_evar.cmi serlib/ser_evar.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_names.ml > serlib/ser_names.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_names.mli > serlib/ser_names.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_names.cmi serlib/ser_names.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_names.cmi serlib/ser_names.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_int.ml > serlib/ser_int.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_int.mli > serlib/ser_int.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_int.cmi serlib/ser_int.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_int.cmi serlib/ser_int.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_int.cmx serlib/ser_int.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_int.cmx serlib/ser_int.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_sorts.ml > serlib/ser_sorts.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_sorts.mli > serlib/ser_sorts.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_sorts.cmi serlib/ser_sorts.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_sorts.cmi serlib/ser_sorts.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_univ.ml > serlib/ser_univ.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_univ.mli > serlib/ser_univ.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_univ.cmi serlib/ser_univ.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_univ.cmi serlib/ser_univ.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_univ.cmx serlib/ser_univ.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_univ.cmx serlib/ser_univ.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_evar.cmx serlib/ser_evar.ml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_names.cmx serlib/ser_names.ml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_sorts.cmx serlib/ser_sorts.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_evar.cmx serlib/ser_evar.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_sorts.cmx serlib/ser_sorts.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_names.cmx serlib/ser_names.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_constrexpr.ml > serlib/ser_constrexpr.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_constrexpr.mli > serlib/ser_constrexpr.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_constrexpr.cmi serlib/ser_constrexpr.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_constrexpr.cmi serlib/ser_constrexpr.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_bigint.ml > serlib/ser_bigint.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_bigint.mli > serlib/ser_bigint.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_bigint.cmi serlib/ser_bigint.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_bigint.cmi serlib/ser_bigint.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_cAst.ml > serlib/ser_cAst.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_cAst.mli > serlib/ser_cAst.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_cAst.cmi serlib/ser_cAst.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_cAst.cmi serlib/ser_cAst.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_loc.ml > serlib/ser_loc.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_loc.mli > serlib/ser_loc.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_loc.cmi serlib/ser_loc.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_loc.cmi serlib/ser_loc.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_loc.cmx serlib/ser_loc.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_loc.cmx serlib/ser_loc.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_decl_kinds.ml > serlib/ser_decl_kinds.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_decl_kinds.mli > serlib/ser_decl_kinds.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_decl_kinds.cmi serlib/ser_decl_kinds.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_decl_kinds.cmi serlib/ser_decl_kinds.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_evar_kinds.ml > serlib/ser_evar_kinds.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_evar_kinds.mli > serlib/ser_evar_kinds.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_evar_kinds.cmi serlib/ser_evar_kinds.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_evar_kinds.cmi serlib/ser_evar_kinds.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_constr.cmx serlib/ser_constr.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_constr.cmx serlib/ser_constr.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_globnames.ml > serlib/ser_globnames.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_globnames.mli > serlib/ser_globnames.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_globnames.cmi serlib/ser_globnames.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_globnames.cmi serlib/ser_globnames.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_misctypes.ml > serlib/ser_misctypes.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_misctypes.mli > serlib/ser_misctypes.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_misctypes.cmi serlib/ser_misctypes.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_misctypes.cmi serlib/ser_misctypes.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_globnames.cmx serlib/ser_globnames.ml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_misctypes.cmx serlib/ser_misctypes.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_globnames.cmx serlib/ser_globnames.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_misctypes.cmx serlib/ser_misctypes.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_genarg.ml > serlib/ser_genarg.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_genarg.mli > serlib/ser_genarg.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_genarg.cmi serlib/ser_genarg.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_genarg.cmi serlib/ser_genarg.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_glob_term.ml > serlib/ser_glob_term.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_glob_term.mli > serlib/ser_glob_term.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_glob_term.cmi serlib/ser_glob_term.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_glob_term.cmi serlib/ser_glob_term.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_cAst.cmx serlib/ser_cAst.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_cAst.cmx serlib/ser_cAst.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_decl_kinds.cmx serlib/ser_decl_kinds.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_decl_kinds.cmx serlib/ser_decl_kinds.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_evar_kinds.cmx serlib/ser_evar_kinds.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_evar_kinds.cmx serlib/ser_evar_kinds.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_genarg.cmx serlib/ser_genarg.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_genarg.cmx serlib/ser_genarg.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_libnames.ml > serlib/ser_libnames.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_libnames.mli > serlib/ser_libnames.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_libnames.cmi serlib/ser_libnames.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_libnames.cmi serlib/ser_libnames.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_bigint.cmx serlib/ser_bigint.ml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_glob_term.cmx serlib/ser_glob_term.ml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_libnames.cmx serlib/ser_libnames.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_bigint.cmx serlib/ser_bigint.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_libnames.cmx serlib/ser_libnames.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_glob_term.cmx serlib/ser_glob_term.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_context.ml > serlib/ser_context.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_context.mli > serlib/ser_context.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_context.cmi serlib/ser_context.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_context.cmi serlib/ser_context.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_declarations.ml > serlib/ser_declarations.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_declarations.mli > serlib/ser_declarations.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_declarations.cmi serlib/ser_declarations.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_declarations.cmi serlib/ser_declarations.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_cbytecodes.ml > serlib/ser_cbytecodes.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_cbytecodes.mli > serlib/ser_cbytecodes.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_cbytecodes.cmi serlib/ser_cbytecodes.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_cbytecodes.cmi serlib/ser_cbytecodes.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_context.cmx serlib/ser_context.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_context.cmx serlib/ser_context.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_cbytecodes.cmx serlib/ser_cbytecodes.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_cbytecodes.cmx serlib/ser_cbytecodes.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_feedback.ml > serlib/ser_feedback.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_feedback.mli > serlib/ser_feedback.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_feedback.cmi serlib/ser_feedback.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_feedback.cmi serlib/ser_feedback.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_pp.ml > serlib/ser_pp.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_pp.mli > serlib/ser_pp.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_pp.cmi serlib/ser_pp.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_pp.cmi serlib/ser_pp.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_stateid.ml > serlib/ser_stateid.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_stateid.mli > serlib/ser_stateid.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_stateid.cmi serlib/ser_stateid.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_stateid.cmi serlib/ser_stateid.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_xml_datatype.ml > serlib/ser_xml_datatype.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_xml_datatype.mli > serlib/ser_xml_datatype.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_xml_datatype.cmi serlib/ser_xml_datatype.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_xml_datatype.cmi serlib/ser_xml_datatype.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_pp.cmx serlib/ser_pp.ml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_stateid.cmx serlib/ser_stateid.ml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_xml_datatype.cmx serlib/ser_xml_datatype.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_stateid.cmx serlib/ser_stateid.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_xml_datatype.cmx serlib/ser_xml_datatype.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_pp.cmx serlib/ser_pp.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_goal.ml > serlib/ser_goal.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_goal.mli > serlib/ser_goal.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_goal.cmi serlib/ser_goal.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_goal.cmi serlib/ser_goal.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_goptions.ml > serlib/ser_goptions.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_goptions.mli > serlib/ser_goptions.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_goptions.cmi serlib/ser_goptions.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_goptions.cmi serlib/ser_goptions.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_impargs.ml > serlib/ser_impargs.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_impargs.mli > serlib/ser_impargs.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_impargs.cmi serlib/ser_impargs.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_impargs.cmi serlib/ser_impargs.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_notation.ml > serlib/ser_notation.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_notation.mli > serlib/ser_notation.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_notation.cmi serlib/ser_notation.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_notation.cmi serlib/ser_notation.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_ppextend.ml > serlib/ser_ppextend.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_ppextend.mli > serlib/ser_ppextend.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_ppextend.cmi serlib/ser_ppextend.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_ppextend.cmi serlib/ser_ppextend.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_ppextend.cmx serlib/ser_ppextend.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_ppextend.cmx serlib/ser_ppextend.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_notation_term.ml > serlib/ser_notation_term.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_notation_term.mli > serlib/ser_notation_term.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_notation_term.cmi serlib/ser_notation_term.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_notation_term.cmi serlib/ser_notation_term.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_constrexpr.cmx serlib/ser_constrexpr.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_constrexpr.cmx serlib/ser_constrexpr.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_extend.ml > serlib/ser_extend.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_extend.mli > serlib/ser_extend.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_extend.cmi serlib/ser_extend.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_extend.cmi serlib/ser_extend.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_tok.ml > serlib/ser_tok.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_tok.mli > serlib/ser_tok.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_tok.cmi serlib/ser_tok.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_tok.cmi serlib/ser_tok.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_tok.cmx serlib/ser_tok.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_tok.cmx serlib/ser_tok.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_extend.cmx serlib/ser_extend.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_extend.cmx serlib/ser_extend.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_pretype_errors.ml > serlib/ser_pretype_errors.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_pretype_errors.mli > serlib/ser_pretype_errors.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_pretype_errors.cmi serlib/ser_pretype_errors.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_pretype_errors.cmi serlib/ser_pretype_errors.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_eConstr.ml > serlib/ser_eConstr.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_eConstr.mli > serlib/ser_eConstr.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_eConstr.cmi serlib/ser_eConstr.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_eConstr.cmi serlib/ser_eConstr.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_environ.ml > serlib/ser_environ.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_environ.mli > serlib/ser_environ.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_environ.cmi serlib/ser_environ.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_environ.cmi serlib/ser_environ.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_environ.cmx serlib/ser_environ.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_environ.cmx serlib/ser_environ.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_evd.ml > serlib/ser_evd.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_evd.mli > serlib/ser_evd.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_evd.cmi serlib/ser_evd.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_evd.cmi serlib/ser_evd.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_reduction.ml > serlib/ser_reduction.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_reduction.mli > serlib/ser_reduction.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_reduction.cmi serlib/ser_reduction.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_reduction.cmi serlib/ser_reduction.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_reduction.cmx serlib/ser_reduction.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_reduction.cmx serlib/ser_reduction.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_locus.ml > serlib/ser_locus.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_locus.mli > serlib/ser_locus.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_locus.cmi serlib/ser_locus.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_locus.cmi serlib/ser_locus.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_type_errors.ml > serlib/ser_type_errors.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_type_errors.mli > serlib/ser_type_errors.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_type_errors.cmi serlib/ser_type_errors.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_type_errors.cmi serlib/ser_type_errors.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_eConstr.cmx serlib/ser_eConstr.ml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_evd.cmx serlib/ser_evd.ml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_locus.cmx serlib/ser_locus.ml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_type_errors.cmx serlib/ser_type_errors.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_eConstr.cmx serlib/ser_eConstr.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_evd.cmx serlib/ser_evd.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_type_errors.cmx serlib/ser_type_errors.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_locus.cmx serlib/ser_locus.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package coq.ltac -package sexplib -package unix -package threads -package num -modules serlib/plugins/ltac/ser_profile_ltac.ml > serlib/plugins/ltac/ser_profile_ltac.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package coq.ltac -package sexplib -package unix -package threads -package num -modules serlib/plugins/ltac/ser_profile_ltac.mli > serlib/plugins/ltac/ser_profile_ltac.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -package sexplib -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib/plugins/ltac -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -o serlib/plugins/ltac/ser_profile_ltac.cmi serlib/plugins/ltac/ser_profile_ltac.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -package sexplib -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib/plugins/ltac -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -o serlib/plugins/ltac/ser_profile_ltac.cmi serlib/plugins/ltac/ser_profile_ltac.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_proof.ml > serlib/ser_proof.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_proof.mli > serlib/ser_proof.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_proof.cmi serlib/ser_proof.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_proof.cmi serlib/ser_proof.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_stm.ml > serlib/ser_stm.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_stm.mli > serlib/ser_stm.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_stm.cmi serlib/ser_stm.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_stm.cmi serlib/ser_stm.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package coq.ltac -package sexplib -package unix -package threads -package num -modules serlib/plugins/ltac/ser_tacenv.ml > serlib/plugins/ltac/ser_tacenv.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package coq.ltac -package sexplib -package unix -package threads -package num -modules serlib/plugins/ltac/ser_tacenv.mli > serlib/plugins/ltac/ser_tacenv.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -package sexplib -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib/plugins/ltac -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -o serlib/plugins/ltac/ser_tacenv.cmi serlib/plugins/ltac/ser_tacenv.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -package sexplib -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib/plugins/ltac -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -o serlib/plugins/ltac/ser_tacenv.cmi serlib/plugins/ltac/ser_tacenv.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package coq.ltac -package sexplib -package unix -package threads -package num -modules serlib/plugins/ltac/ser_tacexpr.ml > serlib/plugins/ltac/ser_tacexpr.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package coq.ltac -package sexplib -package unix -package threads -package num -modules serlib/plugins/ltac/ser_tacexpr.mli > serlib/plugins/ltac/ser_tacexpr.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -package sexplib -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib/plugins/ltac -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -o serlib/plugins/ltac/ser_tacexpr.cmi serlib/plugins/ltac/ser_tacexpr.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -package sexplib -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib/plugins/ltac -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -o serlib/plugins/ltac/ser_tacexpr.cmi serlib/plugins/ltac/ser_tacexpr.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_constr_matching.ml > serlib/ser_constr_matching.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_constr_matching.mli > serlib/ser_constr_matching.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_constr_matching.cmi serlib/ser_constr_matching.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_constr_matching.cmi serlib/ser_constr_matching.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_genredexpr.ml > serlib/ser_genredexpr.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_genredexpr.mli > serlib/ser_genredexpr.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_genredexpr.cmi serlib/ser_genredexpr.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_genredexpr.cmi serlib/ser_genredexpr.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_util.ml > serlib/ser_util.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_util.mli > serlib/ser_util.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_util.cmi serlib/ser_util.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_util.cmi serlib/ser_util.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_util.cmx serlib/ser_util.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_util.cmx serlib/ser_util.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_nametab.ml > serlib/ser_nametab.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_nametab.mli > serlib/ser_nametab.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_nametab.cmi serlib/ser_nametab.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_nametab.cmi serlib/ser_nametab.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_pattern.ml > serlib/ser_pattern.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_pattern.mli > serlib/ser_pattern.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_pattern.cmi serlib/ser_pattern.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_pattern.cmi serlib/ser_pattern.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_tactypes.ml > serlib/ser_tactypes.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_tactypes.mli > serlib/ser_tactypes.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_tactypes.cmi serlib/ser_tactypes.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_tactypes.cmi serlib/ser_tactypes.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_vernacexpr.ml > serlib/ser_vernacexpr.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_vernacexpr.mli > serlib/ser_vernacexpr.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_vernacexpr.cmi serlib/ser_vernacexpr.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_vernacexpr.cmi serlib/ser_vernacexpr.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_conv_oracle.ml > serlib/ser_conv_oracle.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_conv_oracle.mli > serlib/ser_conv_oracle.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_conv_oracle.cmi serlib/ser_conv_oracle.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_conv_oracle.cmi serlib/ser_conv_oracle.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_flags.ml > serlib/ser_flags.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package sexplib -package coq.stm -package unix -package threads -package num -modules serlib/ser_flags.mli > serlib/ser_flags.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_flags.cmi serlib/ser_flags.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_flags.cmi serlib/ser_flags.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_genredexpr.cmx serlib/ser_genredexpr.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_genredexpr.cmx serlib/ser_genredexpr.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_goptions.cmx serlib/ser_goptions.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_goptions.cmx serlib/ser_goptions.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_conv_oracle.cmx serlib/ser_conv_oracle.ml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_flags.cmx serlib/ser_flags.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_conv_oracle.cmx serlib/ser_conv_oracle.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_flags.cmx serlib/ser_flags.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_constr_matching.cmx serlib/ser_constr_matching.ml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_nametab.cmx serlib/ser_nametab.ml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_pattern.cmx serlib/ser_pattern.ml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_tactypes.cmx serlib/ser_tactypes.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_nametab.cmx serlib/ser_nametab.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_vernacexpr.cmx serlib/ser_vernacexpr.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_constr_matching.cmx serlib/ser_constr_matching.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_tactypes.cmx serlib/ser_tactypes.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_pattern.cmx serlib/ser_pattern.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_vernacexpr.cmx serlib/ser_vernacexpr.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package coq.ltac -package sexplib -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib/plugins/ltac -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -o serlib/plugins/ltac/ser_tacexpr.cmx serlib/plugins/ltac/ser_tacexpr.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package coq.ltac -package sexplib -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib/plugins/ltac -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -o serlib/plugins/ltac/ser_tacexpr.cmx serlib/plugins/ltac/ser_tacexpr.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package str -package coq.intf -package coq.ltac -package unix -package threads -package num -modules serapi/serapi_goals.ml > serapi/serapi_goals.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package coq.ltac -package sexplib -package unix -package threads -package num -modules serapi/serapi_protocol.ml > serapi/serapi_protocol.ml.depends - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serapi -I coq-libjs -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o serapi/serapi_goals.cmx serapi/serapi_goals.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serapi -I coq-libjs -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o serapi/serapi_goals.cmx serapi/serapi_goals.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package str -package coq.intf -package coq.ltac -package unix -package threads -package num -modules serapi/serapi_pp.ml > serapi/serapi_pp.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package coq.ltac -package unix -package threads -package num -modules serapi/serapi_pp.mli > serapi/serapi_pp.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serapi -I coq-libjs -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o serapi/serapi_pp.cmi serapi/serapi_pp.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serapi -I coq-libjs -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o serapi/serapi_pp.cmi serapi/serapi_pp.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package str -package sexplib -package unix -package threads -package num -modules sertex/Stexp.ml > sertex/Stexp.ml.depends - ocamlfind ocamldep -package str -package sexplib -package unix -package threads -package num -modules sertex/Stexp.mli > sertex/Stexp.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package sexplib -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I sertex -I coq-libjs -I serapi -I serlib -I serlib/ide -I serlib/plugins/ltac -o sertex/Stexp.cmi sertex/Stexp.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package sexplib -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I sertex -I coq-libjs -I serapi -I serlib -I serlib/ide -I serlib/plugins/ltac -o sertex/Stexp.cmi sertex/Stexp.mli - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serapi -I coq-libjs -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o serapi/serapi_pp.cmx serapi/serapi_pp.ml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package sexplib -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I sertex -I coq-libjs -I serapi -I serlib -I serlib/ide -I serlib/plugins/ltac -o sertex/Stexp.cmx sertex/Stexp.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package sexplib -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I sertex -I coq-libjs -I serapi -I serlib -I serlib/ide -I serlib/plugins/ltac -o sertex/Stexp.cmx sertex/Stexp.ml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serapi -I coq-libjs -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o serapi/serapi_pp.cmx serapi/serapi_pp.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I sertop -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o sertop/sertop_init.cmx sertop/sertop_init.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I sertop -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o sertop/sertop_init.cmx sertop/sertop_init.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -package unix -package threads -package num -modules sertop/sertop_prelude.ml > sertop/sertop_prelude.ml.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I sertop -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o sertop/sertop_prelude.cmo sertop/sertop_prelude.ml - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I sertop -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o sertop/sertop_prelude.cmo sertop/sertop_prelude.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamldep -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -package unix -package threads -package num -modules sertop/sertop_util.ml > sertop/sertop_util.ml.depends - ocamlfind ocamldep -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -package unix -package threads -package num -modules sertop/sertop_util.mli > sertop/sertop_util.mli.depends - ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I sertop -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o sertop/sertop_util.cmi sertop/sertop_util.mli - + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I sertop -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o sertop/sertop_util.cmi sertop/sertop_util.mli - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_declarations.cmx serlib/ser_declarations.ml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_feedback.cmx serlib/ser_feedback.ml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_goal.cmx serlib/ser_goal.ml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_impargs.cmx serlib/ser_impargs.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_goal.cmx serlib/ser_goal.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_notation.cmx serlib/ser_notation.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_impargs.cmx serlib/ser_impargs.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_notation_term.cmx serlib/ser_notation_term.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_feedback.cmx serlib/ser_feedback.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_pretype_errors.cmx serlib/ser_pretype_errors.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_notation.cmx serlib/ser_notation.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package coq.ltac -package sexplib -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib/plugins/ltac -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -o serlib/plugins/ltac/ser_profile_ltac.cmx serlib/plugins/ltac/ser_profile_ltac.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_notation_term.cmx serlib/ser_notation_term.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_proof.cmx serlib/ser_proof.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_declarations.cmx serlib/ser_declarations.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_stm.cmx serlib/ser_stm.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package coq.ltac -package sexplib -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib/plugins/ltac -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -o serlib/plugins/ltac/ser_profile_ltac.cmx serlib/plugins/ltac/ser_profile_ltac.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package coq.ltac -package sexplib -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib/plugins/ltac -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -o serlib/plugins/ltac/ser_tacenv.cmx serlib/plugins/ltac/ser_tacenv.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_pretype_errors.cmx serlib/ser_pretype_errors.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -package sexplib -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serapi -I coq-libjs -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o serapi/serapi_protocol.cmx serapi/serapi_protocol.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_proof.cmx serlib/ser_proof.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I sertop -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o sertop/sertop_prelude.cmx sertop/sertop_prelude.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib -I coq-libjs -I serapi -I sertex -I serlib/ide -I serlib/plugins/ltac -o serlib/ser_stm.cmx serlib/ser_stm.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I sertop -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o sertop/sertop_util.cmx sertop/sertop_util.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I sertop -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o sertop/sertop_prelude.cmx sertop/sertop_prelude.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package coq.ltac -package sexplib -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serlib/plugins/ltac -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -o serlib/plugins/ltac/ser_tacenv.cmx serlib/plugins/ltac/ser_tacenv.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I sertop -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o sertop/sertop_util.cmx sertop/sertop_util.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package str -package coq.intf -package coq.ltac -package sexplib -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I serapi -I coq-libjs -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o serapi/serapi_protocol.cmx serapi/serapi_protocol.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I sertop -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o sertop/sertop_sexp.cmx sertop/sertop_sexp.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package ppx_import -package ppx_sexp_conv -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I sertop -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o sertop/sertop_sexp.cmx sertop/sertop_sexp.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package cmdliner -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I sertop -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o sertop/sertop.cmx sertop/sertop.ml - + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -rectypes -thread -package cmdliner -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -w -58 -w +1..49-4-44 -warn-error +1..49-42 -package unix -package threads -package num -I sertop -I coq-libjs -I serapi -I serlib -I sertex -I serlib/ide -I serlib/plugins/ltac -o sertop/sertop.cmx sertop/sertop.ml - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - ocamlfind ocamlopt -linkpkg -g -linkall -thread -package dynlink -package camlp5.gramlib -package cmdliner -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -package unix -package threads -package num -I serapi -I serlib -I sertex -I serlib/plugins/ltac -I sertop serapi/serapi_goals.cmx serapi/serapi_pp.cmx serlib/ser_bigint.cmx serlib/ser_loc.cmx serlib/ser_cAst.cmx serlib/ser_evar.cmx serlib/ser_int.cmx serlib/ser_names.cmx serlib/ser_univ.cmx serlib/ser_sorts.cmx serlib/ser_constr.cmx serlib/ser_decl_kinds.cmx serlib/ser_globnames.cmx serlib/ser_misctypes.cmx serlib/ser_evar_kinds.cmx serlib/ser_genarg.cmx serlib/ser_glob_term.cmx serlib/ser_libnames.cmx serlib/ser_constrexpr.cmx sertex/Stexp.cmx serapi/serapi_protocol.cmx serlib/plugins/ltac/ser_profile_ltac.cmx serlib/ser_constr_matching.cmx serlib/ser_conv_oracle.cmx serlib/ser_environ.cmx serlib/ser_eConstr.cmx serlib/ser_tok.cmx serlib/ser_extend.cmx serlib/ser_flags.cmx serlib/ser_locus.cmx serlib/ser_util.cmx serlib/ser_genredexpr.cmx serlib/ser_goptions.cmx serlib/ser_nametab.cmx serlib/ser_pattern.cmx serlib/ser_stateid.cmx serlib/ser_tactypes.cmx serlib/ser_vernacexpr.cmx serlib/plugins/ltac/ser_tacexpr.cmx serlib/plugins/ltac/ser_tacenv.cmx serlib/ser_cbytecodes.cmx serlib/ser_context.cmx serlib/ser_declarations.cmx serlib/ser_reduction.cmx serlib/ser_evd.cmx serlib/ser_pp.cmx serlib/ser_xml_datatype.cmx serlib/ser_feedback.cmx serlib/ser_goal.cmx serlib/ser_impargs.cmx serlib/ser_ppextend.cmx serlib/ser_notation.cmx serlib/ser_notation_term.cmx serlib/ser_type_errors.cmx serlib/ser_pretype_errors.cmx serlib/ser_proof.cmx serlib/ser_stm.cmx sertop/sertop_init.cmx sertop/sertop_prelude.cmx sertop/sertop_util.cmx sertop/sertop_sexp.cmx sertop/sertop.cmx -o sertop/sertop.native - + ocamlfind ocamlopt -linkpkg -g -linkall -thread -package dynlink -package camlp5.gramlib -package cmdliner -package str -package coq.intf -package coq.ltac -package sexplib -package coq.stm -package unix -package threads -package num -I serapi -I serlib -I sertex -I serlib/plugins/ltac -I sertop serapi/serapi_goals.cmx serapi/serapi_pp.cmx serlib/ser_bigint.cmx serlib/ser_loc.cmx serlib/ser_cAst.cmx serlib/ser_evar.cmx serlib/ser_int.cmx serlib/ser_names.cmx serlib/ser_univ.cmx serlib/ser_sorts.cmx serlib/ser_constr.cmx serlib/ser_decl_kinds.cmx serlib/ser_globnames.cmx serlib/ser_misctypes.cmx serlib/ser_evar_kinds.cmx serlib/ser_genarg.cmx serlib/ser_glob_term.cmx serlib/ser_libnames.cmx serlib/ser_constrexpr.cmx sertex/Stexp.cmx serapi/serapi_protocol.cmx serlib/plugins/ltac/ser_profile_ltac.cmx serlib/ser_constr_matching.cmx serlib/ser_conv_oracle.cmx serlib/ser_environ.cmx serlib/ser_eConstr.cmx serlib/ser_tok.cmx serlib/ser_extend.cmx serlib/ser_flags.cmx serlib/ser_locus.cmx serlib/ser_util.cmx serlib/ser_genredexpr.cmx serlib/ser_goptions.cmx serlib/ser_nametab.cmx serlib/ser_pattern.cmx serlib/ser_stateid.cmx serlib/ser_tactypes.cmx serlib/ser_vernacexpr.cmx serlib/plugins/ltac/ser_tacexpr.cmx serlib/plugins/ltac/ser_tacenv.cmx serlib/ser_cbytecodes.cmx serlib/ser_context.cmx serlib/ser_declarations.cmx serlib/ser_reduction.cmx serlib/ser_evd.cmx serlib/ser_pp.cmx serlib/ser_xml_datatype.cmx serlib/ser_feedback.cmx serlib/ser_goal.cmx serlib/ser_impargs.cmx serlib/ser_ppextend.cmx serlib/ser_notation.cmx serlib/ser_notation_term.cmx serlib/ser_type_errors.cmx serlib/ser_pretype_errors.cmx serlib/ser_proof.cmx serlib/ser_stm.cmx sertop/sertop_init.cmx sertop/sertop_prelude.cmx sertop/sertop_util.cmx sertop/sertop_sexp.cmx sertop/sertop.cmx -o sertop/sertop.native - findlib: [WARNING] Interface ratio.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface big_int.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface num.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface nat.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - findlib: [WARNING] Interface arith_status.cmi occurs in several directories: /home/opam/.opam/4.06/lib/num, /home/opam/.opam/4.06/lib/ocaml - # Parallel statistics: { count(total): 9(219), max: 14, min: 2, average(total): 4.222(1.132) } -> compiled coq-serapi.8.7.1+0.4 Processing 90/90: [coq-serapi: cp sertop.native] + /usr/bin/cp "sertop.native" "/home/opam/.opam/4.06/bin/sertop" (CWD=/home/opam/.opam/4.06/.opam-switch/build/coq-serapi.8.7.1+0.4) -> installed coq-serapi.8.7.1+0.4 Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 19:26.04 ---> saved as "64d2efc56638c74347f21cba387c2cc00687e07e78994cefcd62b266e56dc36a" /home/opam: (run (shell "opam exec -- ~/voodoo-prep -u coq-serapi:3e38525d5d405ccb03adc97fa702bba3")) 2024-09-12 19:26.06 ---> saved as "847db519dcae55a018d43ea7db85a537b7346659d7f8679bb86cf00cd6d4b195" /home/opam: (run (network host) (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config))) (shell "(echo '0.625901') && (for DATA in prep/universes/3e38525d5d405ccb03adc97fa702bba3/coq-serapi/8.7.1+0.4,coq-serapi.8.7.1+0.4-3e38525d5d405ccb03adc97fa702bba3,coq-serapi.8.7.1+0.4; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/* && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/3e38525d5d405ccb03adc97fa702bba3/coq-serapi/8.7.1+0.4,coq-serapi.8.7.1+0.4-3e38525d5d405ccb03adc97fa702bba3,coq-serapi.8.7.1+0.4; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/3e38525d5d405ccb03adc97fa702bba3/coq-serapi/8.7.1+0.4,coq-serapi.8.7.1+0.4-3e38525d5d405ccb03adc97fa702bba3,coq-serapi.8.7.1+0.4; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1) || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)")) 0.625901 prep/universes/3e38525d5d405ccb03adc97fa702bba3/coq-serapi/8.7.1+0.4/opam Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. HASHES:coq-serapi.8.7.1+0.4-3e38525d5d405ccb03adc97fa702bba3:1e3e6dfc55bb0d2e6383f4266c0de16b61b734de2f68fe774ae6ec2e0e69b127 2024-09-12 19:26.07 ---> saved as "a8204b8a91da26412ee5c474948758ee1edd2e7f26b96788f1706ccf22454563" Job succeeded 2024-09-12 19:34.20: coq-serapi.8.7.1+0.4-3e38525d5d405ccb03adc97fa702bba3 -> 1e3e6dfc55bb0d2e6383f4266c0de16b61b734de2f68fe774ae6ec2e0e69b127 2024-09-12 19:34.20: Job succeeded