- github
- ocaml
- opam-repository
- 7d6af5
- compilers,5.4,dune-configurator.3.21.0~alpha4,revdeps,esperanto-cosmopolitan.0.0.5
(not at the head of any monitored branch or PR)
2025-12-15 03:23.35: New job: test esperanto-cosmopolitan.0.0.5 with dune-configurator.3.21.0~alpha4, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29096/head (7d6af52f05e2c06c00193b2918193b6994ece701)
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/29096/head" && git reset --hard 7d6af52f
git fetch origin master
git merge --no-edit 2625e9877b44d517ad87b5bf4ff708f3e44b78d8
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:8c62cc7b043f64833949d4049211997093b28a2f1b98377748d3e185ae301c04
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /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 dune-configurator.3.21.0~alpha4 3.21.0~alpha4
RUN opam reinstall dune-configurator.3.21.0~alpha4; \
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" != 'dune-configurator.3.21.0~alpha4' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN opam reinstall esperanto-cosmopolitan.0.0.5; \
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" != 'esperanto-cosmopolitan.0.0.5' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test esperanto-cosmopolitan.0.0.5) || true
RUN opam reinstall --with-test --verbose esperanto-cosmopolitan.0.0.5; \
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" != 'esperanto-cosmopolitan.0.0.5' && 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 .
2025-12-15 03:23.35: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:8c62cc7b043f64833949d4049211997093b28a2f1b98377748d3e185ae301c04-dune-configurator.3.21.0~alpha4-esperanto-cosmopolitan.0.0.5-7d6af52f05e2c06c00193b2918193b6994ece701"
2025-12-15 03:23.35: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:8c62cc7b043f64833949d4049211997093b28a2f1b98377748d3e185ae301c04)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /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 dune-configurator.3.21.0~alpha4 3.21.0~alpha4"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dune-configurator.3.21.0~alpha4;\
\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\" != 'dune-configurator.3.21.0~alpha4' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall esperanto-cosmopolitan.0.0.5;\
\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\" != 'esperanto-cosmopolitan.0.0.5' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam reinstall --with-test esperanto-cosmopolitan.0.0.5) || true"))
(run (shell "opam reinstall --with-test --verbose esperanto-cosmopolitan.0.0.5;\
\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\" != 'esperanto-cosmopolitan.0.0.5' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-12-15 03:23.35: Waiting for resource in pool OCluster
2025-12-15 14:21.59: Waiting for worker…
2025-12-15 14:26.36: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files: 71% (13660/19031)
Updating files: 72% (13703/19031)
Updating files: 73% (13893/19031)
Updating files: 74% (14083/19031)
Updating files: 75% (14274/19031)
Updating files: 76% (14464/19031)
Updating files: 77% (14654/19031)
Updating files: 78% (14845/19031)
Updating files: 79% (15035/19031)
Updating files: 80% (15225/19031)
Updating files: 81% (15416/19031)
Updating files: 82% (15606/19031)
Updating files: 83% (15796/19031)
Updating files: 84% (15987/19031)
Updating files: 85% (16177/19031)
Updating files: 86% (16367/19031)
Updating files: 87% (16557/19031)
Updating files: 88% (16748/19031)
Updating files: 89% (16938/19031)
Updating files: 90% (17128/19031)
Updating files: 91% (17319/19031)
Updating files: 92% (17509/19031)
Updating files: 93% (17699/19031)
Updating files: 94% (17890/19031)
Updating files: 95% (18080/19031)
Updating files: 96% (18270/19031)
Updating files: 97% (18461/19031)
Updating files: 98% (18651/19031)
Updating files: 99% (18841/19031)
Updating files: 100% (19031/19031)
Updating files: 100% (19031/19031), done.
HEAD is now at 2625e9877b Merge pull request #29094 from anmonteiro/patch-9
Updating 2625e9877b..7d6af52f05
Fast-forward
.../chrome-trace/chrome-trace.3.21.0~alpha4/opam | 41 ++++++++++++
.../dune-action-plugin.3.21.0~alpha4/opam | 54 ++++++++++++++++
.../dune-build-info.3.21.0~alpha4/opam | 47 ++++++++++++++
.../dune-configurator.3.21.0~alpha4/opam | 51 +++++++++++++++
packages/dune-glob/dune-glob.3.21.0~alpha4/opam | 44 +++++++++++++
.../dune-private-libs.3.21.0~alpha4/opam | 52 +++++++++++++++
.../dune-rpc-lwt/dune-rpc-lwt.3.21.0~alpha4/opam | 43 +++++++++++++
packages/dune-rpc/dune-rpc.3.21.0~alpha4/opam | 46 +++++++++++++
packages/dune-site/dune-site.3.21.0~alpha4/opam | 39 +++++++++++
packages/dune/dune.3.21.0~alpha4/opam | 75 ++++++++++++++++++++++
packages/dyn/dyn.3.21.0~alpha4/opam | 42 ++++++++++++
packages/fs-io/fs-io.3.21.0~alpha4/opam | 41 ++++++++++++
packages/ocamlc-loc/ocamlc-loc.3.21.0~alpha4/opam | 45 +++++++++++++
packages/ordering/ordering.3.21.0~alpha4/opam | 40 ++++++++++++
packages/stdune/stdune.3.21.0~alpha4/opam | 48 ++++++++++++++
.../top-closure/top-closure.3.21.0~alpha4/opam | 40 ++++++++++++
packages/xdg/xdg.3.21.0~alpha4/opam | 41 ++++++++++++
17 files changed, 789 insertions(+)
create mode 100644 packages/chrome-trace/chrome-trace.3.21.0~alpha4/opam
create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.21.0~alpha4/opam
create mode 100644 packages/dune-build-info/dune-build-info.3.21.0~alpha4/opam
create mode 100644 packages/dune-configurator/dune-configurator.3.21.0~alpha4/opam
create mode 100644 packages/dune-glob/dune-glob.3.21.0~alpha4/opam
create mode 100644 packages/dune-private-libs/dune-private-libs.3.21.0~alpha4/opam
create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.21.0~alpha4/opam
create mode 100644 packages/dune-rpc/dune-rpc.3.21.0~alpha4/opam
create mode 100644 packages/dune-site/dune-site.3.21.0~alpha4/opam
create mode 100644 packages/dune/dune.3.21.0~alpha4/opam
create mode 100644 packages/dyn/dyn.3.21.0~alpha4/opam
create mode 100644 packages/fs-io/fs-io.3.21.0~alpha4/opam
create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.21.0~alpha4/opam
create mode 100644 packages/ordering/ordering.3.21.0~alpha4/opam
create mode 100644 packages/stdune/stdune.3.21.0~alpha4/opam
create mode 100644 packages/top-closure/top-closure.3.21.0~alpha4/opam
create mode 100644 packages/xdg/xdg.3.21.0~alpha4/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:8c62cc7b043f64833949d4049211997093b28a2f1b98377748d3e185ae301c04)
2025-12-15 14:26.39 ---> using "5f87df8c1f6f0886e7311dfd3df40b8bbb961cc34c83c0d033c6dd248c84bc7d" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-15 14:26.39 ---> using "f1296791f2d76481058db697105a569091a6b6345f05c94bbc5a650f1a364f9a" 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 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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-15 14:26.39 ---> using "0cac9a31b4750e6a46df8ed8d2f68352091a988199fdf62c52779549510cd6bf" 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.5.0
# 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 71
# 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
2025-12-15 14:26.39 ---> using "1deb91dc3badca969976ed6f3bc5fe7c443d73a2cfa957be662fd6f93e30aa7b" 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/"))
2025-12-15 14:26.39 ---> using "1a02438c8753bf7228a9eb625e65b7af26778a022b9ce0b16be5ef4f294c58cd" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-15 14:26.41 ---> using "eb7fce002d3011997e6b86dbe83f655d6b7730dccc18f79edba49a7bf7e4d9a8" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-15 14:26.41 ---> using "4b065be9f938538e7e8ff55e18456d0f2a5ae5a85bf63e0a975d8019feba2dfc" 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 [84.8 kB]
- Fetched 176 kB in 0s (1507 kB/s)
- Reading package lists...
-
2025-12-15 14:26.41 ---> using "e068c5ce43af944c455b2776cca2e7f3a89bfe2d7427c70330cf49a061e468e9" from cache
/home/opam: (run (shell "opam pin add -k version -yn dune-configurator.3.21.0~alpha4 3.21.0~alpha4"))
dune-configurator is now pinned to version 3.21.0~alpha4
2025-12-15 14:26.41 ---> using "79a8e5702bdb74ee67cc3a7da53b31fe75e052cf86e9a3aeddfa9379433d2209" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dune-configurator.3.21.0~alpha4;\
\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\" != 'dune-configurator.3.21.0~alpha4' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
dune-configurator.3.21.0~alpha4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 3 packages
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.21.0~alpha4 [required by dune-configurator]
- install dune-configurator 3.21.0~alpha4 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.21.0~alpha4, dune-configurator.3.21.0~alpha4 (cached)
-> installed dune.3.21.0~alpha4
-> installed csexp.1.5.2
-> installed dune-configurator.3.21.0~alpha4
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-15 14:26.41 ---> using "d60f4decce953204c8a6f5ab2b2e0f4ca436ce677a8cceab996d923f8f5d8be4" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall esperanto-cosmopolitan.0.0.5;\
\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\" != 'esperanto-cosmopolitan.0.0.5' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
esperanto-cosmopolitan.0.0.5 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 7 packages
- install checkseum 0.5.2 [required by esperanto-cosmopolitan]
- install cmdliner 2.1.0 [required by decompress]
- install decompress 1.5.3 [required by esperanto-cosmopolitan]
- install digestif 1.3.0 [required by esperanto-cosmopolitan]
- install eqaf 0.10 [required by digestif]
- install esperanto-cosmopolitan 0.0.5
- install optint 0.3.0 [required by checkseum, decompress]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved checkseum.0.5.2 (cached)
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved decompress.1.5.3 (cached)
-> retrieved digestif.1.3.0 (cached)
-> retrieved eqaf.0.10 (cached)
-> installed eqaf.0.10
-> installed digestif.1.3.0
-> retrieved esperanto-cosmopolitan.0.0.5 (cached)
-> retrieved optint.0.3.0 (cached)
-> installed cmdliner.2.1.0
-> installed optint.0.3.0
-> installed checkseum.0.5.2
-> installed decompress.1.5.3
-> installed esperanto-cosmopolitan.0.0.5
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-15 14:27.17 ---> saved as "d345e04f47637cd8d96fcc1f792a4b2de7ce81b4c37c2f804fdb835071223488"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test esperanto-cosmopolitan.0.0.5) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile esperanto-cosmopolitan 0.0.5
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved esperanto-cosmopolitan.0.0.5 (https://opam.ocaml.org/cache)
-> removed esperanto-cosmopolitan.0.0.5
-> installed esperanto-cosmopolitan.0.0.5
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-15 14:27.54 ---> saved as "13713f302bde2d405dac8d5b77a5d9514d5d6bc2ce0d5279067d634c4e8d159c"
/home/opam: (run (shell "opam reinstall --with-test --verbose esperanto-cosmopolitan.0.0.5;\
\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\" != 'esperanto-cosmopolitan.0.0.5' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
The following actions will be performed:
=== recompile 1 package
- recompile esperanto-cosmopolitan 0.0.5
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/4: [esperanto-cosmopolitan.0.0.5: extract]
-> retrieved esperanto-cosmopolitan.0.0.5 (cached)
Processing 2/4: [esperanto-cosmopolitan: make toolchain]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-C" "toolchain" (CWD=/home/opam/.opam/5.4/.opam-switch/build/esperanto-cosmopolitan.0.0.5)
- make: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/esperanto-cosmopolitan.0.0.5/toolchain'
- Shared cache: enabled-except-user-rules
- Shared cache location: /home/opam/.cache/dune/db
- Workspace root:
- /home/opam/.opam/5.4/.opam-switch/build/esperanto-cosmopolitan.0.0.5/toolchain
- Auto-detected concurrency: 72
- File ".", line 1, characters 0-0:
- Warning: No dune-project file has been found in directory ".". A default one
- is assumed but the project might break when dune is upgraded. Please create a
- dune-project file.
- Hint: generate the project file with: $ dune init project <name>
- Dune context:
- { name = "default"
- ; kind = "default"
- ; profile = Dev
- ; merlin = true
- ; fdo_target_exe = None
- ; build_dir = In_build_dir "default"
- ; instrument_with = []
- }
- Running[1]: (cd _build/default && /home/opam/.opam/5.4/bin/ocamldep.opt -modules -impl extract.ml) > _build/default/.extract.eobjs/dune__exe__Extract.impl.d
- Running[2]: (cd _build/default && /home/opam/.opam/5.4/bin/ocamldep.opt -modules -impl zip.ml) > _build/default/.extract.eobjs/dune__exe__Zip.impl.d
- Running[3]: (cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -short-paths -keep-locs -warn-error +a -w -53 -w -49 -nopervasives -nostdlib -g -bin-annot -bin-annot-occurrences -I .extract.eobjs/byte -no-alias-deps -opaque -o .extract.eobjs/byte/dune__exe.cmo -c -impl .extract.eobjs/dune__exe.ml-gen)
- Running[4]: (cd _build/default && /home/opam/.opam/5.4/bin/ocamldep.opt -modules -intf extract.mli) > _build/default/.extract.eobjs/dune__exe__Extract.intf.d
- Running[5]: (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -short-paths -keep-locs -warn-error +a -w -53 -w -49 -nopervasives -nostdlib -g -I .extract.eobjs/byte -I .extract.eobjs/native -cmi-file .extract.eobjs/byte/dune__exe.cmi -no-alias-deps -opaque -o .extract.eobjs/native/dune__exe.cmx -c -impl .extract.eobjs/dune__exe.ml-gen)
- Running[6]: (cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -short-paths -keep-locs -warn-error +a -g -bin-annot -bin-annot-occurrences -I .extract.eobjs/byte -I /home/opam/.opam/5.4/lib/checkseum/c -I /home/opam/.opam/5.4/lib/decompress/de -I /home/opam/.opam/5.4/lib/digestif/c -I /home/opam/.opam/5.4/lib/eqaf -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/optint -no-alias-deps -opaque -open Dune__exe -o .extract.eobjs/byte/dune__exe__Zip.cmo -c -impl zip.ml)
- Running[7]: (cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -short-paths -keep-locs -warn-error +a -g -bin-annot -bin-annot-occurrences -I .extract.eobjs/byte -I /home/opam/.opam/5.4/lib/checkseum/c -I /home/opam/.opam/5.4/lib/decompress/de -I /home/opam/.opam/5.4/lib/digestif/c -I /home/opam/.opam/5.4/lib/eqaf -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/optint -no-alias-deps -opaque -open Dune__exe -o .extract.eobjs/byte/dune__exe__Extract.cmi -c -intf extract.mli)
- Running[8]: (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -short-paths -keep-locs -warn-error +a -g -I .extract.eobjs/byte -I .extract.eobjs/native -I /home/opam/.opam/5.4/lib/checkseum/c -I /home/opam/.opam/5.4/lib/decompress/de -I /home/opam/.opam/5.4/lib/digestif/c -I /home/opam/.opam/5.4/lib/eqaf -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/optint -cmi-file .extract.eobjs/byte/dune__exe__Extract.cmi -no-alias-deps -opaque -open Dune__exe -o .extract.eobjs/native/dune__exe__Extract.cmx -c -impl extract.ml)
- Running[9]: (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -short-paths -keep-locs -warn-error +a -g -I .extract.eobjs/byte -I .extract.eobjs/native -I /home/opam/.opam/5.4/lib/checkseum/c -I /home/opam/.opam/5.4/lib/decompress/de -I /home/opam/.opam/5.4/lib/digestif/c -I /home/opam/.opam/5.4/lib/eqaf -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/optint -cmi-file .extract.eobjs/byte/dune__exe__Zip.cmi -no-alias-deps -opaque -open Dune__exe -o .extract.eobjs/native/dune__exe__Zip.cmx -c -impl zip.ml)
- Running[10]: (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -short-paths -keep-locs -warn-error +a -g -o extract.exe /home/opam/.opam/5.4/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.4/lib/optint/optint.cmxa /home/opam/.opam/5.4/lib/checkseum/c/checkseum_c.cmxa -I /home/opam/.opam/5.4/lib/checkseum/c /home/opam/.opam/5.4/lib/decompress/de/de.cmxa /home/opam/.opam/5.4/lib/eqaf/eqaf.cmxa /home/opam/.opam/5.4/lib/digestif/c/digestif_c.cmxa -I /home/opam/.opam/5.4/lib/digestif/c .extract.eobjs/native/dune__exe.cmx .extract.eobjs/native/dune__exe__Zip.cmx .extract.eobjs/native/dune__exe__Extract.cmx)
- Shared cache: enabled-except-user-rules
- Shared cache location: /home/opam/.cache/dune/db
- Workspace root:
- /home/opam/.opam/5.4/.opam-switch/build/esperanto-cosmopolitan.0.0.5/toolchain
- Auto-detected concurrency: 72
- File ".", line 1, characters 0-0:
- Warning: No dune-project file has been found in directory ".". A default one
- is assumed but the project might break when dune is upgraded. Please create a
- dune-project file.
- Hint: generate the project file with: $ dune init project <name>
- Dune context:
- { name = "default"
- ; kind = "default"
- ; profile = Dev
- ; merlin = true
- ; fdo_target_exe = None
- ; build_dir = In_build_dir "default"
- ; instrument_with = []
- }
- Shared cache: enabled-except-user-rules
- Shared cache location: /home/opam/.cache/dune/db
- Workspace root:
- /home/opam/.opam/5.4/.opam-switch/build/esperanto-cosmopolitan.0.0.5/toolchain
- Auto-detected concurrency: 72
- File ".", line 1, characters 0-0:
- Warning: No dune-project file has been found in directory ".". A default one
- is assumed but the project might break when dune is upgraded. Please create a
- dune-project file.
- Hint: generate the project file with: $ dune init project <name>
- Dune context:
- { name = "default"
- ; kind = "default"
- ; profile = Dev
- ; merlin = true
- ; fdo_target_exe = None
- ; build_dir = In_build_dir "default"
- ; instrument_with = []
- }
- make: Nothing to be done for 'all'.
- make: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/esperanto-cosmopolitan.0.0.5/toolchain'
-> compiled esperanto-cosmopolitan.0.0.5
-> removed esperanto-cosmopolitan.0.0.5
Processing 4/4: [esperanto-cosmopolitan: make toolchain]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "-C" "toolchain" "PREFIX=/home/opam/.opam/5.4" "install" (CWD=/home/opam/.opam/5.4/.opam-switch/build/esperanto-cosmopolitan.0.0.5)
- make: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/esperanto-cosmopolitan.0.0.5/toolchain'
- Shared cache: enabled-except-user-rules
- Shared cache location: /home/opam/.cache/dune/db
- Workspace root:
- /home/opam/.opam/5.4/.opam-switch/build/esperanto-cosmopolitan.0.0.5/toolchain
- Auto-detected concurrency: 72
- File ".", line 1, characters 0-0:
- Warning: No dune-project file has been found in directory ".". A default one
- is assumed but the project might break when dune is upgraded. Please create a
- dune-project file.
- Hint: generate the project file with: $ dune init project <name>
- Dune context:
- { name = "default"
- ; kind = "default"
- ; profile = Dev
- ; merlin = true
- ; fdo_target_exe = None
- ; build_dir = In_build_dir "default"
- ; instrument_with = []
- }
- Shared cache: enabled-except-user-rules
- Shared cache location: /home/opam/.cache/dune/db
- Workspace root:
- /home/opam/.opam/5.4/.opam-switch/build/esperanto-cosmopolitan.0.0.5/toolchain
- Auto-detected concurrency: 72
- File ".", line 1, characters 0-0:
- Warning: No dune-project file has been found in directory ".". A default one
- is assumed but the project might break when dune is upgraded. Please create a
- dune-project file.
- Hint: generate the project file with: $ dune init project <name>
- Dune context:
- { name = "default"
- ; kind = "default"
- ; profile = Dev
- ; merlin = true
- ; fdo_target_exe = None
- ; build_dir = In_build_dir "default"
- ; instrument_with = []
- }
- Shared cache: enabled-except-user-rules
- Shared cache location: /home/opam/.cache/dune/db
- Workspace root:
- /home/opam/.opam/5.4/.opam-switch/build/esperanto-cosmopolitan.0.0.5/toolchain
- Auto-detected concurrency: 72
- File ".", line 1, characters 0-0:
- Warning: No dune-project file has been found in directory ".". A default one
- is assumed but the project might break when dune is upgraded. Please create a
- dune-project file.
- Hint: generate the project file with: $ dune init project <name>
- Dune context:
- { name = "default"
- ; kind = "default"
- ; profile = Dev
- ; merlin = true
- ; fdo_target_exe = None
- ; build_dir = In_build_dir "default"
- ; instrument_with = []
- }
- INSTALL /home/opam/.opam/5.4
- Shared cache: enabled-except-user-rules
- Shared cache location: /home/opam/.cache/dune/db
- Workspace root:
- /home/opam/.opam/5.4/.opam-switch/build/esperanto-cosmopolitan.0.0.5/toolchain
- Auto-detected concurrency: 72
- File ".", line 1, characters 0-0:
- Warning: No dune-project file has been found in directory ".". A default one
- is assumed but the project might break when dune is upgraded. Please create a
- dune-project file.
- Hint: generate the project file with: $ dune init project <name>
- Dune context:
- { name = "default"
- ; kind = "default"
- ; profile = Dev
- ; merlin = true
- ; fdo_target_exe = None
- ; build_dir = In_build_dir "default"
- ; instrument_with = []
- }
- Running[1]: (cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -short-paths -keep-locs -warn-error +a -g -bin-annot -bin-annot-occurrences -I .install.eobjs/byte -I /home/opam/.opam/5.4/lib/digestif/c -I /home/opam/.opam/5.4/lib/eqaf -I /home/opam/.opam/5.4/lib/ocaml/unix -no-alias-deps -opaque -o .install.eobjs/byte/dune__exe__Install.cmi -c -intf install.mli)
- Running[2]: (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -short-paths -keep-locs -warn-error +a -g -I .install.eobjs/byte -I .install.eobjs/native -I /home/opam/.opam/5.4/lib/digestif/c -I /home/opam/.opam/5.4/lib/eqaf -I /home/opam/.opam/5.4/lib/ocaml/unix -cmi-file .install.eobjs/byte/dune__exe__Install.cmi -no-alias-deps -opaque -o .install.eobjs/native/dune__exe__Install.cmx -c -impl install.ml)
- Running[3]: (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -short-paths -keep-locs -warn-error +a -g -o install.exe /home/opam/.opam/5.4/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.4/lib/eqaf/eqaf.cmxa /home/opam/.opam/5.4/lib/digestif/c/digestif_c.cmxa -I /home/opam/.opam/5.4/lib/digestif/c .install.eobjs/native/dune__exe__Install.cmx)
- INSTALL ape-no-modify-self.o
- INSTALL ape.lds
- INSTALL ape.o
- INSTALL crt.o
- INSTALL libc.a
- INSTALL libcosmo.a
- INSTALL libcxx.a
- INSTALL libdl.a
- INSTALL libgcc_s.a
- INSTALL libm.a
- INSTALL libpthread.a
- INSTALL libresolv.a
- INSTALL librt.a
- INSTALL libstdc++.a
- INSTALL libz.a
- INSTALL as
- INSTALL cc1
- INSTALL cc1plus
- INSTALL collect2
- INSTALL ld.bfd
- INSTALL as
- INSTALL cc1
- INSTALL cc1plus
- INSTALL collect2
- INSTALL ld.bfd
- INSTALL args.h
- INSTALL adler32_simd.inc
- INSTALL chunkcopy.inc
- INSTALL cpu_features.internal.h
- INSTALL crc32.inc
- INSTALL crc32_simd.internal.h
- INSTALL deflate.internal.h
- INSTALL inffast.internal.h
- INSTALL inffast_chunk.internal.h
- INSTALL inffixed.inc
- INSTALL inflate.internal.h
- INSTALL inftrees.internal.h
- INSTALL insert_string.inc
- INSTALL internal.h
- INSTALL macros.internal.h
- INSTALL slide_hash_simd.inc
- INSTALL trees.inc
- INSTALL zconf.h
- INSTALL zlib.h
- INSTALL zutil.internal.h
- INSTALL avx512.h
- INSTALL private.h
- INSTALL x86.h
- INSTALL x86isa.h
- INSTALL notice.inc
- INSTALL regex.h
- INSTALL tre.inc
- INSTALL array.internal.h
- INSTALL atomic.h
- INSTALL atomic.internal.h
- INSTALL common.internal.h
- INSTALL counter.h
- INSTALL cv.h
- INSTALL debug.h
- INSTALL futex.internal.h
- INSTALL heap.internal.h
- INSTALL mu.h
- INSTALL mu_semaphore.h
- INSTALL mu_semaphore.internal.h
- INSTALL mu_wait.h
- INSTALL note.h
- INSTALL once.h
- INSTALL races.internal.h
- INSTALL time.h
- INSTALL wait_s.internal.h
- INSTALL waiter.h
- INSTALL crypt.h
- INSTALL crypt.internal.h
- INSTALL crypt_des.internal.h
- INSTALL fnmatch.h
- INSTALL glob.h
- INSTALL lockf.h
- INSTALL mntent.h
- INSTALL passwd.h
- INSTALL rand48.h
- INSTALL search.h
- INSTALL tempnam.h
- INSTALL tsearch.internal.h
- INSTALL atomic_support.hh
- INSTALL config_elast.hh
- INSTALL __config
- INSTALL __bit_reference
- INSTALL __bsd_locale_fallbacks.h
- INSTALL __config
- INSTALL __debug
- INSTALL __errc
- INSTALL __functional_base
- INSTALL __hash_table
- INSTALL __locale
- INSTALL __mutex_base
- INSTALL __node_handle
- INSTALL __nullptr
- INSTALL __split_buffer
- INSTALL __sso_allocator
- INSTALL __std_stream
- INSTALL __string
- INSTALL __threading_support
- INSTALL __tree
- INSTALL __tuple
- INSTALL __undef_macros
- INSTALL algorithm
- INSTALL any
- INSTALL array
- INSTALL atomic
- INSTALL atomic_support.hh
- INSTALL bit
- INSTALL bitset
- INSTALL cassert
- INSTALL ccomplex
- INSTALL cctype
- INSTALL cerrno
- INSTALL cfenv
- INSTALL cfloat
- INSTALL charconv
- INSTALL chrono
- INSTALL cinttypes
- INSTALL ciso646
- INSTALL climits
- INSTALL clocale
- INSTALL cmath
- INSTALL codecvt
- INSTALL compare
- INSTALL complex
- INSTALL condition_variable
- INSTALL config_elast.h
- INSTALL countof.internal.hh
- INSTALL csetjmp
- INSTALL csignal
- INSTALL cstdarg
- INSTALL cstdbool
- INSTALL cstddef
- INSTALL cstdint
- INSTALL cstdio
- INSTALL cstdlib
- INSTALL cstring
- INSTALL ctgmath
- INSTALL ctime
- INSTALL ctype.h
- INSTALL cwchar
- INSTALL cwctype
- INSTALL deque
- INSTALL errno.h
- INSTALL exception
- INSTALL exception_fallback.hh
- INSTALL exception_pointer_unimplemented.hh
- INSTALL execution
- INSTALL filesystem
- INSTALL filesystem_common.hh
- INSTALL forward_list
- INSTALL fstream
- INSTALL functional
- INSTALL future
- INSTALL initializer_list
- INSTALL iomanip
- INSTALL ios
- INSTALL iosfwd
- INSTALL iostream
- INSTALL istream
- INSTALL iterator
- INSTALL limits
- INSTALL limits.h
- INSTALL list
- INSTALL locale
- INSTALL locale.h
- INSTALL map
- INSTALL math.h
- INSTALL memory
- INSTALL mutex
- INSTALL new
- INSTALL new_handler_fallback.hh
- INSTALL numeric
- INSTALL optional
- INSTALL ostream
- INSTALL queue
- INSTALL random
- INSTALL ratio
- INSTALL refstring.hh
- INSTALL regex
- INSTALL scoped_allocator
- INSTALL set
- INSTALL shared_mutex
- INSTALL span
- INSTALL sstream
- INSTALL stack
- INSTALL stdexcept
- INSTALL stdexcept_default.hh
- INSTALL stdio.h
- INSTALL stdlib.h
- INSTALL streambuf
- INSTALL string
- INSTALL string.h
- INSTALL string_view
- INSTALL strstream
- INSTALL system_error
- INSTALL thread
- INSTALL tuple
- INSTALL type_traits
- INSTALL typeindex
- INSTALL typeinfo
- INSTALL unordered_map
- INSTALL unordered_set
- INSTALL utility
- INSTALL valarray
- INSTALL variant
- INSTALL vector
- INSTALL version
- INSTALL wchar.h
- INSTALL wctype.h
- INSTALL adxintrin.internal.h
- INSTALL ammintrin.internal.h
- INSTALL amxbf16intrin.internal.h
- INSTALL amxint8intrin.internal.h
- INSTALL amxtileintrin.internal.h
- INSTALL avx2intrin.internal.h
- INSTALL avx5124fmapsintrin.internal.h
- INSTALL avx5124vnniwintrin.internal.h
- INSTALL avx512bf16intrin.internal.h
- INSTALL avx512bf16vlintrin.internal.h
- INSTALL avx512bitalgintrin.internal.h
- INSTALL avx512bwintrin.internal.h
- INSTALL avx512cdintrin.internal.h
- INSTALL avx512dqintrin.internal.h
- INSTALL avx512erintrin.internal.h
- INSTALL avx512fintrin.internal.h
- INSTALL avx512ifmaintrin.internal.h
- INSTALL avx512ifmavlintrin.internal.h
- INSTALL avx512pfintrin.internal.h
- INSTALL avx512vbmi2intrin.internal.h
- INSTALL avx512vbmi2vlintrin.internal.h
- INSTALL avx512vbmiintrin.internal.h
- INSTALL avx512vbmivlintrin.internal.h
- INSTALL avx512vlbwintrin.internal.h
- INSTALL avx512vldqintrin.internal.h
- INSTALL avx512vlintrin.internal.h
- INSTALL avx512vnniintrin.internal.h
- INSTALL avx512vnnivlintrin.internal.h
- INSTALL avx512vp2intersectintrin.internal.h
- INSTALL avx512vp2intersectvlintrin.internal.h
- INSTALL avx512vpopcntdqintrin.internal.h
- INSTALL avx512vpopcntdqvlintrin.internal.h
- INSTALL avxintrin.internal.h
- INSTALL avxvnniintrin.internal.h
- INSTALL bmi2intrin.internal.h
- INSTALL bmiintrin.internal.h
- INSTALL cetintrin.internal.h
- INSTALL cldemoteintrin.internal.h
- INSTALL clflushoptintrin.internal.h
- INSTALL clwbintrin.internal.h
- INSTALL clzerointrin.internal.h
- INSTALL cpuid.internal.h
- INSTALL emmintrin.internal.h
- INSTALL enqcmdintrin.internal.h
- INSTALL f16cintrin.internal.h
- INSTALL fma4intrin.internal.h
- INSTALL fmaintrin.internal.h
- INSTALL fxsrintrin.internal.h
- INSTALL gfniintrin.internal.h
- INSTALL hresetintrin.internal.h
- INSTALL ia32intrin.internal.h
- INSTALL immintrin.internal.h
- INSTALL keylockerintrin.internal.h
- INSTALL lwpintrin.internal.h
- INSTALL lzcntintrin.internal.h
- INSTALL mm3dnow.internal.h
- INSTALL mm_malloc.internal.h
- INSTALL mmintrin.internal.h
- INSTALL movdirintrin.internal.h
- INSTALL mwaitxintrin.internal.h
- INSTALL nmmintrin.internal.h
- INSTALL pconfigintrin.internal.h
- INSTALL pkuintrin.internal.h
- INSTALL pmmintrin.internal.h
- INSTALL popcntintrin.internal.h
- INSTALL prfchwintrin.internal.h
- INSTALL rdseedintrin.internal.h
- INSTALL rtmintrin.internal.h
- INSTALL serializeintrin.internal.h
- INSTALL sgxintrin.internal.h
- INSTALL shaintrin.internal.h
- INSTALL smmintrin.internal.h
- INSTALL tbmintrin.internal.h
- INSTALL tmmintrin.internal.h
- INSTALL tsxldtrkintrin.internal.h
- INSTALL uintrintrin.internal.h
- INSTALL vaesintrin.internal.h
- INSTALL vpclmulqdqintrin.internal.h
- INSTALL waitpkgintrin.internal.h
- INSTALL wbnoinvdintrin.internal.h
- INSTALL wmmintrin.internal.h
- INSTALL x86gprintrin.internal.h
- INSTALL x86intrin.internal.h
- INSTALL xmmintrin.internal.h
- INSTALL xopintrin.internal.h
- INSTALL xsavecintrin.internal.h
- INSTALL xsaveintrin.internal.h
- INSTALL xsaveoptintrin.internal.h
- INSTALL xsavesintrin.internal.h
- INSTALL xtestintrin.internal.h
- INSTALL getopt.internal.h
- INSTALL long1.h
- INSTALL long2.h
- INSTALL gdtoa.h
- INSTALL gdtoa.internal.h
- INSTALL gdtoa_fltrnds.inc
- INSTALL binmaps.inc
- INSTALL chunks.inc
- INSTALL debugging.inc
- INSTALL debuglib.inc
- INSTALL directmap.inc
- INSTALL dlmalloc.h
- INSTALL global.inc
- INSTALL headfoot.inc
- INSTALL hooks.inc
- INSTALL indexing.inc
- INSTALL init.inc
- INSTALL locks.inc
- INSTALL management.inc
- INSTALL mspaces.inc
- INSTALL platform.inc
- INSTALL runtimechecks.inc
- INSTALL smallbins.inc
- INSTALL statistics.inc
- INSTALL system.inc
- INSTALL trees.inc
- INSTALL vespene.internal.h
- INSTALL acc_prof.internal.h
- INSTALL arm_acle.internal.h
- INSTALL arm_bf16.internal.h
- INSTALL arm_fp16.internal.h
- INSTALL arm_neon.internal.h
- INSTALL arm_sve.internal.h
- INSTALL openacc.internal.h
- INSTALL auxv.h
- INSTALL cdefs.h
- INSTALL dir.h
- INSTALL errno.h
- INSTALL event.h
- INSTALL fcntl.h
- INSTALL file.h
- INSTALL ioctl.h
- INSTALL ipc.h
- INSTALL mman.h
- INSTALL mount.h
- INSTALL msg.h
- INSTALL param.h
- INSTALL poll.h
- INSTALL prctl.h
- INSTALL procfs.h
- INSTALL ptrace.h
- INSTALL random.h
- INSTALL reboot.h
- INSTALL resource.h
- INSTALL select.h
- INSTALL sendfile.h
- INSTALL signal.h
- INSTALL socket.h
- INSTALL stat.h
- INSTALL statfs.h
- INSTALL statvfs.h
- INSTALL syscall.h
- INSTALL sysinfo.h
- INSTALL sysmacros.h
- INSTALL termios.h
- INSTALL time.h
- INSTALL times.h
- INSTALL ttydefaults.h
- INSTALL types.h
- INSTALL ucontext.h
- INSTALL uio.h
- INSTALL un.h
- INSTALL user.h
- INSTALL utsname.h
- INSTALL vfs.h
- INSTALL wait.h
- INSTALL in.h
- INSTALL ip.h
- INSTALL tcp.h
- INSTALL udp.h
- INSTALL csscolor.h
- INSTALL escape.h
- INSTALL gethttpheader.inc
- INSTALL gethttpmethod.inc
- INSTALL http.h
- INSTALL ip.h
- INSTALL tokenbucket.h
- INSTALL url.h
- INSTALL ethernet.h
- INSTALL if.h
- INSTALL if_arp.h
- INSTALL futex.h
- INSTALL limits.h
- INSTALL param.h
- INSTALL types.h
- INSTALL x.h
- INSTALL xasprintf.h
- INSTALL xgetline.h
- INSTALL xiso8601.h
- INSTALL xsigaction.h
- INSTALL xspawn.h
- INSTALL tty-graph.inc
- INSTALL vga.internal.h
- INSTALL atan_common.internal.h
- INSTALL atan_data.internal.h
- INSTALL atanf_common.internal.h
- INSTALL atanf_data.internal.h
- INSTALL complex.internal.h
- INSTALL emod.h
- INSTALL emodl.h
- INSTALL estrin_wrap.internal.h
- INSTALL exp2f_data.internal.h
- INSTALL exp_data.internal.h
- INSTALL expo.internal.h
- INSTALL feval.internal.h
- INSTALL freebsd.internal.h
- INSTALL horner.internal.h
- INSTALL horner_wrap.internal.h
- INSTALL hornerf.internal.h
- INSTALL internal.h
- INSTALL invtrigl.internal.h
- INSTALL kernel.internal.h
- INSTALL ldshape.internal.h
- INSTALL log1pf_data.internal.h
- INSTALL log2_data.internal.h
- INSTALL log2f_data.internal.h
- INSTALL log_data.internal.h
- INSTALL logf_data.internal.h
- INSTALL magicu.h
- INSTALL pow_data.internal.h
- INSTALL powf_data.internal.h
- INSTALL sincosf.internal.h
- INSTALL timezone.h
- INSTALL tm.h
- INSTALL utimbuf.h
- INSTALL utimbuf.internal.h
- INSTALL clockstonanos.internal.h
- INSTALL time.h
- INSTALL tz.internal.h
- INSTALL tzfile.internal.h
- INSTALL freebsd.internal.h
- INSTALL itimer.internal.h
- INSTALL openbsd.internal.h
- INSTALL posixthread.internal.h
- INSTALL pt.internal.h
- INSTALL semaphore.h
- INSTALL thread.h
- INSTALL thread2.h
- INSTALL tls.h
- INSTALL tls2.internal.h
- INSTALL xnu.internal.h
- INSTALL _posix.h
- INSTALL af.h
- INSTALL arch.h
- INSTALL arp.h
- INSTALL at.h
- INSTALL audit.h
- INSTALL auxv.h
- INSTALL baud.internal.h
- INSTALL c.h
- INSTALL cap.h
- INSTALL clock.h
- INSTALL clone.h
- INSTALL close.h
- INSTALL dn.h
- INSTALL dt.h
- INSTALL endian.h
- INSTALL epoll.h
- INSTALL ethernet.h
- INSTALL ex.h
- INSTALL exit.h
- INSTALL f.h
- INSTALL falloc.h
- INSTALL fan.h
- INSTALL fbio.h
- INSTALL fd.h
- INSTALL fileno.h
- INSTALL fio.h
- INSTALL fs.h
- INSTALL futex.h
- INSTALL grnd.h
- INSTALL hwcap.h
- INSTALL icmp6.h
- INSTALL iff.h
- INSTALL in.h
- INSTALL inaddr.h
- INSTALL inet6.h
- INSTALL io.h
- INSTALL ioprio.h
- INSTALL iov.h
- INSTALL ip.h
- INSTALL ipport.h
- INSTALL ipproto.h
- INSTALL ipv6.h
- INSTALL itimer.h
- INSTALL kd.h
- INSTALL kern.h
- INSTALL l.h
- INSTALL limits.h
- INSTALL lio.h
- INSTALL lock.h
- INSTALL log.h
- INSTALL loglevel.h
- INSTALL madv.h
- INSTALL map.h
- INSTALL mcast.h
- INSTALL mfd.h
- INSTALL mlock.h
- INSTALL modem.h
- INSTALL mount.h
- INSTALL mremap.h
- INSTALL msg.h
- INSTALL msync.h
- INSTALL nr.h
- INSTALL nrlinux.h
- INSTALL o.h
- INSTALL ok.h
- INSTALL personality.h
- INSTALL pf.h
- INSTALL poll.h
- INSTALL posix.h
- INSTALL pr.h
- INSTALL prio.h
- INSTALL prot.h
- INSTALL pt.h
- INSTALL ptrace.h
- INSTALL pty.h
- INSTALL read.h
- INSTALL reboot.h
- INSTALL rlim.h
- INSTALL rlimit.h
- INSTALL rusage.h
- INSTALL s.h
- INSTALL sa.h
- INSTALL sched.h
- INSTALL scm.h
- INSTALL seek.h
- INSTALL sf.h
- INSTALL shm.h
- INSTALL shut.h
- INSTALL sicode.h
- INSTALL sig.h
- INSTALL sio.h
- INSTALL so.h
- INSTALL sock.h
- INSTALL sol.h
- INSTALL splice.h
- INSTALL ss.h
- INSTALL st.h
- INSTALL syscon.internal.h
- INSTALL tcp.h
- INSTALL tcpopt.h
- INSTALL termios.h
- INSTALL th.h
- INSTALL timer.h
- INSTALL uc.h
- INSTALL unmount.h
- INSTALL utime.h
- INSTALL w.h
- INSTALL waitid.h
- INSTALL xopen.h
- INSTALL errfuns.h
- INSTALL macros.internal.h
- INSTALL blake2.h
- INSTALL highwayhash64.h
- INSTALL langinfo.h
- INSTALL locale.h
- INSTALL mb.internal.h
- INSTALL nltypes.h
- INSTALL slice.h
- INSTALL str.h
- INSTALL strwidth.h
- INSTALL tab.internal.h
- INSTALL thompike.h
- INSTALL tpdecodecb.internal.h
- INSTALL unicode.h
- INSTALL utf16.h
- INSTALL wcwidth_osx.internal.h
- INSTALL append.h
- INSTALL big5.inc
- INSTALL codepages.inc
- INSTALL dprintf.h
- INSTALL fflush.internal.h
- INSTALL ftw.h
- INSTALL gb18030.inc
- INSTALL hex.internal.h
- INSTALL hkscs.inc
- INSTALL iconv.h
- INSTALL internal.h
- INSTALL jis0208.inc
- INSTALL ksc.inc
- INSTALL lcg.internal.h
- INSTALL legacychars.inc
- INSTALL rand.h
- INSTALL revjis.inc
- INSTALL stdio.h
- INSTALL stdio_ext.h
- INSTALL strlist.internal.h
- INSTALL syscall.h
- INSTALL sysparam.h
- INSTALL arphdr.h
- INSTALL arpreq.h
- INSTALL cmsghdr.h
- INSTALL cmsghdr.internal.h
- INSTALL ether_header.h
- INSTALL ifconf.h
- INSTALL ifreq.h
- INSTALL in6_pktinfo.h
- INSTALL in_pktinfo.h
- INSTALL ip_mreq.h
- INSTALL linger.h
- INSTALL msghdr.h
- INSTALL msghdr.internal.h
- INSTALL pollfd.h
- INSTALL pollfd.internal.h
- INSTALL sockaddr.h
- INSTALL sockaddr.internal.h
- INSTALL sockaddr6-bsd.internal.h
- INSTALL sockaddr6.h
- INSTALL alg.h
- INSTALL epoll.h
- INSTALL goodsocket.internal.h
- INSTALL ifaddrs.h
- INSTALL internal.h
- INSTALL ipclassify.internal.h
- INSTALL select.h
- INSTALL select.internal.h
- INSTALL sendfile.internal.h
- INSTALL sock.h
- INSTALL syscall_fd.internal.h
- INSTALL syslog.h
- INSTALL wsaid.internal.h
- INSTALL yoink.inc
- INSTALL clktck.h
- INSTALL e820.internal.h
- INSTALL fenv.h
- INSTALL internal.h
- INSTALL memtrack.internal.h
- INSTALL metalprintf.internal.h
- INSTALL mman.internal.h
- INSTALL pathconf.h
- INSTALL pc.internal.h
- INSTALL runtime.h
- INSTALL stack.h
- INSTALL symbols.internal.h
- INSTALL sysconf.h
- INSTALL syslib.internal.h
- INSTALL unwind.h
- INSTALL utmp.h
- INSTALL utmpx.h
- INSTALL winargs.internal.h
- INSTALL zipos.internal.h
- INSTALL describefds.internal.h
- INSTALL execve.internal.h
- INSTALL ntspawn.h
- INSTALL posix_spawn.h
- INSTALL posix_spawn.internal.h
- INSTALL proc.internal.h
- INSTALL exceptionhandler.h
- INSTALL handlerroutine.h
- INSTALL hookproc.h
- INSTALL imagetlscallback.h
- INSTALL ioapcroutine.h
- INSTALL pknormalroutine.h
- INSTALL timerproc.h
- INSTALL wambda.h
- INSTALL wndenumproc.h
- INSTALL wndproc.h
- INSTALL accounting.inc
- INSTALL console.inc
- INSTALL files.inc
- INSTALL memory.inc
- INSTALL msabi.h
- INSTALL ntdll.inc
- INSTALL ntfile.inc
- INSTALL paint.inc
- INSTALL process.inc
- INSTALL runtime.inc
- INSTALL signals.inc
- INSTALL startupinfo.inc
- INSTALL synchronization.inc
- INSTALL systeminfo.inc
- INSTALL thread.inc
- INSTALL winsock.inc
- INSTALL acl.h
- INSTALL afd.h
- INSTALL ansistring.h
- INSTALL byhandlefileinformation.h
- INSTALL charinfo.h
- INSTALL clientid.h
- INSTALL consolecursorinfo.h
- INSTALL consolescreenbufferinfo.h
- INSTALL consolescreenbufferinfoex.h
- INSTALL consoleselectioninfo.h
- INSTALL context.h
- INSTALL coord.h
- INSTALL criticalsection.h
- INSTALL criticalsectiondebug.h
- INSTALL drawtextparams.h
- INSTALL editmenu.h
- INSTALL exceptionframe.h
- INSTALL fdset.h
- INSTALL fileaccessinformation.h
- INSTALL filealignmentinformation.h
- INSTALL fileallinformation.h
- INSTALL fileallocationinformation.h
- INSTALL fileattributetaginformation.h
- INSTALL filebasicinfo.h
- INSTALL filebasicinformation.h
- INSTALL filebothdirectoryinformation.h
- INSTALL filecompressioninfo.h
- INSTALL filedirectoryinformation.h
- INSTALL filedispositioninformation.h
- INSTALL fileeainformation.h
- INSTALL fileendoffileinformation.h
- INSTALL filefsfullsizeinformation.h
- INSTALL filefulldirectoryinformation.h
- INSTALL filefulleainformation.h
- INSTALL fileinternalinformation.h
- INSTALL filemailslotqueryinformation.h
- INSTALL filemailslotsetinformation.h
- INSTALL filemodeinformation.h
- INSTALL filenameinformation.h
- INSTALL filenamesinformation.h
- INSTALL filenetworkopeninformation.h
- INSTALL filepipelocalinformation.h
- INSTALL filepositioninformation.h
- INSTALL filerenameinformation.h
- INSTALL filesegmentelement.h
- INSTALL filestandardinformation.h
- INSTALL filestreaminformation.h
- INSTALL filetime.h
- INSTALL filezerodatainformation.h
- INSTALL fpodata.h
- INSTALL genericmapping.h
- INSTALL guid.h
- INSTALL imagearchivememberheader.internal.h
- INSTALL imageauxsymbol.internal.h
- INSTALL imageauxsymbolex.internal.h
- INSTALL imageauxsymboltokendef.internal.h
- INSTALL imagebaserelocation.internal.h
- INSTALL imageboundforwarderref.internal.h
- INSTALL imageboundimportdescriptor.internal.h
- INSTALL imageceruntimefunctionentry.internal.h
- INSTALL imagecoffsymbolsheader.internal.h
- INSTALL imagedatadirectory.internal.h
- INSTALL imagedebugdirectory.internal.h
- INSTALL imagedebugmisc.internal.h
- INSTALL imagedelayloaddescriptor.internal.h
- INSTALL imagedosheader.internal.h
- INSTALL imagedynamicrelocation.internal.h
- INSTALL imagedynamicrelocationtable.internal.h
- INSTALL imagedynamicrelocationv2.internal.h
- INSTALL imageenclaveconfig.internal.h
- INSTALL imageenclaveimport.internal.h
- INSTALL imageepiloguedynamicrelocationheader.internal.h
- INSTALL imageexportdirectory.internal.h
- INSTALL imagefileheader.internal.h
- INSTALL imagehotpatchbase.internal.h
- INSTALL imagehotpatchhashes.internal.h
- INSTALL imagehotpatchinfo.internal.h
- INSTALL imageimportbyname.internal.h
- INSTALL imageimportdescriptor.internal.h
- INSTALL imagelinenumber.internal.h
- INSTALL imageloadconfigcodeintegrity.internal.h
- INSTALL imageloadconfigdirectory.internal.h
- INSTALL imagentheaders.internal.h
- INSTALL imageoptionalheader.internal.h
- INSTALL imageprologuedynamicrelocationheader.internal.h
- INSTALL imagerelocation.internal.h
- INSTALL imageresourcedataentry.internal.h
- INSTALL imageresourcedirectory.internal.h
- INSTALL imageresourcedirectoryentry.internal.h
- INSTALL imageresourcedirstring.internal.h
- INSTALL imageromoptionalheader.internal.h
- INSTALL imageruntimefunctionentry.internal.h
- INSTALL imagesectionheader.internal.h
- INSTALL imageseparatedebugheader.internal.h
- INSTALL imagesymbol.internal.h
- INSTALL imagesymbolex.internal.h
- INSTALL imagethunkdata.internal.h
- INSTALL imagetlsdirectory.internal.h
- INSTALL importobjectheader.internal.h
- INSTALL inputrecord.h
- INSTALL iocounters.h
- INSTALL iostatusblock.h
- INSTALL iovec.h
- INSTALL ipadapteraddresses.h
- INSTALL kernelusertimes.h
- INSTALL ldr.h
- INSTALL ldrdatatableentry.h
- INSTALL linger.h
- INSTALL linkedlist.h
- INSTALL luid.h
- INSTALL luidandattributes.h
- INSTALL memorybasicinformation.h
- INSTALL memoryrangeentry.h
- INSTALL memorystatusex.h
- INSTALL msg.h
- INSTALL nonpageddebuginfo.h
- INSTALL ntexceptionpointers.h
- INSTALL ntexceptionrecord.h
- INSTALL objectallinformation.h
- INSTALL objectattributes.h
- INSTALL objectbasicinformation.h
- INSTALL objectnameinformation.h
- INSTALL objecttypeinformation.h
- INSTALL openfilename.h
- INSTALL osversioninfo.h
- INSTALL overlapped.h
- INSTALL overlappedentry.h
- INSTALL paintstruct.h
- INSTALL pdhfmtcountervalue.h
- INSTALL peb.h
- INSTALL point.h
- INSTALL pollfd.h
- INSTALL privilegeset.h
- INSTALL processbasicinformation.h
- INSTALL processentry32.h
- INSTALL processinformation.h
- INSTALL processmemorycounters.h
- INSTALL procthreadattributelist.h
- INSTALL rect.h
- INSTALL reparsedatabuffer.h
- INSTALL rtluserprocessinformation.h
- INSTALL rtluserprocessparameters.h
- INSTALL sectionimageinformation.h
- INSTALL securityattributes.h
- INSTALL securitydescriptor.h
- INSTALL size.h
- INSTALL smallrect.h
- INSTALL startupinfo.h
- INSTALL startupinfoex.h
- INSTALL systembasicinformation.h
- INSTALL systemexceptioninformation.h
- INSTALL systemhandleentry.h
- INSTALL systemhandleinformation.h
- INSTALL systeminfo.h
- INSTALL systeminterruptinformation.h
- INSTALL systemlookasideinformation.h
- INSTALL systemperformanceinformation.h
- INSTALL systemprocessinformation.h
- INSTALL systemprocessorinformation.h
- INSTALL systemprocessorperformanceinformation.h
- INSTALL systemregistryquotainformation.h
- INSTALL systemthreads.h
- INSTALL systemtime.h
- INSTALL systemtimeofdayinformation.h
- INSTALL teb.h
- INSTALL timeval.h
- INSTALL tokenprivileges.h
- INSTALL unicodestring.h
- INSTALL userstack.h
- INSTALL valent.h
- INSTALL vmcounters.h
- INSTALL win32fileattributedata.h
- INSTALL win32finddata.h
- INSTALL windowplacement.h
- INSTALL wndclass.h
- INSTALL wndclassex.h
- INSTALL process.inc
- INSTALL time.inc
- INSTALL debug.h
- INSTALL file.h
- INSTALL ipc.h
- INSTALL key.h
- INSTALL loader.h
- INSTALL memory.h
- INSTALL process.h
- INSTALL sections.h
- INSTALL signing.h
- INSTALL thread.h
- INSTALL time.h
- INSTALL accessmask.h
- INSTALL afd.h
- INSTALL bitblt.h
- INSTALL callback.h
- INSTALL color.h
- INSTALL computernameformat.h
- INSTALL consolemodeflags.h
- INSTALL consoleselectionflags.h
- INSTALL context.h
- INSTALL copyfile.h
- INSTALL creationdisposition.h
- INSTALL cs.h
- INSTALL ctrlevent.h
- INSTALL cw.h
- INSTALL dialogresult.h
- INSTALL errormodeflags.h
- INSTALL event.h
- INSTALL eventtype.h
- INSTALL exceptionhandleractions.h
- INSTALL fileflagandattributes.h
- INSTALL fileinfobyhandleclass.h
- INSTALL fileinformationclass.h
- INSTALL filelockflags.h
- INSTALL filemapflags.h
- INSTALL filemovemethod.h
- INSTALL filesharemode.h
- INSTALL filetype.h
- INSTALL fillattribute.h
- INSTALL findexinfolevels.h
- INSTALL findexsearchops.h
- INSTALL formatmessageflags.h
- INSTALL fsctl.h
- INSTALL fsinformationclass.h
- INSTALL getfileexinfolevels.h
- INSTALL heap.h
- INSTALL ht.h
- INSTALL idc.h
- INSTALL imageauxsymboltype.h
- INSTALL importobjectnametype.h
- INSTALL importobjecttype.h
- INSTALL io.h
- INSTALL ioctl.h
- INSTALL jobobjectinfoclass.h
- INSTALL keyaccess.h
- INSTALL keyedevent.h
- INSTALL keyinformationclass.h
- INSTALL kwaitreason.h
- INSTALL lang.h
- INSTALL loadlibrarysearch.h
- INSTALL lockfile.h
- INSTALL mb.h
- INSTALL memflags.h
- INSTALL memoryinformationclass.h
- INSTALL mf.h
- INSTALL mk.h
- INSTALL movefileexflags.h
- INSTALL objectinformationclass.h
- INSTALL offerpriority.h
- INSTALL ofn.h
- INSTALL pageflags.h
- INSTALL pdh.h
- INSTALL processaccess.h
- INSTALL processcreationflags.h
- INSTALL processinfoclass.h
- INSTALL procthreadattributes.h
- INSTALL progress.h
- INSTALL pwr.h
- INSTALL rdw.h
- INSTALL reggetvalueflags.h
- INSTALL regtype.h
- INSTALL replacefile.h
- INSTALL sc.h
- INSTALL sectioninformationclass.h
- INSTALL sectioninherit.h
- INSTALL sectionmapflags.h
- INSTALL securityimpersonationlevel.h
- INSTALL securityinformation.h
- INSTALL signal.h
- INSTALL sio.h
- INSTALL size.h
- INSTALL startf.h
- INSTALL statfs.h
- INSTALL status.h
- INSTALL sw.h
- INSTALL symboliclink.h
- INSTALL systeminformationclass.h
- INSTALL th32cs.h
- INSTALL threadaccess.h
- INSTALL threadinfoclass.h
- INSTALL threadpriority.h
- INSTALL threadstate.h
- INSTALL tokeninformationclass.h
- INSTALL tokentype.h
- INSTALL tpm.h
- INSTALL valueinformationclass.h
- INSTALL version.h
- INSTALL vk.h
- INSTALL wa.h
- INSTALL wait.h
- INSTALL wm.h
- INSTALL ws.h
- INSTALL wsa.h
- INSTALL wsaid.h
- INSTALL wt.h
- INSTALL accounting.h
- INSTALL automation.h
- INSTALL codegen.h
- INSTALL comdlg.h
- INSTALL comms.h
- INSTALL console.h
- INSTALL createfile.h
- INSTALL debug.h
- INSTALL dll.h
- INSTALL efi.h
- INSTALL errors.h
- INSTALL events.h
- INSTALL files.h
- INSTALL iocp.h
- INSTALL ipc.h
- INSTALL iphlpapi.h
- INSTALL memory.h
- INSTALL messagebox.h
- INSTALL ntdll.h
- INSTALL ntdllimport.h
- INSTALL paint.h
- INSTALL pdh.h
- INSTALL pedef.internal.h
- INSTALL privilege.h
- INSTALL process.h
- INSTALL registry.h
- INSTALL runtime.h
- INSTALL signals.h
- INSTALL startupinfo.h
- INSTALL synchronization.h
- INSTALL system.h
- INSTALL systeminfo.h
- INSTALL thread.h
- INSTALL version.h
- INSTALL windows.h
- INSTALL winsock.h
- INSTALL bench.h
- INSTALL cachesize.h
- INSTALL cpuid4.internal.h
- INSTALL crc32.h
- INSTALL ffs.h
- INSTALL gc.internal.h
- INSTALL hascharacter.internal.h
- INSTALL kcpuids.h
- INSTALL kompressor.h
- INSTALL lz4.h
- INSTALL macros.h
- INSTALL macros.internal.inc
- INSTALL msr.internal.h
- INSTALL nexgen32e.h
- INSTALL nt2sysv.h
- INSTALL pcmpstr.inc
- INSTALL rdtsc.h
- INSTALL rdtscp.h
- INSTALL sha.h
- INSTALL stackframe.h
- INSTALL trampoline.h
- INSTALL uart.internal.h
- INSTALL vendor.internal.h
- INSTALL vidya.internal.h
- INSTALL x86compiler.h
- INSTALL x86feature.h
- INSTALL x86info.h
- INSTALL x87conf.inc
- INSTALL yield.h
- INSTALL alg.h
- INSTALL alloca.h
- INSTALL arraylist.internal.h
- INSTALL arraylist2.internal.h
- INSTALL bisect.internal.h
- INSTALL critbit0.h
- INSTALL gc.h
- INSTALL gc.internal.h
- INSTALL hook.internal.h
- INSTALL internal.h
- INSTALL mem.h
- INSTALL reverse.internal.h
- INSTALL shuffle.internal.h
- INSTALL sortedints.internal.h
- INSTALL appendresourcereport.internal.h
- INSTALL backtrace.internal.h
- INSTALL bsd.h
- INSTALL check.h
- INSTALL color.internal.h
- INSTALL countbranch.h
- INSTALL countexpr.h
- INSTALL gdb.h
- INSTALL getcallername.internal.h
- INSTALL internal.h
- INSTALL libfatal.internal.h
- INSTALL log.h
- INSTALL rop.internal.h
- INSTALL traceme.h
- INSTALL auxv.h
- INSTALL cdefs.h
- INSTALL dir.h
- INSTALL errno.h
- INSTALL event.h
- INSTALL fcntl.h
- INSTALL file.h
- INSTALL ioctl.h
- INSTALL ipc.h
- INSTALL mman.h
- INSTALL mount.h
- INSTALL msg.h
- INSTALL param.h
- INSTALL poll.h
- INSTALL prctl.h
- INSTALL procfs.h
- INSTALL ptrace.h
- INSTALL random.h
- INSTALL reboot.h
- INSTALL resource.h
- INSTALL select.h
- INSTALL sendfile.h
- INSTALL signal.h
- INSTALL socket.h
- INSTALL stat.h
- INSTALL statfs.h
- INSTALL statvfs.h
- INSTALL syscall.h
- INSTALL sysinfo.h
- INSTALL sysmacros.h
- INSTALL termios.h
- INSTALL time.h
- INSTALL times.h
- INSTALL ttydefaults.h
- INSTALL types.h
- INSTALL ucontext.h
- INSTALL uio.h
- INSTALL un.h
- INSTALL user.h
- INSTALL utsname.h
- INSTALL vfs.h
- INSTALL wait.h
- INSTALL in.h
- INSTALL ip.h
- INSTALL tcp.h
- INSTALL udp.h
- INSTALL ethernet.h
- INSTALL if.h
- INSTALL if_arp.h
- INSTALL futex.h
- INSTALL limits.h
- INSTALL param.h
- INSTALL types.h
- INSTALL inet.h
- INSTALL algorithm
- INSTALL alloca.h
- INSTALL ammintrin.h
- INSTALL any
- INSTALL ar.h
- INSTALL arm_acle.h
- INSTALL arm_bf16.h
- INSTALL arm_fp16.h
- INSTALL arm_neon.h
- INSTALL array
- INSTALL assert.h
- INSTALL atomic
- INSTALL bit
- INSTALL bitset
- INSTALL byteswap.h
- INSTALL cassert
- INSTALL ccomplex
- INSTALL cctype
- INSTALL cerrno
- INSTALL cfenv
- INSTALL cfloat
- INSTALL charconv
- INSTALL chrono
- INSTALL cinttypes
- INSTALL ciso646
- INSTALL climits
- INSTALL clocale
- INSTALL clzerointrin.h
- INSTALL cmath
- INSTALL codecvt
- INSTALL compare
- INSTALL complex
- INSTALL complex.h
- INSTALL condition_variable
- INSTALL cosmo.h
- INSTALL cpio.h
- INSTALL cpuid.h
- INSTALL crypt.h
- INSTALL csetjmp
- INSTALL csignal
- INSTALL cstdarg
- INSTALL cstdbool
- INSTALL cstddef
- INSTALL cstdint
- INSTALL cstdio
- INSTALL cstdlib
- INSTALL cstring
- INSTALL ctgmath
- INSTALL ctime
- INSTALL ctype.h
- INSTALL cwchar
- INSTALL cwctype
- INSTALL cxxabi.h
- INSTALL deque
- INSTALL dirent.h
- INSTALL dlfcn.h
- INSTALL elf.h
- INSTALL emmintrin.h
- INSTALL endian.h
- INSTALL err.h
- INSTALL errno.h
- INSTALL exception
- INSTALL execution
- INSTALL fcntl.h
- INSTALL features.h
- INSTALL fenv.h
- INSTALL filesystem
- INSTALL float.h
- INSTALL fnmatch.h
- INSTALL forward_list
- INSTALL fstream
- INSTALL ftw.h
- INSTALL functional
- INSTALL future
- INSTALL getopt.h
- INSTALL glob.h
- INSTALL grp.h
- INSTALL iconv.h
- INSTALL ifaddrs.h
- INSTALL immintrin.h
- INSTALL initializer_list
- INSTALL inttypes.h
- INSTALL iomanip
- INSTALL ios
- INSTALL iosfwd
- INSTALL iostream
- INSTALL iso646.h
- INSTALL istream
- INSTALL iterator
- INSTALL langinfo.h
- INSTALL libgen.h
- INSTALL limits
- INSTALL limits.h
- INSTALL list
- INSTALL locale
- INSTALL locale.h
- INSTALL malloc.h
- INSTALL map
- INSTALL math.h
- INSTALL memory
- INSTALL memory.h
- INSTALL mm3dnow.h
- INSTALL mm_malloc.h
- INSTALL mmintrin.h
- INSTALL mntent.h
- INSTALL monetary.h
- INSTALL mutex
- INSTALL mwaitxintrin.h
- INSTALL netdb.h
- INSTALL new
- INSTALL nl_types.h
- INSTALL nmmintrin.h
- INSTALL nsync.h
- INSTALL nsync_atomic.h
- INSTALL nsync_counter.h
- INSTALL nsync_cv.h
- INSTALL nsync_debug.h
- INSTALL nsync_mu.h
- INSTALL nsync_mu_wait.h
- INSTALL nsync_note.h
- INSTALL nsync_once.h
- INSTALL nsync_time.h
- INSTALL nsync_waiter.h
- INSTALL numeric
- INSTALL optional
- INSTALL ostream
- INSTALL paths.h
- INSTALL pmmintrin.h
- INSTALL poll.h
- INSTALL popcntintrin.h
- INSTALL pthread.h
- INSTALL pty.h
- INSTALL pwd.h
- INSTALL queue
- INSTALL random
- INSTALL ratio
- INSTALL regex
- INSTALL regex.h
- INSTALL sched.h
- INSTALL scoped_allocator
- INSTALL search.h
- INSTALL semaphore.h
- INSTALL set
- INSTALL setjmp.h
- INSTALL sgxintrin.h
- INSTALL shared_mutex
- INSTALL signal.h
- INSTALL smmintrin.h
- INSTALL span
- INSTALL spawn.h
- INSTALL sstream
- INSTALL stack
- INSTALL stdalign.h
- INSTALL stdarg.h
- INSTALL stdatomic.h
- INSTALL stdbool.h
- INSTALL stdc-predef.h
- INSTALL stdckdint.h
- INSTALL stddef.h
- INSTALL stdexcept
- INSTALL stdint.h
- INSTALL stdio.h
- INSTALL stdio_ext.h
- INSTALL stdlib.h
- INSTALL stdnoreturn.h
- INSTALL streambuf
- INSTALL string
- INSTALL string.h
- INSTALL string_view
- INSTALL strings.h
- INSTALL strstream
- INSTALL sysexits.h
- INSTALL syslog.h
- INSTALL system_error
- INSTALL termios.h
- INSTALL tgmath.h
- INSTALL thread
- INSTALL time.h
- INSTALL tmmintrin.h
- INSTALL tuple
- INSTALL type_traits
- INSTALL typeindex
- INSTALL typeinfo
- INSTALL uchar.h
- INSTALL ucontext.h
- INSTALL uio.h
- INSTALL unistd.h
- INSTALL unordered_map
- INSTALL unordered_set
- INSTALL utility
- INSTALL utime.h
- INSTALL utmp.h
- INSTALL utmpx.h
- INSTALL valarray
- INSTALL variant
- INSTALL vector
- INSTALL version
- INSTALL wait.h
- INSTALL wchar.h
- INSTALL wctype.h
- INSTALL winternl.h
- INSTALL wmmintrin.h
- INSTALL x86intrin.h
- INSTALL xmmintrin.h
- INSTALL asan.internal.h
- INSTALL asancodes.h
- INSTALL asmflag.h
- INSTALL atomic.h
- INSTALL bsf.h
- INSTALL bsr.h
- INSTALL bswap.h
- INSTALL cmpxchg.h
- INSTALL cxaatexit.internal.h
- INSTALL describebacktrace.internal.h
- INSTALL describeflags.internal.h
- INSTALL describentoverlapped.internal.h
- INSTALL directmap.internal.h
- INSTALL dll.h
- INSTALL dos2errno.internal.h
- INSTALL extend.internal.h
- INSTALL getauxval.internal.h
- INSTALL getenv.internal.h
- INSTALL hilbert.h
- INSTALL kprintf.h
- INSTALL leaky.internal.h
- INSTALL likely.h
- INSTALL macros.h
- INSTALL newbie.h
- INSTALL nomultics.internal.h
- INSTALL packsswb.h
- INSTALL packuswb.h
- INSTALL paddw.h
- INSTALL palignr.h
- INSTALL pandn.h
- INSTALL pcmpgtb.h
- INSTALL pcmpgtw.h
- INSTALL pmaddubsw.h
- INSTALL pmovmskb.h
- INSTALL pmulhrsw.h
- INSTALL popcnt.h
- INSTALL promises.internal.h
- INSTALL psraw.h
- INSTALL punpckhbw.h
- INSTALL punpckhwd.h
- INSTALL punpcklbw.h
- INSTALL punpcklwd.h
- INSTALL pushpop.internal.h
- INSTALL repmovsb.h
- INSTALL repstosb.h
- INSTALL safemacros.internal.h
- INSTALL segmentation.h
- INSTALL setjmp.internal.h
- INSTALL strace.internal.h
- INSTALL ulock.h
- INSTALL weaken.h
- INSTALL xchg.internal.h
- INSTALL c.inc
- INSTALL cxx.inc
- INSTALL cxxtypescompat.inc
- INSTALL llp64.inc
- INSTALL lp64.inc
- INSTALL lp64arg.inc
- INSTALL normalize.inc
- INSTALL bing.internal.h
- INSTALL conv.h
- INSTALL divmod10.internal.h
- INSTALL internal.h
- INSTALL itoa.h
- INSTALL leb128.h
- INSTALL libgen.h
- INSTALL magnumstrs.internal.h
- INSTALL wintime.internal.h
- INSTALL auxv.h
- INSTALL chdr.h
- INSTALL dyn.h
- INSTALL ehdr.h
- INSTALL lib.h
- INSTALL move.h
- INSTALL nhdr.h
- INSTALL phdr.h
- INSTALL rel.h
- INSTALL rela.h
- INSTALL shdr.h
- INSTALL sym.h
- INSTALL syminfo.h
- INSTALL verdaux.h
- INSTALL verdef.h
- INSTALL vernaux.h
- INSTALL verneed.h
- INSTALL def.h
- INSTALL elf.h
- INSTALL pf2prot.internal.h
- INSTALL scalar.h
- INSTALL tinyelf.internal.h
- INSTALL consts.h
- INSTALL dns.h
- INSTALL dnsheader.h
- INSTALL dnsquestion.h
- INSTALL ent.h
- INSTALL hoststxt.h
- INSTALL prototxt.h
- INSTALL resolvconf.h
- INSTALL servicestxt.h
- INSTALL dlfcn.h
- INSTALL u.h
- INSTALL aarch64.internal.h
- INSTALL bpf.internal.h
- INSTALL cpuset.h
- INSTALL dirent.h
- INSTALL fd.internal.h
- INSTALL filter.internal.h
- INSTALL flock.h
- INSTALL flock.internal.h
- INSTALL framebuffercolormap.h
- INSTALL framebufferfixedscreeninfo.h
- INSTALL framebuffervirtualscreeninfo.h
- INSTALL fsid.h
- INSTALL iovec.h
- INSTALL iovec.internal.h
- INSTALL itimerval.h
- INSTALL itimerval.internal.h
- INSTALL metasigaltstack.h
- INSTALL metastat.internal.h
- INSTALL metatermios.internal.h
- INSTALL rlimit.h
- INSTALL rlimit.internal.h
- INSTALL rusage.h
- INSTALL rusage.internal.h
- INSTALL sched_param.h
- INSTALL sched_param.internal.h
- INSTALL seccomp.internal.h
- INSTALL sigaction.h
- INSTALL sigaction.internal.h
- INSTALL sigaltstack.h
- INSTALL sigaltstack.internal.h
- INSTALL siginfo-freebsd.internal.h
- INSTALL siginfo-meta.internal.h
- INSTALL siginfo-netbsd.internal.h
- INSTALL siginfo-openbsd.internal.h
- INSTALL siginfo-xnu.internal.h
- INSTALL siginfo.h
- INSTALL siginfo.internal.h
- INSTALL sigset.h
- INSTALL sigset.internal.h
- INSTALL sigval.h
- INSTALL sigval.internal.h
- INSTALL stat.h
- INSTALL stat.internal.h
- INSTALL stat.macros.h
- INSTALL statfs-freebsd.internal.h
- INSTALL statfs-linux.internal.h
- INSTALL statfs-meta.internal.h
- INSTALL statfs-netbsd.internal.h
- INSTALL statfs-openbsd.internal.h
- INSTALL statfs-xnu.internal.h
- INSTALL statfs.h
- INSTALL statfs.internal.h
- INSTALL statvfs.h
- INSTALL sysinfo.h
- INSTALL sysinfo.internal.h
- INSTALL termios.h
- INSTALL termios.internal.h
- INSTALL timespec.h
- INSTALL timespec.internal.h
- INSTALL timeval.h
- INSTALL timeval.internal.h
- INSTALL tms.h
- INSTALL ucontext-freebsd.internal.h
- INSTALL ucontext-netbsd.internal.h
- INSTALL ucontext-openbsd.internal.h
- INSTALL ucontext.internal.h
- INSTALL user_regs_struct.h
- INSTALL utsname-linux.internal.h
- INSTALL utsname.h
- INSTALL winsize.h
- INSTALL winsize.internal.h
- INSTALL asan.internal.h
- INSTALL blockcancel.internal.h
- INSTALL cachestat.h
- INSTALL calls.h
- INSTALL cp.internal.h
- INSTALL createfileflags.internal.h
- INSTALL getcontext.inc
- INSTALL groups.internal.h
- INSTALL internal.h
- INSTALL ipc.h
- INSTALL landlock.h
- INSTALL makedev.h
- INSTALL metalfile.internal.h
- INSTALL mount.h
- INSTALL openbsd.internal.h
- INSTALL pledge.h
- INSTALL pledge.internal.h
- INSTALL prctl.internal.h
- INSTALL sched-sysv.internal.h
- INSTALL sig.internal.h
- INSTALL sigtimedwait.h
- INSTALL sigtimedwait.internal.h
- INSTALL state.internal.h
- INSTALL syscall-nt.internal.h
- INSTALL syscall-sysv.internal.h
- INSTALL syscall_support-nt.internal.h
- INSTALL syscall_support-sysv.internal.h
- INSTALL termios.h
- INSTALL termios.internal.h
- INSTALL ttydefaults.h
- INSTALL ucontext.h
- INSTALL weirdtypes.h
- INSTALL wincrash.internal.h
- INSTALL ar.h
- INSTALL assert.h
- INSTALL atomic.h
- INSTALL c.inc
- INSTALL complex.h
- INSTALL cosmo.h
- INSTALL cxx.inc
- INSTALL cxxabi.h
- INSTALL cxxtypescompat.inc
- INSTALL dce.h
- INSTALL disclaimer.inc
- INSTALL dos.internal.h
- INSTALL errno.h
- INSTALL imag.internal.h
- INSTALL inttypes.h
- INSTALL iso646.internal.h
- INSTALL limits.h
- INSTALL literal.h
- INSTALL llp64.inc
- INSTALL lp64.inc
- INSTALL lp64arg.inc
- INSTALL mach.internal.h
- INSTALL macho.internal.h
- INSTALL macros.internal.h
- INSTALL math.h
- INSTALL normalize.inc
- INSTALL notice.inc
- INSTALL notice.internal.h
- INSTALL paths.h
- INSTALL serialize.h
- INSTALL stdalign.internal.h
- INSTALL stdbool.h
- INSTALL stdckdint.h
- INSTALL stdlib.h
- INSTALL temp.h
- INSTALL type2str.h
- INSTALL zip.internal.h
- INSTALL inet.h
- INSTALL ape.h
- INSTALL ape.internal.h
- INSTALL idata.internal.h
- INSTALL macros.internal.h
- INSTALL notice.inc
- INSTALL relocations.h
- INSTALL sections.internal.h
- INSTALL algorithm
- INSTALL alloca.h
- INSTALL ammintrin.h
- INSTALL any
- INSTALL ar.h
- INSTALL arm_acle.h
- INSTALL arm_bf16.h
- INSTALL arm_fp16.h
- INSTALL arm_neon.h
- INSTALL array
- INSTALL assert.h
- INSTALL atomic
- INSTALL bit
- INSTALL bitset
- INSTALL byteswap.h
- INSTALL cassert
- INSTALL ccomplex
- INSTALL cctype
- INSTALL cerrno
- INSTALL cfenv
- INSTALL cfloat
- INSTALL charconv
- INSTALL chrono
- INSTALL cinttypes
- INSTALL ciso646
- INSTALL climits
- INSTALL clocale
- INSTALL clzerointrin.h
- INSTALL cmath
- INSTALL codecvt
- INSTALL compare
- INSTALL complex
- INSTALL complex.h
- INSTALL condition_variable
- INSTALL cosmo.h
- INSTALL cpio.h
- INSTALL cpuid.h
- INSTALL crypt.h
- INSTALL csetjmp
- INSTALL csignal
- INSTALL cstdarg
- INSTALL cstdbool
- INSTALL cstddef
- INSTALL cstdint
- INSTALL cstdio
- INSTALL cstdlib
- INSTALL cstring
- INSTALL ctgmath
- INSTALL ctime
- INSTALL ctype.h
- INSTALL cwchar
- INSTALL cwctype
- INSTALL cxxabi.h
- INSTALL deque
- INSTALL dirent.h
- INSTALL dlfcn.h
- INSTALL elf.h
- INSTALL emmintrin.h
- INSTALL endian.h
- INSTALL err.h
- INSTALL errno.h
- INSTALL exception
- INSTALL execution
- INSTALL fcntl.h
- INSTALL features.h
- INSTALL fenv.h
- INSTALL filesystem
- INSTALL float.h
- INSTALL fnmatch.h
- INSTALL forward_list
- INSTALL fstream
- INSTALL ftw.h
- INSTALL functional
- INSTALL future
- INSTALL getopt.h
- INSTALL glob.h
- INSTALL grp.h
- INSTALL iconv.h
- INSTALL ifaddrs.h
- INSTALL immintrin.h
- INSTALL initializer_list
- INSTALL inttypes.h
- INSTALL iomanip
- INSTALL ios
- INSTALL iosfwd
- INSTALL iostream
- INSTALL iso646.h
- INSTALL istream
- INSTALL iterator
- INSTALL langinfo.h
- INSTALL libgen.h
- INSTALL limits
- INSTALL limits.h
- INSTALL list
- INSTALL locale
- INSTALL locale.h
- INSTALL malloc.h
- INSTALL map
- INSTALL math.h
- INSTALL memory
- INSTALL memory.h
- INSTALL mm3dnow.h
- INSTALL mm_malloc.h
- INSTALL mmintrin.h
- INSTALL mntent.h
- INSTALL monetary.h
- INSTALL mutex
- INSTALL mwaitxintrin.h
- INSTALL netdb.h
- INSTALL new
- INSTALL nl_types.h
- INSTALL nmmintrin.h
- INSTALL nsync.h
- INSTALL nsync_atomic.h
- INSTALL nsync_counter.h
- INSTALL nsync_cv.h
- INSTALL nsync_debug.h
- INSTALL nsync_mu.h
- INSTALL nsync_mu_wait.h
- INSTALL nsync_note.h
- INSTALL nsync_once.h
- INSTALL nsync_time.h
- INSTALL nsync_waiter.h
- INSTALL numeric
- INSTALL optional
- INSTALL ostream
- INSTALL paths.h
- INSTALL pmmintrin.h
- INSTALL poll.h
- INSTALL popcntintrin.h
- INSTALL pthread.h
- INSTALL pty.h
- INSTALL pwd.h
- INSTALL queue
- INSTALL random
- INSTALL ratio
- INSTALL regex
- INSTALL regex.h
- INSTALL sched.h
- INSTALL scoped_allocator
- INSTALL search.h
- INSTALL semaphore.h
- INSTALL set
- INSTALL setjmp.h
- INSTALL sgxintrin.h
- INSTALL shared_mutex
- INSTALL signal.h
- INSTALL smmintrin.h
- INSTALL span
- INSTALL spawn.h
- INSTALL sstream
- INSTALL stack
- INSTALL stdalign.h
- INSTALL stdarg.h
- INSTALL stdatomic.h
- INSTALL stdbool.h
- INSTALL stdc-predef.h
- INSTALL stdckdint.h
- INSTALL stddef.h
- INSTALL stdexcept
- INSTALL stdint.h
- INSTALL stdio.h
- INSTALL stdio_ext.h
- INSTALL stdlib.h
- INSTALL stdnoreturn.h
- INSTALL streambuf
- INSTALL string
- INSTALL string.h
- INSTALL string_view
- INSTALL strings.h
- INSTALL strstream
- INSTALL sysexits.h
- INSTALL syslog.h
- INSTALL system_error
- INSTALL termios.h
- INSTALL tgmath.h
- INSTALL thread
- INSTALL time.h
- INSTALL tmmintrin.h
- INSTALL tuple
- INSTALL type_traits
- INSTALL typeindex
- INSTALL typeinfo
- INSTALL uchar.h
- INSTALL ucontext.h
- INSTALL uio.h
- INSTALL unistd.h
- INSTALL unordered_map
- INSTALL unordered_set
- INSTALL utility
- INSTALL utime.h
- INSTALL utmp.h
- INSTALL utmpx.h
- INSTALL valarray
- INSTALL variant
- INSTALL vector
- INSTALL version
- INSTALL wait.h
- INSTALL wchar.h
- INSTALL wctype.h
- INSTALL winternl.h
- INSTALL wmmintrin.h
- INSTALL x86intrin.h
- INSTALL xmmintrin.h
- INSTALL aarch64-linux-cosmo-addr2line
- INSTALL aarch64-linux-cosmo-ar
- INSTALL aarch64-linux-cosmo-c++filt
- INSTALL aarch64-linux-cosmo-elfedit
- INSTALL aarch64-linux-cosmo-g++
- INSTALL aarch64-linux-cosmo-gcc
- INSTALL aarch64-linux-cosmo-nm
- INSTALL aarch64-linux-cosmo-objcopy
- INSTALL aarch64-linux-cosmo-objdump
- INSTALL aarch64-linux-cosmo-ranlib
- INSTALL aarch64-linux-cosmo-readelf
- INSTALL aarch64-linux-cosmo-size
- INSTALL aarch64-linux-cosmo-strip
- INSTALL aarch64-unknown-cosmo-install
- INSTALL ape-aarch64.elf
- INSTALL ape-m1.c
- INSTALL ape-x86_64.elf
- INSTALL ape-x86_64.macho
- INSTALL apelink
- INSTALL assimilate
- INSTALL cosmoaddr2line
- INSTALL cosmoar
- INSTALL cosmocc
- INSTALL cosmocross
- INSTALL cosmoinstall
- INSTALL ctags
- INSTALL fixupobj
- INSTALL make
- INSTALL march-native
- INSTALL mkdeps
- INSTALL mktemper
- INSTALL pecheck
- INSTALL x86_64-linux-cosmo-addr2line
- INSTALL x86_64-linux-cosmo-ar
- INSTALL x86_64-linux-cosmo-c++filt
- INSTALL x86_64-linux-cosmo-elfedit
- INSTALL x86_64-linux-cosmo-g++
- INSTALL x86_64-linux-cosmo-gcc
- INSTALL x86_64-linux-cosmo-nm
- INSTALL x86_64-linux-cosmo-objcopy
- INSTALL x86_64-linux-cosmo-objdump
- INSTALL x86_64-linux-cosmo-ranlib
- INSTALL x86_64-linux-cosmo-readelf
- INSTALL x86_64-linux-cosmo-size
- INSTALL x86_64-linux-cosmo-strip
- INSTALL x86_64-unknown-cosmo-install
- INSTALL zipcopy
- INSTALL zipobj
- INSTALL aarch64.lds
- INSTALL crt.o
- INSTALL libc.a
- INSTALL libcosmo.a
- INSTALL libcxx.a
- INSTALL libdl.a
- INSTALL libgcc_s.a
- INSTALL libm.a
- INSTALL libpthread.a
- INSTALL libresolv.a
- INSTALL librt.a
- INSTALL libstdc++.a
- INSTALL libz.a
- INSTALL LICENSE.gpl2
- INSTALL LICENSE.gpl3
- INSTALL LICENSE.lgpl2
- INSTALL LICENSE.lgpl3
- INSTALL README.md
- SYMLINK aarch64-unknown-cosmo-objcopy
- SYMLINK aarch64-linux-cosmo-cc
- SYMLINK aarch64-linux-cosmo-ld
- SYMLINK aarch64-unknown-cosmo-c++
- SYMLINK x86_64-unknown-cosmo-readelf
- SYMLINK x86_64-linux-cosmo-c++
- SYMLINK x86_64-unknown-cosmo-addr2line
- SYMLINK aarch64-linux-cosmo-cpp
- SYMLINK aarch64-unknown-cosmo-c++filt
- SYMLINK x86_64-unknown-cosmo-cc
- SYMLINK x86_64-unknown-cosmo-nm
- SYMLINK x86_64-linux-cosmo-ld.bfd
- SYMLINK x86_64-linux-cosmo-as
- SYMLINK x86_64-unknown-cosmo-c++filt
- SYMLINK ld
- SYMLINK aarch64-unknown-cosmo-readelf
- SYMLINK x86_64-unknown-cosmo-objdump
- SYMLINK aarch64-linux-cosmo-as
- SYMLINK aarch64-unknown-cosmo-strip
- SYMLINK x86_64-unknown-cosmo-ar
- SYMLINK aarch64-unknown-cosmo-objdump
- SYMLINK unknown-unknown-cosmo-ar
- SYMLINK aarch64-linux-cosmo-ld.bfd
- SYMLINK aarch64-unknown-cosmo-addr2line
- SYMLINK cosmoc++
- SYMLINK aarch64-unknown-cosmo-cc
- SYMLINK aarch64-unknown-cosmo-nm
- SYMLINK unknown-unknown-cosmo-install
- SYMLINK aarch64-unknown-cosmo-as
- SYMLINK aarch64-unknown-cosmo-ar
- SYMLINK x86_64-linux-cosmo-cc
- SYMLINK x86_64-unknown-cosmo-strip
- SYMLINK x86_64-unknown-cosmo-c++
- SYMLINK x86_64-unknown-cosmo-objcopy
- SYMLINK ld
- SYMLINK x86_64-linux-cosmo-cpp
- SYMLINK x86_64-unknown-cosmo-as
- SYMLINK x86_64-linux-cosmo-ld
- SYMLINK unknown-unknown-cosmo-cc
- SYMLINK unknown-unknown-cosmo-c++
- SYMLINK aarch64-linux-cosmo-c++
- make: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/esperanto-cosmopolitan.0.0.5/toolchain'
-> installed esperanto-cosmopolitan.0.0.5
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-15 14:28.21 ---> saved as "df0812bd4cfd9e2e392e7705e3fb940dd6208e30ac92e98ba397a47a1780bc03"
Job succeeded
2025-12-15 14:28.45: Job succeeded