OCamllabs icon Home|Differences with the last checks|Previous runs


Building on m1-b.ocamllabs.io

(from ocaml/opam:debian-unstable@sha256:1d295ed572083ab5916b9b9195219954afa816ee169f48eecca1b2e2b0faad41)
Unable to find image 'ocaml/opam:debian-unstable@sha256:1d295ed572083ab5916b9b9195219954afa816ee169f48eecca1b2e2b0faad41' locally
docker.io/ocaml/opam@sha256:1d295ed572083ab5916b9b9195219954afa816ee169f48eecca1b2e2b0faad41: Pulling from ocaml/opam
7c26de214b34: Already exists
791d3a768af6: Already exists
e06237cac4e8: Pulling fs layer
e06237cac4e8: Verifying Checksum
e06237cac4e8: Download complete
e06237cac4e8: Pull complete
Digest: sha256:1d295ed572083ab5916b9b9195219954afa816ee169f48eecca1b2e2b0faad41
Status: Downloaded newer image for ocaml/opam@sha256:1d295ed572083ab5916b9b9195219954afa816ee169f48eecca1b2e2b0faad41
2022-05-01 23:11.26 ---> using "e16578957f674ca141475612bdd8fe456bdeb3cf55dca9de0669bf5f721951e7" from cache

/: (user (uid 1000) (gid 1000))

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2022-05-01 23:11.26 ---> using "09ae07f34eca5d84e953ea4b87a3c466448be28706a95338ba19feb13b3b66fd" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q 4ce6f847a29936b1d875b70940837be093fec84e"))
2022-05-01 23:11.26 ---> using "8a62ed72fc23e1663b0f130dbecbe2a8d6a9d36667f58fd75e99df9fc9855900" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository"))
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.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

User configuration:
  ~/.profile is already up-to-date.
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

2022-05-01 23:11.26 ---> using "1da6a21744e622352d23ddb067012a46b76c5e5a957ab9cd9733a836f9d86396" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '4.04' '4.04.2'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "4.04.2"} | "ocaml-system" {= "4.04.2"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-base-compiler.4.04.2  (https://github.com/ocaml/ocaml/archive/4.04.2.tar.gz)
-> installed ocaml-base-compiler.4.04.2
-> installed ocaml-config.1
-> installed ocaml.4.04.2
Done.
# Run eval $(opam env --switch=4.04) to update the current shell environment
2022-05-01 23:11.26 ---> using "27a26a666f720ab6c2b090d85c2caac0e858895aecc7a0c77bb55b4f096affe3" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [165 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-05-01-0201.40-F-2022-04-26-0801.40.pdiff [201 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-05-01-0201.40-F-2022-04-26-0801.40.pdiff [201 kB]
- Fetched 430 kB in 3s (168 kB/s)
- Reading package lists...
- 
2022-05-01 23:11.26 ---> using "b3e3dd66fd385f97e478877ba6200729d3f9f1e603ac8482c0232f0322e4e7b5" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam install -y ocaml-secondary-compiler"))
The following actions will be performed:
=== install 1 package
  - install ocaml-secondary-compiler 4.08.1-1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-secondary-compiler.4.08.1-1  (cached)
-> installed ocaml-secondary-compiler.4.08.1-1
Done.
# Run eval $(opam env) to update the current shell environment
2022-05-01 23:11.26 ---> using "cbe561131824f59b6611f83b119f3f1d157d90e4d65fdc51fbb923157993b43f" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"mirage-profile-xen.0.9.1\"\
               \nopam install -vy \"mirage-profile-xen.0.9.1\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"mirage-profile-xen.0.9.1\" | grep -q '\"debian-unstable\"'; then\
               \n        echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
               \n        exit 69\
               \n    fi\
               \nfi\
               \n\
               \n\
               \nexit $res\
               \n"))
[NOTE] mirage-profile-xen.0.9.1 is not installed.

Nothing to do.
The following actions will be performed:
=== install 49 packages
  - install base                    v0.13.2 [required by parsexp]
  - install base-bytes              base    [required by ocplib-endian]
  - install base-num                base    [required by num]
  - install bigarray-compat         1.1.0   [required by io-page]
  - install cmdliner                1.0.4   [required by logs, fmt, xen-evtchn]
  - install conf-findutils          1       [required by minios-xen]
  - install conf-perl               2       [required by minios-xen]
  - install conf-pkg-config         2       [required by mirage-xen]
  - install cppo                    1.6.8   [required by lwt]
  - install csexp                   1.5.1   [required by dune-configurator]
  - install cstruct                 5.2.0   [required by mirage-profile, io-page, io-page-xen, mirage-xen]
  - install dune                    3.1.1   [required by mirage-profile-xen]
  - install dune-configurator       3.1.1   [required by io-page, io-page-xen]
  - install fmt                     0.8.6   [required by mirage-xen]
  - install io-page                 2.3.0   [required by mirage-profile-xen]
  - install io-page-xen             2.3.0   [required by mirage-profile-xen]
  - install logs                    0.7.0   [required by mirage-xen]
  - install lwt                     5.5.0   [required by mirage-profile, mirage-xen]
  - install lwt-dllist              1.0.1   [required by mirage-xen]
  - install minios-xen              0.9     [required by mirage-xen-minios]
  - install mirage-profile          0.9.1   [required by mirage-profile-xen]
  - install mirage-profile-xen      0.9.1
  - install mirage-xen              4.0.1   [required by mirage-profile-xen]
  - install mirage-xen-minios       0.9.3   [required by mirage-profile-xen]
  - install mirage-xen-ocaml        3.3.3   [required by io-page-xen, mirage-xen]
  - install mirage-xen-posix        3.3.1   [required by mirage-xen-ocaml]
  - install mmap                    1.2.0   [required by lwt]
  - install num                     0       [required by sexplib]
  - install ocaml-migrate-parsetree 1.8.0   [required by ppx_cstruct]
  - install ocaml-src               4.04.2  [required by mirage-xen-ocaml]
  - install ocaml-syntax-shims      1.0.0   [required by lwt]
  - install ocamlbuild              0.14.1  [required by fmt, logs]
  - install ocamlfind               1.9.1   [required by fmt, ocamlfind-secondary, mirage-xen-ocaml, logs]
  - install ocamlfind-secondary     1.9.1   [required by dune]
  - install ocplib-endian           1.2     [required by mirage-profile-xen]
  - install parsexp                 v0.13.0 [required by sexplib]
  - install ppx_cstruct             5.2.0   [required by mirage-profile]
  - install ppx_derivers            1.2.1   [required by ocaml-migrate-parsetree]
  - install ppx_tools_versioned     5.4.0   [required by ppx_cstruct]
  - install result                  1.5     [required by lwt]
  - install seq                     0.2.2   [required by lwt, fmt]
  - install sexplib                 v0.13.0 [required by ppx_cstruct]
  - install sexplib0                v0.13.0 [required by sexplib]
  - install shared-memory-ring      3.1.0   [required by shared-memory-ring-lwt]
  - install shared-memory-ring-lwt  3.1.0   [required by mirage-xen]
  - install stdlib-shims            0.3.0   [required by ppx_cstruct, fmt]
  - install topkg                   1.0.4   [required by fmt, logs]
  - install xen-evtchn              2.1.0   [required by mirage-xen]
  - install xenstore                2.1.1   [required by mirage-profile-xen]

The following system packages will first need to be installed:
    pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
  3. Attempt installation anyway, and permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libglib2.0-0:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18478 files and directories currently installed.)
- Preparing to unpack .../0-libglib2.0-0_2.72.1-1_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.72.1-1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../1-libglib2.0-data_2.72.1-1_all.deb ...
- Unpacking libglib2.0-data (2.72.1-1) ...
- Selecting previously unselected package libicu71:amd64.
- Preparing to unpack .../2-libicu71_71.1-2_amd64.deb ...
- Unpacking libicu71:amd64 (71.1-2) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../3-libxml2_2.9.13+dfsg-1+b1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.13+dfsg-1+b1) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../4-pkg-config_0.29.2-1_amd64.deb ...
- Unpacking pkg-config (0.29.2-1) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../5-shared-mime-info_2.2-1_amd64.deb ...
- Unpacking shared-mime-info (2.2-1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../6-xdg-user-dirs_0.17-2_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2) ...
- Setting up libicu71:amd64 (71.1-2) ...
- Setting up xdg-user-dirs (0.17-2) ...
- Setting up libglib2.0-0:amd64 (2.72.1-1) ...
- No schema files found: doing nothing.
- Setting up libglib2.0-data (2.72.1-1) ...
- Setting up pkg-config (0.29.2-1) ...
- Setting up libxml2:amd64 (2.9.13+dfsg-1+b1) ...
- Setting up shared-mime-info (2.2-1) ...
- Processing triggers for libc-bin (2.33-7) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/141:
Processing  2/141:
Processing  3/141:
Processing  4/141:
Processing  5/141:
Processing  6/141:
-> installed base-num.base
Processing  7/141:
-> retrieved bigarray-compat.1.1.0  (cached)
Processing  8/141:
Processing  9/141:
Processing 10/141:
Processing 11/141:
Processing 12/141: [conf-findutils: sh find . -name .]
Processing 13/141: [conf-findutils: sh find . -name .] [conf-perl: perl]
Processing 14/141: [conf-findutils: sh find . -name .] [conf-perl: perl] [conf-pkg-config: pkg-config]
-> retrieved base.v0.13.2  (cached)
Processing 15/141: [conf-findutils: sh find . -name .] [conf-perl: perl] [conf-pkg-config: pkg-config]
-> retrieved cmdliner.1.0.4  (cached)
Processing 16/141: [conf-findutils: sh find . -name .] [conf-perl: perl] [conf-pkg-config: pkg-config]
Processing 17/141: [cmdliner: make all] [conf-findutils: sh find . -name .] [conf-perl: perl] [conf-pkg-config: pkg-config]
-> retrieved cppo.1.6.8  (cached)
Processing 18/141: [cmdliner: make all] [conf-findutils: sh find . -name .] [conf-perl: perl] [conf-pkg-config: pkg-config]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-exc" "find . -name ." (CWD=/home/opam/.opam/4.04/.opam-switch/build/conf-findutils.1)
- + find . -name .
- .
-> compiled  conf-findutils.1
Processing 18/141: [cmdliner: make all] [conf-perl: perl] [conf-pkg-config: pkg-config]
-> installed conf-findutils.1
Processing 19/141: [cmdliner: make all] [conf-perl: perl] [conf-pkg-config: pkg-config]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "perl" "--version" (CWD=/home/opam/.opam/4.04/.opam-switch/build/conf-perl.2)
- 
- This is perl 5, version 34, subversion 0 (v5.34.0) built for x86_64-linux-gnu-thread-multi
- (with 51 registered patches, see perl -V for more detail)
- 
- Copyright 1987-2021, Larry Wall
- 
- Perl may be copied only under the terms of either the Artistic License or the
- GNU General Public License, which may be found in the Perl 5 source kit.
- 
- Complete documentation for Perl, including FAQ lists, should be found on
- this system using "man perl" or "perldoc perl".  If you have access to the
- Internet, point your browser at http://www.perl.org/, the Perl Home Page.
- 
-> compiled  conf-perl.2
Processing 19/141: [cmdliner: make all] [conf-pkg-config: pkg-config]
-> installed conf-perl.2
Processing 20/141: [cmdliner: make all] [conf-pkg-config: pkg-config]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--help" (CWD=/home/opam/.opam/4.04/.opam-switch/build/conf-pkg-config.2)
- Usage:
-   pkg-config [OPTION?]
- 
- Help Options:
-   -h, --help                              Show help options
- 
- Application Options:
-   --version                               output version of pkg-config
-   --modversion                            output version for package
-   --atleast-pkgconfig-version=VERSION     require given version of pkg-config
-   --libs                                  output all linker flags
-   --static                                output linker flags for static linking
-   --short-errors                          print short errors
-   --libs-only-l                           output -l flags
-   --libs-only-other                       output other libs (e.g. -pthread)
-   --libs-only-L                           output -L flags
-   --cflags                                output all pre-processor and compiler flags
-   --cflags-only-I                         output -I flags
-   --cflags-only-other                     output cflags not covered by the cflags-only-I option
-   --variable=NAME                         get the value of variable named NAME
-   --define-variable=NAME=VALUE            set variable NAME to VALUE
-   --exists                                return 0 if the module(s) exist
-   --print-variables                       output list of variables defined by the module
-   --uninstalled                           return 0 if the uninstalled version of one or more module(s) or their dependencies will be used
-   --atleast-version=VERSION               return 0 if the module is at least version VERSION
-   --exact-version=VERSION                 return 0 if the module is at exactly version VERSION
-   --max-version=VERSION                   return 0 if the module is at no newer than version VERSION
-   --list-all                              list all known packages
-   --debug                                 show verbose debug information
-   --print-errors                          show verbose information about missing or conflicting packages (default unless --exists or --atleast/exact/max-version given on the command line)
-   --silence-errors                        be silent about errors (default when --exists or --atleast/exact/max-version given on the command line)
-   --errors-to-stdout                      print errors from --print-errors to stdout not stderr
-   --print-provides                        print which packages the package provides
-   --print-requires                        print which packages the package requires
-   --print-requires-private                print which packages the package requires for static linking
-   --validate                              validate a package's .pc file
-   --define-prefix                         try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file
-   --dont-define-prefix                    don't try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file
-   --prefix-variable=PREFIX                set the name of the variable that pkg-config automatically sets
- 
-> compiled  conf-pkg-config.2
Processing 20/141: [cmdliner: make all]
Processing 21/141: [cmdliner: make all] [conf-pkg-config: mkdir]
-> retrieved csexp.1.5.1  (cached)
Processing 22/141: [cmdliner: make all] [conf-pkg-config: mkdir]
-> retrieved cstruct.5.2.0, ppx_cstruct.5.2.0  (cached)
Processing 23/141: [cmdliner: make all] [conf-pkg-config: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" "PREFIX=/home/opam/.opam/4.04" (CWD=/home/opam/.opam/4.04/.opam-switch/build/cmdliner.1.0.4)
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.0.4
Processing 23/141: [conf-pkg-config: mkdir]
-> retrieved dune.3.1.1, dune-configurator.3.1.1  (cached)
Processing 24/141: [conf-pkg-config: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.04/lib/pkgconfig" (CWD=/home/opam/.opam/4.04/.opam-switch/build/conf-pkg-config.2)
-> installed conf-pkg-config.2
Processing 24/141:
Processing 25/141: [cmdliner: make install]
-> retrieved fmt.0.8.6  (cached)
Processing 26/141: [cmdliner: make install]
-> retrieved io-page.2.3.0, io-page-xen.2.3.0  (cached)
Processing 27/141: [cmdliner: make install]
-> retrieved logs.0.7.0  (cached)
Processing 28/141: [cmdliner: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" "LIBDIR=/home/opam/.opam/4.04/lib/cmdliner" "DOCDIR=/home/opam/.opam/4.04/doc/cmdliner" (CWD=/home/opam/.opam/4.04/.opam-switch/build/cmdliner.1.0.4)
- install -d /home/opam/.opam/4.04/lib/cmdliner
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti /home/opam/.opam/4.04/lib/cmdliner
- install cmdliner.opam /home/opam/.opam/4.04/lib/cmdliner/opam
- install _build/cmdliner.cma /home/opam/.opam/4.04/lib/cmdliner
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_docgen.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_suggest.cmx _build/cmdliner_term.cmx _build/cmdliner_trie.cmx \
-   /home/opam/.opam/4.04/lib/cmdliner
- install _build/cmdliner.cmxs /home/opam/.opam/4.04/lib/cmdliner
Processing 28/141: [cmdliner: make install-doc]
-> retrieved lwt.5.5.0  (cached)
Processing 29/141: [cmdliner: make install-doc]
-> retrieved lwt-dllist.1.0.1  (cached)
Processing 30/141: [cmdliner: make install-doc]
-> retrieved minios-xen.0.9  (cached)
Processing 31/141: [cmdliner: make install-doc]
Processing 32/141: [minios-xen: sh] [cmdliner: make install-doc]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install-doc" "LIBDIR=/home/opam/.opam/4.04/lib/cmdliner" "DOCDIR=/home/opam/.opam/4.04/doc/cmdliner" (CWD=/home/opam/.opam/4.04/.opam-switch/build/cmdliner.1.0.4)
- install -d /home/opam/.opam/4.04/doc/cmdliner
- install CHANGES.md LICENSE.md README.md /home/opam/.opam/4.04/doc/cmdliner
-> installed cmdliner.1.0.4
Processing 32/141: [minios-xen: sh]
-> retrieved mirage-profile.0.9.1, mirage-profile-xen.0.9.1  (cached)
Processing 33/141: [minios-xen: sh]
-> retrieved mirage-xen.4.0.1  (cached)
Processing 34/141: [minios-xen: sh]
-> retrieved mirage-xen-minios.0.9.3  (cached)
Processing 35/141: [minios-xen: sh]
-> retrieved mirage-xen-ocaml.3.3.3  (cached)
Processing 36/141: [minios-xen: sh]
Processing 37/141: [minios-xen: sh]
Processing 38/141: [minios-xen: sh]
-> installed num.0
Processing 39/141: [minios-xen: sh]
-> retrieved mirage-xen-posix.3.3.1  (cached)
Processing 40/141: [minios-xen: sh]
-> retrieved mmap.1.2.0  (cached)
Processing 41/141: [minios-xen: sh]
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
Processing 42/141: [minios-xen: sh]
-> retrieved ocamlbuild.0.14.1  (cached)
Processing 43/141: [minios-xen: sh]
Processing 44/141: [minios-xen: sh] [ocamlbuild: make configure.make]
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
Processing 45/141: [minios-xen: sh] [ocamlbuild: make configure.make]
-> retrieved ocamlfind.1.9.1, ocamlfind-secondary.1.9.1  (cached)
Processing 46/141: [minios-xen: sh] [ocamlbuild: make configure.make]
Processing 47/141: [minios-xen: sh] [ocamlbuild: make configure.make] [ocamlfind: ./configure]
-> retrieved ocaml-src.4.04.2  (cached)
Processing 48/141: [minios-xen: sh] [ocamlbuild: make configure.make] [ocamlfind: ./configure]
Processing 49/141: [minios-xen: sh] [ocamlbuild: make configure.make] [ocamlfind: ./configure]
Processing 50/141: [minios-xen: sh] [ocamlbuild: make configure.make] [ocamlfind: ./configure] [ocaml-src: cp .]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-f" "configure.make" "all" "OCAMLBUILD_PREFIX=/home/opam/.opam/4.04" "OCAMLBUILD_BINDIR=/home/opam/.opam/4.04/bin" "OCAMLBUILD_LIBDIR=/home/opam/.opam/4.04/lib" "OCAMLBUILD_MANDIR=/home/opam/.opam/4.04/man" "OCAML_NATIVE=true" "OCAML_NATIVE_TOOLS=true" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1)
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX=/home/opam/.opam/4.04"; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.04/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.04/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.04/man"; \
- echo ;\
- echo "EXT_OBJ=.o"; \
- echo "EXT_ASM=.s"; \
- echo "EXT_LIB=.a"; \
- echo "EXT_DLL=.so"; \
- echo "EXE="; \
- echo ;\
- echo "OCAML_NATIVE=true"; \
- echo "OCAML_NATIVE_TOOLS=true"; \
- echo "NATDYNLINK=true"; \
- echo "SUPPORT_SHARED_LIBRARIES=true"; \
- echo ;\
- echo "PREFIX=/home/opam/.opam/4.04"; \
- echo "BINDIR=/home/opam/.opam/4.04/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.04/lib"; \
- echo "MANDIR=/home/opam/.opam/4.04/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = "/home/opam/.opam/4.04/bin"'; \
- echo 'let libdir = "/home/opam/.opam/4.04/lib"'; \
- echo 'let ocaml_libdir = "/home/opam/.opam/4.04/lib/ocaml"'; \
- echo 'let libdir_abs = "/home/opam/.opam/4.04/lib"'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.14.1"'; \
- ) > src/ocamlbuild_config.ml
Processing 50/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [ocaml-src: cp .]
-> retrieved ocplib-endian.1.2  (cached)
Processing 51/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [ocaml-src: cp .]
-> retrieved parsexp.v0.13.0  (cached)
Processing 52/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [ocaml-src: cp .]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-bindir" "/home/opam/.opam/4.04/bin" "-sitelib" "/home/opam/.opam/4.04/lib" "-mandir" "/home/opam/.opam/4.04/man" "-config" "/home/opam/.opam/4.04/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.1)
- Welcome to findlib version 1.9.1
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Querying installation: META list not found
- make install will double-check installed META files
- Configuring libraries...
- unix: found
- bigarray: found
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: found
- num: found
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found
- raw_spacetime: found
- threads: found
- str: found
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for dynlink written to site-lib-src/dynlink/META
- Configuration for stdlib written to site-lib-src/stdlib/META
- Configuration for unix written to site-lib-src/unix/META
- Configuration for bigarray written to site-lib-src/bigarray/META
- Configuration for compiler-libs written to site-lib-src/compiler-libs/META
- Configuration for graphics written to site-lib-src/graphics/META
- Configuration for num written to site-lib-src/num/META
- Configuration for num-top written to site-lib-src/num-top/META
- Configuration for ocamldoc written to site-lib-src/ocamldoc/META
- Configuration for raw_spacetime written to site-lib-src/raw_spacetime/META
- Configuration for threads written to site-lib-src/threads/META
- Configuration for str written to site-lib-src/str/META
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
- 
- About the OCAML core installation:
-     Standard library:      /home/opam/.opam/4.04/lib/ocaml
-     Binaries:              /home/opam/.opam/4.04/bin
-     Manual pages:          /home/opam/.opam/4.04/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.04/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.04/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.04/bin
-     Manual pages:          /home/opam/.opam/4.04/man
-     topfind script:        /home/opam/.opam/4.04/lib/ocaml
- Topfind ppxopt support:    yes
- Toolbox:                   no
- Link custom runtime:       no
- Need bytes compatibility:  no
- 
- Configuration has been written to Makefile.config
- 
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
Processing 52/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ocaml-src: cp .]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 53/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ocaml-src: cp .]
-> retrieved ppx_tools_versioned.5.4.0  (cached)
Processing 54/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ocaml-src: cp .]
-> retrieved result.1.5  (cached)
Processing 55/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ocaml-src: cp .]
-> retrieved seq.0.2.2  (cached)
Processing 56/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ocaml-src: cp .]
-> retrieved sexplib.v0.13.0  (cached)
Processing 57/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ocaml-src: cp .]
-> retrieved sexplib0.v0.13.0  (cached)
Processing 58/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ocaml-src: cp .]
-> retrieved shared-memory-ring.3.1.0, shared-memory-ring-lwt.3.1.0  (cached)
Processing 59/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ocaml-src: cp .]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 60/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ocaml-src: cp .]
-> retrieved topkg.1.0.4  (cached)
-> retrieved xen-evtchn.2.1.0  (cached)
-> retrieved xenstore.2.1.1  (cached)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "cp" "-r" "." "/home/opam/.opam/4.04/lib/ocaml-src" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocaml-src.4.04.2)
-> installed ocaml-src.4.04.2
Processing 60/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.1)
- for p in findlib; do ( cd src/$p; make all ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- ocamllex fl_meta.mll
- 22 states, 392 transitions, table size 1700 bytes
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib_config.mlp | \
-          ../../tools/patch '@CONFIGFILE@' '/home/opam/.opam/4.04/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.04/lib/ocaml' | \
- 	sed -e 's;@AUTOLINK@;true;g' \
- 	    -e 's;@SYSTEM@;linux;g' \
- 	     >findlib_config.ml
- if [ "true" = "true" ]; then                 \
- 	cp topfind.ml.in topfind.ml;                             \
- else                                                             \
- 	sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in     \
- 		> topfind.ml ;                                   \
- fi
- ocamldep *.ml *.mli >depend
- ocamlc -I +compiler-libs -opaque -g -c findlib_config.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_split.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_meta.ml
- ocamlc -I +compiler-libs -opaque -c fl_metascanner.mli
- ocamlc -I +compiler-libs -opaque -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs -opaque -c fl_topo.mli
- ocamlc -I +compiler-libs -opaque -g -c fl_topo.ml
- ocamlc -I +compiler-libs -opaque -c fl_package_base.mli
- ocamlc -I +compiler-libs -opaque -g -c fl_package_base.ml
- ocamlc -I +compiler-libs -opaque -c findlib.mli
- ocamlc -I +compiler-libs -opaque -g -c findlib.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_args.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_lint.ml
- ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo
- ocamlc -I +compiler-libs -opaque -g -c ocaml_args.ml
- ocamlc -I +compiler-libs -opaque -g -c frontend.ml
- File "frontend.ml", line 1826, characters 16-29:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- ocamlc -I +compiler-libs  -o ocamlfind -g findlib.cma unix.cma \
-            ocaml_args.cmo frontend.cmo
- ocamlc -I +compiler-libs -opaque -c topfind.mli
- ocamlc -I +compiler-libs -opaque -g -c topfind.ml
- ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat topfind_rd1.p | \
-          ../../tools/patch '@SITELIB@' '/home/opam/.opam/4.04/lib' \
-     	    >topfind
- ocamlc -I +compiler-libs -opaque -c num_top_printers.mli
- ocamlc -I +compiler-libs -opaque -g -c num_top_printers.ml
- ocamlc -I +compiler-libs -opaque -c num_top.mli
- ocamlc -I +compiler-libs -opaque -g -c num_top.ml
- ocamlc -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- ocamlc -I +compiler-libs -opaque -c fl_dynload.mli
- ocamlc -I +compiler-libs -opaque -g -c fl_dynload.ml
- ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- make all-config
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.1'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' '/home/opam/.opam/4.04/lib' >findlib.conf
- if ./tools/cmd_from_same_dir ocamlc; then \
- 	echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamlopt; then \
- 	echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldep; then \
- 	echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldoc; then \
- 	echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.1'
Processing 60/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "opt" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.1)
- for p in findlib; do ( cd src/$p; make opt ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- ocamlopt -I +compiler-libs -g -opaque -c findlib_config.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_split.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_meta.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_topo.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_package_base.ml
- ocamlopt -I +compiler-libs -g -opaque -c findlib.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_args.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_lint.ml
- ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g -opaque -c frontend.ml
- File "frontend.ml", line 1826, characters 16-29:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \
- 	   ocaml_args.cmx frontend.cmx
- ocamlopt -I +compiler-libs -g -opaque -c topfind.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Topdirs, and its interface was not compiled with -opaque
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque -c fl_dynload.ml
- ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
-> compiled  ocamlfind.1.9.1
Processing 60/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled]
Processing 61/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.1)
- if [ "1" -eq 1 ]; then \
-     for x in camlp4 dbm graphics labltk num ocamlbuild; do \
-       if [ -f "/home/opam/.opam/4.04/lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.04/lib/$x/META"; then \
-           rm -f site-lib-src/$x/META; \
-         fi \
-       fi \
-     done; \
-     test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \
-   fi
- echo 'SITELIB_META =' > Makefile.packages.in
- for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done
- tr '\n' ' ' < Makefile.packages.in > Makefile.packages
- rm Makefile.packages.in
- mkdir -p "/home/opam/.opam/4.04/bin"
- mkdir -p "/home/opam/.opam/4.04/man"
- make install-config
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.1'
- mkdir -p "`dirname \"/home/opam/.opam/4.04/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/4.04/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/4.04/lib/findlib.conf"
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.1'
- for p in findlib; do ( cd src/$p; make install ); done
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- mkdir -p "/home/opam/.opam/4.04/lib/findlib"
- mkdir -p "/home/opam/.opam/4.04/bin"
- test 1 -eq 0 || cp topfind "/home/opam/.opam/4.04/lib/ocaml"
- files=` ../../tools/collect_files ../../Makefile.config findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs topfind.cmi topfind.mli fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi META` && \
- cp $files "/home/opam/.opam/4.04/lib/findlib"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- cp $f "/home/opam/.opam/4.04/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/4.04/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/home/opam/.opam/4.04/lib/ocaml/compiler-libs/"; \
-     cp topdirs.cmi toploop.cmi "/home/opam/.opam/4.04/lib/findlib/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- make install-meta
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.1'
- for x in bigarray bytes compiler-libs dynlink graphics num num-top ocamldoc raw_spacetime stdlib str threads unix ; do mkdir -p "/home/opam/.opam/4.04/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.04/lib/$x"; done
- mkdir -p "/home/opam/.opam/4.04/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.04/lib/findlib/Makefile.packages"
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.1'
- test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; }
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- mkdir -p "/home/opam/.opam/4.04/lib/num-top"
- cp num_top.cma num_top.cmi num_top_printers.cmi \
- 	"/home/opam/.opam/4.04/lib/num-top"
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- test ! -f 'site-lib-src/camlp4/META' ||	cp tools/safe_camlp4 "/home/opam/.opam/4.04/bin"
- make install-doc
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.1'
- mkdir -p "/home/opam/.opam/4.04/man/man1" "/home/opam/.opam/4.04/man/man3" "/home/opam/.opam/4.04/man/man5"
- cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.04/man/man1"
- cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.04/man/man5"
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.1'
-> installed ocamlfind.1.9.1
Processing 61/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled]
Processing 62/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled]
[ocamlfind-secondary: subst] expanding opam variables in META.in, generating META
[ocamlfind-secondary: subst] expanding opam variables in ocaml-secondary-compiler.conf.in, generating ocaml-secondary-compiler.conf
Processing 63/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled] [ocamlfind-secondary: ./configure]
-> installed base-bytes.base
Processing 64/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled] [ocamlfind-secondary: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-sitelib" "/home/opam/.opam/4.04/share/ocaml-secondary-compiler/lib" "-no-camlp4" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlfind-secondary.1.9.1)
- Welcome to findlib version 1.9.1
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Querying installation: META list not found
- make install will double-check installed META files
- Configuring libraries...
- unix: found
- bigarray: found
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: found
- num: found
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found
- raw_spacetime: found
- threads: found
- str: found
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for dynlink written to site-lib-src/dynlink/META
- Configuration for stdlib written to site-lib-src/stdlib/META
- Configuration for unix written to site-lib-src/unix/META
- Configuration for bigarray written to site-lib-src/bigarray/META
- Configuration for compiler-libs written to site-lib-src/compiler-libs/META
- Configuration for graphics written to site-lib-src/graphics/META
- Configuration for num written to site-lib-src/num/META
- Configuration for num-top written to site-lib-src/num-top/META
- Configuration for ocamldoc written to site-lib-src/ocamldoc/META
- Configuration for raw_spacetime written to site-lib-src/raw_spacetime/META
- Configuration for threads written to site-lib-src/threads/META
- Configuration for str written to site-lib-src/str/META
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
- 
- About the OCAML core installation:
-     Standard library:      /home/opam/.opam/4.04/lib/ocaml
-     Binaries:              /home/opam/.opam/4.04/bin
-     Manual pages:          /home/opam/.opam/4.04/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.04/share/ocaml-secondary-compiler/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.04/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.04/bin
-     Manual pages:          /home/opam/.opam/4.04/man
-     topfind script:        /home/opam/.opam/4.04/lib/ocaml
- Topfind ppxopt support:    yes
- Toolbox:                   no
- Link custom runtime:       yes
- Need bytes compatibility:  no
- 
- Configuration has been written to Makefile.config
- 
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
-> compiled  ocamlfind-secondary.1.9.1
Processing 64/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled]
Processing 65/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled] [ocamlfind-secondary: make install-meta]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install-meta" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlfind-secondary.1.9.1)
- for x in dynlink stdlib unix bigarray compiler-libs graphics num num-top ocamldoc raw_spacetime threads str; do mkdir -p "/home/opam/.opam/4.04/share/ocaml-secondary-compiler/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.04/share/ocaml-secondary-compiler/lib/$x"; done
- mkdir -p "/home/opam/.opam/4.04/share/ocaml-secondary-compiler/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.04/share/ocaml-secondary-compiler/lib/findlib/Makefile.packages"
Processing 65/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled] [ocamlfind-secondary: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.04/lib/findlib.conf.d/" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlfind-secondary.1.9.1)
Processing 65/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled] [ocamlfind-secondary: cp ocaml-secondary-compiler.conf]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "cp" "ocaml-secondary-compiler.conf" "/home/opam/.opam/4.04/lib/findlib.conf.d/" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlfind-secondary.1.9.1)
Processing 65/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled] [ocamlfind-secondary: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.04/share/ocaml-secondary-compiler/lib/ocaml" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlfind-secondary.1.9.1)
Processing 65/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled] [ocamlfind-secondary: cp META]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "cp" "META" "/home/opam/.opam/4.04/share/ocaml-secondary-compiler/lib/ocaml" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlfind-secondary.1.9.1)
-> installed ocamlfind-secondary.1.9.1
Processing 65/141: [minios-xen: sh] [ocamlbuild: make check-if-preinstalled]
Processing 66/141: [dune: ocaml bootstrap.ml] [minios-xen: sh] [ocamlbuild: make check-if-preinstalled]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-ex" "./build-opam.sh" (CWD=/home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9)
- + unset EXTRA_DEPS
- + make debug=n CONFIG_VERBOSE_BOOT=n
- perl include/minios-external/bsd-sys-queue-h-seddery include/minios-external/bsd-sys-queue.h --prefix=minios  >include/list.h.new
- if ! cmp -s include/list.h.new include/list.h; then mv -f include/list.h.new include/list.h; else rm -f include/list.h.new; fi
- ln -sf . include/mini-os
- ln -sf . arch/x86/include/mini-os
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c blkfront.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/blkfront.o
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c events.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/events.o
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c fbfront.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/fbfront.o
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c gntmap.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/gntmap.o
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c gnttab.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/gnttab.o
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c hypervisor.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/hypervisor.o
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c kernel.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/kernel.o
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c lock.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lock.o
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c main.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/main.o
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c mm.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/mm.o
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c netfront.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/netfront.o
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c sched.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/sched.o
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c lib/ctype.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/ctype.o
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c lib/math.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/math.o
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c lib/printf.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/printf.o
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c lib/stack_chk_fail.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/stack_chk_fail.o
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c lib/string.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/string.o
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c lib/memmove.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/memmove.o
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c lib/sys.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/sys.o
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c lib/assert.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/assert.o
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c lib/xmalloc.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/xmalloc.o
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c lib/xs.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/xs.o
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c xenbus/xenbus.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/xenbus/xenbus.o
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c console/console.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/console/console.o
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c console/xencons_ring.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/console/xencons_ring.o
- gcc -DCONFIG_START_NETWORK -DCONFIG_SPARSE_BSS -DCONFIG_BLKFRONT -DCONFIG_NETFRONT -DCONFIG_KBDFRONT -DCONFIG_FBFRONT -DCONFIG_CONSFRONT -DCONFIG_XENBUS -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64 -c console/xenbus.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/console/xenbus.o
- make --directory=arch/x86 OBJ_DIR=/home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86 CONFIG_VERBOSE_BOOT=n || exit 1;
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86'
- cc -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../arch/x86/include/x86_64 -c events.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/events.o
- cc -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../arch/x86/include/x86_64 -c ioremap.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/ioremap.o
- cc -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../arch/x86/include/x86_64 -c iorw.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/iorw.o
- cc -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../arch/x86/include/x86_64 -c mm.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/mm.o
- cc -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../arch/x86/include/x86_64 -c sched.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/sched.o
- cc -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../arch/x86/include/x86_64 -c setup.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/setup.o
- cc -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../arch/x86/include/x86_64 -c time.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/time.o
- cc -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls -Wformat -fno-stack-protector -fgnu89-inline -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -O3 -fno-tree-loop-distribute-patterns -D__INSIDE_MINIOS__ -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../arch/x86/include/x86_64 -c traps.c -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/traps.o
- cc -D__ASSEMBLY__ -m64 -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../include -D__MINIOS__ -D__XEN_INTERFACE_VERSION__=0x00030205  -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../arch/x86/include -isystem /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/../../arch/x86/include/x86_64 -c x86_64.S -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/x86_64.o
- ar rv /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/libx86_64.a /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/events.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/ioremap.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/iorw.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/mm.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/sched.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/setup.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/time.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/traps.o
- ar: creating /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/libx86_64.a
- a - /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/events.o
- a - /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/ioremap.o
- a - /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/iorw.o
- a - /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/mm.o
- a - /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/sched.o
- a - /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/setup.o
- a - /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/time.o
- a - /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/traps.o
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86'
- ld -r  -m elf_x86_64 -lx86_64 -Larch/x86 /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/x86_64.o  /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/blkfront.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/events.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/fbfront.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/gntmap.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/gnttab.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/hypervisor.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/kernel.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lock.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/main.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/mm.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/netfront.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/sched.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/ctype.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/math.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/printf.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/stack_chk_fail.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/string.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/memmove.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/sys.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/assert.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/xmalloc.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/xs.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/xenbus/xenbus.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/console/console.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/console/xencons_ring.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/console/xenbus.o -L/home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86 -lx86_64  -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/mini-os.o
- objcopy -w -G xenos_* -G _start /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/mini-os.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/mini-os.o
- ld  -m elf_x86_64 -lx86_64 -Larch/x86 -T arch/x86/minios-x86_64.lds /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/mini-os.o  -o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/mini-os
- gzip -f -9 -c /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/mini-os >/home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/mini-os.gz
-> compiled  minios-xen.0.9
Processing 66/141: [dune: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled]
Processing 67/141: [dune: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [minios-xen: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" "LIBDIR=/home/opam/.opam/4.04/lib" "INCLUDEDIR=/home/opam/.opam/4.04/include" (CWD=/home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9)
- make --directory=arch/x86 OBJ_DIR=/home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86 CONFIG_VERBOSE_BOOT=y || exit 1;
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86'
- make[1]: Nothing to be done for 'all'.
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86'
- rm -f libminios.a
- ar rcs libminios.a  /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/blkfront.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/events.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/fbfront.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/gntmap.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/gnttab.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/hypervisor.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/kernel.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lock.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/main.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/mm.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/netfront.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/sched.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/ctype.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/math.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/printf.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/stack_chk_fail.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/string.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/memmove.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/sys.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/assert.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/xmalloc.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/lib/xs.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/xenbus/xenbus.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/console/console.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/console/xencons_ring.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/console/xenbus.o /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/*.o
- sed \
-   -e 's/@ARCH_LDFLAGS@/-m elf_x86_64 -lx86_64/g' \
-   -e 's/@ARCH_CFLAGS@/-m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables/g' \
-   -e 's!@GCC_INSTALL@!/usr/lib/gcc/x86_64-linux-gnu/11/!g' \
-   libminios-xen.pc.in > libminios-xen.pc
- install -d -m0755 -p /home/opam/.opam/4.04/lib/minios-xen
- install -d -m0755 -p /home/opam/.opam/4.04/lib/pkgconfig
- install -d -m0755 -p /home/opam/.opam/4.04/include
- install -d -m0755 -p /home/opam/.opam/4.04/include/minios-xen
- install -m0644 -p libminios.a /home/opam/.opam/4.04/lib/minios-xen
- install -m0644 -p /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/libx86_64.a /home/opam/.opam/4.04/lib/minios-xen
- install -m0644 -p arch/x86/minios-x86_64.lds /home/opam/.opam/4.04/lib/minios-xen/libminios.lds
- (cd include && find -H . -type d | xargs -I {} install -d -m0755 -p /home/opam/.opam/4.04/include/minios-xen/{})
- (cd include && find -H . -type f | xargs -I {} install -m0644 -p {} /home/opam/.opam/4.04/include/minios-xen/{})
- (cd include/xen && find -H . -type d | xargs -I {} install -d -m0755 -p /home/opam/.opam/4.04/include/minios-xen/xen/{})
- (cd include/xen && find -H . -type f | xargs -I {} install -m0644 -p {} /home/opam/.opam/4.04/include/minios-xen/xen/{})
- [ -L /home/opam/.opam/4.04/include/minios-xen/mini-os ] || ln -s . /home/opam/.opam/4.04/include/minios-xen/mini-os
- install -m0644 -p /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/arch_endian.h /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/arch_limits.h /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/arch_mm.h /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/arch_sched.h /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/arch_spinlock.h /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/os.h /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/traps.h /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64/arch_wordsize.h /home/opam/.opam/4.04/.opam-switch/build/minios-xen.0.9/arch/x86/include/x86_64/hypercall-x86_64.h /home/opam/.opam/4.04/include/minios-xen/
- install -m0644 -p libminios-xen.pc /home/opam/.opam/4.04/lib/pkgconfig
-> installed minios-xen.0.9
Processing 67/141: [dune: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled]
Processing 68/141: [dune: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled]
Processing 69/141: [dune: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [mirage-xen-minios: make depend]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "depend" (CWD=/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3)
- ./fetch.sh
- + . ./vars.sh
- + [  =  ]
- + command -v opam
- + opam config var prefix
- + PREFIX=/home/opam/.opam/4.04
- + LIBM=openlibm-0.5.4
- + LIBM_ARCHIVE=v0.5.4.tar.gz
- + LIBM_URL=https://github.com/JuliaLang/openlibm/archive/v0.5.4.tar.gz
- + [ ! -e v0.5.4.tar.gz ]
Processing 69/141: [dune: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [mirage-xen-minios: make build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "check-if-preinstalled" "all" "opam-install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1)
- if test -d /home/opam/.opam/4.04/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.04/lib/ocaml/ocamlbuild";\
-   >&2 echo "Installation aborted; if you want to bypass this"\
-         "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
-   exit 2;\
- fi
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 251 states, 1051 transitions, table size 5710 bytes
- 4334 additional bytes used for bindings
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/my_std.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/exit_codes.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo
- mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte unix.cma src/ocamlbuild_pack.cmo src/ocamlbuild_plugin.cmo src/ocamlbuild_executor.cmo src/ocamlbuild_unix_plugin.cmo src/ocamlbuild.cmo
- ocamlc.opt -a -o src/ocamlbuildlib.cma src/ocamlbuild_pack.cmo src/ocamlbuild_plugin.cmo src/ocamlbuild_executor.cmo src/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/my_std.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/exit_codes.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx src/ocamlbuild.cmx
- ocamlopt.opt -a -o src/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx
- ocamlc.opt src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- echo 'lib: [' >> ocamlbuild.install
- make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- for lib in src/ocamlbuildlib.cma src/ocamlbuild.cmo src/ocamlbuild_pack.cmi src/ocamlbuild_plugin.cmi src/ocamlbuild_executor.cmi src/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- for lib in src/ocamlbuildlib.cmxa src/ocamlbuildlib.a src/ocamlbuild.cmx src/ocamlbuild.o src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx src/ocamlbuild_plugin.o src/ocamlbuild_executor.o src/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
-> compiled  ocamlbuild.0.14.1
Processing 69/141: [dune: ocaml bootstrap.ml] [mirage-xen-minios: make build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "build" (CWD=/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3)
- ./install.sh
- + . ./vars.sh
- + [  =  ]
- + command -v opam
- + opam config var prefix
- + PREFIX=/home/opam/.opam/4.04
- + LIBM=openlibm-0.5.4
- + LIBM_ARCHIVE=v0.5.4.tar.gz
- + LIBM_URL=https://github.com/JuliaLang/openlibm/archive/v0.5.4.tar.gz
- + rm -rf openlibm-0.5.4
- + tar -zxf v0.5.4.tar.gz
- + cd openlibm-0.5.4
- + patch -p1
- patching file openlibm.pc.in
- + PKG_CONFIG_PATH=/home/opam/.opam/4.04/lib/pkgconfig pkg-config libminios-xen --cflags
- + make CFLAGS= -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include libopenlibm.a
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4'
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/common.c -o src/common.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_acos.c -o src/e_acos.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_acosf.c -o src/e_acosf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_acosh.c -o src/e_acosh.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_acoshf.c -o src/e_acoshf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_asin.c -o src/e_asin.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_asinf.c -o src/e_asinf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_atan2.c -o src/e_atan2.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_atan2f.c -o src/e_atan2f.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_atanh.c -o src/e_atanh.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_atanhf.c -o src/e_atanhf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_cosh.c -o src/e_cosh.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_coshf.c -o src/e_coshf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_exp.c -o src/e_exp.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_expf.c -o src/e_expf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_fmod.c -o src/e_fmod.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_fmodf.c -o src/e_fmodf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_hypot.c -o src/e_hypot.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_hypotf.c -o src/e_hypotf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_j0.c -o src/e_j0.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_j0f.c -o src/e_j0f.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_j1.c -o src/e_j1.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_j1f.c -o src/e_j1f.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_jn.c -o src/e_jn.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_jnf.c -o src/e_jnf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_lgamma.c -o src/e_lgamma.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_lgamma_r.c -o src/e_lgamma_r.c.o
- src/e_lgamma_r.c: In function 'lgamma_r':
- src/e_lgamma_r.c:296:20: warning: 'nadj' may be used uninitialized in this function [-Wmaybe-uninitialized]
-   296 |         if(hx<0) r = nadj - r;
-       |                  ~~^~~~~~~~~~
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_lgammaf.c -o src/e_lgammaf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_lgammaf_r.c -o src/e_lgammaf_r.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_log.c -o src/e_log.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_log10.c -o src/e_log10.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_log10f.c -o src/e_log10f.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_log2.c -o src/e_log2.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_log2f.c -o src/e_log2f.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_logf.c -o src/e_logf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_pow.c -o src/e_pow.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_powf.c -o src/e_powf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_rem_pio2.c -o src/e_rem_pio2.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_rem_pio2f.c -o src/e_rem_pio2f.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_sinh.c -o src/e_sinh.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_sinhf.c -o src/e_sinhf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/k_cos.c -o src/k_cos.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/k_exp.c -o src/k_exp.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/k_expf.c -o src/k_expf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/k_rem_pio2.c -o src/k_rem_pio2.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/k_sin.c -o src/k_sin.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/k_tan.c -o src/k_tan.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/k_cosf.c -o src/k_cosf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/k_sinf.c -o src/k_sinf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/k_tanf.c -o src/k_tanf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_asinh.c -o src/s_asinh.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_asinhf.c -o src/s_asinhf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_atan.c -o src/s_atan.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_atanf.c -o src/s_atanf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_carg.c -o src/s_carg.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cargf.c -o src/s_cargf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cbrt.c -o src/s_cbrt.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cbrtf.c -o src/s_cbrtf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_ceil.c -o src/s_ceil.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_ceilf.c -o src/s_ceilf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_copysign.c -o src/s_copysign.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_copysignf.c -o src/s_copysignf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cos.c -o src/s_cos.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cosf.c -o src/s_cosf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_csqrt.c -o src/s_csqrt.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_csqrtf.c -o src/s_csqrtf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_erf.c -o src/s_erf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_erff.c -o src/s_erff.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_exp2.c -o src/s_exp2.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_exp2f.c -o src/s_exp2f.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_expm1.c -o src/s_expm1.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_expm1f.c -o src/s_expm1f.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_fabs.c -o src/s_fabs.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_fabsf.c -o src/s_fabsf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_fdim.c -o src/s_fdim.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_floor.c -o src/s_floor.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_floorf.c -o src/s_floorf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_fma.c -o src/s_fma.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_fmaf.c -o src/s_fmaf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_fmax.c -o src/s_fmax.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_fmaxf.c -o src/s_fmaxf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_fmin.c -o src/s_fmin.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_fminf.c -o src/s_fminf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_fpclassify.c -o src/s_fpclassify.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_frexp.c -o src/s_frexp.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_frexpf.c -o src/s_frexpf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_ilogb.c -o src/s_ilogb.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_ilogbf.c -o src/s_ilogbf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_isinf.c -o src/s_isinf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_isfinite.c -o src/s_isfinite.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_isnormal.c -o src/s_isnormal.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_isnan.c -o src/s_isnan.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_llround.c -o src/s_llround.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_llroundf.c -o src/s_llroundf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_log1p.c -o src/s_log1p.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_log1pf.c -o src/s_log1pf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_logb.c -o src/s_logb.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_logbf.c -o src/s_logbf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_lround.c -o src/s_lround.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_lroundf.c -o src/s_lroundf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_modf.c -o src/s_modf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_modff.c -o src/s_modff.c.o
- gcc  -O0 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_nearbyint.c -o src/s_nearbyint.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_nextafter.c -o src/s_nextafter.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_nextafterf.c -o src/s_nextafterf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_nexttowardf.c -o src/s_nexttowardf.c.o
- gcc  -O0 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_rint.c -o src/s_rint.c.o
- gcc  -O0 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_rintf.c -o src/s_rintf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_round.c -o src/s_round.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_roundf.c -o src/s_roundf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_scalbln.c -o src/s_scalbln.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_signbit.c -o src/s_signbit.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_signgam.c -o src/s_signgam.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_sin.c -o src/s_sin.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_sincos.c -o src/s_sincos.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_sinf.c -o src/s_sinf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_sincosf.c -o src/s_sincosf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_tan.c -o src/s_tan.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_tanf.c -o src/s_tanf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_tanh.c -o src/s_tanh.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_tanhf.c -o src/s_tanhf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_tgammaf.c -o src/s_tgammaf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_trunc.c -o src/s_trunc.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_truncf.c -o src/s_truncf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cpow.c -o src/s_cpow.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cpowf.c -o src/s_cpowf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/w_cabs.c -o src/w_cabs.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/w_cabsf.c -o src/w_cabsf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_nan.c -o src/s_nan.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_copysignl.c -o src/s_copysignl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_fabsl.c -o src/s_fabsl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_modfl.c -o src/s_modfl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_acosl.c -o src/e_acosl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_asinl.c -o src/e_asinl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_atan2l.c -o src/e_atan2l.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_fmodl.c -o src/e_fmodl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_fmaxl.c -o src/s_fmaxl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_fminl.c -o src/s_fminl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_ilogbl.c -o src/s_ilogbl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_hypotl.c -o src/e_hypotl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/e_lgammal.c -o src/e_lgammal.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_atanl.c -o src/s_atanl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_ceill.c -o src/s_ceill.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cosl.c -o src/s_cosl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cprojl.c -o src/s_cprojl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_csqrtl.c -o src/s_csqrtl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_floorl.c -o src/s_floorl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_fmal.c -o src/s_fmal.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_frexpl.c -o src/s_frexpl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_nexttoward.c -o src/s_nexttoward.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_roundl.c -o src/s_roundl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_lroundl.c -o src/s_lroundl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_llroundl.c -o src/s_llroundl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cpowl.c -o src/s_cpowl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cargl.c -o src/s_cargl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_sinl.c -o src/s_sinl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_sincosl.c -o src/s_sincosl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_tanl.c -o src/s_tanl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_truncl.c -o src/s_truncl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/w_cabsl.c -o src/w_cabsl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_nextafterl.c -o src/s_nextafterl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/polevll.c -o src/polevll.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_casinl.c -o src/s_casinl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_ctanl.c -o src/s_ctanl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cimagl.c -o src/s_cimagl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_conjl.c -o src/s_conjl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_creall.c -o src/s_creall.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cacoshl.c -o src/s_cacoshl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_catanhl.c -o src/s_catanhl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_casinhl.c -o src/s_casinhl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_catanl.c -o src/s_catanl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_csinl.c -o src/s_csinl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cacosl.c -o src/s_cacosl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cexpl.c -o src/s_cexpl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_csinhl.c -o src/s_csinhl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_ccoshl.c -o src/s_ccoshl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_clogl.c -o src/s_clogl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_ctanhl.c -o src/s_ctanhl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_ccosl.c -o src/s_ccosl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cbrtl.c -o src/s_cbrtl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_ccosh.c -o src/s_ccosh.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_ccoshf.c -o src/s_ccoshf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cexp.c -o src/s_cexp.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cexpf.c -o src/s_cexpf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cimag.c -o src/s_cimag.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cimagf.c -o src/s_cimagf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_conj.c -o src/s_conj.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_conjf.c -o src/s_conjf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cproj.c -o src/s_cproj.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cprojf.c -o src/s_cprojf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_creal.c -o src/s_creal.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_crealf.c -o src/s_crealf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_csinh.c -o src/s_csinh.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_csinhf.c -o src/s_csinhf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_ctanh.c -o src/s_ctanh.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_ctanhf.c -o src/s_ctanhf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cacos.c -o src/s_cacos.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cacosf.c -o src/s_cacosf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cacosh.c -o src/s_cacosh.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_cacoshf.c -o src/s_cacoshf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_casin.c -o src/s_casin.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_casinf.c -o src/s_casinf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_casinh.c -o src/s_casinh.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_casinhf.c -o src/s_casinhf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_catan.c -o src/s_catan.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_catanf.c -o src/s_catanf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_catanh.c -o src/s_catanh.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_catanhf.c -o src/s_catanhf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_clog.c -o src/s_clog.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c src/s_clogf.c -o src/s_clogf.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c amd64/fenv.c -o amd64/fenv.c.o
- gcc    -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/e_remainder.S -o amd64/e_remainder.S.o
- gcc    -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/e_remainderf.S -o amd64/e_remainderf.S.o
- gcc    -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/e_remainderl.S -o amd64/e_remainderl.S.o
- gcc    -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/e_sqrt.S -o amd64/e_sqrt.S.o
- gcc    -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/e_sqrtf.S -o amd64/e_sqrtf.S.o
- gcc    -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/e_sqrtl.S -o amd64/e_sqrtl.S.o
- gcc    -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_llrint.S -o amd64/s_llrint.S.o
- gcc    -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_llrintf.S -o amd64/s_llrintf.S.o
- gcc    -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_llrintl.S -o amd64/s_llrintl.S.o
- gcc    -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_logbl.S -o amd64/s_logbl.S.o
- gcc    -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_lrint.S -o amd64/s_lrint.S.o
- gcc    -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_lrintf.S -o amd64/s_lrintf.S.o
- gcc    -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_lrintl.S -o amd64/s_lrintl.S.o
- gcc    -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_remquo.S -o amd64/s_remquo.S.o
- gcc    -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_remquof.S -o amd64/s_remquof.S.o
- gcc    -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_remquol.S -o amd64/s_remquol.S.o
- gcc    -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_rintl.S -o amd64/s_rintl.S.o
- gcc    -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_scalbn.S -o amd64/s_scalbn.S.o
- gcc    -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_scalbnf.S -o amd64/s_scalbnf.S.o
- gcc    -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_scalbnl.S -o amd64/s_scalbnl.S.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c bsdsrc/b_exp.c -o bsdsrc/b_exp.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c bsdsrc/b_log.c -o bsdsrc/b_log.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c bsdsrc/b_tgamma.c -o bsdsrc/b_tgamma.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c ld80/invtrig.c -o ld80/invtrig.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c ld80/e_acoshl.c -o ld80/e_acoshl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c ld80/e_powl.c -o ld80/e_powl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c ld80/k_tanl.c -o ld80/k_tanl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c ld80/s_exp2l.c -o ld80/s_exp2l.c.o
- In file included from ld80/s_exp2l.c:38:
- /home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src/math_private.h:240:1: warning: 'irint' defined but not used [-Wunused-function]
-   240 | irint(double x)
-       | ^~~~~
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c ld80/e_atanhl.c -o ld80/e_atanhl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c ld80/e_lgammal_r.c -o ld80/e_lgammal_r.c.o
- ld80/e_lgammal_r.c: In function 'lgammal_r':
- ld80/e_lgammal_r.c:423:7: warning: 'nadj' may be used uninitialized in this function [-Wmaybe-uninitialized]
-   423 |     r = nadj - r;
-       |     ~~^~~~~~~~~~
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c ld80/e_sinhl.c -o ld80/e_sinhl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c ld80/s_asinhl.c -o ld80/s_asinhl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c ld80/s_expm1l.c -o ld80/s_expm1l.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c ld80/e_coshl.c -o ld80/e_coshl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c ld80/e_log10l.c -o ld80/e_log10l.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c ld80/e_tgammal.c -o ld80/e_tgammal.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c ld80/e_expl.c -o ld80/e_expl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c ld80/e_log2l.c -o ld80/e_log2l.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c ld80/k_cosl.c -o ld80/k_cosl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c ld80/s_log1pl.c -o ld80/s_log1pl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c ld80/s_tanhl.c -o ld80/s_tanhl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c ld80/e_logl.c -o ld80/e_logl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c ld80/k_sinl.c -o ld80/k_sinl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c ld80/s_erfl.c -o ld80/s_erfl.c.o
- gcc  -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/include -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/ld80 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/amd64 -I/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -fPIC  -c ld80/s_nanl.c -o ld80/s_nanl.c.o
- ar -rcs libopenlibm.a src/common.c.o src/e_acos.c.o src/e_acosf.c.o src/e_acosh.c.o src/e_acoshf.c.o src/e_asin.c.o src/e_asinf.c.o src/e_atan2.c.o src/e_atan2f.c.o src/e_atanh.c.o src/e_atanhf.c.o src/e_cosh.c.o src/e_coshf.c.o src/e_exp.c.o src/e_expf.c.o src/e_fmod.c.o src/e_fmodf.c.o src/e_hypot.c.o src/e_hypotf.c.o src/e_j0.c.o src/e_j0f.c.o src/e_j1.c.o src/e_j1f.c.o src/e_jn.c.o src/e_jnf.c.o src/e_lgamma.c.o src/e_lgamma_r.c.o src/e_lgammaf.c.o src/e_lgammaf_r.c.o src/e_log.c.o src/e_log10.c.o src/e_log10f.c.o src/e_log2.c.o src/e_log2f.c.o src/e_logf.c.o src/e_pow.c.o src/e_powf.c.o src/e_rem_pio2.c.o src/e_rem_pio2f.c.o src/e_sinh.c.o src/e_sinhf.c.o src/k_cos.c.o src/k_exp.c.o src/k_expf.c.o src/k_rem_pio2.c.o src/k_sin.c.o src/k_tan.c.o src/k_cosf.c.o src/k_sinf.c.o src/k_tanf.c.o src/s_asinh.c.o src/s_asinhf.c.o src/s_atan.c.o src/s_atanf.c.o src/s_carg.c.o src/s_cargf.c.o src/s_cbrt.c.o src/s_cbrtf.c.o src/s_ceil.c.o src/s_ceilf.c.o src/s_copysign.c.o src/s_copysignf.c.o src/s_cos.c.o src/s_cosf.c.o src/s_csqrt.c.o src/s_csqrtf.c.o src/s_erf.c.o src/s_erff.c.o src/s_exp2.c.o src/s_exp2f.c.o src/s_expm1.c.o src/s_expm1f.c.o src/s_fabs.c.o src/s_fabsf.c.o src/s_fdim.c.o src/s_floor.c.o src/s_floorf.c.o src/s_fma.c.o src/s_fmaf.c.o src/s_fmax.c.o src/s_fmaxf.c.o src/s_fmin.c.o src/s_fminf.c.o src/s_fpclassify.c.o src/s_frexp.c.o src/s_frexpf.c.o src/s_ilogb.c.o src/s_ilogbf.c.o src/s_isinf.c.o src/s_isfinite.c.o src/s_isnormal.c.o src/s_isnan.c.o src/s_llround.c.o src/s_llroundf.c.o src/s_log1p.c.o src/s_log1pf.c.o src/s_logb.c.o src/s_logbf.c.o src/s_lround.c.o src/s_lroundf.c.o src/s_modf.c.o src/s_modff.c.o src/s_nearbyint.c.o src/s_nextafter.c.o src/s_nextafterf.c.o src/s_nexttowardf.c.o src/s_rint.c.o src/s_rintf.c.o src/s_round.c.o src/s_roundf.c.o src/s_scalbln.c.o src/s_signbit.c.o src/s_signgam.c.o src/s_sin.c.o src/s_sincos.c.o src/s_sinf.c.o src/s_sincosf.c.o src/s_tan.c.o src/s_tanf.c.o src/s_tanh.c.o src/s_tanhf.c.o src/s_tgammaf.c.o src/s_trunc.c.o src/s_truncf.c.o src/s_cpow.c.o src/s_cpowf.c.o src/w_cabs.c.o src/w_cabsf.c.o src/s_nan.c.o src/s_copysignl.c.o src/s_fabsl.c.o src/s_modfl.c.o src/e_acosl.c.o src/e_asinl.c.o src/e_atan2l.c.o src/e_fmodl.c.o src/s_fmaxl.c.o src/s_fminl.c.o src/s_ilogbl.c.o src/e_hypotl.c.o src/e_lgammal.c.o src/s_atanl.c.o src/s_ceill.c.o src/s_cosl.c.o src/s_cprojl.c.o src/s_csqrtl.c.o src/s_floorl.c.o src/s_fmal.c.o src/s_frexpl.c.o src/s_nexttoward.c.o src/s_roundl.c.o src/s_lroundl.c.o src/s_llroundl.c.o src/s_cpowl.c.o src/s_cargl.c.o src/s_sinl.c.o src/s_sincosl.c.o src/s_tanl.c.o src/s_truncl.c.o src/w_cabsl.c.o src/s_nextafterl.c.o src/polevll.c.o src/s_casinl.c.o src/s_ctanl.c.o src/s_cimagl.c.o src/s_conjl.c.o src/s_creall.c.o src/s_cacoshl.c.o src/s_catanhl.c.o src/s_casinhl.c.o src/s_catanl.c.o src/s_csinl.c.o src/s_cacosl.c.o src/s_cexpl.c.o src/s_csinhl.c.o src/s_ccoshl.c.o src/s_clogl.c.o src/s_ctanhl.c.o src/s_ccosl.c.o src/s_cbrtl.c.o src/s_ccosh.c.o src/s_ccoshf.c.o src/s_cexp.c.o src/s_cexpf.c.o src/s_cimag.c.o src/s_cimagf.c.o src/s_conj.c.o src/s_conjf.c.o src/s_cproj.c.o src/s_cprojf.c.o src/s_creal.c.o src/s_crealf.c.o src/s_csinh.c.o src/s_csinhf.c.o src/s_ctanh.c.o src/s_ctanhf.c.o src/s_cacos.c.o src/s_cacosf.c.o src/s_cacosh.c.o src/s_cacoshf.c.o src/s_casin.c.o src/s_casinf.c.o src/s_casinh.c.o src/s_casinhf.c.o src/s_catan.c.o src/s_catanf.c.o src/s_catanh.c.o src/s_catanhf.c.o src/s_clog.c.o src/s_clogf.c.o amd64/fenv.c.o amd64/e_remainder.S.o amd64/e_remainderf.S.o amd64/e_remainderl.S.o amd64/e_sqrt.S.o amd64/e_sqrtf.S.o amd64/e_sqrtl.S.o amd64/s_llrint.S.o amd64/s_llrintf.S.o amd64/s_llrintl.S.o amd64/s_logbl.S.o amd64/s_lrint.S.o amd64/s_lrintf.S.o amd64/s_lrintl.S.o amd64/s_remquo.S.o amd64/s_remquof.S.o amd64/s_remquol.S.o amd64/s_rintl.S.o amd64/s_scalbn.S.o amd64/s_scalbnf.S.o amd64/s_scalbnl.S.o bsdsrc/b_exp.c.o bsdsrc/b_log.c.o bsdsrc/b_tgamma.c.o ld80/invtrig.c.o ld80/e_acoshl.c.o ld80/e_powl.c.o ld80/k_tanl.c.o ld80/s_exp2l.c.o ld80/e_atanhl.c.o ld80/e_lgammal_r.c.o ld80/e_sinhl.c.o ld80/s_asinhl.c.o ld80/s_expm1l.c.o ld80/e_coshl.c.o ld80/e_log10l.c.o ld80/e_tgammal.c.o ld80/e_expl.c.o ld80/e_log2l.c.o ld80/k_cosl.c.o ld80/s_log1pl.c.o ld80/s_tanhl.c.o ld80/e_logl.c.o ld80/k_sinl.c.o ld80/s_erfl.c.o ld80/s_nanl.c.o
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4'
- + make install prefix=/home/opam/.opam/4.04
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4'
- mkdir -p /home/opam/.opam/4.04/lib
- cp -f -a libopenlibm.a /home/opam/.opam/4.04/lib/
- gcc -shared src/common.c.o src/e_acos.c.o src/e_acosf.c.o src/e_acosh.c.o src/e_acoshf.c.o src/e_asin.c.o src/e_asinf.c.o src/e_atan2.c.o src/e_atan2f.c.o src/e_atanh.c.o src/e_atanhf.c.o src/e_cosh.c.o src/e_coshf.c.o src/e_exp.c.o src/e_expf.c.o src/e_fmod.c.o src/e_fmodf.c.o src/e_hypot.c.o src/e_hypotf.c.o src/e_j0.c.o src/e_j0f.c.o src/e_j1.c.o src/e_j1f.c.o src/e_jn.c.o src/e_jnf.c.o src/e_lgamma.c.o src/e_lgamma_r.c.o src/e_lgammaf.c.o src/e_lgammaf_r.c.o src/e_log.c.o src/e_log10.c.o src/e_log10f.c.o src/e_log2.c.o src/e_log2f.c.o src/e_logf.c.o src/e_pow.c.o src/e_powf.c.o src/e_rem_pio2.c.o src/e_rem_pio2f.c.o src/e_sinh.c.o src/e_sinhf.c.o src/k_cos.c.o src/k_exp.c.o src/k_expf.c.o src/k_rem_pio2.c.o src/k_sin.c.o src/k_tan.c.o src/k_cosf.c.o src/k_sinf.c.o src/k_tanf.c.o src/s_asinh.c.o src/s_asinhf.c.o src/s_atan.c.o src/s_atanf.c.o src/s_carg.c.o src/s_cargf.c.o src/s_cbrt.c.o src/s_cbrtf.c.o src/s_ceil.c.o src/s_ceilf.c.o src/s_copysign.c.o src/s_copysignf.c.o src/s_cos.c.o src/s_cosf.c.o src/s_csqrt.c.o src/s_csqrtf.c.o src/s_erf.c.o src/s_erff.c.o src/s_exp2.c.o src/s_exp2f.c.o src/s_expm1.c.o src/s_expm1f.c.o src/s_fabs.c.o src/s_fabsf.c.o src/s_fdim.c.o src/s_floor.c.o src/s_floorf.c.o src/s_fma.c.o src/s_fmaf.c.o src/s_fmax.c.o src/s_fmaxf.c.o src/s_fmin.c.o src/s_fminf.c.o src/s_fpclassify.c.o src/s_frexp.c.o src/s_frexpf.c.o src/s_ilogb.c.o src/s_ilogbf.c.o src/s_isinf.c.o src/s_isfinite.c.o src/s_isnormal.c.o src/s_isnan.c.o src/s_llround.c.o src/s_llroundf.c.o src/s_log1p.c.o src/s_log1pf.c.o src/s_logb.c.o src/s_logbf.c.o src/s_lround.c.o src/s_lroundf.c.o src/s_modf.c.o src/s_modff.c.o src/s_nearbyint.c.o src/s_nextafter.c.o src/s_nextafterf.c.o src/s_nexttowardf.c.o src/s_rint.c.o src/s_rintf.c.o src/s_round.c.o src/s_roundf.c.o src/s_scalbln.c.o src/s_signbit.c.o src/s_signgam.c.o src/s_sin.c.o src/s_sincos.c.o src/s_sinf.c.o src/s_sincosf.c.o src/s_tan.c.o src/s_tanf.c.o src/s_tanh.c.o src/s_tanhf.c.o src/s_tgammaf.c.o src/s_trunc.c.o src/s_truncf.c.o src/s_cpow.c.o src/s_cpowf.c.o src/w_cabs.c.o src/w_cabsf.c.o src/s_nan.c.o src/s_copysignl.c.o src/s_fabsl.c.o src/s_modfl.c.o src/e_acosl.c.o src/e_asinl.c.o src/e_atan2l.c.o src/e_fmodl.c.o src/s_fmaxl.c.o src/s_fminl.c.o src/s_ilogbl.c.o src/e_hypotl.c.o src/e_lgammal.c.o src/s_atanl.c.o src/s_ceill.c.o src/s_cosl.c.o src/s_cprojl.c.o src/s_csqrtl.c.o src/s_floorl.c.o src/s_fmal.c.o src/s_frexpl.c.o src/s_nexttoward.c.o src/s_roundl.c.o src/s_lroundl.c.o src/s_llroundl.c.o src/s_cpowl.c.o src/s_cargl.c.o src/s_sinl.c.o src/s_sincosl.c.o src/s_tanl.c.o src/s_truncl.c.o src/w_cabsl.c.o src/s_nextafterl.c.o src/polevll.c.o src/s_casinl.c.o src/s_ctanl.c.o src/s_cimagl.c.o src/s_conjl.c.o src/s_creall.c.o src/s_cacoshl.c.o src/s_catanhl.c.o src/s_casinhl.c.o src/s_catanl.c.o src/s_csinl.c.o src/s_cacosl.c.o src/s_cexpl.c.o src/s_csinhl.c.o src/s_ccoshl.c.o src/s_clogl.c.o src/s_ctanhl.c.o src/s_ccosl.c.o src/s_cbrtl.c.o src/s_ccosh.c.o src/s_ccoshf.c.o src/s_cexp.c.o src/s_cexpf.c.o src/s_cimag.c.o src/s_cimagf.c.o src/s_conj.c.o src/s_conjf.c.o src/s_cproj.c.o src/s_cprojf.c.o src/s_creal.c.o src/s_crealf.c.o src/s_csinh.c.o src/s_csinhf.c.o src/s_ctanh.c.o src/s_ctanhf.c.o src/s_cacos.c.o src/s_cacosf.c.o src/s_cacosh.c.o src/s_cacoshf.c.o src/s_casin.c.o src/s_casinf.c.o src/s_casinh.c.o src/s_casinhf.c.o src/s_catan.c.o src/s_catanf.c.o src/s_catanh.c.o src/s_catanhf.c.o src/s_clog.c.o src/s_clogf.c.o amd64/fenv.c.o amd64/e_remainder.S.o amd64/e_remainderf.S.o amd64/e_remainderl.S.o amd64/e_sqrt.S.o amd64/e_sqrtf.S.o amd64/e_sqrtl.S.o amd64/s_llrint.S.o amd64/s_llrintf.S.o amd64/s_llrintl.S.o amd64/s_logbl.S.o amd64/s_lrint.S.o amd64/s_lrintf.S.o amd64/s_lrintl.S.o amd64/s_remquo.S.o amd64/s_remquof.S.o amd64/s_remquol.S.o amd64/s_rintl.S.o amd64/s_scalbn.S.o amd64/s_scalbnf.S.o amd64/s_scalbnl.S.o bsdsrc/b_exp.c.o bsdsrc/b_log.c.o bsdsrc/b_tgamma.c.o ld80/invtrig.c.o ld80/e_acoshl.c.o ld80/e_powl.c.o ld80/k_tanl.c.o ld80/s_exp2l.c.o ld80/e_atanhl.c.o ld80/e_lgammal_r.c.o ld80/e_sinhl.c.o ld80/s_asinhl.c.o ld80/s_expm1l.c.o ld80/e_coshl.c.o ld80/e_log10l.c.o ld80/e_tgammal.c.o ld80/e_expl.c.o ld80/e_log2l.c.o ld80/k_cosl.c.o ld80/s_log1pl.c.o ld80/s_tanhl.c.o ld80/e_logl.c.o ld80/k_sinl.c.o ld80/s_erfl.c.o ld80/s_nanl.c.o   -Wl,-soname,libopenlibm.so.2 -o libopenlibm.so.2.3
- ln -sf libopenlibm.so.2.3 libopenlibm.so.2
- ln -sf libopenlibm.so.2.3 libopenlibm.so
- mkdir -p /home/opam/.opam/4.04/lib
- cp -f -a libopenlibm.*so* /home/opam/.opam/4.04/lib/
- echo "prefix=/home/opam/.opam/4.04" > openlibm.pc
- echo "version=0.5.4" >> openlibm.pc
- cat openlibm.pc.in >> openlibm.pc
- mkdir -p /home/opam/.opam/4.04/lib/pkgconfig
- cp -f -a openlibm.pc /home/opam/.opam/4.04/lib/pkgconfig/
- mkdir -p /home/opam/.opam/4.04/include/openlibm
- cp -f -a include/*.h /home/opam/.opam/4.04/include/openlibm
- cp -f -a src/*.h /home/opam/.opam/4.04/include/openlibm
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-minios.0.9.3/openlibm-0.5.4'
- + cd ..
- + cp complex.h /home/opam/.opam/4.04/include
-> installed mirage-xen-minios.0.9.3
Processing 69/141: [dune: ocaml bootstrap.ml]
[mirage-xen-posix: subst] expanding opam variables in xen-posix/flags/posix-cflags.tmp.in, generating xen-posix/flags/posix-cflags.tmp
[mirage-xen-posix: subst] expanding opam variables in xen-posix/flags/posix-libs.tmp.in, generating xen-posix/flags/posix-libs.tmp
[mirage-xen-posix: subst] expanding opam variables in xen-posix/flags/minios-cflags.tmp.in, generating xen-posix/flags/minios-cflags.tmp
[mirage-xen-posix: subst] expanding opam variables in xen-posix/flags/minios-libs.tmp.in, generating xen-posix/flags/minios-libs.tmp
Processing 70/141: [dune: ocaml bootstrap.ml] [mirage-xen-posix: make xen-posix-build]
-> installed ocamlbuild.0.14.1
Processing 71/141: [dune: ocaml bootstrap.ml] [mirage-xen-posix: make xen-posix-build]
Processing 72/141: [dune: ocaml bootstrap.ml] [mirage-xen-posix: make xen-posix-build] [topkg: ocaml build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "xen-posix-build" (CWD=/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-posix.3.3.1)
- cd xen-posix && make build
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-posix.3.3.1/xen-posix'
- ./build.sh
- + PKG_CONFIG_DEPS=openlibm libminios-xen >= 0.5
- + check_deps
- + check_deps
- + pkg-config --print-errors --exists openlibm libminios-xen >= 0.5
- + uname -m
- + ARCH_CFLAGS=-D__x86_64__ -momit-leaf-frame-pointer -mfancy-math-387
- + gcc -dumpversion
- + cut -f2 -d.
- + GCC_MVER2=11
- + [ 11 -ge 8 ]
- + EXTRA_CFLAGS=-fno-tree-loop-distribute-patterns -fno-stack-protector
- + CC=cc
- + pwd
- + PWD=/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-posix.3.3.1/xen-posix
- + pkg-config --cflags openlibm libminios-xen >= 0.5
- + CFLAGS=-fno-tree-loop-distribute-patterns -fno-stack-protector  -I /home/opam/.opam/4.04/.opam-switch/build/mirage-xen-posix.3.3.1/xen-posix/include/ -I /home/opam/.opam/4.04/.opam-switch/build/mirage-xen-posix.3.3.1/xen-posix/src/     -D__XEN_INTERFACE_VERSION__=0x00030205 -D__INSIDE_MINIOS__     -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include     -Wextra -Wchar-subscripts -Wno-switch -Wno-unused -Wredundant-decls -Wall     -Wno-sign-compare -Werror=unused-variable     -fno-builtin -D__x86_64__ -momit-leaf-frame-pointer -mfancy-math-387
- + cc -c -fno-tree-loop-distribute-patterns -fno-stack-protector -I /home/opam/.opam/4.04/.opam-switch/build/mirage-xen-posix.3.3.1/xen-posix/include/ -I /home/opam/.opam/4.04/.opam-switch/build/mirage-xen-posix.3.3.1/xen-posix/src/ -D__XEN_INTERFACE_VERSION__=0x00030205 -D__INSIDE_MINIOS__ -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -Wextra -Wchar-subscripts -Wno-switch -Wno-unused -Wredundant-decls -Wall -Wno-sign-compare -Werror=unused-variable -fno-builtin -D__x86_64__ -momit-leaf-frame-pointer -mfancy-math-387 src/dtoa.c src/fmt_fp.c src/mini_libc.c src/strtol.c
- In file included from /home/opam/.opam/4.04/include/openlibm/openlibm_fenv_amd64.h:35,
-                  from /home/opam/.opam/4.04/include/openlibm/openlibm_fenv.h:8,
-                  from /home/opam/.opam/4.04/include/openlibm/openlibm.h:5,
-                  from /home/opam/.opam/4.04/.opam-switch/build/mirage-xen-posix.3.3.1/xen-posix/include/math.h:1,
-                  from src/dtoa.c:287:
- /home/opam/.opam/4.04/include/openlibm/math_private.h:232:6: warning: redundant redeclaration of '__scan_nan' [-Wredundant-decls]
-   232 | void __scan_nan(u_int32_t *__words, int __num_words, const char *__s);
-       |      ^~~~~~~~~~
- In file included from /home/opam/.opam/4.04/include/openlibm/math_private.h:26,
-                  from /home/opam/.opam/4.04/include/openlibm/openlibm_fenv_amd64.h:35,
-                  from /home/opam/.opam/4.04/include/openlibm/openlibm_fenv.h:8,
-                  from /home/opam/.opam/4.04/include/openlibm/openlibm.h:5,
-                  from /home/opam/.opam/4.04/.opam-switch/build/mirage-xen-posix.3.3.1/xen-posix/include/math.h:1,
-                  from src/dtoa.c:287:
- /home/opam/.opam/4.04/include/openlibm/math_private_openbsd.h:208:6: note: previous declaration of '__scan_nan' with type 'void(uint32_t *, int,  const char *)' {aka 'void(unsigned int *, int,  const char *)'}
-   208 | void __scan_nan(uint32_t *__words, int __num_words, const char *__s);
-       |      ^~~~~~~~~~
- src/dtoa.c: In function 'gethex':
- src/dtoa.c:1868:31: warning: this statement may fall through [-Wimplicit-fallthrough=]
-  1868 |                         esign = 1;
-       |                         ~~~~~~^~~
- src/dtoa.c:1870:19: note: here
-  1870 |                   case '+':
-       |                   ^~~~
- src/dtoa.c: In function 'strtod':
- src/dtoa.c:2535:30: warning: this statement may fall through [-Wimplicit-fallthrough=]
-  2535 |                         sign = 1;
-       |                         ~~~~~^~~
- src/dtoa.c:2537:17: note: here
-  2537 |                 case '+':
-       |                 ^~~~
- src/dtoa.c:2647:39: warning: this statement may fall through [-Wimplicit-fallthrough=]
-  2647 |                                 esign = 1;
-       |                                 ~~~~~~^~~
- src/dtoa.c:2648:25: note: here
-  2648 |                         case '+':
-       |                         ^~~~
- src/dtoa.c: In function 'dtoa':
- src/dtoa.c:3901:35: warning: this statement may fall through [-Wimplicit-fallthrough=]
-  3901 |                         leftright = 0;
-       |                         ~~~~~~~~~~^~~
- src/dtoa.c:3903:17: note: here
-  3903 |                 case 4:
-       |                 ^~~~
- src/dtoa.c:3909:35: warning: this statement may fall through [-Wimplicit-fallthrough=]
-  3909 |                         leftright = 0;
-       |                         ~~~~~~~~~~^~~
- src/dtoa.c:3911:17: note: here
-  3911 |                 case 5:
-       |                 ^~~~
- src/dtoa.c: In function 'strtod':
- src/dtoa.c:2876:36: warning: 'rv' may be used uninitialized [-Wmaybe-uninitialized]
-  2876 |                         word0(&rv) -= P*Exp_msk1;
-       |                                    ^~
- src/dtoa.c:2502:16: note: 'rv' declared here
-  2502 |         U adj, rv, rv0;
-       |                ^~
- In file included from /home/opam/.opam/4.04/include/openlibm/openlibm_fenv_amd64.h:35,
-                  from /home/opam/.opam/4.04/include/openlibm/openlibm_fenv.h:8,
-                  from /home/opam/.opam/4.04/include/openlibm/openlibm.h:5,
-                  from /home/opam/.opam/4.04/.opam-switch/build/mirage-xen-posix.3.3.1/xen-posix/include/math.h:1,
-                  from src/fmt_fp.c:33:
- /home/opam/.opam/4.04/include/openlibm/math_private.h:232:6: warning: redundant redeclaration of '__scan_nan' [-Wredundant-decls]
-   232 | void __scan_nan(u_int32_t *__words, int __num_words, const char *__s);
-       |      ^~~~~~~~~~
- In file included from /home/opam/.opam/4.04/include/openlibm/math_private.h:26,
-                  from /home/opam/.opam/4.04/include/openlibm/openlibm_fenv_amd64.h:35,
-                  from /home/opam/.opam/4.04/include/openlibm/openlibm_fenv.h:8,
-                  from /home/opam/.opam/4.04/include/openlibm/openlibm.h:5,
-                  from /home/opam/.opam/4.04/.opam-switch/build/mirage-xen-posix.3.3.1/xen-posix/include/math.h:1,
-                  from src/fmt_fp.c:33:
- /home/opam/.opam/4.04/include/openlibm/math_private_openbsd.h:208:6: note: previous declaration of '__scan_nan' with type 'void(uint32_t *, int,  const char *)' {aka 'void(unsigned int *, int,  const char *)'}
-   208 | void __scan_nan(uint32_t *__words, int __num_words, const char *__s);
-       |      ^~~~~~~~~~
- + ar rcs libxenposix.a mini_libc.o fmt_fp.o dtoa.o strtol.o
- + pkg-config libminios-xen openlibm --libs
- + xargs
- + cat flags/minios-libs.tmp
- + echo (-cclib "-L/home/opam/.opam/4.04/lib/pkgconfig/../../lib/minios-xen -L/home/opam/.opam/4.04/lib -lminios -T/home/opam/.opam/4.04/lib/pkgconfig/../../lib/minios-xen/libminios.lds -m elf_x86_64 -lx86_64 -lopenlibm" -cclib /home/opam/.opam/4.04/lib/mirage-xen-posix/libxenposix.a)
- + pkg-config libminios-xen openlibm --cflags
- + xargs
- + cat flags/minios-cflags.tmp
- + echo (-isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -D__XEN_INTERFACE_VERSION__=0x00030205 -D__INSIDE_MINIOS__ -I/home/opam/.opam/4.04/include/mirage-xen-posix/include)
- + pkg-config libminios-xen openlibm --libs
- + xargs
- + cat flags/posix-libs.tmp
- + echo (-cclib "-L/home/opam/.opam/4.04/lib/pkgconfig/../../lib/minios-xen -L/home/opam/.opam/4.04/lib -lminios -T/home/opam/.opam/4.04/lib/pkgconfig/../../lib/minios-xen/libminios.lds -m elf_x86_64 -lx86_64 -lopenlibm" -cclib /home/opam/.opam/4.04/lib/mirage-xen-posix/libxenposix.a)
- + pkg-config libminios-xen openlibm --cflags
- + xargs
- + cat flags/posix-cflags.tmp
- + echo (-isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -I/home/opam/.opam/4.04/include/mirage-xen-posix/include)
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-posix.3.3.1/xen-posix'
-> compiled  mirage-xen-posix.3.3.1
Processing 72/141: [dune: ocaml bootstrap.ml] [topkg: ocaml build]
Processing 73/141: [dune: ocaml bootstrap.ml] [topkg: ocaml build] [mirage-xen-posix: make xen-posix-install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "xen-posix-install" "PREFIX=/home/opam/.opam/4.04" (CWD=/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-posix.3.3.1)
- cd xen-posix && make install
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-posix.3.3.1/xen-posix'
- ./install.sh
- + prefix=/home/opam/.opam/4.04
- + [ /home/opam/.opam/4.04 =  ]
- + odir=/home/opam/.opam/4.04/lib
- + mkdir -p /home/opam/.opam/4.04/lib/mirage-xen-posix
- + cp libxenposix.a /home/opam/.opam/4.04/lib/mirage-xen-posix/libxenposix.a
- + cp flags/minios-cflags /home/opam/.opam/4.04/lib/mirage-xen-posix/
- + cp flags/posix-cflags /home/opam/.opam/4.04/lib/mirage-xen-posix/
- + cp flags/posix-libs /home/opam/.opam/4.04/lib/mirage-xen-posix/
- + cp flags/minios-libs /home/opam/.opam/4.04/lib/mirage-xen-posix/
- + touch /home/opam/.opam/4.04/lib/mirage-xen-posix/META
- + mkdir -p /home/opam/.opam/4.04/lib/pkgconfig
- + cp mirage-xen-minios.pc /home/opam/.opam/4.04/lib/pkgconfig/mirage-xen-minios.pc
- + cp mirage-xen-posix.pc /home/opam/.opam/4.04/lib/pkgconfig/mirage-xen-posix.pc
- + idir=/home/opam/.opam/4.04/include/mirage-xen-posix/include
- + rm -rf /home/opam/.opam/4.04/include/mirage-xen-posix/include
- + mkdir -p /home/opam/.opam/4.04/include/mirage-xen-posix/include
- + cp -r include/alloca.h include/asm include/errno.h include/log.h include/math.h include/setjmp.h include/signal.h include/stdio.h include/stdlib.h include/string.h include/sys include/time.h include/unistd.h include/x86 /home/opam/.opam/4.04/include/mirage-xen-posix/include
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-posix.3.3.1/xen-posix'
-> installed mirage-xen-posix.3.3.1
Processing 73/141: [dune: ocaml bootstrap.ml] [topkg: ocaml build]
[mirage-xen-ocaml: subst] expanding opam variables in xen-ocaml/flags/cflags.tmp.in, generating xen-ocaml/flags/cflags.tmp
[mirage-xen-ocaml: subst] expanding opam variables in xen-ocaml/flags/libs.tmp.in, generating xen-ocaml/flags/libs.tmp
Processing 74/141: [dune: ocaml bootstrap.ml] [mirage-xen-ocaml: make xen-ocaml-build] [topkg: ocaml build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/dune.3.1.1)
- ocamlfind -toolchain secondary ocamlc 2>.duneboot.ocamlfind-output
- 
- ocamlfind -toolchain secondary ocamlc -custom -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe --secondary -j 47
- 

Processing 74/141: [dune: ./dune.exe build] [mirage-xen-ocaml: make xen-ocaml-build] [topkg: ocaml build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--pkg-name" "topkg" "--dev-pkg" "false" (CWD=/home/opam/.opam/4.04/.opam-switch/build/topkg.1.0.4)
- ocamlfind ocamldep -modules src/topkg.ml > src/topkg.ml.depends
- ocamlfind ocamldep -modules src/topkg.mli > src/topkg.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg.cmi src/topkg.mli
- ocamlfind ocamldep -modules src/topkg_build.ml > src/topkg_build.ml.depends
- ocamlfind ocamldep -modules src/topkg_build.mli > src/topkg_build.mli.depends
- ocamlfind ocamldep -modules src/topkg_cmd.mli > src/topkg_cmd.mli.depends
- ocamlfind ocamldep -modules src/topkg_fpath.mli > src/topkg_fpath.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_fpath.cmi src/topkg_fpath.mli
- ocamlfind ocamldep -modules src/topkg_codec.mli > src/topkg_codec.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_cmd.cmi src/topkg_cmd.mli
- ocamlfind ocamldep -modules src/topkg_result.mli > src/topkg_result.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_result.cmi src/topkg_result.mli
- ocamlfind ocamldep -modules src/topkg_conf.mli > src/topkg_conf.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_codec.cmi src/topkg_codec.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_conf.cmi src/topkg_conf.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_build.cmi src/topkg_build.mli
- ocamlfind ocamldep -modules src/topkg_cmd.ml > src/topkg_cmd.ml.depends
- ocamlfind ocamldep -modules src/topkg_fpath.ml > src/topkg_fpath.ml.depends
- ocamlfind ocamldep -modules src/topkg_string.ml > src/topkg_string.ml.depends
- ocamlfind ocamldep -modules src/topkg_string.mli > src/topkg_string.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_string.cmi src/topkg_string.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_string.cmx src/topkg_string.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_fpath.cmx src/topkg_fpath.ml
- ocamlfind ocamldep -modules src/topkg_codec.ml > src/topkg_codec.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_cmd.cmx src/topkg_cmd.ml
- ocamlfind ocamldep -modules src/topkg_os.ml > src/topkg_os.ml.depends
- ocamlfind ocamldep -modules src/topkg_os.mli > src/topkg_os.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_os.cmi src/topkg_os.mli
- ocamlfind ocamldep -modules src/topkg_log.ml > src/topkg_log.ml.depends
- ocamlfind ocamldep -modules src/topkg_log.mli > src/topkg_log.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_log.cmi src/topkg_log.mli
- ocamlfind ocamldep -modules src/topkg_result.ml > src/topkg_result.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_result.cmx src/topkg_result.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_log.cmx src/topkg_log.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_os.cmx src/topkg_os.ml
- ocamlfind ocamldep -modules src/topkg_conf.ml > src/topkg_conf.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_codec.cmx src/topkg_codec.ml
- ocamlfind ocamldep -modules src/topkg_vcs.ml > src/topkg_vcs.ml.depends
- ocamlfind ocamldep -modules src/topkg_vcs.mli > src/topkg_vcs.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_vcs.cmi src/topkg_vcs.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_vcs.cmx src/topkg_vcs.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_conf.cmx src/topkg_conf.ml
- ocamlfind ocamldep -modules src/topkg_distrib.ml > src/topkg_distrib.ml.depends
- ocamlfind ocamldep -modules src/topkg_distrib.mli > src/topkg_distrib.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_distrib.cmi src/topkg_distrib.mli
- ocamlfind ocamldep -modules src/topkg_opam.ml > src/topkg_opam.ml.depends
- ocamlfind ocamldep -modules src/topkg_opam.mli > src/topkg_opam.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_opam.cmi src/topkg_opam.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_opam.cmx src/topkg_opam.ml
- ocamlfind ocamldep -modules src/topkg_fexts.ml > src/topkg_fexts.ml.depends
- ocamlfind ocamldep -modules src/topkg_fexts.mli > src/topkg_fexts.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_fexts.cmi src/topkg_fexts.mli
- ocamlfind ocamldep -modules src/topkg_install.ml > src/topkg_install.ml.depends
- ocamlfind ocamldep -modules src/topkg_install.mli > src/topkg_install.mli.depends
- ocamlfind ocamldep -modules src/topkg_test.mli > src/topkg_test.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_test.cmi src/topkg_test.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_install.cmi src/topkg_install.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_fexts.cmx src/topkg_fexts.ml
- ocamlfind ocamldep -modules src/topkg_test.ml > src/topkg_test.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_test.cmx src/topkg_test.ml
- ocamlfind ocamldep -modules src/topkg_ipc.ml > src/topkg_ipc.ml.depends
- ocamlfind ocamldep -modules src/topkg_ipc.mli > src/topkg_ipc.mli.depends
- ocamlfind ocamldep -modules src/topkg_pkg.mli > src/topkg_pkg.mli.depends
- ocamlfind ocamldep -modules src/topkg_publish.mli > src/topkg_publish.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_publish.cmi src/topkg_publish.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_pkg.cmi src/topkg_pkg.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_ipc.cmi src/topkg_ipc.mli
- ocamlfind ocamldep -modules src/topkg_pkg.ml > src/topkg_pkg.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_build.cmx src/topkg_build.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_distrib.cmx src/topkg_distrib.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_install.cmx src/topkg_install.ml
- ocamlfind ocamldep -modules src/topkg_publish.ml > src/topkg_publish.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_publish.cmx src/topkg_publish.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_pkg.cmx src/topkg_pkg.ml
- ocamlfind ocamldep -modules src/topkg_main.ml > src/topkg_main.ml.depends
- ocamlfind ocamldep -modules src/topkg_main.mli > src/topkg_main.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_main.cmi src/topkg_main.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_ipc.cmx src/topkg_ipc.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_main.cmx src/topkg_main.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg.cmx src/topkg.ml
- ocamlfind ocamlopt -a -I src src/topkg_string.cmx src/topkg_fpath.cmx src/topkg_cmd.cmx src/topkg_result.cmx src/topkg_log.cmx src/topkg_os.cmx src/topkg_codec.cmx src/topkg_vcs.cmx src/topkg_conf.cmx src/topkg_build.cmx src/topkg_opam.cmx src/topkg_distrib.cmx src/topkg_fexts.cmx src/topkg_test.cmx src/topkg_install.cmx src/topkg_publish.cmx src/topkg_pkg.cmx src/topkg_ipc.cmx src/topkg_main.cmx src/topkg.cmx -o src/topkg.cmxa
- ocamlfind ocamlopt -shared -linkall -I src src/topkg.cmxa -o src/topkg.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg.cmo src/topkg.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_build.cmo src/topkg_build.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_cmd.cmo src/topkg_cmd.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_codec.cmo src/topkg_codec.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_conf.cmo src/topkg_conf.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_distrib.cmo src/topkg_distrib.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_fexts.cmo src/topkg_fexts.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_fpath.cmo src/topkg_fpath.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_install.cmo src/topkg_install.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_ipc.cmo src/topkg_ipc.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_log.cmo src/topkg_log.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_main.cmo src/topkg_main.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_opam.cmo src/topkg_opam.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_os.cmo src/topkg_os.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_pkg.cmo src/topkg_pkg.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_publish.cmo src/topkg_publish.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_result.cmo src/topkg_result.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_string.cmo src/topkg_string.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_test.cmo src/topkg_test.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_vcs.cmo src/topkg_vcs.ml
- ocamlfind ocamlc -a -I src src/topkg_string.cmo src/topkg_fpath.cmo src/topkg_cmd.cmo src/topkg_result.cmo src/topkg_log.cmo src/topkg_os.cmo src/topkg_codec.cmo src/topkg_vcs.cmo src/topkg_conf.cmo src/topkg_build.cmo src/topkg_opam.cmo src/topkg_distrib.cmo src/topkg_fexts.cmo src/topkg_test.cmo src/topkg_install.cmo src/topkg_publish.cmo src/topkg_pkg.cmo src/topkg_ipc.cmo src/topkg_main.cmo src/topkg.cmo -o src/topkg.cma
- # Parallel statistics: { count(total): 2(84), max: 20, min: 2, average(total): 11.000(1.238) }
-> compiled  topkg.1.0.4
Processing 74/141: [dune: ./dune.exe build] [mirage-xen-ocaml: make xen-ocaml-build]
-> installed topkg.1.0.4
Processing 75/141: [dune: ./dune.exe build] [mirage-xen-ocaml: make xen-ocaml-build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/dune.3.1.1)
-> compiled  dune.3.1.1
Processing 75/141: [mirage-xen-ocaml: make xen-ocaml-build]
-> installed dune.3.1.1
Processing 76/141: [mirage-xen-ocaml: make xen-ocaml-build]
Processing 77/141: [bigarray-compat: dune build] [mirage-xen-ocaml: make xen-ocaml-build]
Processing 78/141: [bigarray-compat: dune build] [cppo: dune build] [mirage-xen-ocaml: make xen-ocaml-build]
Processing 79/141: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [mirage-xen-ocaml: make xen-ocaml-build]
Processing 80/141: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [lwt-dllist: dune build] [mirage-xen-ocaml: make xen-ocaml-build]
Processing 81/141: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [lwt-dllist: dune build] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-syntax-shims: dune build]
Processing 82/141: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [lwt-dllist: dune build] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-syntax-shims: dune build] [ppx_derivers: dune build]
Processing 83/141: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [lwt-dllist: dune build] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-syntax-shims: dune build] [ppx_derivers: dune build] [result: dune build]
Processing 84/141: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [lwt-dllist: dune build] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-syntax-shims: dune build] [ppx_derivers: dune build] [result: dune build] [seq: dune build]
Processing 85/141: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [lwt-dllist: dune build] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-syntax-shims: dune build] [ppx_derivers: dune build] [result: dune build] [seq: dune build] [sexplib0: dune build]
Processing 86/141: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [lwt-dllist: dune build] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-syntax-shims: dune build] [ppx_derivers: dune build] [result: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_derivers" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_derivers.1.2.1)
-> compiled  ppx_derivers.1.2.1
Processing 86/141: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [lwt-dllist: dune build] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-syntax-shims: dune build] [result: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed ppx_derivers.1.2.1
Processing 87/141: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [lwt-dllist: dune build] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-syntax-shims: dune build] [result: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "lwt-dllist" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/lwt-dllist.1.0.1)
-> compiled  lwt-dllist.1.0.1
Processing 87/141: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-syntax-shims: dune build] [result: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed lwt-dllist.1.0.1
Processing 88/141: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-syntax-shims: dune build] [result: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "result" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/result.1.5)
-> compiled  result.1.5
Processing 88/141: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-syntax-shims: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed result.1.5
Processing 89/141: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-syntax-shims: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 90/141: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-migrate-parsetree: dune build] [ocaml-syntax-shims: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "csexp" "-j" "47" "@install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/csexp.1.5.1)
-> compiled  csexp.1.5.1
Processing 90/141: [bigarray-compat: dune build] [cppo: dune build] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-migrate-parsetree: dune build] [ocaml-syntax-shims: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed csexp.1.5.1
Processing 91/141: [bigarray-compat: dune build] [cppo: dune build] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-migrate-parsetree: dune build] [ocaml-syntax-shims: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 92/141: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: rm] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-migrate-parsetree: dune build] [ocaml-syntax-shims: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "bigarray-compat" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/bigarray-compat.1.1.0)
-> compiled  bigarray-compat.1.1.0
Processing 92/141: [cppo: dune build] [dune-configurator: rm] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-migrate-parsetree: dune build] [ocaml-syntax-shims: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed bigarray-compat.1.1.0
Processing 93/141: [cppo: dune build] [dune-configurator: rm] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-migrate-parsetree: dune build] [ocaml-syntax-shims: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 94/141: [cppo: dune build] [cstruct: dune build] [dune-configurator: rm] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-migrate-parsetree: dune build] [ocaml-syntax-shims: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 95/141: [cppo: dune build] [cstruct: dune build] [dune-configurator: rm] [mirage-xen-ocaml: make xen-ocaml-build] [mmap: dune build] [ocaml-migrate-parsetree: dune build] [ocaml-syntax-shims: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "seq" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/seq.0.2.2)
-> compiled  seq.0.2.2
Processing 95/141: [cppo: dune build] [cstruct: dune build] [dune-configurator: rm] [mirage-xen-ocaml: make xen-ocaml-build] [mmap: dune build] [ocaml-migrate-parsetree: dune build] [ocaml-syntax-shims: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed seq.0.2.2
Processing 96/141: [cppo: dune build] [cstruct: dune build] [dune-configurator: rm] [mirage-xen-ocaml: make xen-ocaml-build] [mmap: dune build] [ocaml-migrate-parsetree: dune build] [ocaml-syntax-shims: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "sexplib0" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/sexplib0.v0.13.0)
-> compiled  sexplib0.v0.13.0
Processing 96/141: [cppo: dune build] [cstruct: dune build] [dune-configurator: rm] [mirage-xen-ocaml: make xen-ocaml-build] [mmap: dune build] [ocaml-migrate-parsetree: dune build] [ocaml-syntax-shims: dune build] [stdlib-shims: dune build]
-> installed sexplib0.v0.13.0
Processing 97/141: [cppo: dune build] [cstruct: dune build] [dune-configurator: rm] [mirage-xen-ocaml: make xen-ocaml-build] [mmap: dune build] [ocaml-migrate-parsetree: dune build] [ocaml-syntax-shims: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "stdlib-shims" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/stdlib-shims.0.3.0)
-> compiled  stdlib-shims.0.3.0
Processing 97/141: [cppo: dune build] [cstruct: dune build] [dune-configurator: rm] [mirage-xen-ocaml: make xen-ocaml-build] [mmap: dune build] [ocaml-migrate-parsetree: dune build] [ocaml-syntax-shims: dune build]
-> installed stdlib-shims.0.3.0
Processing 98/141: [cppo: dune build] [cstruct: dune build] [dune-configurator: rm] [mirage-xen-ocaml: make xen-ocaml-build] [mmap: dune build] [ocaml-migrate-parsetree: dune build] [ocaml-syntax-shims: dune build]
Processing 99/141: [cppo: dune build] [cstruct: dune build] [dune-configurator: rm] [fmt: ocaml build] [mirage-xen-ocaml: make xen-ocaml-build] [mmap: dune build] [ocaml-migrate-parsetree: dune build] [ocaml-syntax-shims: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "rm" "-rf" "vendor/csexp" (CWD=/home/opam/.opam/4.04/.opam-switch/build/dune-configurator.3.1.1)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "rm" "-rf" "vendor/pp" (CWD=/home/opam/.opam/4.04/.opam-switch/build/dune-configurator.3.1.1)
Processing 99/141: [cppo: dune build] [cstruct: dune build] [dune-configurator: dune build] [fmt: ocaml build] [mirage-xen-ocaml: make xen-ocaml-build] [mmap: dune build] [ocaml-migrate-parsetree: dune build] [ocaml-syntax-shims: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocaml-syntax-shims" "-j" "47" "@install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocaml-syntax-shims.1.0.0)
-> compiled  ocaml-syntax-shims.1.0.0
Processing 99/141: [cppo: dune build] [cstruct: dune build] [dune-configurator: dune build] [fmt: ocaml build] [mirage-xen-ocaml: make xen-ocaml-build] [mmap: dune build] [ocaml-migrate-parsetree: dune build]
-> installed ocaml-syntax-shims.1.0.0
Processing 100/141: [cppo: dune build] [cstruct: dune build] [dune-configurator: dune build] [fmt: ocaml build] [mirage-xen-ocaml: make xen-ocaml-build] [mmap: dune build] [ocaml-migrate-parsetree: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "mmap" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/mmap.1.2.0)
-> compiled  mmap.1.2.0
Processing 100/141: [cppo: dune build] [cstruct: dune build] [dune-configurator: dune build] [fmt: ocaml build] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-migrate-parsetree: dune build]
-> installed mmap.1.2.0
Processing 101/141: [cppo: dune build] [cstruct: dune build] [dune-configurator: dune build] [fmt: ocaml build] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-migrate-parsetree: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cppo" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/cppo.1.6.8)
-> compiled  cppo.1.6.8
Processing 101/141: [cstruct: dune build] [dune-configurator: dune build] [fmt: ocaml build] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-migrate-parsetree: dune build]
-> installed cppo.1.6.8
Processing 102/141: [cstruct: dune build] [dune-configurator: dune build] [fmt: ocaml build] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-migrate-parsetree: dune build]
Processing 103/141: [cstruct: dune build] [dune-configurator: dune build] [fmt: ocaml build] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-migrate-parsetree: dune build] [ocplib-endian: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cstruct" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/cstruct.5.2.0)
-> compiled  cstruct.5.2.0
Processing 103/141: [dune-configurator: dune build] [fmt: ocaml build] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-migrate-parsetree: dune build] [ocplib-endian: dune build]
-> installed cstruct.5.2.0
Processing 104/141: [dune-configurator: dune build] [fmt: ocaml build] [mirage-xen-ocaml: make xen-ocaml-build] [ocaml-migrate-parsetree: dune build] [ocplib-endian: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "xen-ocaml-build" "PREFIX=/home/opam/.opam/4.04" (CWD=/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-ocaml.3.3.3)
- cd xen-ocaml && make build
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-ocaml.3.3.3/xen-ocaml'
- ./build.sh
- + PREFIX=/home/opam/.opam/4.04
- + [ /home/opam/.opam/4.04 =  ]
- + MJOBS=NJOBS
- + PKG_CONFIG_DEPS=mirage-xen-posix openlibm libminios-xen >= 0.5
- + check_deps
- + check_deps
- + pkg-config --print-errors --exists mirage-xen-posix openlibm libminios-xen >= 0.5
- + uname -m
- + ARCH_CFLAGS=-momit-leaf-frame-pointer -mfancy-math-387
- + m_file=x86_64
- + uname -m
- + TARGET_ARCH=amd64
- + gcc -dumpversion
- + cut -f2 -d.
- + GCC_MVER2=11
- + [ 11 -ge 8 ]
- + EXTRA_CFLAGS=-fno-tree-loop-distribute-patterns -fno-stack-protector
- + CC=cc
- + pwd
- + PWD=/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-ocaml.3.3.3/xen-ocaml
- + pkg-config --cflags mirage-xen-posix openlibm libminios-xen >= 0.5
- + CFLAGS=-Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include   
- + rm -rf ocaml-src
- + ocamlfind query ocaml-src
- + cp -r /home/opam/.opam/4.04/lib/ocaml-src ocaml-src
- + chmod -R u+w ocaml-src
- + ocamlopt -version
- + OCAMLOPT_VERSION=4.04.2
- + echo Detected OCaml version 4.04.2
- Detected OCaml version 4.04.2
- + echo Applying OCaml 4.04 config
- Applying OCaml 4.04 config
- + cp config/version-404.h ocaml-src/byterun/caml/version.h
- + S_H_LOCATION=ocaml-src/config/
- + BIGARRAY_OBJ=bigarray_stubs.o mmap_unix.o
- + cd ocaml-src
- + ./configure
- Configuring OCaml version 4.04.2
- Configuring for host x86_64-unknown-linux-gnu ...
- Configuring for target x86_64-unknown-linux-gnu ...
- Using compiler gcc.
- Compiler family and version: gcc-11-3.
- The C compiler is ISO C99 compliant.
- Checking the sizes of integers and pointers...
- Wow! A 64 bit architecture!
- This is a little-endian architecture.
- Doubles can be word-aligned.
- 64-bit integers can be word-aligned.
- ranlib found
- #! appears to work in shell scripts.
- POSIX signal handling found.
- expm1(), log1p(), hypot(), copysign() found.
- getrusage() found.
- times() found.
- secure_getenv() found.
- You have BSD sockets.
- socklen_t is defined in <sys/socket.h>
- inet_aton() found.
- IPv6 is supported.
- stdint.h found.
- unistd.h found.
- off_t is defined in <sys/types.h>
- dirent.h found.
- rewinddir() found.
- lockf() found.
- mkfifo() found.
- getcwd() found.
- getwd() found.
- getpriority() found.
- utime() found.
- utimes() found.
- dup2() found.
- fchmod() found.
- truncate() found.
- sys/select.h found.
- select() found.
- nanosleep() found.
- symlink() found.
- waitpid() found.
- wait4() found.
- getgroups() found.
- setgroups() found.
- initgroups() found.
- POSIX termios found.
- Asynchronous I/O are supported.
- setitimer() found.
- gethostname() found.
- uname() found.
- gettimeofday() found.
- mktime() found.
- setsid() found.
- putenv() found.
- setlocale() and <locale.h> found.
- dlopen() found in -ldl.
- Dynamic loading of shared libraries is supported.
- mmap() found.
- pwrite() found
- stat() supports nanosecond precision.
- gethostbyname_r() found (with 6 arguments).
- gethostbyaddr_r() found (with 8 arguments).
- mkstemp() found
- nice() found
- Replay debugger supported.
- System stack overflow can be detected.
- POSIX threads library supported.
- Options for linking with POSIX threads: -lpthread
- sigwait() found
- Bytecode threads library supported.
- X11 works
- Options for compiling for X11: 
- Options for linking with X11: -lX11
- [WARNING] BFD library not found, 'objinfo' will be unable to display info  on .cmxs files.
- Assembler supports CFI
- mmap supports huge pages
- 
- ** Configuration summary **
- 
- Directories where OCaml will be installed:
-         binaries.................. /usr/local/bin
-         standard library.......... /usr/local/lib/ocaml
-         manual pages.............. /usr/local/man (with extension .1)
- Configuration for the bytecode compiler:
-         C compiler used........... gcc
-         options for compiling..... -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
-         options for linking.......  -Wl,-E  -lm  -ldl  -lpthread
-         shared libraries are supported
-         options for compiling..... -fPIC -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
-         command for building...... gcc -shared -o lib.so -Wl,-rpath,/a/path objs
- Configuration for the native-code compiler:
-         hardware architecture..... amd64
-         OS variant................ linux
-         C compiler used........... gcc
-         options for compiling..... -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
-         options for linking.......   -lm
-         assembler ................ as
-         preprocessed assembler ... gcc -c
-         assembler supports CFI ... yes
-         with frame pointers....... no
-         naked pointers forbidden.. no
-         spacetime profiling....... no
-         C plugins................. yes
-         compile with -fPIC........ no
-         native dynlink ........... true
-         profiling with gprof ..... supported
-         using flambda middle-end . no
-         safe strings ............. no
- Source-level replay debugger: supported
- Additional libraries supported:
-         unix str num dynlink bigarray raw_spacetime_lib systhreads threads graph
- Configuration for the "num" library:
-         target architecture ...... amd64 (asm level 1)
- Configuration for the "graph" library:
-         options for compiling .... 
-         options for linking ...... -lX11
- 
- ** OCaml configuration completed successfully **
- 
- + cd ..
- + cp config/s.h ocaml-src/config/
- + cd ocaml-src
- + cd asmrun
- + make -j UNIX_OR_WIN32=unix NATIVECCCOMPOPTS=-DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include    NATIVECCPROFOPTS=-DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include    libasmrun.a
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-ocaml.3.3.3/xen-ocaml/ocaml-src/asmrun'
- ln -s ../byterun/startup_aux.c startup_aux.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o startup.o startup.c
- ln -s ../byterun/main.c main.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o fail.o fail.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o roots.o roots.c
- ln -s ../byterun/globroots.c globroots.c
- ln -s ../byterun/signals.c signals.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o signals_asm.o signals_asm.c
- ln -s ../byterun/freelist.c freelist.c
- ln -s ../byterun/misc.c misc.c
- ln -s ../byterun/major_gc.c major_gc.c
- ln -s ../byterun/minor_gc.c minor_gc.c
- ln -s ../byterun/memory.c memory.c
- ln -s ../byterun/alloc.c alloc.c
- ln -s ../byterun/compare.c compare.c
- ln -s ../byterun/ints.c ints.c
- ln -s ../byterun/floats.c floats.c
- ln -s ../byterun/str.c str.c
- ln -s ../byterun/array.c array.c
- ln -s ../byterun/io.c io.c
- ln -s ../byterun/extern.c extern.c
- ln -s ../byterun/intern.c intern.c
- ln -s ../byterun/hash.c hash.c
- ln -s ../byterun/sys.c sys.c
- ln -s ../byterun/parsing.c parsing.c
- ln -s ../byterun/gc_ctrl.c gc_ctrl.c
- ln -s ../byterun/terminfo.c terminfo.c
- ln -s ../byterun/md5.c md5.c
- ln -s ../byterun/obj.c obj.c
- ln -s ../byterun/lexing.c lexing.c
- ln -s ../byterun/printexc.c printexc.c
- ln -s ../byterun/callback.c callback.c
- ln -s ../byterun/weak.c weak.c
- ln -s ../byterun/compact.c compact.c
- ln -s ../byterun/finalise.c finalise.c
- ln -s ../byterun/custom.c custom.c
- ln -s ../byterun/unix.c unix.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o backtrace_prim.o backtrace_prim.c
- ln -s ../byterun/backtrace.c backtrace.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o natdynlink.o natdynlink.c
- ln -s ../byterun/debugger.c debugger.c
- ln -s ../byterun/meta.c meta.c
- ln -s ../byterun/dynlink.c dynlink.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o clambda_checks.o clambda_checks.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o spacetime.o spacetime.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o spacetime_snapshot.o spacetime_snapshot.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o spacetime_offline.o spacetime_offline.c
- gcc -c -DSYS_linux -DMODEL_default -o amd64.o amd64.S || \
- { echo "If your assembler produced syntax errors, it is probably";\
-           echo "unhappy with the preprocessor. Check your assembler, or";\
-           echo "try producing amd64.o by hand.";\
-           exit 2; }
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o startup_aux.o startup_aux.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o main.o main.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o globroots.o globroots.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o signals.o signals.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o freelist.o freelist.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o misc.o misc.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o major_gc.o major_gc.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o minor_gc.o minor_gc.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o memory.o memory.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o alloc.o alloc.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o compare.o compare.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o ints.o ints.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o floats.o floats.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o str.o str.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o array.o array.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o io.o io.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o extern.o extern.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o intern.o intern.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o hash.o hash.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o sys.o sys.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o parsing.o parsing.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o gc_ctrl.o gc_ctrl.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o terminfo.o terminfo.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o md5.o md5.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o obj.o obj.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o lexing.o lexing.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o printexc.o printexc.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o callback.o callback.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o weak.o weak.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o compact.o compact.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o finalise.o finalise.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o custom.o custom.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o unix.o unix.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o backtrace.o backtrace.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o debugger.o debugger.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o meta.o meta.c
- gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -g -O0 -DNATIVE_CODE -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include      -c -o dynlink.o dynlink.c
- rm -f libasmrun.a
- ar rc libasmrun.a startup_aux.o startup.o main.o fail.o roots.o globroots.o signals.o signals_asm.o freelist.o misc.o major_gc.o minor_gc.o memory.o alloc.o compare.o ints.o floats.o str.o array.o io.o extern.o intern.o hash.o sys.o parsing.o gc_ctrl.o terminfo.o md5.o obj.o lexing.o printexc.o callback.o weak.o compact.o finalise.o custom.o unix.o backtrace_prim.o backtrace.o natdynlink.o debugger.o meta.o dynlink.o clambda_checks.o spacetime.o spacetime_snapshot.o spacetime_offline.o amd64.o
- ranlib libasmrun.a
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-ocaml.3.3.3/xen-ocaml/ocaml-src/asmrun'
- + cd ..
- + IS_408_OR_MORE=0
- + [ 0 -eq 0 ]
- + CFLAGS=-Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include    -I../../byterun
- + cd otherlibs/bigarray
- + make CFLAGS=-Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include    -I../../byterun -I../unix -DIN_OCAML_BIGARRAY bigarray_stubs.o mmap_unix.o
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-ocaml.3.3.3/xen-ocaml/ocaml-src/otherlibs/bigarray'
- gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include    -I../../byterun -I../unix -DIN_OCAML_BIGARRAY -c bigarray_stubs.c
- gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wall -Wno-attributes -momit-leaf-frame-pointer -mfancy-math-387 -fno-tree-loop-distribute-patterns -fno-stack-protector  -DSYS_xen -USYS_linux   -fno-builtin-fprintf -Werror=format   -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include    -I../../byterun -I../unix -DIN_OCAML_BIGARRAY -c mmap_unix.c
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-ocaml.3.3.3/xen-ocaml/ocaml-src/otherlibs/bigarray'
- + ar rcs ../../libxenotherlibs.a bigarray_stubs.o mmap_unix.o
- + cd ../..
- + cd ..
- + cat flags/libs.tmp
- + pkg-config libminios-xen openlibm --libs
- + xargs
- + echo (-I /home/opam/.opam/4.04/lib/mirage-xen-ocaml -cclib "/home/opam/.opam/4.04/lib/mirage-xen-ocaml/libasmrunxen.a /home/opam/.opam/4.04/lib/mirage-xen-ocaml/libxenotherlibs.a /home/opam/.opam/4.04/lib/mirage-xen-posix/libxenposix.a" -cclib "-L/home/opam/.opam/4.04/lib/pkgconfig/../../lib/minios-xen -L/home/opam/.opam/4.04/lib -lminios -T/home/opam/.opam/4.04/lib/pkgconfig/../../lib/minios-xen/libminios.lds -m elf_x86_64 -lx86_64 -lopenlibm")
- + pkg-config libminios-xen openlibm --cflags
- + xargs
- + cat flags/cflags.tmp
- + echo (-isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -I/home/opam/.opam/4.04/include/mirage-xen-ocaml/include -I/home/opam/.opam/4.04/include/mirage-xen-posix/include)
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-ocaml.3.3.3/xen-ocaml'
-> compiled  mirage-xen-ocaml.3.3.3
Processing 104/141: [dune-configurator: dune build] [fmt: ocaml build] [ocaml-migrate-parsetree: dune build] [ocplib-endian: dune build]
Processing 105/141: [dune-configurator: dune build] [fmt: ocaml build] [ocaml-migrate-parsetree: dune build] [ocplib-endian: dune build] [mirage-xen-ocaml: make xen-ocaml-install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "xen-ocaml-install" "PREFIX=/home/opam/.opam/4.04" (CWD=/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-ocaml.3.3.3)
- cd xen-ocaml && make install
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-ocaml.3.3.3/xen-ocaml'
- ./install.sh
- + prefix=/home/opam/.opam/4.04
- + [ /home/opam/.opam/4.04 =  ]
- + ocamlopt -config
- + OCAML_LIB_DIR=version: 4.04.2
- standard_library_default: /home/opam/.opam/4.04/lib/ocaml
- standard_library: /home/opam/.opam/4.04/lib/ocaml
- standard_runtime: /home/opam/.opam/4.04/bin/ocamlrun
- ccomp_type: cc
- bytecomp_c_compiler: gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- bytecomp_c_libraries: -lm  -ldl  -lpthread                  
- native_c_compiler: gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- native_c_libraries: -lm  -ldl
- native_pack_linker: ld -r  -o 
- ranlib: ranlib
- cc_profile: -pg
- architecture: amd64
- model: default
- system: linux
- asm: as
- asm_cfi_supported: true
- with_frame_pointers: false
- ext_obj: .o
- ext_asm: .s
- ext_lib: .a
- ext_dll: .so
- os_type: Unix
- default_executable_name: a.out
- systhread_supported: true
- host: x86_64-unknown-linux-gnu
- target: x86_64-unknown-linux-gnu
- flambda: false
- spacetime: false
- safe_string: false
- exec_magic_number: Caml1999X011
- cmi_magic_number: Caml1999I021
- cmo_magic_number: Caml1999O011
- cma_magic_number: Caml1999A012
- cmx_magic_number: Caml1999Y015
- cmxa_magic_number: Caml1999Z014
- ast_impl_magic_number: Caml1999M020
- ast_intf_magic_number: Caml1999N018
- cmxs_magic_number: Caml2007D002
- cmt_magic_number: Caml2012T008
- + ocamlopt -version
- + OCAMLOPT_VERSION=4.04.2
- + echo Detected OCaml version 4.04.2
- Detected OCaml version 4.04.2
- + ASMRUN_FOLDER=asmrun
- + BYTERUN_FOLDER=byterun
- + pwd
- + pwd=/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-ocaml.3.3.3/xen-ocaml
- + odir=/home/opam/.opam/4.04/lib
- + mkdir -p /home/opam/.opam/4.04/lib/mirage-xen-ocaml
- + cp ocaml-src/asmrun/libasmrun.a /home/opam/.opam/4.04/lib/mirage-xen-ocaml/libasmrunxen.a
- + cp ocaml-src/libxenotherlibs.a /home/opam/.opam/4.04/lib/mirage-xen-ocaml/libxenotherlibs.a
- + cp flags/cflags /home/opam/.opam/4.04/lib/mirage-xen-ocaml/
- + cp flags/libs /home/opam/.opam/4.04/lib/mirage-xen-ocaml/
- + touch /home/opam/.opam/4.04/lib/mirage-xen-ocaml/META
- + mkdir -p /home/opam/.opam/4.04/lib/pkgconfig
- + cp mirage-xen-ocaml.pc /home/opam/.opam/4.04/lib/pkgconfig/mirage-xen-ocaml.pc
- + idir=/home/opam/.opam/4.04/include/mirage-xen-ocaml/include
- + mkdir -p /home/opam/.opam/4.04/include/mirage-xen-ocaml/include/caml
- + cd ocaml-src/byterun
- + [ -f caml/alloc.h ]
- + HEADERS_SRC=caml
- + PUBLIC_INCLUDES=alloc.h callback.h config.h custom.h fail.h hash.h intext.h   io.h memory.h misc.h mlvalues.h printexc.h signals.h compatibility.h
- + [ -e ../tools/cleanup-header ]
- + sed -f ../tools/cleanup-header caml/alloc.h
- + sed -f ../tools/cleanup-header caml/callback.h
- + sed -f ../tools/cleanup-header caml/config.h
- + sed -f ../tools/cleanup-header caml/custom.h
- + sed -f ../tools/cleanup-header caml/fail.h
- + sed -f ../tools/cleanup-header caml/hash.h
- + sed -f ../tools/cleanup-header caml/intext.h
- + sed -f ../tools/cleanup-header caml/io.h
- + sed -f ../tools/cleanup-header caml/memory.h
- + sed -f ../tools/cleanup-header caml/misc.h
- + sed -f ../tools/cleanup-header caml/mlvalues.h
- + sed -f ../tools/cleanup-header caml/printexc.h
- + sed -f ../tools/cleanup-header caml/signals.h
- + sed -f ../tools/cleanup-header caml/compatibility.h
- + cd ../otherlibs/bigarray
- + sed -f ../../tools/cleanup-header bigarray.h
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/mirage-xen-ocaml.3.3.3/xen-ocaml'
-> installed mirage-xen-ocaml.3.3.3
Processing 105/141: [dune-configurator: dune build] [fmt: ocaml build] [ocaml-migrate-parsetree: dune build] [ocplib-endian: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocplib-endian" "-j" "47" "@install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocplib-endian.1.2)
-> compiled  ocplib-endian.1.2
Processing 105/141: [dune-configurator: dune build] [fmt: ocaml build] [ocaml-migrate-parsetree: dune build]
-> installed ocplib-endian.1.2
Processing 106/141: [dune-configurator: dune build] [fmt: ocaml build] [ocaml-migrate-parsetree: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "false" "--with-base-unix" "true" "--with-cmdliner" "true" (CWD=/home/opam/.opam/4.04/.opam-switch/build/fmt.0.8.6)
- ocamlfind ocamldep -package seq -package stdlib-shims -modules src/fmt.ml > src/fmt.ml.depends
- ocamlfind ocamldep -package seq -package stdlib-shims -modules src/fmt.mli > src/fmt.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package seq -package stdlib-shims -I src -I test -o src/fmt.cmi src/fmt.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package seq -package stdlib-shims -I src -I test -o src/fmt.cmx src/fmt.ml
- ocamlfind ocamlopt -a -package seq -package stdlib-shims -I src src/fmt.cmx -o src/fmt.cmxa
- ocamlfind ocamlopt -shared -linkall -package seq -package stdlib-shims -I src src/fmt.cmxa -o src/fmt.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package seq -package stdlib-shims -I src -I test -o src/fmt.cmo src/fmt.ml
- ocamlfind ocamlc -a -package seq -package stdlib-shims -I src src/fmt.cmo -o src/fmt.cma
- ocamlfind ocamldep -package unix -package seq -package stdlib-shims -modules src/fmt_tty.ml > src/fmt_tty.ml.depends
- ocamlfind ocamldep -package unix -package seq -package stdlib-shims -modules src/fmt_tty.mli > src/fmt_tty.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package seq -package stdlib-shims -I src -I test -o src/fmt_tty.cmi src/fmt_tty.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -package seq -package stdlib-shims -I src -I test -o src/fmt_tty.cmx src/fmt_tty.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -package seq -package stdlib-shims -I src -I test -o src/fmt_tty.cmx src/fmt_tty.ml
- File "src/fmt_tty.ml", line 50, characters 30-46:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- ocamlfind ocamlopt -a -package unix -package seq -package stdlib-shims -I src src/fmt_tty.cmx -o src/fmt_tty.cmxa
- ocamlfind ocamlopt -shared -linkall -package unix -package seq -package stdlib-shims -I src src/fmt_tty.cmxa -o src/fmt_tty.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package seq -package stdlib-shims -I src -I test -o src/fmt_tty.cmo src/fmt_tty.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package seq -package stdlib-shims -I src -I test -o src/fmt_tty.cmo src/fmt_tty.ml
- File "src/fmt_tty.ml", line 50, characters 30-46:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- ocamlfind ocamlc -a -package unix -package seq -package stdlib-shims -I src src/fmt_tty.cmo -o src/fmt_tty.cma
- ocamlfind ocamldep -package cmdliner -package seq -package stdlib-shims -modules src/fmt_cli.ml > src/fmt_cli.ml.depends
- ocamlfind ocamldep -package cmdliner -package seq -package stdlib-shims -modules src/fmt_cli.mli > src/fmt_cli.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -package seq -package stdlib-shims -I src -I test -o src/fmt_cli.cmi src/fmt_cli.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package cmdliner -package seq -package stdlib-shims -I src -I test -o src/fmt_cli.cmx src/fmt_cli.ml
- ocamlfind ocamlopt -a -package cmdliner -package seq -package stdlib-shims -I src src/fmt_cli.cmx -o src/fmt_cli.cmxa
- ocamlfind ocamlopt -shared -linkall -package cmdliner -package seq -package stdlib-shims -I src src/fmt_cli.cmxa -o src/fmt_cli.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -package seq -package stdlib-shims -I src -I test -o src/fmt_cli.cmo src/fmt_cli.ml
- ocamlfind ocamlc -a -package cmdliner -package seq -package stdlib-shims -I src src/fmt_cli.cmo -o src/fmt_cli.cma
- ocamlfind ocamldep -package compiler-libs.toplevel -package seq -package stdlib-shims -modules src/fmt_top.ml > src/fmt_top.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package seq -package stdlib-shims -I src -I test -o src/fmt_top.cmo src/fmt_top.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package seq -package stdlib-shims -I src -I test -o src/fmt_top.cmo src/fmt_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package seq -package stdlib-shims -I src -I test -o src/fmt_top.cmx src/fmt_top.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package seq -package stdlib-shims -I src -I test -o src/fmt_top.cmx src/fmt_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -a -package compiler-libs.toplevel -package seq -package stdlib-shims -I src src/fmt_top.cmx -o src/fmt_top.cmxa
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package seq -package stdlib-shims -I src src/fmt_top.cmx -o src/fmt_top.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package seq -package stdlib-shims -I src src/fmt_top.cmxa -o src/fmt_top.cmxs
- + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package seq -package stdlib-shims -I src src/fmt_top.cmxa -o src/fmt_top.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -a -package compiler-libs.toplevel -package seq -package stdlib-shims -I src src/fmt_top.cmo -o src/fmt_top.cma
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -package seq -package stdlib-shims -I src src/fmt_top.cmo -o src/fmt_top.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- # No parallelism done
-> compiled  fmt.0.8.6
Processing 106/141: [dune-configurator: dune build] [ocaml-migrate-parsetree: dune build]
-> installed fmt.0.8.6
Processing 107/141: [dune-configurator: dune build] [ocaml-migrate-parsetree: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "dune-configurator" "-j" "47" "@install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/dune-configurator.3.1.1)
-> compiled  dune-configurator.3.1.1
Processing 107/141: [ocaml-migrate-parsetree: dune build]
-> installed dune-configurator.3.1.1
Processing 108/141: [ocaml-migrate-parsetree: dune build]
Processing 109/141: [base: dune build] [ocaml-migrate-parsetree: dune build]
Processing 110/141: [base: dune build] [io-page: dune build] [ocaml-migrate-parsetree: dune build]
Processing 111/141: [base: dune build] [io-page: dune build] [lwt: dune exec] [ocaml-migrate-parsetree: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "io-page" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/io-page.2.3.0)
-> compiled  io-page.2.3.0
Processing 111/141: [base: dune build] [lwt: dune exec] [ocaml-migrate-parsetree: dune build]
-> installed io-page.2.3.0
Processing 112/141: [base: dune build] [lwt: dune exec] [ocaml-migrate-parsetree: dune build]
Processing 113/141: [base: dune build] [io-page-xen: env dune] [lwt: dune exec] [ocaml-migrate-parsetree: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "exec" "-p" "lwt" "src/unix/config/discover.exe" "--" "--save" "--use-libev" "false" (CWD=/home/opam/.opam/4.04/.opam-switch/build/lwt.5.5.0)
Processing 113/141: [base: dune build] [io-page-xen: env dune] [lwt: dune build] [ocaml-migrate-parsetree: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "env" "OPAM_PKG_CONFIG_PATH=/home/opam/.opam/4.04/lib/pkgconfig" "dune" "build" "-p" "io-page-xen" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/io-page-xen.2.3.0)
- (cd _build/default/lib && /usr/bin/gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-ocaml/include -I/home/opam/.opam/4.04/lib/pkgconfig/../../include/mirage-xen-posix/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -g -I /home/opam/.opam/4.04/lib/ocaml -I /home/opam/.opam/4.04/lib/bigarray-compat -I /home/opam/.opam/4.04/lib/cstruct -I /home/opam/.opam/4.04/lib/io-page -o stub_alloc_pages_xen.o -c stub_alloc_pages_xen.c)
- stub_alloc_pages_xen.c: In function 'mirage_alloc_pages':
- stub_alloc_pages_xen.c:76:34: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=]
-    76 |       printk("Io_page: memalign(%d, %zu) failed, even after GC.\n", PAGE_SIZE, len);
-       |                                 ~^
-       |                                  |
-       |                                  int
-       |                                 %ld
-> compiled  io-page-xen.2.3.0
Processing 113/141: [base: dune build] [lwt: dune build] [ocaml-migrate-parsetree: dune build]
-> installed io-page-xen.2.3.0
Processing 114/141: [base: dune build] [lwt: dune build] [ocaml-migrate-parsetree: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "lwt" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/lwt.5.5.0)
- (cd _build/default/src/unix && /usr/bin/gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -I. -g -I /home/opam/.opam/4.04/lib/ocaml -I /home/opam/.opam/4.04/lib/bigarray-compat -I /home/opam/.opam/4.04/lib/mmap -I /home/opam/.opam/4.04/lib/ocaml/threads -I /home/opam/.opam/4.04/lib/ocplib-endian -I /home/opam/.opam/4.04/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.04/lib/result -I /home/opam/.opam/4.04/lib/seq -I ../core -o lwt_unix_stubs.o -c lwt_unix_stubs.c)
- lwt_unix_stubs.c: In function 'pipe_notification_send':
- lwt_unix_stubs.c:694:10: warning: 'buf' is used uninitialized [-Wuninitialized]
-   694 |   return write(notification_fds[1], &buf, 1);
-       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /home/opam/.opam/4.04/lib/ocaml/caml/unixsupport.h:20,
-                  from lwt_unix.h:12,
-                  from lwt_unix_stubs.c:28:
- /usr/include/unistd.h:367:16: note: in a call to 'write' declared with attribute 'access (read_only, 2, 3)' here
-   367 | extern ssize_t write (int __fd, const void *__buf, size_t __n) __wur
-       |                ^~~~~
- lwt_unix_stubs.c:693:8: note: 'buf' declared here
-   693 |   char buf;
-       |        ^~~
-> compiled  lwt.5.5.0
Processing 114/141: [base: dune build] [ocaml-migrate-parsetree: dune build]
-> installed lwt.5.5.0
Processing 115/141: [base: dune build] [ocaml-migrate-parsetree: dune build]
Processing 116/141: [base: dune build] [logs: ocaml build] [ocaml-migrate-parsetree: dune build]
Processing 117/141: [base: dune build] [logs: ocaml build] [ocaml-migrate-parsetree: dune build] [xen-evtchn: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "xen-evtchn" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/xen-evtchn.2.1.0)
-> compiled  xen-evtchn.2.1.0
Processing 117/141: [base: dune build] [logs: ocaml build] [ocaml-migrate-parsetree: dune build]
-> installed xen-evtchn.2.1.0
Processing 118/141: [base: dune build] [logs: ocaml build] [ocaml-migrate-parsetree: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocaml-migrate-parsetree" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocaml-migrate-parsetree.1.8.0)
-> compiled  ocaml-migrate-parsetree.1.8.0
Processing 118/141: [base: dune build] [logs: ocaml build]
-> installed ocaml-migrate-parsetree.1.8.0
Processing 119/141: [base: dune build] [logs: ocaml build]
Processing 120/141: [base: dune build] [logs: ocaml build] [ppx_tools_versioned: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--pinned" "false" "--with-js_of_ocaml" "false" "--with-fmt" "true" "--with-cmdliner" "true" "--with-lwt" "true" "--with-base-threads" "true" (CWD=/home/opam/.opam/4.04/.opam-switch/build/logs.0.7.0)
- ocamlfind ocamldep -modules src/logs.ml > src/logs.ml.depends
- ocamlfind ocamldep -modules src/logs.mli > src/logs.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/logs.cmi src/logs.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/logs.cmx src/logs.ml
- ocamlfind ocamlopt -a -I src src/logs.cmx -o src/logs.cmxa
- ocamlfind ocamlopt -shared -linkall -I src src/logs.cmxa -o src/logs.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/logs.cmo src/logs.ml
- ocamlfind ocamlc -a -I src src/logs.cmo -o src/logs.cma
- ocamlfind ocamldep -package fmt -modules src/logs_fmt.ml > src/logs_fmt.ml.depends
- ocamlfind ocamldep -package fmt -modules src/logs_fmt.mli > src/logs_fmt.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package fmt -I src -I test -o src/logs_fmt.cmi src/logs_fmt.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package fmt -I src -I test -o src/logs_fmt.cmx src/logs_fmt.ml
- ocamlfind ocamlopt -a -package fmt -I src src/logs_fmt.cmx -o src/logs_fmt.cmxa
- ocamlfind ocamlopt -shared -linkall -package fmt -I src src/logs_fmt.cmxa -o src/logs_fmt.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package fmt -I src -I test -o src/logs_fmt.cmo src/logs_fmt.ml
- ocamlfind ocamlc -a -package fmt -I src src/logs_fmt.cmo -o src/logs_fmt.cma
- ocamlfind ocamldep -package cmdliner -modules src/logs_cli.ml > src/logs_cli.ml.depends
- ocamlfind ocamldep -package cmdliner -modules src/logs_cli.mli > src/logs_cli.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -I src -I test -o src/logs_cli.cmi src/logs_cli.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package cmdliner -I src -I test -o src/logs_cli.cmx src/logs_cli.ml
- ocamlfind ocamlopt -a -package cmdliner -I src src/logs_cli.cmx -o src/logs_cli.cmxa
- ocamlfind ocamlopt -shared -linkall -package cmdliner -I src src/logs_cli.cmxa -o src/logs_cli.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -I src -I test -o src/logs_cli.cmo src/logs_cli.ml
- ocamlfind ocamlc -a -package cmdliner -I src src/logs_cli.cmo -o src/logs_cli.cma
- ocamlfind ocamldep -package lwt -modules src/logs_lwt.ml > src/logs_lwt.ml.depends
- ocamlfind ocamldep -package lwt -modules src/logs_lwt.mli > src/logs_lwt.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package lwt -I src -I test -o src/logs_lwt.cmi src/logs_lwt.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package lwt -I src -I test -o src/logs_lwt.cmx src/logs_lwt.ml
- ocamlfind ocamlopt -a -package lwt -I src src/logs_lwt.cmx -o src/logs_lwt.cmxa
- ocamlfind ocamlopt -shared -linkall -package lwt -I src src/logs_lwt.cmxa -o src/logs_lwt.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package lwt -I src -I test -o src/logs_lwt.cmo src/logs_lwt.ml
- ocamlfind ocamlc -a -package lwt -I src src/logs_lwt.cmo -o src/logs_lwt.cma
- ocamlfind ocamldep -package compiler-libs.toplevel -modules src/logs_top.ml > src/logs_top.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/logs_top.cmo src/logs_top.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/logs_top.cmo src/logs_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/logs_top.cmx src/logs_top.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/logs_top.cmx src/logs_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src src/logs_top.cmx -o src/logs_top.cmxa
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src src/logs_top.cmx -o src/logs_top.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/logs_top.cmxa -o src/logs_top.cmxs
- + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/logs_top.cmxa -o src/logs_top.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/logs_top.cmo -o src/logs_top.cma
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/logs_top.cmo -o src/logs_top.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamldep -package threads -modules src/logs_threaded.ml > src/logs_threaded.ml.depends
- ocamlfind ocamldep -package threads -modules src/logs_threaded.mli > src/logs_threaded.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -package threads -I src -I test -o src/logs_threaded.cmi src/logs_threaded.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -package threads -I src -I test -o src/logs_threaded.cmx src/logs_threaded.ml
- ocamlfind ocamlopt -a -thread -package threads -I src src/logs_threaded.cmx -o src/logs_threaded.cmxa
- ocamlfind ocamlopt -shared -linkall -thread -package threads -I src src/logs_threaded.cmxa -o src/logs_threaded.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -package threads -I src -I test -o src/logs_threaded.cmo src/logs_threaded.ml
- ocamlfind ocamlc -a -thread -package threads -I src src/logs_threaded.cmo -o src/logs_threaded.cma
- # No parallelism done
-> compiled  logs.0.7.0
Processing 120/141: [base: dune build] [ppx_tools_versioned: dune build]
-> installed logs.0.7.0
Processing 121/141: [base: dune build] [ppx_tools_versioned: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_tools_versioned" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_tools_versioned.5.4.0)
-> compiled  ppx_tools_versioned.5.4.0
Processing 121/141: [base: dune build]
-> installed ppx_tools_versioned.5.4.0
Processing 122/141: [base: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "base" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/base.v0.13.2)
- (cd _build/default && /home/opam/.opam/4.04/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.base.objs/byte -I /home/opam/.opam/4.04/lib/sexplib0 -I compiler-stdlib/src/.caml.objs/byte -I hash_types/src/.base_internalhash_types.objs/byte -I shadow-stdlib/src/.shadow_stdlib.objs/byte -no-alias-deps -open Base__ -o src/.base.objs/byte/base__Import0.cmo -c -impl src/import0.ml)
- File "src/import0.ml", line 7, characters 4-374:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/import0.ml", line 7, characters 4-374:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/import0.ml", line 7, characters 4-415:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/import0.ml", line 7, characters 4-415:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/import0.ml", line 7, characters 4-460:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/import0.ml", line 7, characters 4-460:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/import0.ml", line 7, characters 4-503:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/import0.ml", line 7, characters 4-503:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/import0.ml", line 7, characters 4-544:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/import0.ml", line 7, characters 4-544:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/import0.ml", line 7, characters 4-587:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/import0.ml", line 7, characters 4-587:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/import0.ml", line 7, characters 4-634:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/import0.ml", line 7, characters 4-634:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/import0.ml", line 7, characters 4-673:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/import0.ml", line 7, characters 4-673:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/import0.ml", line 7, characters 4-716:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/import0.ml", line 7, characters 4-716:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/import0.ml", line 7, characters 4-759:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/import0.ml", line 7, characters 4-759:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/import0.ml", line 7, characters 4-800:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/import0.ml", line 7, characters 4-800:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/import0.ml", line 7, characters 4-841:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/import0.ml", line 7, characters 4-841:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/import0.ml", line 7, characters 4-880:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/import0.ml", line 7, characters 4-880:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/import0.ml", line 7, characters 4-931:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/import0.ml", line 7, characters 4-931:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/import0.ml", line 7, characters 4-976:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/import0.ml", line 7, characters 4-976:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/import0.ml", line 7, characters 4-1021:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/import0.ml", line 7, characters 4-1021:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/import0.ml", line 7, characters 4-1064:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/import0.ml", line 7, characters 4-1064:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/import0.ml", line 7, characters 4-1109:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/import0.ml", line 7, characters 4-1109:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/import0.ml", line 7, characters 4-1154:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/import0.ml", line 7, characters 4-1154:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/import0.ml", line 7, characters 4-1193:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/import0.ml", line 7, characters 4-1193:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/import0.ml", line 7, characters 4-1236:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/import0.ml", line 7, characters 4-1236:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/import0.ml", line 7, characters 4-1281:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/import0.ml", line 7, characters 4-1281:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/import0.ml", line 7, characters 4-1320:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/import0.ml", line 7, characters 4-1320:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/import0.ml", line 7, characters 4-1363:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/import0.ml", line 7, characters 4-1363:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/import0.ml", line 7, characters 4-1404:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/import0.ml", line 7, characters 4-1404:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/import0.ml", line 118, characters 10-20:
- Warning 3: deprecated: module Pervasives
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Pervasives instead
- (cd _build/default && /home/opam/.opam/4.04/bin/ocamlopt.opt -w -40 -g -I src/.base.objs/byte -I src/.base.objs/native -I /home/opam/.opam/4.04/lib/sexplib0 -I compiler-stdlib/src/.caml.objs/byte -I compiler-stdlib/src/.caml.objs/native -I hash_types/src/.base_internalhash_types.objs/byte -I hash_types/src/.base_internalhash_types.objs/native -I shadow-stdlib/src/.shadow_stdlib.objs/byte -I shadow-stdlib/src/.shadow_stdlib.objs/native -intf-suffix .ml -no-alias-deps -open Base__ -o src/.base.objs/native/base__Import0.cmx -c -impl src/import0.ml)
- File "src/import0.ml", line 7, characters 4-374:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/import0.ml", line 7, characters 4-374:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/import0.ml", line 7, characters 4-415:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/import0.ml", line 7, characters 4-415:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/import0.ml", line 7, characters 4-460:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/import0.ml", line 7, characters 4-460:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/import0.ml", line 7, characters 4-503:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/import0.ml", line 7, characters 4-503:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/import0.ml", line 7, characters 4-544:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/import0.ml", line 7, characters 4-544:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/import0.ml", line 7, characters 4-587:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/import0.ml", line 7, characters 4-587:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/import0.ml", line 7, characters 4-634:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/import0.ml", line 7, characters 4-634:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/import0.ml", line 7, characters 4-673:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/import0.ml", line 7, characters 4-673:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/import0.ml", line 7, characters 4-716:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/import0.ml", line 7, characters 4-716:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/import0.ml", line 7, characters 4-759:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/import0.ml", line 7, characters 4-759:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/import0.ml", line 7, characters 4-800:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/import0.ml", line 7, characters 4-800:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/import0.ml", line 7, characters 4-841:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/import0.ml", line 7, characters 4-841:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/import0.ml", line 7, characters 4-880:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/import0.ml", line 7, characters 4-880:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/import0.ml", line 7, characters 4-931:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/import0.ml", line 7, characters 4-931:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/import0.ml", line 7, characters 4-976:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/import0.ml", line 7, characters 4-976:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/import0.ml", line 7, characters 4-1021:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/import0.ml", line 7, characters 4-1021:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/import0.ml", line 7, characters 4-1064:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/import0.ml", line 7, characters 4-1064:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/import0.ml", line 7, characters 4-1109:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/import0.ml", line 7, characters 4-1109:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/import0.ml", line 7, characters 4-1154:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/import0.ml", line 7, characters 4-1154:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/import0.ml", line 7, characters 4-1193:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/import0.ml", line 7, characters 4-1193:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/import0.ml", line 7, characters 4-1236:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/import0.ml", line 7, characters 4-1236:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/import0.ml", line 7, characters 4-1281:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/import0.ml", line 7, characters 4-1281:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/import0.ml", line 7, characters 4-1320:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/import0.ml", line 7, characters 4-1320:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/import0.ml", line 7, characters 4-1363:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/import0.ml", line 7, characters 4-1363:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/import0.ml", line 7, characters 4-1404:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/import0.ml", line 7, characters 4-1404:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/import0.ml", line 118, characters 10-20:
- Warning 3: deprecated: module Pervasives
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Pervasives instead
- (cd _build/default && /home/opam/.opam/4.04/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.base.objs/byte -I /home/opam/.opam/4.04/lib/sexplib0 -I compiler-stdlib/src/.caml.objs/byte -I hash_types/src/.base_internalhash_types.objs/byte -I shadow-stdlib/src/.shadow_stdlib.objs/byte -no-alias-deps -open Base__ -o src/.base.objs/byte/base.cmo -c -impl src/base.ml)
- File "src/base.ml", line 37, characters 4-132:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/base.ml", line 37, characters 4-132:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/base.ml", line 37, characters 4-173:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/base.ml", line 37, characters 4-173:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/base.ml", line 37, characters 4-218:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/base.ml", line 37, characters 4-218:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/base.ml", line 37, characters 4-261:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/base.ml", line 37, characters 4-261:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/base.ml", line 37, characters 4-302:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/base.ml", line 37, characters 4-302:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/base.ml", line 37, characters 4-345:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/base.ml", line 37, characters 4-345:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/base.ml", line 37, characters 4-392:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/base.ml", line 37, characters 4-392:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/base.ml", line 37, characters 4-431:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/base.ml", line 37, characters 4-431:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/base.ml", line 37, characters 4-474:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/base.ml", line 37, characters 4-474:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/base.ml", line 37, characters 4-517:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/base.ml", line 37, characters 4-517:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/base.ml", line 37, characters 4-558:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/base.ml", line 37, characters 4-558:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/base.ml", line 37, characters 4-599:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/base.ml", line 37, characters 4-599:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/base.ml", line 37, characters 4-638:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/base.ml", line 37, characters 4-638:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/base.ml", line 37, characters 4-689:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/base.ml", line 37, characters 4-689:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/base.ml", line 37, characters 4-734:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/base.ml", line 37, characters 4-734:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/base.ml", line 37, characters 4-779:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/base.ml", line 37, characters 4-779:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/base.ml", line 37, characters 4-822:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/base.ml", line 37, characters 4-822:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/base.ml", line 37, characters 4-867:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/base.ml", line 37, characters 4-867:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/base.ml", line 37, characters 4-912:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/base.ml", line 37, characters 4-912:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/base.ml", line 37, characters 4-951:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/base.ml", line 37, characters 4-951:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/base.ml", line 37, characters 4-994:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/base.ml", line 37, characters 4-994:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/base.ml", line 37, characters 4-1039:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/base.ml", line 37, characters 4-1039:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/base.ml", line 37, characters 4-1078:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/base.ml", line 37, characters 4-1078:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/base.ml", line 37, characters 4-1121:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/base.ml", line 37, characters 4-1121:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/base.ml", line 37, characters 4-1162:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/base.ml", line 37, characters 4-1162:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/base.ml", line 37, characters 4-1244:
- Warning 3: deprecated: module Shadow_stdlib.Lexing
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lexing instead
- File "src/base.ml", line 37, characters 4-1244:
- Warning 3: deprecated: module Shadow_stdlib.Lexing
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lexing instead
- (cd _build/default && /home/opam/.opam/4.04/bin/ocamlopt.opt -w -40 -g -I src/.base.objs/byte -I src/.base.objs/native -I /home/opam/.opam/4.04/lib/sexplib0 -I compiler-stdlib/src/.caml.objs/byte -I compiler-stdlib/src/.caml.objs/native -I hash_types/src/.base_internalhash_types.objs/byte -I hash_types/src/.base_internalhash_types.objs/native -I shadow-stdlib/src/.shadow_stdlib.objs/byte -I shadow-stdlib/src/.shadow_stdlib.objs/native -intf-suffix .ml -no-alias-deps -open Base__ -o src/.base.objs/native/base.cmx -c -impl src/base.ml)
- File "src/base.ml", line 37, characters 4-132:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/base.ml", line 37, characters 4-132:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/base.ml", line 37, characters 4-173:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/base.ml", line 37, characters 4-173:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/base.ml", line 37, characters 4-218:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/base.ml", line 37, characters 4-218:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/base.ml", line 37, characters 4-261:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/base.ml", line 37, characters 4-261:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/base.ml", line 37, characters 4-302:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/base.ml", line 37, characters 4-302:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/base.ml", line 37, characters 4-345:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/base.ml", line 37, characters 4-345:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/base.ml", line 37, characters 4-392:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/base.ml", line 37, characters 4-392:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/base.ml", line 37, characters 4-431:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/base.ml", line 37, characters 4-431:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/base.ml", line 37, characters 4-474:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/base.ml", line 37, characters 4-474:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/base.ml", line 37, characters 4-517:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/base.ml", line 37, characters 4-517:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/base.ml", line 37, characters 4-558:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/base.ml", line 37, characters 4-558:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/base.ml", line 37, characters 4-599:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/base.ml", line 37, characters 4-599:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/base.ml", line 37, characters 4-638:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/base.ml", line 37, characters 4-638:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/base.ml", line 37, characters 4-689:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/base.ml", line 37, characters 4-689:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/base.ml", line 37, characters 4-734:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/base.ml", line 37, characters 4-734:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/base.ml", line 37, characters 4-779:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/base.ml", line 37, characters 4-779:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/base.ml", line 37, characters 4-822:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/base.ml", line 37, characters 4-822:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/base.ml", line 37, characters 4-867:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/base.ml", line 37, characters 4-867:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/base.ml", line 37, characters 4-912:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/base.ml", line 37, characters 4-912:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/base.ml", line 37, characters 4-951:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/base.ml", line 37, characters 4-951:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/base.ml", line 37, characters 4-994:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/base.ml", line 37, characters 4-994:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/base.ml", line 37, characters 4-1039:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/base.ml", line 37, characters 4-1039:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/base.ml", line 37, characters 4-1078:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/base.ml", line 37, characters 4-1078:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/base.ml", line 37, characters 4-1121:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/base.ml", line 37, characters 4-1121:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/base.ml", line 37, characters 4-1162:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/base.ml", line 37, characters 4-1162:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/base.ml", line 37, characters 4-1244:
- Warning 3: deprecated: module Shadow_stdlib.Lexing
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lexing instead
- File "src/base.ml", line 37, characters 4-1244:
- Warning 3: deprecated: module Shadow_stdlib.Lexing
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lexing instead
-> compiled  base.v0.13.2
-> installed base.v0.13.2
Processing 124/141: [parsexp: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "parsexp" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/parsexp.v0.13.0)
-> compiled  parsexp.v0.13.0
-> installed parsexp.v0.13.0
Processing 126/141: [sexplib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "sexplib" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/sexplib.v0.13.0)
-> compiled  sexplib.v0.13.0
-> installed sexplib.v0.13.0
Processing 128/141: [ppx_cstruct: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_cstruct" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_cstruct.5.2.0)
-> compiled  ppx_cstruct.5.2.0
-> installed ppx_cstruct.5.2.0
Processing 130/141: [mirage-profile: dune build]
Processing 131/141: [mirage-profile: dune build] [xenstore: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "mirage-profile" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/mirage-profile.0.9.1)
-> compiled  mirage-profile.0.9.1
Processing 131/141: [xenstore: dune build]
-> installed mirage-profile.0.9.1
Processing 132/141: [xenstore: dune build]
Processing 133/141: [shared-memory-ring: dune build] [xenstore: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "xenstore" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/xenstore.2.1.1)
-> compiled  xenstore.2.1.1
Processing 133/141: [shared-memory-ring: dune build]
-> installed xenstore.2.1.1
Processing 134/141: [shared-memory-ring: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "shared-memory-ring" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/shared-memory-ring.3.1.0)
-> compiled  shared-memory-ring.3.1.0
-> installed shared-memory-ring.3.1.0
Processing 136/141: [shared-memory-ring-lwt: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "shared-memory-ring-lwt" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/shared-memory-ring-lwt.3.1.0)
-> compiled  shared-memory-ring-lwt.3.1.0
-> installed shared-memory-ring-lwt.3.1.0
Processing 138/141: [mirage-xen: env dune]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "env" "OPAM_PKG_CONFIG_PATH=/home/opam/.opam/4.04/lib/pkgconfig" "dune" "build" "-p" "mirage-xen" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/mirage-xen.4.0.1)
- (cd _build/default/bindings && /usr/bin/gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen -isystem/home/opam/.opam/4.04/lib/pkgconfig/../../include/minios-xen/posix -m64 -mno-red-zone -fno-reorder-blocks -fno-stack-protector -fno-asynchronous-unwind-tables -nostdinc -U__linux__ -U__FreeBSD__ -U__sun__ -U__linux -D__MINIOS__ -isystem /usr/lib/gcc/x86_64-linux-gnu/11/include -I/home/opam/.opam/4.04/include -I/home/opam/.opam/4.04/include/openlibm -D__XEN_INTERFACE_VERSION__=0x00030205 -D__INSIDE_MINIOS__ -I/home/opam/.opam/4.04/include/mirage-xen-posix/include -g -I /home/opam/.opam/4.04/lib/ocaml -o start_info_stubs.o -c start_info_stubs.c)
- In file included from start_info_stubs.c:17:
- /home/opam/.opam/4.04/include/mirage-xen-posix/include/stdio.h:24:1: warning: 'malloc' attribute ignored on functions returning 'int'; valid only for pointer return types [-Wattributes]
-    24 | int asprintf(char **ptr, const char* format, ...) __THROW __attribute_malloc__ __attribute__((__format__(__printf__,2,3)));
-       | ^~~
-> compiled  mirage-xen.4.0.1
-> installed mirage-xen.4.0.1
Processing 140/141: [mirage-profile-xen: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "mirage-profile-xen" "-j" "47" (CWD=/home/opam/.opam/4.04/.opam-switch/build/mirage-profile-xen.0.9.1)
-> compiled  mirage-profile-xen.0.9.1
-> installed mirage-profile-xen.0.9.1
Done.
# Run eval $(opam env) to update the current shell environment
2022-05-01 23:12.27 ---> saved as "24bc6b039bbd858b65b029587522076d7f18e601421d24ef8080d94a88791d82"
Job succeeded