Build:
- 0
2026-02-23 11:15.27: New job: build ocaml-variants.4.04.2+bytecode-only, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/29451/head (eb625039bcf5bbcc82c8f591cc7d2b95d7c5596f)
on debian-13-ocaml-5.4/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29451/head" && git reset --hard eb625039
git fetch origin master
git merge --no-edit 8533409a78b7b71caafd68ec02d9bb6094bdfeac
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn ocaml-variants.4.04.2+bytecode-only 4.04.2+bytecode-only
RUN opam reinstall --update-invariant ocaml-variants.4.04.2+bytecode-only; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ocaml-variants.4.04.2+bytecode-only' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-02-23 11:15.27: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c-ocaml-variants.4.04.2+bytecode-only-eb625039bcf5bbcc82c8f591cc7d2b95d7c5596f"
2026-02-23 11:15.27: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn ocaml-variants.4.04.2+bytecode-only 4.04.2+bytecode-only"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall --update-invariant ocaml-variants.4.04.2+bytecode-only;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ocaml-variants.4.04.2+bytecode-only' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-02-23 11:15.27: Waiting for resource in pool OCluster
2026-02-23 20:55.19: Waiting for worker…
2026-02-23 20:56.59: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 8533409a78 Merge pull request #29443 from kit-ty-kate/opam-publish-opam-publish.3.0.0
Merge made by the 'ort' strategy.
.../ocaml-base-compiler/ocaml-base-compiler.3.07+1/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.3.07+2/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.3.07/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.3.08.0/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.3.08.1/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.3.08.2/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.3.08.3/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.3.08.4/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.3.09.0/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.3.09.1/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.3.09.2/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.3.09.3/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.3.10.0/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.3.10.1/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.3.10.2/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.3.11.0/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.3.11.1/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.3.11.2/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.3.12.0/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.3.12.1/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.00.0/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.00.1/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.01.0/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.02.0/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.02.1/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.02.2/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.02.3/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.03.0/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.04.0/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.04.1/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.04.2/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.05.0/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.06.0/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.06.1/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.07.0/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.07.1/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.08.0/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.08.1/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.09.0/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.09.1/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.10.0/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.10.1/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.10.2/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.11.0/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.11.1/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.11.2/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.12.0/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.12.1/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.13.0/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.13.1/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.14.0/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.14.1/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.14.2/opam | 1 +
.../ocaml-base-compiler.4.14.2~rc1/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.4.14.3/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.5.0.0/opam | 5 ++++-
.../ocaml-base-compiler/ocaml-base-compiler.5.1.0/opam | 5 ++++-
.../ocaml-base-compiler/ocaml-base-compiler.5.1.1/opam | 5 ++++-
.../ocaml-base-compiler/ocaml-base-compiler.5.2.0/opam | 5 ++++-
.../ocaml-base-compiler/ocaml-base-compiler.5.2.1/opam | 5 ++++-
packages/ocaml-compiler/ocaml-compiler.5.3.0/opam | 1 +
packages/ocaml-compiler/ocaml-compiler.5.3/opam | 1 +
packages/ocaml-compiler/ocaml-compiler.5.4.0/opam | 1 +
.../ocaml-compiler/ocaml-compiler.5.4.0~alpha1/opam | 1 +
packages/ocaml-compiler/ocaml-compiler.5.4.0~beta1/opam | 1 +
packages/ocaml-compiler/ocaml-compiler.5.4.0~beta2/opam | 1 +
packages/ocaml-compiler/ocaml-compiler.5.4.0~rc1/opam | 1 +
packages/ocaml-compiler/ocaml-compiler.5.4.1/opam | 1 +
packages/ocaml-compiler/ocaml-compiler.5.4/opam | 1 +
.../ocaml-secondary-compiler.4.08.1-1/opam | 1 +
.../ocaml-secondary-compiler.4.08.1/opam | 1 +
.../ocaml-secondary-compiler.4.14.2/opam | 1 +
.../ocaml-variants/ocaml-variants.3.09.1+metaocaml/opam | 1 +
.../ocaml-variants.4.00.0+debug-runtime/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.00.1+BER/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.00.1+PIC/opam | 1 +
.../ocaml-variants.4.00.1+debug-runtime/opam | 1 +
.../ocaml-variants.4.00.1+open-types/opam | 1 +
.../ocaml-variants.4.00.1+raspberrypi/opam | 1 +
.../ocaml-variants.4.00.1+short-types/opam | 1 +
.../ocaml-variants/ocaml-variants.4.01.0+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.01.0+BER/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.01.0+PIC/opam | 1 +
.../ocaml-variants.4.01.0+armv6-freebsd/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.01.0+fp/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.01.0+lsb/opam | 1 +
.../ocaml-variants.4.01.0+musl+static/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.01.0+musl/opam | 1 +
.../ocaml-variants.4.01.0+open-types/opam | 1 +
.../ocaml-variants/ocaml-variants.4.01.0+profile/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.02.0+PIC/opam | 1 +
.../ocaml-variants.4.02.0+improved-errors/opam | 1 +
.../ocaml-variants/ocaml-variants.4.02.1+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.02.1+BER/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.02.1+PIC/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.02.1+fp/opam | 1 +
.../ocaml-variants.4.02.1+modular-implicits-ber/opam | 1 +
.../ocaml-variants.4.02.1+modular-implicits/opam | 1 +
.../ocaml-variants.4.02.1+musl+static/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.02.1+musl/opam | 1 +
.../ocaml-variants.4.02.2+improved-errors/opam | 1 +
.../ocaml-variants/ocaml-variants.4.02.3+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.02.3+PIC/opam | 1 +
.../ocaml-variants/ocaml-variants.4.02.3+buckle-1/opam | 1 +
.../ocaml-variants.4.02.3+buckle-master/opam | 1 +
.../ocaml-variants.4.02.3+bytecode-only/opam | 1 +
.../ocaml-variants.4.02.3+curried-constr/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.02.3+fp/opam | 1 +
.../ocaml-variants.4.02.3+musl+static/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.02.3+musl/opam | 1 +
.../ocaml-variants/ocaml-variants.4.02.4+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.4.03.0+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.03.0+fPIC/opam | 1 +
.../ocaml-variants/ocaml-variants.4.03.0+flambda/opam | 1 +
.../ocaml-variants.4.03.0+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.03.0+fp/opam | 1 +
.../ocaml-variants.4.03.0+statistical-memprof/opam | 1 +
.../ocaml-variants/ocaml-variants.4.03.1+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.4.04.0+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.04.0+BER/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.04.0+afl/opam | 1 +
.../ocaml-variants.4.04.0+bytecode-only/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.04.0+fPIC/opam | 1 +
.../ocaml-variants/ocaml-variants.4.04.0+flambda/opam | 1 +
.../ocaml-variants.4.04.0+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.04.0+fp/opam | 1 +
.../ocaml-variants.4.04.0+safe-string/opam | 1 +
.../ocaml-variants/ocaml-variants.4.04.0+spacetime/opam | 1 +
.../ocaml-variants.4.04.0+trunk+forced_lto/opam | 1 +
.../ocaml-variants/ocaml-variants.4.04.1+32bit/opam | 1 +
.../ocaml-variants.4.04.1+bytecode-only/opam | 1 +
.../ocaml-variants.4.04.1+copatterns/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.04.1+fPIC/opam | 1 +
.../ocaml-variants/ocaml-variants.4.04.1+flambda/opam | 1 +
.../ocaml-variants.4.04.1+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.04.1+fp/opam | 1 +
.../ocaml-variants.4.04.1+safe-string/opam | 1 +
.../ocaml-variants/ocaml-variants.4.04.1+spacetime/opam | 1 +
.../ocaml-variants/ocaml-variants.4.04.2+32bit/opam | 1 +
.../ocaml-variants.4.04.2+bytecode-only/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.04.2+fPIC/opam | 1 +
.../ocaml-variants/ocaml-variants.4.04.2+flambda/opam | 1 +
.../ocaml-variants.4.04.2+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.04.2+fp/opam | 1 +
.../ocaml-variants.4.04.2+safe-string/opam | 1 +
.../ocaml-variants/ocaml-variants.4.04.2+spacetime/opam | 1 +
.../ocaml-variants.4.04.2+statistical-memprof/opam | 1 +
.../ocaml-variants/ocaml-variants.4.04.3+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.4.05.0+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.05.0+afl/opam | 1 +
.../ocaml-variants.4.05.0+bytecode-only/opam | 1 +
.../ocaml-variants/ocaml-variants.4.05.0+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.05.0+lto/opam | 1 +
.../ocaml-variants.4.05.0+musl+flambda/opam | 1 +
.../ocaml-variants.4.05.0+musl+static+flambda/opam | 1 +
.../ocaml-variants.4.05.0+safe-string/opam | 1 +
.../ocaml-variants/ocaml-variants.4.05.0+spacetime/opam | 1 +
.../ocaml-variants.4.05.0+statistical-memprof/opam | 1 +
.../ocaml-variants/ocaml-variants.4.05.1+trunk+afl/opam | 1 +
.../ocaml-variants.4.05.1+trunk+flambda/opam | 1 +
.../ocaml-variants.4.05.1+trunk+fp+flambda/opam | 1 +
.../ocaml-variants/ocaml-variants.4.05.1+trunk+fp/opam | 1 +
.../ocaml-variants.4.05.1+trunk+safe-string/opam | 1 +
.../ocaml-variants/ocaml-variants.4.05.1+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.4.06.0+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.06.0+afl/opam | 1 +
.../ocaml-variants.4.06.0+bytecode-only/opam | 1 +
.../ocaml-variants.4.06.0+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.06.0+flambda/opam | 1 +
.../ocaml-variants.4.06.0+force-safe-string/opam | 1 +
.../ocaml-variants.4.06.0+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.06.0+fp/opam | 1 +
.../ocaml-variants.4.06.0+musl+flambda/opam | 1 +
.../ocaml-variants.4.06.0+musl+static+flambda/opam | 1 +
.../ocaml-variants.4.06.0+no-flat-float-array/opam | 1 +
.../ocaml-variants/ocaml-variants.4.06.0+spacetime/opam | 1 +
.../ocaml-variants.4.06.0+statistical-memprof/opam | 1 +
.../ocaml-variants/ocaml-variants.4.06.1+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.06.1+afl/opam | 1 +
.../ocaml-variants.4.06.1+bytecode-only/opam | 1 +
.../ocaml-variants.4.06.1+default-unsafe-string/opam | 1 +
.../ocaml-variants/ocaml-variants.4.06.1+flambda/opam | 1 +
.../ocaml-variants.4.06.1+force-safe-string/opam | 1 +
.../ocaml-variants.4.06.1+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.06.1+fp/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.06.1+lto/opam | 1 +
.../ocaml-variants.4.06.1+musl+flambda/opam | 1 +
.../ocaml-variants.4.06.1+musl+static+flambda/opam | 1 +
.../ocaml-variants.4.06.1+no-flat-float-array/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.06.1+rescript/opam | 1 +
.../ocaml-variants.4.06.1+statistical-memprof/opam | 1 +
.../ocaml-variants/ocaml-variants.4.06.1+termux/opam | 1 +
.../ocaml-variants/ocaml-variants.4.06.2+trunk+afl/opam | 1 +
.../ocaml-variants.4.06.2+trunk+flambda/opam | 1 +
.../ocaml-variants.4.06.2+trunk+force-safe-string/opam | 1 +
.../ocaml-variants.4.06.2+trunk+fp+flambda/opam | 1 +
.../ocaml-variants/ocaml-variants.4.06.2+trunk+fp/opam | 1 +
.../ocaml-variants/ocaml-variants.4.06.2+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.4.07.0+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.07.0+afl/opam | 1 +
.../ocaml-variants.4.07.0+bytecode-only/opam | 1 +
.../ocaml-variants.4.07.0+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.07.0+flambda/opam | 1 +
.../ocaml-variants.4.07.0+force-safe-string/opam | 1 +
.../ocaml-variants.4.07.0+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.07.0+fp/opam | 1 +
.../ocaml-variants.4.07.0+no-flat-float-array/opam | 1 +
.../ocaml-variants/ocaml-variants.4.07.0+spacetime/opam | 1 +
.../ocaml-variants/ocaml-variants.4.07.1+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.07.1+BER/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.07.1+afl/opam | 1 +
.../ocaml-variants.4.07.1+bytecode-only/opam | 1 +
.../ocaml-variants.4.07.1+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.07.1+flambda/opam | 1 +
.../ocaml-variants.4.07.1+force-safe-string/opam | 1 +
.../ocaml-variants.4.07.1+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.07.1+fp/opam | 1 +
.../ocaml-variants.4.07.1+musl+flambda/opam | 1 +
.../ocaml-variants.4.07.1+musl+static+flambda/opam | 1 +
.../ocaml-variants.4.07.1+no-flat-float-array/opam | 1 +
.../ocaml-variants/ocaml-variants.4.07.1+spacetime/opam | 1 +
.../ocaml-variants.4.07.1+statistical-memprof/opam | 1 +
.../ocaml-variants/ocaml-variants.4.07.2+trunk+afl/opam | 1 +
.../opam | 1 +
.../ocaml-variants.4.07.2+trunk+flambda/opam | 1 +
.../ocaml-variants.4.07.2+trunk+fp+flambda/opam | 1 +
.../ocaml-variants/ocaml-variants.4.07.2+trunk+fp/opam | 1 +
.../ocaml-variants/ocaml-variants.4.07.2+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.4.08.0+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.08.0+afl/opam | 1 +
.../ocaml-variants.4.08.0+bytecode-only/opam | 1 +
.../ocaml-variants.4.08.0+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.08.0+flambda/opam | 1 +
.../ocaml-variants.4.08.0+force-safe-string/opam | 1 +
.../ocaml-variants.4.08.0+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.08.0+fp/opam | 1 +
.../ocaml-variants.4.08.0+musl+flambda/opam | 1 +
.../ocaml-variants.4.08.0+musl+static+flambda/opam | 1 +
.../ocaml-variants.4.08.0+no-flat-float-array/opam | 1 +
.../ocaml-variants/ocaml-variants.4.08.0+spacetime/opam | 1 +
.../ocaml-variants/ocaml-variants.4.08.1+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.08.1+afl/opam | 1 +
.../ocaml-variants.4.08.1+bytecode-only/opam | 1 +
.../ocaml-variants.4.08.1+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.08.1+flambda/opam | 1 +
.../ocaml-variants.4.08.1+force-safe-string/opam | 1 +
.../ocaml-variants.4.08.1+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.08.1+fp/opam | 1 +
.../ocaml-variants.4.08.1+musl+flambda/opam | 1 +
.../ocaml-variants.4.08.1+musl+static+flambda/opam | 1 +
.../ocaml-variants/ocaml-variants.4.08.1+spacetime/opam | 1 +
.../ocaml-variants/ocaml-variants.4.08.2+trunk+afl/opam | 1 +
.../opam | 1 +
.../ocaml-variants.4.08.2+trunk+flambda/opam | 1 +
.../ocaml-variants.4.08.2+trunk+force-safe-string/opam | 1 +
.../ocaml-variants.4.08.2+trunk+fp+flambda/opam | 1 +
.../ocaml-variants/ocaml-variants.4.08.2+trunk+fp/opam | 1 +
.../ocaml-variants/ocaml-variants.4.08.2+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.4.09.0+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.09.0+afl/opam | 1 +
.../ocaml-variants.4.09.0+bytecode-only/opam | 1 +
.../ocaml-variants.4.09.0+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.09.0+flambda/opam | 1 +
.../ocaml-variants.4.09.0+force-safe-string/opam | 1 +
.../ocaml-variants.4.09.0+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.09.0+fp/opam | 1 +
.../ocaml-variants.4.09.0+musl+flambda/opam | 1 +
.../ocaml-variants.4.09.0+musl+static+flambda/opam | 1 +
.../ocaml-variants.4.09.0+no-flat-float-array/opam | 1 +
.../ocaml-variants/ocaml-variants.4.09.0+spacetime/opam | 1 +
.../ocaml-variants/ocaml-variants.4.09.1+32bit/opam | 1 +
.../ocaml-variants.4.09.1+afl+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.09.1+afl/opam | 1 +
.../ocaml-variants.4.09.1+bytecode-only/opam | 1 +
.../ocaml-variants.4.09.1+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.09.1+flambda/opam | 1 +
.../ocaml-variants.4.09.1+force-safe-string/opam | 1 +
.../ocaml-variants.4.09.1+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.09.1+fp/opam | 1 +
.../ocaml-variants.4.09.1+musl+flambda/opam | 1 +
.../ocaml-variants.4.09.1+musl+static+flambda/opam | 1 +
.../ocaml-variants.4.09.1+no-flat-float-array/opam | 1 +
.../ocaml-variants/ocaml-variants.4.09.1+spacetime/opam | 1 +
.../ocaml-variants/ocaml-variants.4.09.2+trunk+afl/opam | 1 +
.../opam | 1 +
.../ocaml-variants.4.09.2+trunk+flambda/opam | 1 +
.../ocaml-variants.4.09.2+trunk+fp+flambda/opam | 1 +
.../ocaml-variants/ocaml-variants.4.09.2+trunk+fp/opam | 1 +
.../ocaml-variants/ocaml-variants.4.09.2+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.0+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.10.0+afl/opam | 1 +
.../ocaml-variants.4.10.0+bytecode-only/opam | 1 +
.../ocaml-variants.4.10.0+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.0+flambda/opam | 1 +
.../ocaml-variants.4.10.0+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.10.0+fp/opam | 1 +
.../ocaml-variants.4.10.0+musl+flambda/opam | 1 +
.../ocaml-variants.4.10.0+musl+static+flambda/opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.0+nnpcheck/opam | 1 +
.../ocaml-variants.4.10.0+no-flat-float-array/opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.0+spacetime/opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.1+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.10.1+afl/opam | 1 +
.../ocaml-variants.4.10.1+bytecode-only/opam | 1 +
.../ocaml-variants.4.10.1+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.1+flambda/opam | 1 +
.../ocaml-variants.4.10.1+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.10.1+fp/opam | 1 +
.../ocaml-variants.4.10.1+musl+flambda/opam | 1 +
.../ocaml-variants.4.10.1+musl+static+flambda/opam | 1 +
.../ocaml-variants.4.10.1+no-flat-float-array/opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.1+rc1+afl/opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.1+spacetime/opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.2+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.10.2+afl/opam | 1 +
.../ocaml-variants.4.10.2+bytecode-only/opam | 1 +
.../ocaml-variants.4.10.2+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.2+flambda/opam | 1 +
.../ocaml-variants.4.10.2+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.10.2+fp/opam | 1 +
.../ocaml-variants.4.10.2+musl+flambda/opam | 1 +
.../ocaml-variants.4.10.2+musl+static+flambda/opam | 1 +
.../ocaml-variants.4.10.2+no-flat-float-array/opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.2+rescript/opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.2+spacetime/opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.3+trunk+afl/opam | 1 +
.../ocaml-variants.4.10.3+trunk+flambda/opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.3+trunk+fp/opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.3+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.4.11.0+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.11.0+afl/opam | 1 +
.../ocaml-variants.4.11.0+bytecode-only/opam | 1 +
.../ocaml-variants.4.11.0+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.11.0+flambda/opam | 1 +
.../ocaml-variants.4.11.0+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.11.0+fp/opam | 1 +
.../ocaml-variants.4.11.0+musl+flambda/opam | 1 +
.../ocaml-variants.4.11.0+musl+static+flambda/opam | 1 +
.../ocaml-variants.4.11.0+no-flat-float-array/opam | 1 +
.../ocaml-variants/ocaml-variants.4.11.0+spacetime/opam | 1 +
.../ocaml-variants/ocaml-variants.4.11.1+32bit/opam | 1 +
.../ocaml-variants.4.11.1+BER+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.11.1+BER/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.11.1+afl/opam | 1 +
.../ocaml-variants.4.11.1+bytecode-only/opam | 1 +
.../ocaml-variants.4.11.1+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.11.1+flambda/opam | 1 +
.../ocaml-variants.4.11.1+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.11.1+fp/opam | 1 +
.../ocaml-variants.4.11.1+musl+flambda/opam | 1 +
.../ocaml-variants.4.11.1+musl+static+flambda/opam | 1 +
.../ocaml-variants.4.11.1+no-flat-float-array/opam | 1 +
.../ocaml-variants/ocaml-variants.4.11.1+spacetime/opam | 1 +
.../ocaml-variants/ocaml-variants.4.11.2+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.11.2+afl/opam | 1 +
.../ocaml-variants.4.11.2+bytecode-only/opam | 1 +
.../ocaml-variants.4.11.2+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.11.2+flambda/opam | 1 +
.../ocaml-variants.4.11.2+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.11.2+fp/opam | 1 +
.../ocaml-variants.4.11.2+musl+flambda/opam | 1 +
.../ocaml-variants.4.11.2+musl+static+flambda/opam | 1 +
.../ocaml-variants.4.11.2+no-flat-float-array/opam | 1 +
.../ocaml-variants/ocaml-variants.4.11.2+spacetime/opam | 1 +
.../ocaml-variants/ocaml-variants.4.11.3+trunk+afl/opam | 1 +
.../ocaml-variants.4.11.3+trunk+flambda/opam | 1 +
.../ocaml-variants/ocaml-variants.4.11.3+trunk+fp/opam | 1 +
.../ocaml-variants/ocaml-variants.4.11.3+trunk/opam | 1 +
.../ocaml-variants.4.12.0+domains+effects/opam | 1 +
.../ocaml-variants/ocaml-variants.4.12.0+domains/opam | 1 +
.../ocaml-variants/ocaml-variants.4.12.0+options/opam | 1 +
.../ocaml-variants/ocaml-variants.4.12.1+options/opam | 1 +
.../ocaml-variants/ocaml-variants.4.12.2+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.4.13.0+options/opam | 1 +
.../ocaml-variants/ocaml-variants.4.13.1+options/opam | 1 +
.../ocaml-variants/ocaml-variants.4.13.2+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.4.14.0+options/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.14.1+BER/opam | 1 +
.../ocaml-variants/ocaml-variants.4.14.1+options/opam | 1 +
.../ocaml-variants/ocaml-variants.4.14.2+options/opam | 1 +
.../ocaml-variants.4.14.2~rc1+options/opam | 1 +
.../ocaml-variants/ocaml-variants.4.14.3+options/opam | 1 +
.../ocaml-variants/ocaml-variants.4.14.4+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.5.0.0+options/opam | 1 +
packages/ocaml-variants/ocaml-variants.5.0.0+tsan/opam | 1 +
packages/ocaml-variants/ocaml-variants.5.0.1+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.5.1.0+options/opam | 1 +
packages/ocaml-variants/ocaml-variants.5.1.0+tsan/opam | 1 +
.../ocaml-variants.5.1.1+effect-syntax/opam | 1 +
.../ocaml-variants.5.1.1+flambda2+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.5.1.1+flambda2/opam | 1 +
.../ocaml-variants/ocaml-variants.5.1.1+options/opam | 1 +
packages/ocaml-variants/ocaml-variants.5.1.1+tsan/opam | 1 +
packages/ocaml-variants/ocaml-variants.5.1.2+trunk/opam | 1 +
packages/ocaml-variants/ocaml-variants.5.2.0+msvc/opam | 1 +
.../ocaml-variants/ocaml-variants.5.2.0+options/opam | 1 +
.../ocaml-variants.5.2.0+statmemprof/opam | 1 +
.../ocaml-variants/ocaml-variants.5.2.1+options/opam | 1 +
.../ocaml-variants.5.2.1~rc1+options/opam | 1 +
packages/ocaml-variants/ocaml-variants.5.2.2+trunk/opam | 1 +
packages/ocaml-variants/ocaml-variants.5.3.0+BER/opam | 1 +
packages/ocamlbuild/ocamlbuild.0.14.0/opam | 1 +
packages/ocamlbuild/ocamlbuild.0.14.1/opam | 1 +
packages/ocamlbuild/ocamlbuild.0.14.2+win/opam | 1 +
packages/ocamlbuild/ocamlbuild.0.14.2/opam | 1 +
packages/ocamlbuild/ocamlbuild.0.14.3+win/opam | 1 +
packages/ocamlbuild/ocamlbuild.0.14.3/opam | 1 +
packages/ocamlbuild/ocamlbuild.0.15.0/opam | 1 +
packages/ocamlbuild/ocamlbuild.0.16.1/opam | 1 +
packages/ocamlfind/ocamlfind.1.8.0/opam | 1 +
packages/ocamlfind/ocamlfind.1.8.1/opam | 1 +
packages/ocamlfind/ocamlfind.1.9.1/opam | 1 +
packages/ocamlfind/ocamlfind.1.9.2/opam | 1 +
packages/ocamlfind/ocamlfind.1.9.3/opam | 1 +
packages/ocamlfind/ocamlfind.1.9.5/opam | 1 +
packages/ocamlfind/ocamlfind.1.9.6/opam | 1 +
packages/ocamlfind/ocamlfind.1.9.8/opam | 1 +
packages/relocatable/relocatable.packages/opam | 17 +++++++++++++++++
432 files changed, 463 insertions(+), 5 deletions(-)
create mode 100644 packages/relocatable/relocatable.packages/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c)
2026-02-23 21:01.11 ---> using "3c18c9e472a4f76bc128dc0a5a1e21158ba3dbd0d6773ace6ec33f0cfe6fac9b" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2026-02-23 21:01.11 ---> using "17fb61ec04240c7b97766f08c6c6b15ae3c280b8851a200e196852d22a6fb5ff" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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.
This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-23 21:01.11 ---> using "b65478e1e692d6e3f37d20cf50faedc937e2a6ab3bb83dd5a56872c926f28edc" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-02-23 21:01.11 ---> using "d2738cd2dd960936c72373ef43e5c3f8577215a3f647beba062e69b3c46a6b0a" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2026-02-23 21:01.11 ---> using "2cc59bf26f62e174379e23c440a43adb851045deca5b61583d8a3ef486785ff1" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-02-23 21:01.12 ---> using "10bc5025d241bfbb51cf8b35035e35d999da4766d11e1cf9553587a52b2b907e" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-23 21:01.12 ---> using "99947b2829ab4e1be8043d67a776b2b635ee2c8cb5011b7e300af96bb74bf539" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [112 kB]
- Fetched 203 kB in 0s (1852 kB/s)
- Reading package lists...
2026-02-23 21:01.12 ---> using "32159c5a84adc24c9abdce8335367652fe9528330b7bb98b41ad67de915555ed" from cache
/home/opam: (run (shell "opam pin add -k version -yn ocaml-variants.4.04.2+bytecode-only 4.04.2+bytecode-only"))
ocaml-variants is now pinned to version 4.04.2+bytecode-only
2026-02-23 21:01.13 ---> saved as "26e6bbdcc96574c7fb6dec0ca469dd9f6f7efc77d388870b0dc5250cb758e941"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall --update-invariant ocaml-variants.4.04.2+bytecode-only;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ocaml-variants.4.04.2+bytecode-only' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ocaml-variants.4.04.2+bytecode-only is not installed. Install it? [y/n] y
The following actions will be performed:
=== remove 6 packages
- remove base-domains base [conflicts with ocaml]
- remove base-effects base [conflicts with ocaml]
- remove base-nnp base [uses base-domains]
- remove ocaml-base-compiler 5.4.0 (pinned) [conflicts with ocaml-variants]
- remove ocaml-compiler 5.4.0
- remove ocaml-options-vanilla 1
=== downgrade 2 packages
- downgrade ocaml 5.4.0 to 4.04.2 [uses ocaml-variants]
- downgrade ocaml-config 3 to 1 [uses ocaml-variants]
=== recompile 1 package
- recompile opam-depext 1.2.3 [uses ocaml]
=== install 1 package
- install ocaml-variants 4.04.2+bytecode-only (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed base-effects.base
-> removed base-nnp.base
-> removed base-domains.base
-> removed ocaml-options-vanilla.1
-> retrieved ocaml-config.1 (cached)
-> retrieved ocaml-variants.4.04.2+bytecode-only (cached)
-> retrieved opam-depext.1.2.3 (cached)
-> removed opam-depext.1.2.3
-> removed ocaml.5.4.0
-> removed ocaml-config.3
-> removed ocaml-base-compiler.5.4.0
-> removed ocaml-compiler.5.4.0
[ERROR] The compilation of ocaml-variants.4.04.2+bytecode-only failed at "make world".
#=== ERROR while compiling ocaml-variants.4.04.2+bytecode-only ================#
# context 2.3.0 | linux/x86_64 | | pinned(https://github.com/ocaml/ocaml/archive/4.04.2.tar.gz)
# path ~/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only
# command ~/.opam/opam-init/hooks/sandbox.sh build make world
# exit-code 2
# env-file ~/.opam/log/ocaml-variants-7-5f2e02.env
# output-file ~/.opam/log/ocaml-variants-7-5f2e02.out
### output ###
# make coldstart
# make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only'
# cd byterun; make all
# make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/byterun'
# sed -n -e '/^ /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \
# -e '/^}/q' caml/instruct.h > caml/jumptbl.h
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o interp.o interp.c
# In file included from interp.c:24:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# ../tools/make-version-header.sh ../VERSION > caml/version.h
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o misc.o misc.c
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o stacks.o stacks.c
# In file included from stacks.c:22:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o fix_code.o fix_code.c
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o startup_aux.o startup_aux.c
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o startup.o startup.c
# In file included from startup.c:38:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o freelist.o freelist.c
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o major_gc.o major_gc.c
# In file included from major_gc.c:24:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o minor_gc.o minor_gc.c
# In file included from minor_gc.c:21:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o memory.o memory.c
# In file included from memory.c:22:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o alloc.o alloc.c
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o roots.o roots.c
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o globroots.o globroots.c
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o fail.o fail.c
# In file included from fail.c:23:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o signals.o signals.c
# In file included from signals.c:25:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o signals_byt.o signals_byt.c
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o printexc.o printexc.c
# In file included from printexc.c:26:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o backtrace_prim.o backtrace_prim.c
# In file included from backtrace_prim.c:43:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o backtrace.o backtrace.c
# In file included from backtrace.c:28:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o compare.o compare.c
# In file included from compare.c:21:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o ints.o ints.c
# In file included from ints.c:22:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o floats.o floats.c
# In file included from floats.c:28:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o str.o str.c
# In file included from str.c:25:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o array.o array.c
# In file included from array.c:21:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o io.o io.c
# In file included from io.c:35:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o extern.o extern.c
# In file included from extern.c:26:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o intern.o intern.c
# In file included from intern.c:28:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o hash.o hash.c
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o sys.o sys.c
# In file included from sys.c:50:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# sys.c: In function 'caml_sys_getcwd':
# sys.c:317:3: warning: 'getwd' is deprecated [-Wdeprecated-declarations]
# 317 | if (getwd(buff) == 0) caml_sys_error(NO_ARG);
# | ^~
# In file included from sys.c:36:
# /usr/include/unistd.h:545:14: note: declared here
# 545 | extern char *getwd (char *__buf)
# | ^~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o meta.o meta.c
# In file included from meta.c:23:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o parsing.o parsing.c
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o gc_ctrl.o gc_ctrl.c
# In file included from gc_ctrl.c:22:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o terminfo.o terminfo.c
# In file included from terminfo.c:22:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o md5.o md5.c
# In file included from md5.c:20:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o obj.o obj.c
# In file included from obj.c:22:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lexing.o lexing.c
# In file included from lexing.c:20:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o callback.o callback.c
# In file included from callback.c:22:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o debugger.o debugger.c
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o weak.o weak.c
# In file included from weak.c:23:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o compact.o compact.c
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o finalise.o finalise.c
# In file included from finalise.c:22:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o custom.o custom.c
# In file included from custom.c:22:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o dynlink.o dynlink.c
# In file included from dynlink.c:31:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o spacetime.o spacetime.c
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o unix.o unix.c
# In file included from unix.c:47:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o main.o main.c
# ar rc libcamlrun.a interp.o misc.o stacks.o fix_code.o startup_aux.o startup.o freelist.o major_gc.o minor_gc.o memory.o alloc.o roots.o globroots.o fail.o signals.o signals_byt.o printexc.o backtrace_prim.o backtrace.o compare.o ints.o floats.o str.o array.o io.o extern.o intern.o hash.o sys.o meta.o parsing.o gc_ctrl.o terminfo.o md5.o obj.o lexing.o callback.o debugger.o weak.o compact.o finalise.o custom.o dynlink.o spacetime.o unix.o main.o
# ranlib libcamlrun.a
# sed -n -e "s/CAMLprim value \([a-z0-9_][a-z0-9_]*\).*/\1/p" alloc.c array.c compare.c extern.c floats.c gc_ctrl.c hash.c intern.c interp.c ints.c io.c lexing.c md5.c meta.c obj.c parsing.c signals.c str.c sys.c terminfo.c callback.c weak.c finalise.c stacks.c dynlink.c backtrace_prim.c backtrace.c spacetime.c \
# | sort | uniq > primitives
# (echo '#define CAML_INTERNALS'; \
# echo '#include "caml/mlvalues.h"'; \
# echo '#include "caml/prims.h"'; \
# sed -e 's/.*/extern value &();/' primitives; \
# echo 'c_primitive caml_builtin_cprim[] = {'; \
# sed -e 's/.*/ &,/' primitives; \
# echo ' 0 };'; \
# echo 'char * caml_names_of_builtin_cprim[] = {'; \
# sed -e 's/.*/ "&",/' primitives; \
# echo ' 0 };') > prims.c
# gcc -DCAML_NAME_SPACE -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o prims.o prims.c
# gcc -Wl,-E -o ocamlrun \
# prims.o libcamlrun.a -lm -lpthread
# /usr/bin/ld: libcamlrun.a(sys.o): in function `caml_sys_getcwd':
# sys.c:(.text+0x78c): warning: the `getwd' function is dangerous and should not be used.
# echo "/home/opam/.opam/5.4/lib/ocaml/stublibs" > ld.conf
# echo "/home/opam/.opam/5.4/lib/ocaml" >> ld.conf
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT interp.c -o interp.d.o
# In file included from interp.c:24:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT misc.c -o misc.d.o
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT stacks.c -o stacks.d.o
# In file included from stacks.c:22:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT fix_code.c -o fix_code.d.o
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT startup_aux.c -o startup_aux.d.o
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT startup.c -o startup.d.o
# In file included from startup.c:38:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT freelist.c -o freelist.d.o
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT major_gc.c -o major_gc.d.o
# In file included from major_gc.c:24:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT minor_gc.c -o minor_gc.d.o
# In file included from minor_gc.c:21:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT memory.c -o memory.d.o
# In file included from memory.c:22:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT alloc.c -o alloc.d.o
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT roots.c -o roots.d.o
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT globroots.c -o globroots.d.o
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT fail.c -o fail.d.o
# In file included from fail.c:23:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT signals.c -o signals.d.o
# In file included from signals.c:25:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT signals_byt.c -o signals_byt.d.o
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT printexc.c -o printexc.d.o
# In file included from printexc.c:26:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT backtrace_prim.c -o backtrace_prim.d.o
# In file included from backtrace_prim.c:43:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT backtrace.c -o backtrace.d.o
# In file included from backtrace.c:28:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT compare.c -o compare.d.o
# In file included from compare.c:21:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT ints.c -o ints.d.o
# In file included from ints.c:22:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT floats.c -o floats.d.o
# In file included from floats.c:28:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT str.c -o str.d.o
# In file included from str.c:25:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT array.c -o array.d.o
# In file included from array.c:21:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT io.c -o io.d.o
# In file included from io.c:35:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT extern.c -o extern.d.o
# In file included from extern.c:26:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT intern.c -o intern.d.o
# In file included from intern.c:28:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT hash.c -o hash.d.o
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT sys.c -o sys.d.o
# In file included from sys.c:50:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# sys.c: In function 'caml_sys_getcwd':
# sys.c:317:3: warning: 'getwd' is deprecated [-Wdeprecated-declarations]
# 317 | if (getwd(buff) == 0) caml_sys_error(NO_ARG);
# | ^~
# In file included from sys.c:36:
# /usr/include/unistd.h:545:14: note: declared here
# 545 | extern char *getwd (char *__buf)
# | ^~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT meta.c -o meta.d.o
# In file included from meta.c:23:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT parsing.c -o parsing.d.o
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT gc_ctrl.c -o gc_ctrl.d.o
# In file included from gc_ctrl.c:22:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT terminfo.c -o terminfo.d.o
# In file included from terminfo.c:22:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT md5.c -o md5.d.o
# In file included from md5.c:20:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT obj.c -o obj.d.o
# In file included from obj.c:22:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT lexing.c -o lexing.d.o
# In file included from lexing.c:20:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT callback.c -o callback.d.o
# In file included from callback.c:22:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT debugger.c -o debugger.d.o
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT weak.c -o weak.d.o
# In file included from weak.c:23:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT compact.c -o compact.d.o
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT finalise.c -o finalise.d.o
# In file included from finalise.c:22:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT custom.c -o custom.d.o
# In file included from custom.c:22:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT dynlink.c -o dynlink.d.o
# In file included from dynlink.c:31:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT spacetime.c -o spacetime.d.o
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT unix.c -o unix.d.o
# In file included from unix.c:47:
# caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT main.c -o main.d.o
# sed -e '/\/\*/d' \
# -e '/^#/d' \
# -e 's/enum /char * names_of_/' \
# -e 's/{$/[] = {/' \
# -e 's/\([[:upper:]][[:upper:]_0-9]*\)/"\1"/g' caml/instruct.h \
# > caml/opnames.h
# gcc -c -DCAML_NAME_SPACE -g -DDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT instrtrace.c -o instrtrace.d.o
# ar rc libcamlrund.a interp.d.o misc.d.o stacks.d.o fix_code.d.o startup_aux.d.o startup.d.o freelist.d.o major_gc.d.o minor_gc.d.o memory.d.o alloc.d.o roots.d.o globroots.d.o fail.d.o signals.d.o signals_byt.d.o printexc.d.o backtrace_prim.d.o backtrace.d.o compare.d.o ints.d.o floats.d.o str.d.o array.d.o io.d.o extern.d.o intern.d.o hash.d.o sys.d.o meta.d.o parsing.d.o gc_ctrl.d.o terminfo.d.o md5.d.o obj.d.o lexing.d.o callback.d.o debugger.d.o weak.d.o compact.d.o finalise.d.o custom.d.o dynlink.d.o spacetime.d.o unix.d.o main.d.o instrtrace.d.o
# ranlib libcamlrund.a
# gcc -g -Wl,-E -o ocamlrund \
# prims.o libcamlrund.a -lm -lpthread
# /usr/bin/ld: libcamlrund.a(sys.d.o): in function `caml_sys_getcwd':
# /home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/byterun/sys.c:317:(.text+0x78c): warning: the `getwd' function is dangerous and should not be used.
# make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/byterun'
# cp byterun/ocamlrun boot/ocamlrun
# cd yacc; make all
# make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/yacc'
# gcc -DNDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o closure.o closure.c
# gcc -DNDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o error.o error.c
# gcc -DNDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lalr.o lalr.c
# gcc -DNDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lr0.o lr0.c
# echo "#define OCAML_VERSION \"`sed -e 1q ../VERSION | tr -d '\r'`\"" > version.h
# gcc -DNDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o main.o main.c
# gcc -DNDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o mkpar.o mkpar.c
# gcc -DNDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o output.o output.c
# gcc -DNDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o reader.o reader.c
# gcc -DNDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o skeleton.o skeleton.c
# gcc -DNDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o symtab.o symtab.c
# gcc -DNDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o verbose.o verbose.c
# gcc -DNDEBUG -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o warshall.o warshall.c
# gcc -o ocamlyacc closure.o error.o lalr.o lr0.o main.o mkpar.o output.o reader.o skeleton.o symtab.o verbose.o warshall.o
# /usr/bin/ld: main.o: in function `create_file_names':
# main.c:(.text+0x5c0): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
# make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/yacc'
# cp yacc/ocamlyacc boot/ocamlyacc
# cd stdlib; \
# make COMPILER="../boot/ocamlc -use-prims ../byterun/primitives" all
# make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/stdlib'
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags camlinternalFormatBasics.cmi` -c camlinternalFormatBasics.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags camlinternalFormatBasics.cmo` -c camlinternalFormatBasics.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags pervasives.cmi` -c pervasives.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags pervasives.cmo` -c pervasives.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags list.cmi` -c list.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags list.cmo` -c list.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags char.cmi` -c char.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags char.cmo` -c char.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags bytes.cmi` -c bytes.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags bytes.cmo` -c bytes.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags string.cmi` -c string.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags string.cmo` -c string.ml
# sed -e "s|%%VERSION%%|`sed -e 1q ../VERSION | tr -d '\r'`|" sys.mlp > sys.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags sys.cmi` -c sys.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags sys.cmo` -c sys.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags array.cmi` -c array.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags sort.cmi` -c sort.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags sort.cmo` -c sort.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags marshal.cmi` -c marshal.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags marshal.cmo` -c marshal.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags int32.cmi` -c int32.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags obj.cmi` -c obj.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags obj.cmo` -c obj.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags array.cmo` -c array.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags int32.cmo` -c int32.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags int64.cmi` -c int64.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags int64.cmo` -c int64.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags nativeint.cmi` -c nativeint.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags nativeint.cmo` -c nativeint.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags lexing.cmi` -c lexing.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags lexing.cmo` -c lexing.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags parsing.cmi` -c parsing.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags parsing.cmo` -c parsing.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags set.cmi` -c set.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags set.cmo` -c set.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags map.cmi` -c map.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags map.cmo` -c map.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags stack.cmi` -c stack.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags stack.cmo` -c stack.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags queue.cmi` -c queue.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags queue.cmo` -c queue.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags camlinternalLazy.cmi` -c camlinternalLazy.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags camlinternalLazy.cmo` -c camlinternalLazy.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags lazy.cmi` -c lazy.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags lazy.cmo` -c lazy.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags stream.cmi` -c stream.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags stream.cmo` -c stream.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags buffer.cmi` -c buffer.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags buffer.cmo` -c buffer.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags camlinternalFormat.cmi` -c camlinternalFormat.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags camlinternalFormat.cmo` -c camlinternalFormat.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags printf.cmi` -c printf.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags printf.cmo` -c printf.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags arg.cmi` -c arg.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags arg.cmo` -c arg.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags printexc.cmi` -c printexc.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags printexc.cmo` -c printexc.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags gc.cmi` -c gc.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags gc.cmo` -c gc.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags digest.cmi` -c digest.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags digest.cmo` -c digest.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags random.cmi` -c random.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags random.cmo` -c random.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags hashtbl.cmi` -c hashtbl.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags hashtbl.cmo` -c hashtbl.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags weak.cmi` -c weak.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags weak.cmo` -c weak.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags format.cmi` -c format.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags format.cmo` -c format.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags uchar.cmi` -c uchar.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags uchar.cmo` -c uchar.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags scanf.cmi` -c scanf.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags scanf.cmo` -c scanf.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags callback.cmi` -c callback.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags callback.cmo` -c callback.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags camlinternalOO.cmi` -c camlinternalOO.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags camlinternalOO.cmo` -c camlinternalOO.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags oo.cmi` -c oo.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags oo.cmo` -c oo.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags camlinternalMod.cmi` -c camlinternalMod.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags camlinternalMod.cmo` -c camlinternalMod.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags genlex.cmi` -c genlex.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags genlex.cmo` -c genlex.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags ephemeron.cmi` -c ephemeron.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags ephemeron.cmo` -c ephemeron.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags filename.cmi` -c filename.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags filename.cmo` -c filename.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags complex.cmi` -c complex.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags complex.cmo` -c complex.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags arrayLabels.cmi` -c arrayLabels.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags arrayLabels.cmo` -c arrayLabels.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags listLabels.cmi` -c listLabels.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags listLabels.cmo` -c listLabels.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags bytesLabels.cmi` -c bytesLabels.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags bytesLabels.cmo` -c bytesLabels.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags stringLabels.cmi` -c stringLabels.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags stringLabels.cmo` -c stringLabels.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags moreLabels.cmi` -c moreLabels.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags moreLabels.cmo` -c moreLabels.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags stdLabels.cmi` -c stdLabels.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags stdLabels.cmo` -c stdLabels.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags spacetime.cmi` -c spacetime.mli
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags spacetime.cmo` -c spacetime.ml
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -a -o stdlib.cma camlinternalFormatBasics.cmo pervasives.cmo list.cmo char.cmo bytes.cmo string.cmo sys.cmo sort.cmo marshal.cmo obj.cmo array.cmo int32.cmo int64.cmo nativeint.cmo lexing.cmo parsing.cmo set.cmo map.cmo stack.cmo queue.cmo camlinternalLazy.cmo lazy.cmo stream.cmo buffer.cmo camlinternalFormat.cmo printf.cmo arg.cmo printexc.cmo gc.cmo digest.cmo random.cmo hashtbl.cmo weak.cmo format.cmo uchar.cmo scanf.cmo callback.cmo camlinternalOO.cmo oo.cmo camlinternalMod.cmo genlex.cmo ephemeron.cmo filename.cmo complex.cmo arrayLabels.cmo listLabels.cmo bytesLabels.cmo stringLabels.cmo moreLabels.cmo stdLabels.cmo spacetime.cmo
# ../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags std_exit.cmo` -c std_exit.ml
# if true; then \
# for suff in '' d i; do \
# echo '#!/home/opam/.opam/5.4/bin/ocamlrun'$suff > camlheader$suff && \
# echo '#!/home/opam/.opam/5.4/bin/ocamlrun'$suff >target_camlheader$suff; \
# done && \
# echo '#!' | tr -d '\012' > camlheader_ur; \
# else \
# for suff in '' d i; do \
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wl,-E \
# -DRUNTIME_NAME='"/home/opam/.opam/5.4/bin/ocamlrun'$suff'"' \
# header.c -o tmpheader && \
# strip tmpheader && \
# mv tmpheader camlheader$suff && \
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wl,-E \
# -DRUNTIME_NAME='"/home/opam/.opam/5.4/bin/ocamlrun'$suff'"' \
# header.c -o tmpheader && \
# strip tmpheader && \
# mv tmpheader target_camlheader$suff; \
# done && \
# cp camlheader camlheader_ur; \
# fi
# make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/stdlib'
# cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
# if test -f boot/libcamlrun.a; then :; else \
# ln -s ../byterun/libcamlrun.a boot/libcamlrun.a; fi
# if test -d stdlib/caml; then :; else \
# ln -s ../byterun/caml stdlib/caml; fi
# make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only'
# make all
# make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only'
# make runtime
# make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only'
# cd byterun; make all
# make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/byterun'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/byterun'
# if test -f stdlib/libcamlrun.a; then :; else \
# ln -s ../byterun/libcamlrun.a stdlib/libcamlrun.a; fi
# make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only'
# make coreall
# make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only'
# make ocamlc
# make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only'
# sed -e 's|%%LIBDIR%%|/home/opam/.opam/5.4/lib/ocaml|' \
# -e 's|%%BYTERUN%%|/home/opam/.opam/5.4/bin/ocamlrun|' \
# -e 's|%%CCOMPTYPE%%|cc|' \
# -e 's|%%BYTECC%%|gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC|' \
# -e 's|%%NATIVECC%%|gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT|' \
# -e '/c_compiler =/s| -Werror||' \
# -e 's|%%PACKLD%%|ld -r -o\ |' \
# -e 's|%%BYTECCLIBS%%|-lm -lpthread |' \
# -e 's|%%NATIVECCLIBS%%|-lm |' \
# -e 's|%%RANLIBCMD%%|ranlib|' \
# -e 's|%%ARCMD%%|ar|' \
# -e 's|%%CC_PROFILE%%|-pg|' \
# -e 's|%%ARCH%%|none|' \
# -e 's|%%MODEL%%|default|' \
# -e 's|%%SYSTEM%%|unknown|' \
# -e 's|%%EXT_OBJ%%|.o|' \
# -e 's|%%EXT_ASM%%|.s|' \
# -e 's|%%EXT_LIB%%|.a|' \
# -e 's|%%EXT_DLL%%|.so|' \
# -e 's|%%SYSTHREAD_SUPPORT%%|true|' \
# -e 's|%%ASM%%||' \
# -e 's|%%ASM_CFI_SUPPORTED%%|false|' \
# -e 's|%%WITH_FRAME_POINTERS%%|false|' \
# -e 's|%%WITH_SPACETIME%%|false|' \
# -e 's|%%PROFINFO_WIDTH%%|26|' \
# -e 's|%%LIBUNWIND_AVAILABLE%%|false|' \
# -e 's|%%LIBUNWIND_LINK_FLAGS%%||' \
# -e 's|%%MKDLL%%|gcc -shared|' \
# -e 's|%%MKEXE%%|gcc|' \
# -e 's|%%MKMAINDLL%%|gcc -shared|' \
# -e 's|%%HOST%%|x86_64-unknown-linux-gnu|' \
# -e 's|%%TARGET%%|x86_64-unknown-linux-gnu|' \
# -e 's|%%FLAMBDA%%|false|' \
# -e 's|%%SAFE_STRING%%|false|' \
# -e 's|%%FLEXDLL_DIR%%||' \
# utils/config.mlp > utils/config.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/config.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/config.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/misc.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/misc.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/identifiable.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/identifiable.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/numbers.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/numbers.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/arg_helper.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/arg_helper.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/clflags.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/clflags.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/tbl.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/tbl.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/timings.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/timings.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/terminfo.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/terminfo.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/ccomp.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/ccomp.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/warnings.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/warnings.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/consistbl.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/consistbl.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/strongly_connected_components.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c utils/strongly_connected_components.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/location.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/location.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/longident.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/longident.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/asttypes.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/parsetree.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/docstrings.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/docstrings.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_helper.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_helper.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.ml
# boot/ocamlyacc -v --strict parsing/parser.mly
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/parser.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/parser.ml
# boot/ocamlrun boot/ocamllex parsing/lexer.mll
# 215 states, 5363 transitions, table size 22742 bytes
# 2518 additional bytes used for bindings
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/lexer.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/lexer.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/parse.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/parse.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/printast.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/printast.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/pprintast.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/pprintast.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_mapper.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_mapper.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_iterator.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_iterator.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/attr_helper.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/attr_helper.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/builtin_attributes.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/builtin_attributes.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_invariants.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_invariants.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/depend.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c parsing/depend.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/ident.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/ident.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/path.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/path.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/outcometree.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/primitive.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/primitive.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/types.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/types.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/btype.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/btype.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/oprint.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/oprint.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/subst.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/subst.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/predef.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/predef.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/datarepr.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/datarepr.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/cmi_format.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/cmi_format.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/env.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/env.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/typedtree.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/typedtree.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/printtyped.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/printtyped.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/ctype.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/ctype.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/printtyp.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/printtyp.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/includeclass.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/includeclass.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/mtype.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/mtype.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/envaux.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/envaux.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/includecore.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/includecore.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/typedtreeIter.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/typedtreeIter.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/typedtreeMap.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/typedtreeMap.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/tast_mapper.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/tast_mapper.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/cmt_format.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/cmt_format.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/untypeast.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/untypeast.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/includemod.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/includemod.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/typetexp.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/typetexp.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/parmatch.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/parmatch.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/annot.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/stypes.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/stypes.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/typecore.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/typecore.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/typeclass.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/typeclass.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/typemod.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c typing/typemod.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/lambda.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/lambda.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/printlambda.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/printlambda.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/typeopt.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/typeopt.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/switch.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/switch.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/matching.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/matching.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/translobj.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/translobj.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/translattribute.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/translattribute.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/translcore.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/translcore.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/translclass.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/translclass.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/translmod.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/translmod.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/simplif.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/simplif.ml
# (echo 'let builtin_exceptions = [|'; \
# cat byterun/caml/fail.h | tr -d '\r' | \
# sed -n -e 's|.*/\* \("[A-Za-z_]*"\) \*/$| \1;|p'; \
# echo '|]'; \
# echo 'let builtin_primitives = [|'; \
# sed -e 's/.*/ "&";/' byterun/primitives; \
# echo '|]') > bytecomp/runtimedef.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/runtimedef.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/runtimedef.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c driver/pparse.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c driver/pparse.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c driver/main_args.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c driver/main_args.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c driver/compenv.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c driver/compenv.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c driver/compmisc.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c driver/compmisc.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -a -linkall -o compilerlibs/ocamlcommon.cma utils/config.cmo utils/misc.cmo utils/identifiable.cmo utils/numbers.cmo utils/arg_helper.cmo utils/clflags.cmo utils/tbl.cmo utils/timings.cmo utils/terminfo.cmo utils/ccomp.cmo utils/warnings.cmo utils/consistbl.cmo utils/strongly_connected_components.cmo parsing/location.cmo parsing/longident.cmo parsing/docstrings.cmo parsing/ast_helper.cmo parsing/syntaxerr.cmo parsing/parser.cmo parsing/lexer.cmo parsing/parse.cmo parsing/printast.cmo parsing/pprintast.cmo parsing/ast_mapper.cmo parsing/ast_iterator.cmo parsing/attr_helper.cmo parsing/builtin_attributes.cmo parsing/ast_invariants.cmo parsing/depend.cmo typing/ident.cmo typing/path.cmo typing/primitive.cmo typing/types.cmo typing/btype.cmo typing/oprint.cmo typing/subst.cmo typing/predef.cmo typing/datarepr.cmo typing/cmi_format.cmo typing/env.cmo typing/typedtree.cmo typing/printtyped.cmo typing/ctype.cmo typing/printtyp.cmo typing/includeclass.cmo typing/mtype.cmo typing/envaux.cmo typing/includecore.cmo typing/typedtreeIter.cmo typing/typedtreeMap.cmo typing/tast_mapper.cmo typing/cmt_format.cmo typing/untypeast.cmo typing/includemod.cmo typing/typetexp.cmo typing/parmatch.cmo typing/stypes.cmo typing/typedecl.cmo typing/typecore.cmo typing/typeclass.cmo typing/typemod.cmo bytecomp/lambda.cmo bytecomp/printlambda.cmo bytecomp/typeopt.cmo bytecomp/switch.cmo bytecomp/matching.cmo bytecomp/translobj.cmo bytecomp/translattribute.cmo bytecomp/translcore.cmo bytecomp/translclass.cmo bytecomp/translmod.cmo bytecomp/simplif.cmo bytecomp/runtimedef.cmo driver/pparse.cmo driver/main_args.cmo driver/compenv.cmo driver/compmisc.cmo
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/instruct.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/meta.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/meta.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/instruct.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.ml
# sed -n -e '/^enum/p' -e 's/,//g' -e '/^ /p' byterun/caml/instruct.h | \
# tr -d '\r' | \
# awk -f tools/make-opcodes > bytecomp/opcodes.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/opcodes.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/cmo_format.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/dll.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/dll.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/symtable.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/symtable.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.ml
# cp otherlibs/dynlink/dynlink.mli driver/compdynlink.mli
# grep -v 'REMOVE_ME for ../../debugger/dynlink.ml' \
# otherlibs/dynlink/dynlink.ml >driver/compdynlink.mlbyte
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c driver/compdynlink.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c -impl driver/compdynlink.mlbyte
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c driver/compplugin.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c driver/compplugin.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c driver/errors.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c driver/errors.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c driver/compile.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c driver/compile.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -a -o compilerlibs/ocamlbytecomp.cma bytecomp/meta.cmo bytecomp/instruct.cmo bytecomp/bytegen.cmo bytecomp/printinstr.cmo bytecomp/opcodes.cmo bytecomp/emitcode.cmo bytecomp/bytesections.cmo bytecomp/dll.cmo bytecomp/symtable.cmo bytecomp/bytelink.cmo bytecomp/bytelibrarian.cmo bytecomp/bytepackager.cmo driver/compdynlink.cmo driver/compplugin.cmo driver/errors.cmo driver/compile.cmo
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c driver/main.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c driver/main.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -compat-32 -o ocamlc \
# compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma \
# driver/main.cmo
# make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only'
# make ocamllex ocamlyacc ocamltools library
# make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only'
# cd yacc; make all
# make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/yacc'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/yacc'
# cd lex; make all
# make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/lex'
# ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot cset.mli
# ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot cset.ml
# ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot syntax.mli
# ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot syntax.ml
# ../boot/ocamlyacc -v parser.mly
# ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot parser.mli
# ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot parser.ml
# ../boot/ocamlrun ../boot/ocamllex lexer.mll
# 98 states, 1199 transitions, table size 5384 bytes
# 1802 additional bytes used for bindings
# ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot lexer.mli
# ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot lexer.ml
# ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot table.mli
# ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot table.ml
# ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot lexgen.mli
# ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot lexgen.ml
# ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot compact.mli
# ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot compact.ml
# ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot common.mli
# ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot common.ml
# ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot output.mli
# ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot output.ml
# ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot outputbis.mli
# ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot outputbis.ml
# ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot main.ml
# ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -compat-32 -o ocamllex cset.cmo syntax.cmo parser.cmo lexer.cmo table.cmo lexgen.cmo compact.cmo common.cmo output.cmo outputbis.cmo main.cmo
# make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/lex'
# make[3]: Nothing to be done for 'ocamlyacc'.
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/linkage_name.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/compilation_unit.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/variable.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/closure_element.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/var_within_closure.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/tag.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/symbol.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/set_of_closures_id.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/static_exception.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/mutable_variable.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/set_of_closures_origin.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/closure_id.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/projection.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/debuginfo.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/allocated_const.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/freshening.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/export_id.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/simple_value_approx.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c asmcomp/export_info.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c asmcomp/clambda.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmx_format.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printclambda.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printclambda.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/debuginfo.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/tag.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/linkage_name.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/compilation_unit.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/variable.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/mutable_variable.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/id_types.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/id_types.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/set_of_closures_id.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/set_of_closures_origin.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/closure_element.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/closure_id.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/var_within_closure.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/static_exception.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/export_id.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/base_types/symbol.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/pass_wrapper.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/pass_wrapper.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/semantics_of_primitives.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/semantics_of_primitives.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/allocated_const.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/projection.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda_iterators.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda_iterators.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/backend_intf.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda_utils.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda_utils.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/inlining_cost.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/inlining_cost.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/effect_analysis.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/effect_analysis.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/freshening.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/simple_value_approx.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/lift_code.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/lift_code.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/closure_conversion_aux.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/closure_conversion_aux.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/closure_conversion.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/closure_conversion.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/initialize_symbol_to_let_symbol.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/initialize_symbol_to_let_symbol.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/lift_let_to_initialize_symbol.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/lift_let_to_initialize_symbol.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/find_recursive_functions.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/find_recursive_functions.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/invariant_params.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/invariant_params.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/inconstant_idents.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/inconstant_idents.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/alias_analysis.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/alias_analysis.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/lift_constants.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/lift_constants.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/share_constants.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/share_constants.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/simplify_common.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/simplify_common.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/remove_unused_arguments.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/remove_unused_arguments.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/remove_unused_closure_vars.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/remove_unused_closure_vars.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/remove_unused_program_constructs.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/remove_unused_program_constructs.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/simplify_boxed_integer_ops_intf.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/simplify_boxed_integer_ops.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/simplify_boxed_integer_ops.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/simplify_primitives.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/simplify_primitives.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/inlining_stats_types.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/inlining_stats_types.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/inlining_stats.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/inlining_stats.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/inline_and_simplify_aux.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/inline_and_simplify_aux.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/remove_free_vars_equal_to_args.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/remove_free_vars_equal_to_args.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/extract_projections.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/extract_projections.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/augment_specialised_args.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/augment_specialised_args.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/unbox_free_vars_of_closures.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/unbox_free_vars_of_closures.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/unbox_specialised_args.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/unbox_specialised_args.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/unbox_closures.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/unbox_closures.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/inlining_decision_intf.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/inlining_transforms.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/inlining_transforms.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/inlining_decision.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/inlining_decision.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/inline_and_simplify.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/inline_and_simplify.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/ref_to_variables.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/ref_to_variables.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda_invariants.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda_invariants.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/middle_end.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/middle_end.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -a -o compilerlibs/ocamlmiddleend.cma middle_end/debuginfo.cmo middle_end/base_types/tag.cmo middle_end/base_types/linkage_name.cmo middle_end/base_types/compilation_unit.cmo middle_end/base_types/variable.cmo middle_end/base_types/mutable_variable.cmo middle_end/base_types/id_types.cmo middle_end/base_types/set_of_closures_id.cmo middle_end/base_types/set_of_closures_origin.cmo middle_end/base_types/closure_element.cmo middle_end/base_types/closure_id.cmo middle_end/base_types/var_within_closure.cmo middle_end/base_types/static_exception.cmo middle_end/base_types/export_id.cmo middle_end/base_types/symbol.cmo middle_end/pass_wrapper.cmo middle_end/semantics_of_primitives.cmo middle_end/allocated_const.cmo middle_end/projection.cmo middle_end/flambda.cmo middle_end/flambda_iterators.cmo middle_end/flambda_utils.cmo middle_end/inlining_cost.cmo middle_end/effect_analysis.cmo middle_end/freshening.cmo middle_end/simple_value_approx.cmo middle_end/lift_code.cmo middle_end/closure_conversion_aux.cmo middle_end/closure_conversion.cmo middle_end/initialize_symbol_to_let_symbol.cmo middle_end/lift_let_to_initialize_symbol.cmo middle_end/find_recursive_functions.cmo middle_end/invariant_params.cmo middle_end/inconstant_idents.cmo middle_end/alias_analysis.cmo middle_end/lift_constants.cmo middle_end/share_constants.cmo middle_end/simplify_common.cmo middle_end/remove_unused_arguments.cmo middle_end/remove_unused_closure_vars.cmo middle_end/remove_unused_program_constructs.cmo middle_end/simplify_boxed_integer_ops.cmo middle_end/simplify_primitives.cmo middle_end/inlining_stats_types.cmo middle_end/inlining_stats.cmo middle_end/inline_and_simplify_aux.cmo middle_end/remove_free_vars_equal_to_args.cmo middle_end/extract_projections.cmo middle_end/augment_specialised_args.cmo middle_end/unbox_free_vars_of_closures.cmo middle_end/unbox_specialised_args.cmo middle_end/unbox_closures.cmo middle_end/inlining_transforms.cmo middle_end/inlining_decision.cmo middle_end/inline_and_simplify.cmo middle_end/ref_to_variables.cmo middle_end/flambda_invariants.cmo middle_end/middle_end.cmo
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c asmcomp/export_info.ml
# cd tools ; make all
# make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/tools'
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - ocamldep.ml
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -compat-32 -I .. -o ocamldep timings.cmo misc.cmo config.cmo identifiable.cmo numbers.cmo arg_helper.cmo clflags.cmo terminfo.cmo warnings.cmo location.cmo longident.cmo docstrings.cmo syntaxerr.cmo ast_helper.cmo parser.cmo lexer.cmo parse.cmo ccomp.cmo ast_mapper.cmo ast_iterator.cmo builtin_attributes.cmo ast_invariants.cmo pparse.cmo compenv.cmo depend.cmo ocamldep.cmo
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - profiling.mli
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - profiling.ml
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - ocamlprof.ml
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o ocamlprof misc.cmo config.cmo identifiable.cmo numbers.cmo arg_helper.cmo clflags.cmo terminfo.cmo warnings.cmo location.cmo longident.cmo docstrings.cmo syntaxerr.cmo ast_helper.cmo parser.cmo lexer.cmo parse.cmo profiling.cmo ocamlprof.cmo
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - ocamlcp.ml
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o ocamlcp misc.cmo warnings.cmo config.cmo identifiable.cmo numbers.cmo arg_helper.cmo clflags.cmo main_args.cmo ocamlcp.cmo
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - ocamloptp.ml
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o ocamloptp misc.cmo warnings.cmo config.cmo identifiable.cmo numbers.cmo arg_helper.cmo clflags.cmo main_args.cmo ocamloptp.cmo
# (echo 'let bindir = "/home/opam/.opam/5.4/bin"'; \
# echo 'let supports_shared_libraries = false';\
# echo 'let byteccrpath = "-Wl,-rpath,"'; \
# echo 'let nativeccrpath = "-Wl,-rpath,"'; \
# echo 'let mksharedlibrpath = "-Wl,-rpath,"'; \
# echo 'let toolpref = ""'; \
# sed -n -e 's/^#ml //p' ../config/Makefile) \
# > ocamlmklibconfig.ml
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - ocamlmklibconfig.ml
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - ocamlmklib.ml
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o ocamlmklib ocamlmklibconfig.cmo config.cmo misc.cmo ocamlmklib.cmo
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - ocamlmktop.ml
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o ocamlmktop misc.cmo identifiable.cmo numbers.cmo config.cmo arg_helper.cmo clflags.cmo ccomp.cmo ocamlmktop.cmo
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - cmt2annot.ml
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - read_cmt.ml
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o read_cmt ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma cmt2annot.cmo read_cmt.cmo
# unset LC_ALL || : ; \
# unset LC_CTYPE || : ; \
# unset LC_COLLATE LANG || : ; \
# cat ../byterun/caml/instruct.h | tr -d '\r' | \
# sed -e '/[/][*]/d' \
# -e '/^#/d' \
# -e 's/enum \(.*\) {/let names_of_\1 = [|/' \
# -e 's/.*};$/ |]/' \
# -e 's/\([A-Z][A-Z_0-9a-z]*\)/"\1"/g' \
# -e 's/,/;/g' > opnames.ml
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - opnames.ml
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - dumpobj.ml
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o dumpobj misc.cmo identifiable.cmo numbers.cmo tbl.cmo config.cmo ident.cmo opcodes.cmo bytesections.cmo opnames.cmo dumpobj.cmo
# gcc -o objinfo_helper -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT \
# '-Dsymbol_prefix=""' objinfo_helper.c
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - objinfo.ml
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o ocamlobjinfo ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma ../compilerlibs/ocamlmiddleend.cma ../asmcomp/printclambda.cmo ../asmcomp/export_info.cmo objinfo.cmo
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - primreq.ml
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o primreq config.cmo primreq.cmo
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - stripdebug.ml
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o stripdebug ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma stripdebug.cmo
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - cmpbyt.ml
# ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o cmpbyt ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma cmpbyt.cmo
# make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/tools'
# cd stdlib; make all
# make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/stdlib'
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags camlinternalFormatBasics.cmi` -c camlinternalFormatBasics.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags camlinternalFormatBasics.cmo` -c camlinternalFormatBasics.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags pervasives.cmi` -c pervasives.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags pervasives.cmo` -c pervasives.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags list.cmi` -c list.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags list.cmo` -c list.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags char.cmi` -c char.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags char.cmo` -c char.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags bytes.cmi` -c bytes.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags bytes.cmo` -c bytes.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags string.cmi` -c string.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags string.cmo` -c string.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags sys.cmi` -c sys.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags sys.cmo` -c sys.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags array.cmi` -c array.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags sort.cmi` -c sort.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags sort.cmo` -c sort.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags marshal.cmi` -c marshal.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags marshal.cmo` -c marshal.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags int32.cmi` -c int32.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags obj.cmi` -c obj.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags obj.cmo` -c obj.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags array.cmo` -c array.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags int32.cmo` -c int32.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags int64.cmi` -c int64.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags int64.cmo` -c int64.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags nativeint.cmi` -c nativeint.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags nativeint.cmo` -c nativeint.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags lexing.cmi` -c lexing.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags lexing.cmo` -c lexing.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags parsing.cmi` -c parsing.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags parsing.cmo` -c parsing.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags set.cmi` -c set.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags set.cmo` -c set.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags map.cmi` -c map.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags map.cmo` -c map.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags stack.cmi` -c stack.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags stack.cmo` -c stack.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags queue.cmi` -c queue.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags queue.cmo` -c queue.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags camlinternalLazy.cmi` -c camlinternalLazy.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags camlinternalLazy.cmo` -c camlinternalLazy.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags lazy.cmi` -c lazy.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags lazy.cmo` -c lazy.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags stream.cmi` -c stream.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags stream.cmo` -c stream.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags buffer.cmi` -c buffer.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags buffer.cmo` -c buffer.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags camlinternalFormat.cmi` -c camlinternalFormat.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags camlinternalFormat.cmo` -c camlinternalFormat.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags printf.cmi` -c printf.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags printf.cmo` -c printf.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags arg.cmi` -c arg.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags arg.cmo` -c arg.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags printexc.cmi` -c printexc.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags printexc.cmo` -c printexc.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags gc.cmi` -c gc.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags gc.cmo` -c gc.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags digest.cmi` -c digest.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags digest.cmo` -c digest.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags random.cmi` -c random.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags random.cmo` -c random.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags hashtbl.cmi` -c hashtbl.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags hashtbl.cmo` -c hashtbl.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags weak.cmi` -c weak.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags weak.cmo` -c weak.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags format.cmi` -c format.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags format.cmo` -c format.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags uchar.cmi` -c uchar.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags uchar.cmo` -c uchar.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags scanf.cmi` -c scanf.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags scanf.cmo` -c scanf.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags callback.cmi` -c callback.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags callback.cmo` -c callback.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags camlinternalOO.cmi` -c camlinternalOO.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags camlinternalOO.cmo` -c camlinternalOO.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags oo.cmi` -c oo.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags oo.cmo` -c oo.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags camlinternalMod.cmi` -c camlinternalMod.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags camlinternalMod.cmo` -c camlinternalMod.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags genlex.cmi` -c genlex.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags genlex.cmo` -c genlex.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags ephemeron.cmi` -c ephemeron.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags ephemeron.cmo` -c ephemeron.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags filename.cmi` -c filename.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags filename.cmo` -c filename.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags complex.cmi` -c complex.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags complex.cmo` -c complex.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags arrayLabels.cmi` -c arrayLabels.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags arrayLabels.cmo` -c arrayLabels.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags listLabels.cmi` -c listLabels.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags listLabels.cmo` -c listLabels.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags bytesLabels.cmi` -c bytesLabels.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags bytesLabels.cmo` -c bytesLabels.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags stringLabels.cmi` -c stringLabels.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags stringLabels.cmo` -c stringLabels.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags moreLabels.cmi` -c moreLabels.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags moreLabels.cmo` -c moreLabels.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags stdLabels.cmi` -c stdLabels.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags stdLabels.cmo` -c stdLabels.ml
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags spacetime.cmi` -c spacetime.mli
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags spacetime.cmo` -c spacetime.ml
# ../boot/ocamlrun ../ocamlc -a -o stdlib.cma camlinternalFormatBasics.cmo pervasives.cmo list.cmo char.cmo bytes.cmo string.cmo sys.cmo sort.cmo marshal.cmo obj.cmo array.cmo int32.cmo int64.cmo nativeint.cmo lexing.cmo parsing.cmo set.cmo map.cmo stack.cmo queue.cmo camlinternalLazy.cmo lazy.cmo stream.cmo buffer.cmo camlinternalFormat.cmo printf.cmo arg.cmo printexc.cmo gc.cmo digest.cmo random.cmo hashtbl.cmo weak.cmo format.cmo uchar.cmo scanf.cmo callback.cmo camlinternalOO.cmo oo.cmo camlinternalMod.cmo genlex.cmo ephemeron.cmo filename.cmo complex.cmo arrayLabels.cmo listLabels.cmo bytesLabels.cmo stringLabels.cmo moreLabels.cmo stdLabels.cmo spacetime.cmo
# ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `./Compflags std_exit.cmo` -c std_exit.ml
# make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/stdlib'
# make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only'
# make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only'
# make ocaml
# make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only'
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c toplevel/genprintval.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c toplevel/genprintval.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c toplevel/toploop.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c toplevel/toploop.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c toplevel/trace.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c toplevel/trace.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c toplevel/topdirs.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c toplevel/topdirs.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c toplevel/topmain.mli
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c toplevel/topmain.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -a -o compilerlibs/ocamltoplevel.cma toplevel/genprintval.cmo toplevel/toploop.cmo toplevel/trace.cmo toplevel/topdirs.cmo toplevel/topmain.cmo
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c toplevel/topstart.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c toplevel/expunge.ml
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -o expunge compilerlibs/ocamlcommon.cma \
# compilerlibs/ocamlbytecomp.cma toplevel/expunge.cmo
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -linkall -o ocaml.tmp \
# compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma \
# compilerlibs/ocamltoplevel.cma toplevel/topstart.cmo
# boot/ocamlrun ./expunge ocaml.tmp ocaml spacetime arg array arrayLabels buffer bytes bytesLabels callback camlinternalFormat camlinternalFormatBasics camlinternalLazy camlinternalMod camlinternalOO char complex digest ephemeron filename format gc genlex hashtbl int32 int64 lazy lexing list listLabels map marshal moreLabels nativeint obj oo parsing pervasives printexc printf queue random scanf set sort stack stdLabels stream string stringLabels sys uchar weak outcometree topdirs toploop
# rm -f ocaml.tmp
# make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only'
# make otherlibraries \
# ocamldoc
# make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only'
# cd yacc; make all
# make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/yacc'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/yacc'
# cd lex; make all
# make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/lex'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/lex'
# cd tools ; make all
# make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/tools'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/tools'
# for i in unix str num dynlink bigarray systhreads graph; do \
# (cd otherlibs/$i; make all) || exit $?; \
# done
# make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/otherlibs/unix'
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c accept.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c access.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c addrofstr.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c alarm.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c bind.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c chdir.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c chmod.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c chown.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c chroot.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c close.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c closedir.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c connect.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c cst2constr.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c cstringv.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c dup.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c dup2.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c envir.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c errmsg.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c execv.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c execve.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c execvp.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c exit.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c fchmod.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c fchown.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c fcntl.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c fork.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c ftruncate.c
# In file included from ftruncate.c:19:
# ../../byterun/caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from ../../byterun/caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c getaddrinfo.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c getcwd.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c getegid.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c geteuid.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c getgid.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c getgr.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c getgroups.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c gethost.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c gethostname.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c getlogin.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c getnameinfo.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c getpeername.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c getpid.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c getppid.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c getproto.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c getpw.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c gettimeofday.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c getserv.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c getsockname.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c getuid.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c gmtime.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c initgroups.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c isatty.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c itimer.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c kill.c
# In file included from kill.c:19:
# ../../byterun/caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from ../../byterun/caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c link.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c listen.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c lockf.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c lseek.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c mkdir.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c mkfifo.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c nice.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c open.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c opendir.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c pipe.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c putenv.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c read.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c readdir.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c readlink.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c rename.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c rewinddir.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c rmdir.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c select.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c sendrecv.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c setgid.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c setgroups.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c setsid.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c setuid.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c shutdown.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c signals.c
# In file included from signals.c:22:
# ../../byterun/caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from ../../byterun/caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c sleep.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c socket.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c socketaddr.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c socketpair.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c sockopt.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c stat.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c strofaddr.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c symlink.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c termios.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c time.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c times.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c truncate.c
# In file included from truncate.c:21:
# ../../byterun/caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from ../../byterun/caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c umask.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c unixsupport.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c unlink.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c utimes.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c wait.c
# In file included from wait.c:20:
# ../../byterun/caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from ../../byterun/caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c write.c
# ../../boot/ocamlrun ../../tools/ocamlmklib -oc unix accept.o access.o addrofstr.o alarm.o bind.o chdir.o chmod.o chown.o chroot.o close.o closedir.o connect.o cst2constr.o cstringv.o dup.o dup2.o envir.o errmsg.o execv.o execve.o execvp.o exit.o fchmod.o fchown.o fcntl.o fork.o ftruncate.o getaddrinfo.o getcwd.o getegid.o geteuid.o getgid.o getgr.o getgroups.o gethost.o gethostname.o getlogin.o getnameinfo.o getpeername.o getpid.o getppid.o getproto.o getpw.o gettimeofday.o getserv.o getsockname.o getuid.o gmtime.o initgroups.o isatty.o itimer.o kill.o link.o listen.o lockf.o lseek.o mkdir.o mkfifo.o nice.o open.o opendir.o pipe.o putenv.o read.o readdir.o readlink.o rename.o rewinddir.o rmdir.o select.o sendrecv.o setgid.o setgroups.o setsid.o setuid.o shutdown.o signals.o sleep.o socket.o socketaddr.o socketpair.o sockopt.o stat.o strofaddr.o symlink.o termios.o time.o times.o truncate.o umask.o unixsupport.o unlink.o utimes.o wait.o write.o
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels unix.mli
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels unix.ml
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels unixLabels.mli
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels unixLabels.ml
# ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib' -linkall \
# unix.cmo unixLabels.cmo
# make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/otherlibs/unix'
# make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/otherlibs/str'
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c strstubs.c
# ../../boot/ocamlrun ../../tools/ocamlmklib -oc camlstr strstubs.o
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats str.mli
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats str.ml
# File "/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/otherlibs/str/str.ml", line 98, characters 29-43:
# Warning 3: deprecated: Char.lowercase
# Use Char.lowercase_ascii instead.
# File "/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/otherlibs/str/str.ml", line 98, characters 55-69:
# Warning 3: deprecated: Char.uppercase
# Use Char.uppercase_ascii instead.
# File "/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/otherlibs/str/str.ml", line 221, characters 38-52:
# Warning 3: deprecated: Char.lowercase
# Use Char.lowercase_ascii instead.
# File "/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/otherlibs/str/str.ml", line 278, characters 43-57:
# Warning 3: deprecated: Char.lowercase
# Use Char.lowercase_ascii instead.
# File "/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/otherlibs/str/str.ml", line 287, characters 45-59:
# Warning 3: deprecated: Char.lowercase
# Use Char.lowercase_ascii instead.
# File "/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/otherlibs/str/str.ml", line 301, characters 51-67:
# Warning 3: deprecated: String.lowercase
# Use String.lowercase_ascii instead.
# ../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc camlstr -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib' -linkall \
# str.cmo
# make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/otherlibs/str'
# make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/otherlibs/num'
# Makefile:19: warning: overriding recipe for target 'depend'
# Makefile.shared:34: warning: ignoring old recipe for target 'depend'
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -DBNG_ARCH_generic -DBNG_ASM_LEVEL=0 -c bng.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -DBNG_ARCH_generic -DBNG_ASM_LEVEL=0 -c nat_stubs.c
# In file included from nat_stubs.c:22:
# ../../byterun/caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from ../../byterun/caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# ../../boot/ocamlrun ../../tools/ocamlmklib -oc nums bng.o nat_stubs.o
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats int_misc.mli
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats int_misc.ml
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats nat.mli
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats nat.ml
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats big_int.mli
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats big_int.ml
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats arith_flags.mli
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats arith_flags.ml
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats ratio.mli
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats ratio.ml
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats num.mli
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats num.ml
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats arith_status.mli
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats arith_status.ml
# ../../boot/ocamlrun ../../tools/ocamlmklib -o nums -oc nums -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib' -linkall \
# int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo
# make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/otherlibs/num'
# make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/otherlibs/dynlink'
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats -pack -o dynlinkaux.cmo ../../utils/misc.cmo ../../utils/config.cmo ../../utils/identifiable.cmo ../../utils/numbers.cmo ../../utils/arg_helper.cmo ../../utils/clflags.cmo ../../utils/tbl.cmo ../../utils/consistbl.cmo ../../utils/terminfo.cmo ../../utils/warnings.cmo ../../parsing/asttypes.cmi ../../parsing/location.cmo ../../parsing/longident.cmo ../../parsing/docstrings.cmo ../../parsing/ast_helper.cmo ../../parsing/ast_mapper.cmo ../../parsing/ast_iterator.cmo ../../parsing/attr_helper.cmo ../../parsing/builtin_attributes.cmo ../../typing/ident.cmo ../../typing/path.cmo ../../typing/primitive.cmo ../../typing/types.cmo ../../typing/btype.cmo ../../typing/subst.cmo ../../typing/predef.cmo ../../typing/datarepr.cmo ../../typing/cmi_format.cmo ../../typing/env.cmo ../../bytecomp/lambda.cmo ../../bytecomp/instruct.cmo ../../bytecomp/cmo_format.cmi ../../bytecomp/opcodes.cmo ../../bytecomp/runtimedef.cmo ../../bytecomp/bytesections.cmo ../../bytecomp/dll.cmo ../../bytecomp/meta.cmo ../../bytecomp/symtable.cmo
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats dynlink.mli
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats dynlink.ml
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats -ccopt "-Wl,-E" -a -o dynlink.cma \
# dynlinkaux.cmo dynlink.cmo
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats extract_crc.ml
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -o extract_crc dynlink.cma extract_crc.cmo
# make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/otherlibs/dynlink'
# make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/otherlibs/bigarray'
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -I../unix -DIN_OCAML_BIGARRAY -DCAML_NAME_SPACE -c bigarray_stubs.c
# In file included from bigarray_stubs.c:24:
# ../../byterun/caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from ../../byterun/caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -I../unix -DIN_OCAML_BIGARRAY -DCAML_NAME_SPACE -c mmap_unix.c
# In file included from mmap_unix.c:26:
# ../../byterun/caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from ../../byterun/caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# ../../boot/ocamlrun ../../tools/ocamlmklib -oc bigarray bigarray_stubs.o mmap_unix.o
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -I ../unix bigarray.mli
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -I ../unix bigarray.ml
# ../../boot/ocamlrun ../../tools/ocamlmklib -o bigarray -oc bigarray -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib' -linkall \
# bigarray.cmo
# make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/otherlibs/bigarray'
# make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/otherlibs/systhreads'
# gcc -I../../byterun -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC \
# -c st_stubs.c
# In file included from st_stubs.c:22:
# ../../byterun/caml/fail.h:51:9: warning: "sigsetjmp" redefined
# 51 | #define sigsetjmp(buf,save) setjmp(buf)
# | ^~~~~~~~~
# In file included from ../../byterun/caml/fail.h:20:
# /usr/include/setjmp.h:74:10: note: this is the location of the previous definition
# 74 | # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask)
# | ^~~~~~~~~
# mv st_stubs.o st_stubs_b.o
# ../../boot/ocamlrun ../../tools/ocamlmklib -o threads st_stubs_b.o -lpthread
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string thread.mli
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string thread.ml
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string mutex.mli
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string mutex.ml
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string condition.mli
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string condition.ml
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string event.mli
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string event.ml
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string threadUnix.mli
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string threadUnix.ml
# ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix' -o threads thread.cmo mutex.cmo condition.cmo event.cmo threadUnix.cmo \
# -cclib -lunix -cclib -lpthread
# make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/otherlibs/systhreads'
# make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/otherlibs/graph'
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c open.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c draw.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c fill.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c color.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c text.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c image.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c make_img.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c dump_img.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c point_col.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c sound.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c events.c
# gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -fPIC -c subwindow.c
# ../../boot/ocamlrun ../../tools/ocamlmklib -oc graphics open.o draw.o fill.o color.o text.o image.o make_img.o dump_img.o point_col.o sound.o events.o subwindow.o -ldopt "-L/usr/lib/x86_64-linux-gnu -lX11"
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats graphics.mli
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats graphics.ml
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats graphicsX11.mli
# ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats graphicsX11.ml
# ../../boot/ocamlrun ../../tools/ocamlmklib -o graphics -oc graphics -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib' -linkall \
# graphics.cmo graphicsX11.cmo -cclib "\"-L/usr/lib/x86_64-linux-gnu -lX11\""
# make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/otherlibs/graph'
# cd ocamldoc && make all
# make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/ocamldoc'
# make exe
# make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/ocamldoc'
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_config.mli
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_config.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_messages.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_types.mli
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_global.mli
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_global.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_types.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_misc.mli
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_misc.ml
# ../boot/ocamlyacc -v odoc_text_parser.mly
# 5 shift/reduce conflicts.
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_text_parser.mli
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_text_parser.ml
# ../boot/ocamlrun ../boot/ocamllex odoc_text_lexer.mll
# 251 states, 2458 transitions, table size 11338 bytes
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_text_lexer.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_text.mli
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_text.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_name.mli
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_name.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_parameter.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_value.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_type.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_extension.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_exception.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_class.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_module.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_print.mli
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_print.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_str.mli
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_str.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_comments_global.mli
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_comments_global.ml
# ../boot/ocamlyacc -v odoc_parser.mly
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_parser.mli
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_parser.ml
# ../boot/ocamlrun ../boot/ocamllex odoc_lexer.mll
# 50 states, 614 transitions, table size 2756 bytes
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_lexer.ml
# ../boot/ocamlrun ../boot/ocamllex odoc_see_lexer.mll
# 20 states, 264 transitions, table size 1176 bytes
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_see_lexer.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_env.mli
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_env.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_merge.mli
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_merge.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_sig.mli
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_sig.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_ast.mli
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_ast.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_control.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_inherit.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_search.mli
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_search.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_scan.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_cross.mli
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_cross.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_comments.mli
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_comments.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_dep.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_analyse.mli
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_analyse.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_info.mli
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_info.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_dag2html.mli
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_dag2html.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_to_text.ml
# ../boot/ocamlrun ../boot/ocamllex odoc_ocamlhtml.mll
# 111 states, 2871 transitions, table size 12150 bytes
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_ocamlhtml.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_html.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_man.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_latex_style.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_latex.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_texi.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_dot.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_gen.mli
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_gen.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_args.mli
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_args.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -o ocamldoc -linkall unix.cma str.cma dynlink.cma \
# ../compilerlibs/ocamlcommon.cma \
# -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -nostdlib odoc_config.cmo odoc_messages.cmo odoc_global.cmo odoc_types.cmo odoc_misc.cmo odoc_text_parser.cmo odoc_text_lexer.cmo odoc_text.cmo odoc_name.cmo odoc_parameter.cmo odoc_value.cmo odoc_type.cmo odoc_extension.cmo odoc_exception.cmo odoc_class.cmo odoc_module.cmo odoc_print.cmo odoc_str.cmo odoc_comments_global.cmo odoc_parser.cmo odoc_lexer.cmo odoc_see_lexer.cmo odoc_env.cmo odoc_merge.cmo odoc_sig.cmo odoc_ast.cmo odoc_control.cmo odoc_inherit.cmo odoc_search.cmo odoc_scan.cmo odoc_cross.cmo odoc_comments.cmo odoc_dep.cmo odoc_analyse.cmo odoc_info.cmo odoc_dag2html.cmo odoc_to_text.cmo odoc_ocamlhtml.cmo odoc_html.cmo odoc_man.cmo odoc_latex_style.cmo odoc_latex.cmo odoc_texi.cmo odoc_dot.cmo odoc_gen.cmo odoc_args.cmo odoc.cmo
# /usr/bin/ld: ../stdlib/libcamlrun.a(sys.o): in function `caml_sys_getcwd':
# sys.c:(.text+0x78c): warning: the `getwd' function is dangerous and should not be used.
# make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/ocamldoc'
# make lib
# make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/ocamldoc'
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -a -o odoc_info.cma -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -nostdlib \
# odoc_config.cmo odoc_messages.cmo odoc_global.cmo odoc_types.cmo odoc_misc.cmo odoc_text_parser.cmo odoc_text_lexer.cmo odoc_text.cmo odoc_name.cmo odoc_parameter.cmo odoc_value.cmo odoc_type.cmo odoc_extension.cmo odoc_exception.cmo odoc_class.cmo odoc_module.cmo odoc_print.cmo odoc_str.cmo odoc_comments_global.cmo odoc_parser.cmo odoc_lexer.cmo odoc_see_lexer.cmo odoc_env.cmo odoc_merge.cmo odoc_sig.cmo odoc_ast.cmo odoc_control.cmo odoc_inherit.cmo odoc_search.cmo odoc_scan.cmo odoc_cross.cmo odoc_comments.cmo odoc_dep.cmo odoc_analyse.cmo odoc_info.cmo
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c odoc_test.ml
# make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/ocamldoc'
# make generators
# make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/ocamldoc'
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c generators/odoc_todo.ml
# ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c generators/odoc_literate.ml
# make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/ocamldoc'
# make manpages
# make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/ocamldoc'
# mkdir -p stdlib_man
# ./ocamldoc -man -d stdlib_man -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph \
# -t "OCaml library" -man-mini \
# ../stdlib/*.mli ../parsing/*.mli ../otherlibs/unix/unix.mli ../otherlibs/str/str.mli ../otherlibs/bigarray/bigarray.mli ../otherlibs/num/num.mli
# Fatal error: exception Invalid_argument("inet_addr_of_string not implemented")
# make[4]: *** [Makefile:322: stdlib_man/Pervasives.3o] Error 2
# make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/ocamldoc'
# make[3]: *** [Makefile:164: all] Error 2
# make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only/ocamldoc'
# make[2]: *** [Makefile:655: ocamldoc] Error 2
# make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only'
# make[1]: *** [Makefile:38: all] Error 2
# make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.04.2+bytecode-only'
# make: *** [Makefile:44: world] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build ocaml-variants 4.04.2+bytecode-only
+-
+- The following changes have been performed (the rest was aborted)
| - remove base-domains base
| - remove base-effects base
| - remove base-nnp base
| - remove ocaml 5.4.0
| - remove ocaml-base-compiler 5.4.0
| - remove ocaml-compiler 5.4.0
| - remove ocaml-config 3
| - remove ocaml-options-vanilla 1
| - remove opam-depext 1.2.3
+-
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/5.4/.opam-switch/backup/state-20260223210113.export"
Or you can retry to install your package selection with:
/usr/bin/opam install --restore
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall --update-invariant ocaml-variants.4.04.2+bytecode-only;
res=$?;
test "$res" != 31 && exit "$res";
export OPAMCLI=2.0;
build_dir=$(opam var prefix)/.opam-switch/build;
failed=$(ls "$build_dir");
partial_fails="";
for pkg in $failed; do
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'ocaml-variants.4.04.2+bytecode-only' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 1
2026-02-23 21:02.55: Job failed: Failed: Build failed
2026-02-23 21:02.55: Log analysis:
2026-02-23 21:02.55: >>>
[ERROR] The compilation of ocaml-variants.4.04.2+bytecode-only failed at "make world".
(score = 20)
2026-02-23 21:02.55: >>>
# Fatal error: exception Invalid_argument("inet_addr_of_string not implemented")
(score = 35)
2026-02-23 21:02.55: exception Invalid_argument("inet_addr_of_string not implemented")