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


Building on x86-bm-4.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
Digest: sha256:1d295ed572083ab5916b9b9195219954afa816ee169f48eecca1b2e2b0faad41
Status: Downloaded newer image for ocaml/opam@sha256:1d295ed572083ab5916b9b9195219954afa816ee169f48eecca1b2e2b0faad41
2022-05-01 18:22.22 ---> 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 18:22.22 ---> 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 18:22.22 ---> 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 18:22.22 ---> using "1da6a21744e622352d23ddb067012a46b76c5e5a957ab9cd9733a836f9d86396" from cache

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-base-compiler.4.02.3  (https://github.com/ocaml/ocaml/archive/4.02.3.tar.gz)
-> installed ocaml-base-compiler.4.02.3
-> installed ocaml-config.1
-> installed ocaml.4.02.3
-> installed base-ocamlbuild.base
Done.
# Run eval $(opam env --switch=4.02) to update the current shell environment
2022-05-01 18:22.22 ---> using "bc7c673bb3699a1749ae3b450a617f02cf5f9f393393f447c6b19eccd6bd3181" 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 2s (214 kB/s)
- Reading package lists...
2022-05-01 18:22.22 ---> using "36047217d0c87f3a2af4a12529458e50fe56758df75f728878a62588166c8ddc" 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 18:22.22 ---> using "1bcb5f7496ab1118ea5083661cf5cc3a1381ce248d2f3846f7d79cfe82199781" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"haxe.4.1.1\"\
               \nopam install -vy \"haxe.4.1.1\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"haxe.4.1.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] haxe.4.1.1 is not installed.

Nothing to do.
The following actions will be performed:
=== install 28 packages
  - install base-bytes                  base       [required by extlib]
  - install camlp5                      8.00.02    [required by haxe]
  - install conf-libpcre                1          [required by haxe]
  - install conf-mbedtls                1          [required by haxe]
  - install conf-neko                   1          [required by haxe]
  - install conf-perl                   2          [required by camlp5]
  - install conf-perl-ipc-system-simple 3          [required by camlp5]
  - install conf-perl-string-shellquote 3          [required by camlp5]
  - install conf-pkg-config             2          [required by conf-libpcre, conf-zlib]
  - install conf-zlib                   1          [required by haxe]
  - install cppo                        1.6.8      [required by extlib]
  - install dune                        1.11.4     [required by haxe]
  - install extlib                      1.7.7-1    [required by haxe]
  - install gen                         0.5.2      [required by sedlex]
  - install haxe                        4.1.1
  - install jbuilder                    transition [required by sha]
  - install obuild                      0.1.10     [required by ptmap]
  - install ocaml-migrate-parsetree     1.8.0      [required by sedlex]
  - install ocamlbuild                  0          [required by uchar]
  - install ocamlfind                   1.9.3      [required by haxe]
  - install ppx_derivers                1.2.1      [required by ocaml-migrate-parsetree]
  - install ppx_tools_versioned         5.4.0      [required by sedlex]
  - install ptmap                       2.0.3      [required by haxe]
  - install result                      1.5        [required by ocaml-migrate-parsetree]
  - install sedlex                      2.2        [required by haxe]
  - install sha                         1.12       [required by haxe]
  - install uchar                       0.0.2      [required by sedlex]
  - install xml-light                   2.4        [required by haxe]

The following system packages will first need to be installed:
    libipc-system-simple-perl libmbedtls-dev libpcre3-dev libstring-shellquote-perl neko neko-dev pkg-config zlib1g-dev

<><> 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" "libipc-system-simple-perl" "libmbedtls-dev" "libpcre3-dev" "libstring-shellquote-perl" "neko" "neko-dev" "pkg-config" "zlib1g-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libdbus-1-3: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 .../00-libdbus-1-3_1.14.0-1_amd64.deb ...
- Unpacking libdbus-1-3:amd64 (1.14.0-1) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../01-dbus-bin_1.14.0-1_amd64.deb ...
- Unpacking dbus-bin (1.14.0-1) ...
- Selecting previously unselected package dbus-session-bus-common.
- Preparing to unpack .../02-dbus-session-bus-common_1.14.0-1_all.deb ...
- Unpacking dbus-session-bus-common (1.14.0-1) ...
- Selecting previously unselected package libapparmor1:amd64.
- Preparing to unpack .../03-libapparmor1_3.0.4-2_amd64.deb ...
- Unpacking libapparmor1:amd64 (3.0.4-2) ...
- Selecting previously unselected package dbus-daemon.
- Preparing to unpack .../04-dbus-daemon_1.14.0-1_amd64.deb ...
- Unpacking dbus-daemon (1.14.0-1) ...
- Selecting previously unselected package dbus-system-bus-common.
- Preparing to unpack .../05-dbus-system-bus-common_1.14.0-1_all.deb ...
- Unpacking dbus-system-bus-common (1.14.0-1) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../06-dbus_1.14.0-1_amd64.deb ...
- Unpacking dbus (1.14.0-1) ...
- Selecting previously unselected package hicolor-icon-theme.
- Preparing to unpack .../07-hicolor-icon-theme_0.17-2_all.deb ...
- Unpacking hicolor-icon-theme (0.17-2) ...
- Selecting previously unselected package libgdk-pixbuf2.0-common.
- Preparing to unpack .../08-libgdk-pixbuf2.0-common_2.42.8+dfsg-1_all.deb ...
- Unpacking libgdk-pixbuf2.0-common (2.42.8+dfsg-1) ...
- Selecting previously unselected package libglib2.0-0:amd64.
- Preparing to unpack .../09-libglib2.0-0_2.72.1-1_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.72.1-1) ...
- Selecting previously unselected package libicu71:amd64.
- Preparing to unpack .../10-libicu71_71.1-2_amd64.deb ...
- Unpacking libicu71:amd64 (71.1-2) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../11-libxml2_2.9.13+dfsg-1+b1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.13+dfsg-1+b1) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../12-shared-mime-info_2.2-1_amd64.deb ...
- Unpacking shared-mime-info (2.2-1) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64.
- Preparing to unpack .../13-libgdk-pixbuf-2.0-0_2.42.8+dfsg-1_amd64.deb ...
- Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.8+dfsg-1) ...
- Selecting previously unselected package gtk-update-icon-cache.
- Preparing to unpack .../14-gtk-update-icon-cache_3.24.33-1_amd64.deb ...
- Unpacking gtk-update-icon-cache (3.24.33-1) ...
- Selecting previously unselected package adwaita-icon-theme.
- Preparing to unpack .../15-adwaita-icon-theme_42.0-2_all.deb ...
- Unpacking adwaita-icon-theme (42.0-2) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../16-fontconfig_2.13.1-4.4_amd64.deb ...
- Unpacking fontconfig (2.13.1-4.4) ...
- Selecting previously unselected package libapr1:amd64.
- Preparing to unpack .../17-libapr1_1.7.0-8_amd64.deb ...
- Unpacking libapr1:amd64 (1.7.0-8) ...
- Selecting previously unselected package libatk1.0-data.
- Preparing to unpack .../18-libatk1.0-data_2.38.0-1_all.deb ...
- Unpacking libatk1.0-data (2.38.0-1) ...
- Selecting previously unselected package libatk1.0-0:amd64.
- Preparing to unpack .../19-libatk1.0-0_2.38.0-1_amd64.deb ...
- Unpacking libatk1.0-0:amd64 (2.38.0-1) ...
- Selecting previously unselected package libavahi-common-data:amd64.
- Preparing to unpack .../20-libavahi-common-data_0.8-5_amd64.deb ...
- Unpacking libavahi-common-data:amd64 (0.8-5) ...
- Selecting previously unselected package libavahi-common3:amd64.
- Preparing to unpack .../21-libavahi-common3_0.8-5_amd64.deb ...
- Unpacking libavahi-common3:amd64 (0.8-5) ...
- Selecting previously unselected package libavahi-client3:amd64.
- Preparing to unpack .../22-libavahi-client3_0.8-5_amd64.deb ...
- Unpacking libavahi-client3:amd64 (0.8-5) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../23-libpixman-1-0_0.40.0-1_amd64.deb ...
- Unpacking libpixman-1-0:amd64 (0.40.0-1) ...
- Selecting previously unselected package libxcb-render0:amd64.
- Preparing to unpack .../24-libxcb-render0_1.14-3_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.14-3) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../25-libxcb-shm0_1.14-3_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.14-3) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../26-libxrender1_1%3a0.9.10-1_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.10-1) ...
- Selecting previously unselected package libcairo2:amd64.
- Preparing to unpack .../27-libcairo2_1.16.0-5_amd64.deb ...
- Unpacking libcairo2:amd64 (1.16.0-5) ...
- Selecting previously unselected package libcairo-gobject2:amd64.
- Preparing to unpack .../28-libcairo-gobject2_1.16.0-5_amd64.deb ...
- Unpacking libcairo-gobject2:amd64 (1.16.0-5) ...
- Selecting previously unselected package libcups2:amd64.
- Preparing to unpack .../29-libcups2_2.4.1op1-2_amd64.deb ...
- Unpacking libcups2:amd64 (2.4.1op1-2) ...
- Selecting previously unselected package libdatrie1:amd64.
- Preparing to unpack .../30-libdatrie1_0.2.13-2_amd64.deb ...
- Unpacking libdatrie1:amd64 (0.2.13-2) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../31-libfribidi0_1.0.8-2.1_amd64.deb ...
- Unpacking libfribidi0:amd64 (1.0.8-2.1) ...
- Selecting previously unselected package libgtk2.0-common.
- Preparing to unpack .../32-libgtk2.0-common_2.24.33-2_all.deb ...
- Unpacking libgtk2.0-common (2.24.33-2) ...
- Selecting previously unselected package libgraphite2-3:amd64.
- Preparing to unpack .../33-libgraphite2-3_1.3.14-1_amd64.deb ...
- Unpacking libgraphite2-3:amd64 (1.3.14-1) ...
- Selecting previously unselected package libharfbuzz0b:amd64.
- Preparing to unpack .../34-libharfbuzz0b_2.7.4-1+b1_amd64.deb ...
- Unpacking libharfbuzz0b:amd64 (2.7.4-1+b1) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../35-libthai-data_0.1.29-1_all.deb ...
- Unpacking libthai-data (0.1.29-1) ...
- Selecting previously unselected package libthai0:amd64.
- Preparing to unpack .../36-libthai0_0.1.29-1_amd64.deb ...
- Unpacking libthai0:amd64 (0.1.29-1) ...
- Selecting previously unselected package libpango-1.0-0:amd64.
- Preparing to unpack .../37-libpango-1.0-0_1.50.6+ds-2_amd64.deb ...
- Unpacking libpango-1.0-0:amd64 (1.50.6+ds-2) ...
- Selecting previously unselected package libpangoft2-1.0-0:amd64.
- Preparing to unpack .../38-libpangoft2-1.0-0_1.50.6+ds-2_amd64.deb ...
- Unpacking libpangoft2-1.0-0:amd64 (1.50.6+ds-2) ...
- Selecting previously unselected package libpangocairo-1.0-0:amd64.
- Preparing to unpack .../39-libpangocairo-1.0-0_1.50.6+ds-2_amd64.deb ...
- Unpacking libpangocairo-1.0-0:amd64 (1.50.6+ds-2) ...
- Selecting previously unselected package libxcomposite1:amd64.
- Preparing to unpack .../40-libxcomposite1_1%3a0.4.5-1_amd64.deb ...
- Unpacking libxcomposite1:amd64 (1:0.4.5-1) ...
- Selecting previously unselected package libxfixes3:amd64.
- Preparing to unpack .../41-libxfixes3_1%3a6.0.0-1_amd64.deb ...
- Unpacking libxfixes3:amd64 (1:6.0.0-1) ...
- Selecting previously unselected package libxcursor1:amd64.
- Preparing to unpack .../42-libxcursor1_1%3a1.2.1-1_amd64.deb ...
- Unpacking libxcursor1:amd64 (1:1.2.1-1) ...
- Selecting previously unselected package libxdamage1:amd64.
- Preparing to unpack .../43-libxdamage1_1%3a1.1.5-2_amd64.deb ...
- Unpacking libxdamage1:amd64 (1:1.1.5-2) ...
- Selecting previously unselected package libxi6:amd64.
- Preparing to unpack .../44-libxi6_2%3a1.8-1_amd64.deb ...
- Unpacking libxi6:amd64 (2:1.8-1) ...
- Selecting previously unselected package libxinerama1:amd64.
- Preparing to unpack .../45-libxinerama1_2%3a1.1.4-3_amd64.deb ...
- Unpacking libxinerama1:amd64 (2:1.1.4-3) ...
- Selecting previously unselected package libxrandr2:amd64.
- Preparing to unpack .../46-libxrandr2_2%3a1.5.2-2+b1_amd64.deb ...
- Unpacking libxrandr2:amd64 (2:1.5.2-2+b1) ...
- Selecting previously unselected package libgtk2.0-0:amd64.
- Preparing to unpack .../47-libgtk2.0-0_2.24.33-2_amd64.deb ...
- Unpacking libgtk2.0-0:amd64 (2.24.33-2) ...
- Selecting previously unselected package libgail18:amd64.
- Preparing to unpack .../48-libgail18_2.24.33-2_amd64.deb ...
- Unpacking libgail18:amd64 (2.24.33-2) ...
- Selecting previously unselected package libgail-common:amd64.
- Preparing to unpack .../49-libgail-common_2.24.33-2_amd64.deb ...
- Unpacking libgail-common:amd64 (2.24.33-2) ...
- Selecting previously unselected package libgc1:amd64.
- Preparing to unpack .../50-libgc1_1%3a8.0.6-1.1_amd64.deb ...
- Unpacking libgc1:amd64 (1:8.0.6-1.1) ...
- Selecting previously unselected package libgdk-pixbuf2.0-bin.
- Preparing to unpack .../51-libgdk-pixbuf2.0-bin_2.42.8+dfsg-1_amd64.deb ...
- Unpacking libgdk-pixbuf2.0-bin (2.42.8+dfsg-1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../52-libglib2.0-data_2.72.1-1_all.deb ...
- Unpacking libglib2.0-data (2.72.1-1) ...
- Selecting previously unselected package libgtk2.0-bin.
- Preparing to unpack .../53-libgtk2.0-bin_2.24.33-2_amd64.deb ...
- Unpacking libgtk2.0-bin (2.24.33-2) ...
- Selecting previously unselected package libipc-system-simple-perl.
- Preparing to unpack .../54-libipc-system-simple-perl_1.30-1_all.deb ...
- Unpacking libipc-system-simple-perl (1.30-1) ...
- Selecting previously unselected package mysql-common.
- Preparing to unpack .../55-mysql-common_5.8+1.0.8_all.deb ...
- Unpacking mysql-common (5.8+1.0.8) ...
- Selecting previously unselected package mariadb-common.
- Preparing to unpack .../56-mariadb-common_1%3a10.6.7-3_all.deb ...
- Unpacking mariadb-common (1:10.6.7-3) ...
- Selecting previously unselected package libmariadb3:amd64.
- Preparing to unpack .../57-libmariadb3_1%3a10.6.7-3_amd64.deb ...
- Unpacking libmariadb3:amd64 (1:10.6.7-3) ...
- Selecting previously unselected package libmbedcrypto7:amd64.
- Preparing to unpack .../58-libmbedcrypto7_2.28.0-2_amd64.deb ...
- Unpacking libmbedcrypto7:amd64 (2.28.0-2) ...
- Selecting previously unselected package libmbedx509-1:amd64.
- Preparing to unpack .../59-libmbedx509-1_2.28.0-2_amd64.deb ...
- Unpacking libmbedx509-1:amd64 (2.28.0-2) ...
- Selecting previously unselected package libmbedtls14:amd64.
- Preparing to unpack .../60-libmbedtls14_2.28.0-2_amd64.deb ...
- Unpacking libmbedtls14:amd64 (2.28.0-2) ...
- Selecting previously unselected package libmbedtls-dev:amd64.
- Preparing to unpack .../61-libmbedtls-dev_2.28.0-2_amd64.deb ...
- Unpacking libmbedtls-dev:amd64 (2.28.0-2) ...
- Selecting previously unselected package libneko2:amd64.
- Preparing to unpack .../62-libneko2_2.3.0-1+b2_amd64.deb ...
- Unpacking libneko2:amd64 (2.3.0-1+b2) ...
- Selecting previously unselected package libpcre16-3:amd64.
- Preparing to unpack .../63-libpcre16-3_2%3a8.39-14_amd64.deb ...
- Unpacking libpcre16-3:amd64 (2:8.39-14) ...
- Selecting previously unselected package libpcre32-3:amd64.
- Preparing to unpack .../64-libpcre32-3_2%3a8.39-14_amd64.deb ...
- Unpacking libpcre32-3:amd64 (2:8.39-14) ...
- Selecting previously unselected package libpcrecpp0v5:amd64.
- Preparing to unpack .../65-libpcrecpp0v5_2%3a8.39-14_amd64.deb ...
- Unpacking libpcrecpp0v5:amd64 (2:8.39-14) ...
- Selecting previously unselected package libpcre3-dev:amd64.
- Preparing to unpack .../66-libpcre3-dev_2%3a8.39-14_amd64.deb ...
- Unpacking libpcre3-dev:amd64 (2:8.39-14) ...
- Selecting previously unselected package librsvg2-2:amd64.
- Preparing to unpack .../67-librsvg2-2_2.52.5+dfsg-3+b1_amd64.deb ...
- Unpacking librsvg2-2:amd64 (2.52.5+dfsg-3+b1) ...
- Selecting previously unselected package librsvg2-common:amd64.
- Preparing to unpack .../68-librsvg2-common_2.52.5+dfsg-3+b1_amd64.deb ...
- Unpacking librsvg2-common:amd64 (2.52.5+dfsg-3+b1) ...
- Selecting previously unselected package libstring-shellquote-perl.
- Preparing to unpack .../69-libstring-shellquote-perl_1.04-1_all.deb ...
- Unpacking libstring-shellquote-perl (1.04-1) ...
- Selecting previously unselected package neko.
- Preparing to unpack .../70-neko_2.3.0-1+b2_amd64.deb ...
- Unpacking neko (2.3.0-1+b2) ...
- Selecting previously unselected package neko-dev:amd64.
- Preparing to unpack .../71-neko-dev_2.3.0-1+b2_amd64.deb ...
- Unpacking neko-dev:amd64 (2.3.0-1+b2) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../72-pkg-config_0.29.2-1_amd64.deb ...
- Unpacking pkg-config (0.29.2-1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../73-xdg-user-dirs_0.17-2_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../74-zlib1g-dev_1%3a1.2.11.dfsg-4_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-4) ...
- Setting up libpcrecpp0v5:amd64 (2:8.39-14) ...
- Setting up libgraphite2-3:amd64 (1.3.14-1) ...
- Setting up libpixman-1-0:amd64 (0.40.0-1) ...
- Setting up libicu71:amd64 (71.1-2) ...
- Setting up mysql-common (5.8+1.0.8) ...
- update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
- Setting up fontconfig (2.13.1-4.4) ...
- Regenerating fonts cache... 
- done.
- Setting up libapparmor1:amd64 (3.0.4-2) ...
- Setting up libxdamage1:amd64 (1:1.1.5-2) ...
- Setting up libpcre16-3:amd64 (2:8.39-14) ...
- Setting up hicolor-icon-theme (0.17-2) ...
- Setting up libxi6:amd64 (2:1.8-1) ...
- Setting up libxrender1:amd64 (1:0.9.10-1) ...
- Setting up libdatrie1:amd64 (0.2.13-2) ...
- Setting up xdg-user-dirs (0.17-2) ...
- Setting up libxcb-render0:amd64 (1.14-3) ...
- Setting up libglib2.0-0:amd64 (2.72.1-1) ...
- No schema files found: doing nothing.
- Setting up libgdk-pixbuf2.0-common (2.42.8+dfsg-1) ...
- Setting up libapr1:amd64 (1.7.0-8) ...
- Setting up libxcb-shm0:amd64 (1.14-3) ...
- Setting up libstring-shellquote-perl (1.04-1) ...
- Setting up libcairo2:amd64 (1.16.0-5) ...
- Setting up mariadb-common (1:10.6.7-3) ...
- update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
- Setting up libglib2.0-data (2.72.1-1) ...
- Setting up libmbedcrypto7:amd64 (2.28.0-2) ...
- Setting up libxfixes3:amd64 (1:6.0.0-1) ...
- Setting up libipc-system-simple-perl (1.30-1) ...
- Setting up libavahi-common-data:amd64 (0.8-5) ...
- Setting up libdbus-1-3:amd64 (1.14.0-1) ...
- Setting up libfribidi0:amd64 (1.0.8-2.1) ...
- Setting up libxinerama1:amd64 (2:1.1.4-3) ...
- Setting up libpcre32-3:amd64 (2:8.39-14) ...
- Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ...
- Setting up pkg-config (0.29.2-1) ...
- Setting up libmariadb3:amd64 (1:10.6.7-3) ...
- Setting up libgc1:amd64 (1:8.0.6-1.1) ...
- Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-4) ...
- Setting up libatk1.0-data (2.38.0-1) ...
- Setting up libneko2:amd64 (2.3.0-1+b2) ...
- Setting up dbus-session-bus-common (1.14.0-1) ...
- Setting up libharfbuzz0b:amd64 (2.7.4-1+b1) ...
- Setting up libthai-data (0.1.29-1) ...
- Setting up libcairo-gobject2:amd64 (1.16.0-5) ...
- Setting up libgtk2.0-common (2.24.33-2) ...
- Setting up libatk1.0-0:amd64 (2.38.0-1) ...
- Setting up dbus-system-bus-common (1.14.0-1) ...
- Setting up libxcomposite1:amd64 (1:0.4.5-1) ...
- Setting up libxml2:amd64 (2.9.13+dfsg-1+b1) ...
- Setting up dbus-bin (1.14.0-1) ...
- Setting up libmbedx509-1:amd64 (2.28.0-2) ...
- Setting up libmbedtls14:amd64 (2.28.0-2) ...
- Setting up neko-dev:amd64 (2.3.0-1+b2) ...
- Setting up libpcre3-dev:amd64 (2:8.39-14) ...
- Setting up libxcursor1:amd64 (1:1.2.1-1) ...
- Setting up libavahi-common3:amd64 (0.8-5) ...
- Setting up dbus-daemon (1.14.0-1) ...
- Setting up libmbedtls-dev:amd64 (2.28.0-2) ...
- Setting up libthai0:amd64 (0.1.29-1) ...
- Setting up dbus (1.14.0-1) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up shared-mime-info (2.2-1) ...
- Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.8+dfsg-1) ...
- Setting up libavahi-client3:amd64 (0.8-5) ...
- Setting up gtk-update-icon-cache (3.24.33-1) ...
- Setting up libpango-1.0-0:amd64 (1.50.6+ds-2) ...
- Setting up adwaita-icon-theme (42.0-2) ...
- update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
- Setting up libcups2:amd64 (2.4.1op1-2) ...
- Setting up libgdk-pixbuf2.0-bin (2.42.8+dfsg-1) ...
- Setting up libpangoft2-1.0-0:amd64 (1.50.6+ds-2) ...
- Setting up libpangocairo-1.0-0:amd64 (1.50.6+ds-2) ...
- Setting up libgtk2.0-0:amd64 (2.24.33-2) ...
- Setting up librsvg2-2:amd64 (2.52.5+dfsg-3+b1) ...
- Setting up neko (2.3.0-1+b2) ...
- Setting up librsvg2-common:amd64 (2.52.5+dfsg-3+b1) ...
- Setting up libgail18:amd64 (2.24.33-2) ...
- Setting up libgtk2.0-bin (2.24.33-2) ...
- Setting up libgail-common:amd64 (2.24.33-2) ...
- Processing triggers for libc-bin (2.33-7) ...
- Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.8+dfsg-1) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/84:
Processing  3/84:
Processing  4/84:
Processing  5/84:
Processing  6/84:
Processing  7/84:
Processing  8/84:
Processing  9/84:
Processing 10/84:
Processing 11/84:
Processing 12/84:
Processing 13/84: [conf-mbedtls: cc test.c]
Processing 14/84: [conf-mbedtls: cc test.c] [conf-neko: neko]
Processing 15/84: [conf-mbedtls: cc test.c] [conf-neko: neko] [conf-perl: perl]
Processing 16/84: [conf-mbedtls: cc test.c] [conf-neko: neko] [conf-perl: perl] [conf-pkg-config: pkg-config]
-> retrieved cppo.1.6.8  (cached)
Processing 17/84: [conf-mbedtls: cc test.c] [conf-neko: neko] [conf-perl: perl] [conf-pkg-config: pkg-config]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--help" (CWD=/home/opam/.opam/4.02/.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 17/84: [conf-mbedtls: cc test.c] [conf-neko: neko] [conf-perl: perl]
Processing 18/84: [conf-mbedtls: cc test.c] [conf-neko: neko] [conf-perl: perl] [conf-pkg-config: mkdir]
-> retrieved camlp5.8.00.02  (cached)
Processing 19/84: [gen.0.5.2: http] [conf-mbedtls: cc test.c] [conf-neko: neko] [conf-perl: perl] [conf-pkg-config: mkdir]
-> retrieved dune.1.11.4  (cached)
Processing 20/84: [gen.0.5.2: http] [haxe.4.1.1: http] [conf-mbedtls: cc test.c] [conf-neko: neko] [conf-perl: perl] [conf-pkg-config: mkdir]
Processing 21/84: [gen.0.5.2: http] [haxe.4.1.1: http] [conf-mbedtls: cc test.c] [conf-neko: neko] [conf-perl: perl] [dune: ocaml bootstrap.ml] [conf-pkg-config: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "cc" "-I/usr/local/include" "test.c" (CWD=/home/opam/.opam/4.02/.opam-switch/build/conf-mbedtls.1)
-> compiled  conf-mbedtls.1
Processing 21/84: [gen.0.5.2: http] [haxe.4.1.1: http] [conf-neko: neko] [conf-perl: perl] [dune: ocaml bootstrap.ml] [conf-pkg-config: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "neko" "-version" (CWD=/home/opam/.opam/4.02/.opam-switch/build/conf-neko.1)
- 2.3.0
-> compiled  conf-neko.1
Processing 21/84: [gen.0.5.2: http] [haxe.4.1.1: http] [conf-perl: perl] [dune: ocaml bootstrap.ml] [conf-pkg-config: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "perl" "--version" (CWD=/home/opam/.opam/4.02/.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 21/84: [gen.0.5.2: http] [haxe.4.1.1: http] [dune: ocaml bootstrap.ml] [conf-pkg-config: mkdir]
-> retrieved extlib.1.7.7-1  (cached)
Processing 22/84: [gen.0.5.2: http] [haxe.4.1.1: http] [dune: ocaml bootstrap.ml] [conf-pkg-config: mkdir]
Processing 23/84: [gen.0.5.2: http] [haxe.4.1.1: http] [dune: ocaml bootstrap.ml] [conf-pkg-config: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.02/lib/pkgconfig" (CWD=/home/opam/.opam/4.02/.opam-switch/build/conf-pkg-config.2)
-> installed conf-pkg-config.2
Processing 23/84: [gen.0.5.2: http] [haxe.4.1.1: http] [dune: ocaml bootstrap.ml]
Processing 24/84: [gen.0.5.2: http] [haxe.4.1.1: http] [conf-libpcre: pkg-config libpcre] [dune: ocaml bootstrap.ml]
Processing 25/84: [gen.0.5.2: http] [haxe.4.1.1: http] [conf-libpcre: pkg-config libpcre] [conf-zlib: pkg-config zlib] [dune: ocaml bootstrap.ml]
-> installed conf-mbedtls.1
Processing 26/84: [gen.0.5.2: http] [haxe.4.1.1: http] [conf-libpcre: pkg-config libpcre] [conf-zlib: pkg-config zlib] [dune: ocaml bootstrap.ml]
-> installed conf-neko.1
Processing 27/84: [gen.0.5.2: http] [haxe.4.1.1: http] [conf-libpcre: pkg-config libpcre] [conf-zlib: pkg-config zlib] [dune: ocaml bootstrap.ml]
-> installed conf-perl.2
Processing 28/84: [gen.0.5.2: http] [haxe.4.1.1: http] [conf-libpcre: pkg-config libpcre] [conf-zlib: pkg-config zlib] [dune: ocaml bootstrap.ml]
Processing 29/84: [gen.0.5.2: http] [haxe.4.1.1: http] [conf-libpcre: pkg-config libpcre] [conf-perl-ipc-system-simple: perl] [conf-zlib: pkg-config zlib] [dune: ocaml bootstrap.ml]
Processing 30/84: [gen.0.5.2: http] [haxe.4.1.1: http] [conf-libpcre: pkg-config libpcre] [conf-perl-ipc-system-simple: perl] [conf-perl-string-shellquote: perl] [conf-zlib: pkg-config zlib] [dune: ocaml bootstrap.ml]
Processing 30/84: [haxe.4.1.1: http] [conf-libpcre: pkg-config libpcre] [conf-perl-ipc-system-simple: perl] [conf-perl-string-shellquote: perl] [conf-zlib: pkg-config zlib] [dune: ocaml bootstrap.ml]
-> retrieved obuild.0.1.10  (cached)
Processing 31/84: [haxe.4.1.1: http] [conf-libpcre: pkg-config libpcre] [conf-perl-ipc-system-simple: perl] [conf-perl-string-shellquote: perl] [conf-zlib: pkg-config zlib] [dune: ocaml bootstrap.ml]
Processing 32/84: [haxe.4.1.1: http] [conf-libpcre: pkg-config libpcre] [conf-perl-ipc-system-simple: perl] [conf-perl-string-shellquote: perl] [conf-zlib: pkg-config zlib] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "libpcre" (CWD=/home/opam/.opam/4.02/.opam-switch/build/conf-libpcre.1)
-> compiled  conf-libpcre.1
Processing 32/84: [haxe.4.1.1: http] [conf-perl-ipc-system-simple: perl] [conf-perl-string-shellquote: perl] [conf-zlib: pkg-config zlib] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap]
-> installed conf-libpcre.1
Processing 33/84: [haxe.4.1.1: http] [conf-perl-ipc-system-simple: perl] [conf-perl-string-shellquote: perl] [conf-zlib: pkg-config zlib] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "zlib" (CWD=/home/opam/.opam/4.02/.opam-switch/build/conf-zlib.1)
-> compiled  conf-zlib.1
Processing 33/84: [haxe.4.1.1: http] [conf-perl-ipc-system-simple: perl] [conf-perl-string-shellquote: perl] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap]
-> installed conf-zlib.1
Processing 34/84: [haxe.4.1.1: http] [conf-perl-ipc-system-simple: perl] [conf-perl-string-shellquote: perl] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "perl" "--version" (CWD=/home/opam/.opam/4.02/.opam-switch/build/conf-perl-ipc-system-simple.3)
- 
- 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.
- 
Processing 34/84: [haxe.4.1.1: http] [conf-perl-ipc-system-simple: perl 1] [conf-perl-string-shellquote: perl] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "perl" "--version" (CWD=/home/opam/.opam/4.02/.opam-switch/build/conf-perl-string-shellquote.3)
- 
- 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.
- 
Processing 34/84: [haxe.4.1.1: http] [conf-perl-ipc-system-simple: perl 1] [conf-perl-string-shellquote: perl 1] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap]
-> retrieved gen.0.5.2  (https://github.com/c-cube/gen/archive/0.5.2.tar.gz)
Processing 35/84: [haxe.4.1.1: http] [conf-perl-ipc-system-simple: perl 1] [conf-perl-string-shellquote: perl 1] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap]
Processing 36/84: [haxe.4.1.1: http] [conf-perl-ipc-system-simple: perl 1] [conf-perl-string-shellquote: perl 1] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap]
Processing 37/84: [haxe.4.1.1: http] [conf-perl-ipc-system-simple: perl 1] [conf-perl-string-shellquote: perl 1] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap]
-> installed ocamlbuild.0
Processing 38/84: [haxe.4.1.1: http] [conf-perl-ipc-system-simple: perl 1] [conf-perl-string-shellquote: perl 1] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "perl" "-MString::ShellQuote" "-e" "1" (CWD=/home/opam/.opam/4.02/.opam-switch/build/conf-perl-string-shellquote.3)
-> compiled  conf-perl-string-shellquote.3
Processing 38/84: [haxe.4.1.1: http] [conf-perl-ipc-system-simple: perl 1] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap]
-> installed conf-perl-string-shellquote.3
Processing 39/84: [haxe.4.1.1: http] [conf-perl-ipc-system-simple: perl 1] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap]
Processing 39/84: [conf-perl-ipc-system-simple: perl 1] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "perl" "-MIPC::System::Simple" "-e" "1" (CWD=/home/opam/.opam/4.02/.opam-switch/build/conf-perl-ipc-system-simple.3)
-> compiled  conf-perl-ipc-system-simple.3
Processing 39/84: [dune: ocaml bootstrap.ml] [obuild: ./bootstrap]
-> installed conf-perl-ipc-system-simple.3
Processing 40/84: [dune: ocaml bootstrap.ml] [obuild: ./bootstrap]
Processing 41/84: [camlp5: ./configure] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap]
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
Processing 42/84: [camlp5: ./configure] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap]
-> retrieved ocamlfind.1.9.3  (cached)
Processing 43/84: [camlp5: ./configure] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap]
Processing 44/84: [camlp5: ./configure] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap] [ocamlfind: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02" "-libdir" "/home/opam/.opam/4.02/lib" "-mandir" "/home/opam/.opam/4.02/man" (CWD=/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02)
- 
- Resulting configuration file (config/Makefile.cnf):
- 
- MODE=S
- EXE=
- OPT=.opt
- EXT_OBJ=.o
- EXT_LIB=.a
- OVERSION=4.02.3
- VERSION=8.00.02
- OCAMLC_W_Y="-w y"
- WARNERR="-warn-error +A-11"
- NO_PR_DIR=--no-print-directory
- OLIBDIR=/home/opam/.opam/4.02/lib/ocaml
- OCLIBDIR=+compiler-libs
- PREFIX=/home/opam/.opam/4.02
- OTOPP=+compiler-libs
- OTOPW=+compiler-libs
- OTOPU=$(TOP)/ocaml_stuff/4.02.3/utils
- BINDIR=$(PREFIX)/bin
- LIBDIR=/home/opam/.opam/4.02/lib
- MANDIR=/home/opam/.opam/4.02/man
- OCAMLN=ocaml
- CAMLP5N=camlp5
- 
- === strict mode ===
- 
Processing 44/84: [camlp5: make world.opt] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap] [ocamlfind: ./configure]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 45/84: [ptmap.2.0.3: http] [camlp5: make world.opt] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap] [ocamlfind: ./configure]
-> retrieved ppx_tools_versioned.5.4.0  (cached)
Processing 46/84: [ptmap.2.0.3: http] [camlp5: make world.opt] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap] [ocamlfind: ./configure]
-> retrieved haxe.4.1.1  (https://github.com/HaxeFoundation/haxe-debian/archive/upstream/4.1.1.tar.gz)
Processing 47/84: [ptmap.2.0.3: http] [camlp5: make world.opt] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap] [ocamlfind: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-bindir" "/home/opam/.opam/4.02/bin" "-sitelib" "/home/opam/.opam/4.02/lib" "-mandir" "/home/opam/.opam/4.02/man" "-config" "/home/opam/.opam/4.02/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.3)
- Welcome to findlib version 1.9.3
- 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: found
- ocamldoc: found
- raw_spacetime: not present (normal since 4.12)
- 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 ocamlbuild written to site-lib-src/ocamlbuild/META
- Configuration for ocamldoc written to site-lib-src/ocamldoc/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.02/lib/ocaml
-     Binaries:              /home/opam/.opam/4.02/bin
-     Manual pages:          /home/opam/.opam/4.02/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.02/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.02/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.02/bin
-     Manual pages:          /home/opam/.opam/4.02/man
-     topfind script:        /home/opam/.opam/4.02/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 47/84: [ptmap.2.0.3: http] [camlp5: make world.opt] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap] [ocamlfind: make all]
Processing 47/84: [camlp5: make world.opt] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap] [ocamlfind: make all]
-> retrieved result.1.5  (cached)
Processing 48/84: [sha.1.12: http] [camlp5: make world.opt] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap] [ocamlfind: make all]
-> retrieved sedlex.2.2  (cached)
Processing 49/84: [sha.1.12: http] [camlp5: make world.opt] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap] [ocamlfind: make all]
-> retrieved ptmap.2.0.3  (https://github.com/backtracking/ptmap/archive/v2.0.3.tar.gz)
Processing 50/84: [sha.1.12: http] [camlp5: make world.opt] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap] [ocamlfind: make all]
-> retrieved uchar.0.0.2  (cached)
Processing 51/84: [sha.1.12: http] [camlp5: make world.opt] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap] [ocamlfind: make all] [uchar: ocaml]
-> retrieved xml-light.2.4  (cached)
Processing 51/84: [camlp5: make world.opt] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap] [ocamlfind: make all] [uchar: ocaml]
-> retrieved sha.1.12  (https://github.com/djs55/ocaml-sha/releases/download/v1.12/sha-1.12.tbz)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/git.ml" (CWD=/home/opam/.opam/4.02/.opam-switch/build/uchar.0.0.2)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/build.ml" "native=true" "native-dynlink=true" (CWD=/home/opam/.opam/4.02/.opam-switch/build/uchar.0.0.2)
- /home/opam/.opam/4.02/bin/ocamldep.opt -modules src/uchar.ml > src/uchar.ml.depends
- /home/opam/.opam/4.02/bin/ocamldep.opt -modules src/uchar.mli > src/uchar.mli.depends
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -bin-annot -safe-string -I src -o src/uchar.cmi src/uchar.mli
- /home/opam/.opam/4.02/bin/ocamlopt.opt -c -bin-annot -safe-string -I src -o src/uchar.cmx src/uchar.ml
- /home/opam/.opam/4.02/bin/ocamlopt.opt -a src/uchar.cmx -o src/uchar.cmxa
- /home/opam/.opam/4.02/bin/ocamlc.opt -c -bin-annot -safe-string -I src -o src/uchar.cmo src/uchar.ml
- /home/opam/.opam/4.02/bin/ocamlc.opt -a src/uchar.cmo -o src/uchar.cma
- /home/opam/.opam/4.02/bin/ocamlopt.opt -shared src/uchar.cmx -o src/uchar.cmxs
-> compiled  uchar.0.0.2
Processing 51/84: [camlp5: make world.opt] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap] [ocamlfind: make all]
-> installed uchar.0.0.2
Processing 52/84: [camlp5: make world.opt] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap] [ocamlfind: make all]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.3)
- for p in findlib; do ( cd src/$p; make all ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.3/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.02/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.02/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     -g -c findlib_config.ml
- ocamlc -I +compiler-libs     -g -c fl_split.ml
- ocamlc -I +compiler-libs     -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs     -g -c fl_meta.ml
- ocamlc -I +compiler-libs     -c fl_metascanner.mli
- ocamlc -I +compiler-libs     -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs     -c fl_topo.mli
- ocamlc -I +compiler-libs     -g -c fl_topo.ml
- ocamlc -I +compiler-libs     -c fl_package_base.mli
- ocamlc -I +compiler-libs     -g -c fl_package_base.ml
- ocamlc -I +compiler-libs     -c findlib.mli
- ocamlc -I +compiler-libs     -g -c findlib.ml
- ocamlc -I +compiler-libs     -g -c fl_args.ml
- ocamlc -I +compiler-libs     -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     -g -c ocaml_args.ml
- ocamlc -I +compiler-libs     -g -c frontend.ml
- ocamlc -I +compiler-libs  -o ocamlfind -g findlib.cma unix.cma \
-             ocaml_args.cmo frontend.cmo
- ocamlc -I +compiler-libs     -c topfind.mli
- ocamlc -I +compiler-libs     -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.02/lib' \
-     	    >topfind
- ocamlc -I +compiler-libs     -c num_top_printers.mli
- ocamlc -I +compiler-libs     -g -c num_top_printers.ml
- ocamlc -I +compiler-libs     -c num_top.mli
- ocamlc -I +compiler-libs     -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     -c fl_dynload.mli
- ocamlc -I +compiler-libs     -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.02/.opam-switch/build/ocamlfind.1.9.3/src/findlib'
- make all-config
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.3'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' '/home/opam/.opam/4.02/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.02/.opam-switch/build/ocamlfind.1.9.3'
Processing 52/84: [camlp5: make world.opt] [dune: ocaml bootstrap.ml] [obuild: ./bootstrap] [ocamlfind: make opt]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./bootstrap" (CWD=/home/opam/.opam/4.02/.opam-switch/build/obuild.0.1.10)
- 4.02.3
- Using compat402.ml
- COMPILING compat
- COMPILING fugue
- COMPILING filepath
- COMPILING filesystem
- BUILDING library obuild_ext.cmxa
- COMPILING types
- COMPILING gconf
- COMPILING filetype
- COMPILING dag
- COMPILING libname
- COMPILING pp
- COMPILING expr
- File "expr.ml", line 129, characters 20-119:
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a value that is not matched:
- []
- File "expr.ml", line 132, characters 23-134:
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a value that is not matched:
- []
- COMPILING utils
- COMPILING modname
- COMPILING taskdep
- COMPILING helper
- COMPILING dagutils
- COMPILING process
- COMPILING findlibConf
- COMPILING scheduler
- COMPILING prog
- COMPILING dependencies
- COMPILING generators
- COMPILING hier
- COMPILING meta
- COMPILING metacache
- COMPILING target
- COMPILING dist
- COMPILING project
- COMPILING analyze
- COMPILING configure
- COMPILING prepare
- File "prepare.ml", line 379, characters 10-113:
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a value that is not matched:
- DirectoryEntry _
- COMPILING buildprogs
- COMPILING build
- COMPILING exception
- BUILDING library obuild.cmxa
- COMPILING sdist
- COMPILING doc
- COMPILING init
- COMPILING help
- COMPILING install
- COMPILING path_generated
- COMPILING main
- LINKING obuild.bootstrap
- Configuring obuild-0.1.9...
- [ 1 of 57] Compiling Ext.Compat                    
- [ 2 of 57] Compiling Ext.Fugue                     
- [ 3 of 57] Intfing Ext.Filepath                  
- [ 4 of 57] Compiling Ext.Filepath                  
- [ 5 of 57] Intfing Ext.Filesystem                
- [ 6 of 57] Compiling Ext.Filesystem                
- File "ext/filesystem.ml", line 18, characters 11-216:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Unix.file_kind.
- File "ext/filesystem.ml", line 18, characters 11-216:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Unix.file_kind.
- 
- [ 7 of 57] Packing Ext                           
- [ 8 of 57] Linking library dist/build/lib-obuild.ext/obuild_ext.cmxa
- [ 8 of 57] Linking library dist/build/lib-obuild.ext/obuild_ext.cmxs
- [ 8 of 57] Linking library dist/build/lib-obuild.ext/obuild_ext.cma
- [ 9 of 57] Checking dist/build/lib-obuild.ext
- [10 of 57] Compiling Obuild.Filetype               
- [11 of 57] Compiling Obuild.Gconf                  
- [12 of 57] Compiling Obuild.Pp                     
- [13 of 57] Compiling Obuild.Dag                    
- [14 of 57] Compiling Obuild.Expr                   
- [15 of 57] Compiling Obuild.Modname                
- [16 of 57] Compiling Obuild.Types                  
- File "obuild/expr.ml", line 129, characters 20-119:
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a value that is not matched:
- []
- File "obuild/expr.ml", line 132, characters 23-134:
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a value that is not matched:
- []
- File "obuild/expr.ml", line 216, characters 8-232:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Token.t.
- File "obuild/expr.ml", line 216, characters 8-232:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Token.t.
- File "obuild/expr.ml", line 209, characters 4-849:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Token.t.
- File "obuild/expr.ml", line 209, characters 4-849:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Token.t.
- File "obuild/expr.ml", line 233, characters 4-205:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Token.t.
- File "obuild/expr.ml", line 233, characters 4-205:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Token.t.
- File "obuild/expr.ml", line 268, characters 2-232:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Token.t.
- File "obuild/expr.ml", line 268, characters 2-232:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Token.t.
- 
- [17 of 57] Compiling Obuild.Taskdep                
- [18 of 57] Compiling Obuild.Libname                
- [19 of 57] Compiling Obuild.Utils                  
- [20 of 57] Compiling Obuild.Dagutils               
- [21 of 57] Compiling Obuild.Helper                 
- [22 of 57] Compiling Obuild.Process                
- File "obuild/process.ml", line 95, characters 2-193:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Unix.process_status.
- File "obuild/process.ml", line 95, characters 2-193:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Unix.process_status.
- 
- [23 of 57] Compiling Obuild.Scheduler              
- [24 of 57] Compiling Obuild.FindlibConf            
- [25 of 57] Compiling Obuild.Prog                   
- [26 of 57] Compiling Obuild.Meta                   
- [27 of 57] Compiling Obuild.Generators             
- File "obuild/generators.ml", line 55, characters 10-101:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Filetype.t.
- File "obuild/generators.ml", line 55, characters 10-101:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Filetype.t.
- 
- [28 of 57] Compiling Obuild.Dependencies           
- File "obuild/meta.ml", line 129, characters 27-155:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Predicate.t.
- File "obuild/meta.ml", line 129, characters 27-155:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Predicate.t.
- File "obuild/meta.ml", line 139, characters 29-147:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Predicate.t.
- File "obuild/meta.ml", line 139, characters 29-147:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Predicate.t.
- File "obuild/meta.ml", line 315, characters 28-300:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 315, characters 28-300:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 324, characters 48-235:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 324, characters 48-235:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 330, characters 48-251:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 330, characters 48-251:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 321, characters 40-683:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 321, characters 40-683:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 347, characters 8-454:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 347, characters 8-454:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 361, characters 8-243:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 361, characters 8-243:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 370, characters 8-411:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 370, characters 8-411:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 382, characters 8-410:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 382, characters 8-410:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 394, characters 8-190:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 394, characters 8-190:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 401, characters 8-242:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 401, characters 8-242:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 410, characters 26-158:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 410, characters 26-158:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 415, characters 8-144:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 415, characters 8-144:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 421, characters 8-251:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 421, characters 8-251:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 337, characters 31-4646:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 337, characters 31-4646:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 5, characters 0-11:
- Warning 33: unused open Helper.
- File "obuild/meta.ml", line 6, characters 0-10:
- Warning 33: unused open Gconf.
- 
- [29 of 57] Compiling Obuild.Hier                   
- [30 of 57] Compiling Obuild.Metacache              
- File "obuild/metacache.ml", line 1, characters 0-9:
- Warning 33: unused open Meta.
- 
- File "obuild/hier.ml", line 3, characters 0-10:
- Warning 33: unused open Types.
- 
- [31 of 57] Compiling Obuild.Target                 
- [32 of 57] Compiling Obuild.Project                
- [33 of 57] Compiling Obuild.Dist                   
- [34 of 57] Compiling Obuild.Analyze                
- File "obuild/analyze.ml", line 59, characters 8-94:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Target.Name.t.
- File "obuild/analyze.ml", line 59, characters 8-94:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Target.Name.t.
- File "obuild/analyze.ml", line 184, characters 22-466:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Meta.Predicate.t.
- File "obuild/analyze.ml", line 184, characters 22-466:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Meta.Predicate.t.
- File "obuild/analyze.ml", line 208, characters 10-182:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Target.Name.t.
- File "obuild/analyze.ml", line 208, characters 10-182:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Target.Name.t.
- 
- [35 of 57] Compiling Obuild.Configure              
- [36 of 57] Compiling Obuild.Prepare                
- File "obuild/prepare.ml", line 168, characters 8-93:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Analyze.dependency_tag.
- File "obuild/prepare.ml", line 168, characters 8-93:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Analyze.dependency_tag.
- File "obuild/prepare.ml", line 218, characters 17-557:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Filetype.t.
- File "obuild/prepare.ml", line 218, characters 17-557:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Filetype.t.
- File "obuild/prepare.ml", line 379, characters 10-113:
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a value that is not matched:
- DirectoryEntry _
- File "obuild/prepare.ml", line 489, characters 10-224:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type compile_step.
- File "obuild/prepare.ml", line 489, characters 10-224:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type compile_step.
- File "obuild/prepare.ml", line 552, characters 6-99:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Analyze.dep_type.
- File "obuild/prepare.ml", line 552, characters 6-99:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Analyze.dep_type.
- File "obuild/prepare.ml", line 202, characters 9-16:
- Warning 27: unused variable srcPath.
- File "obuild/prepare.ml", line 233, characters 13-20:
- Warning 27: unused variable srcPath.
- File "obuild/prepare.ml", line 239, characters 37-41:
- Warning 27: unused variable path.
- 
- [37 of 57] Compiling Obuild.Buildprogs             
- File "obuild/buildprogs.ml", line 69, characters 14-206:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Filetype.t.
- File "obuild/buildprogs.ml", line 69, characters 14-206:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Filetype.t.
- File "obuild/buildprogs.ml", line 66, characters 17-23:
- Warning 27: unused variable srcDir.
- 
- [38 of 57] Compiling Obuild.Build                  
- File "obuild/build.ml", line 60, characters 45-688:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Filetype.t.
- File "obuild/build.ml", line 60, characters 45-688:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Filetype.t.
- File "obuild/build.ml", line 59, characters 4-1138:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Filetype.t.
- File "obuild/build.ml", line 59, characters 4-1138:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Filetype.t.
- File "obuild/build.ml", line 89, characters 6-63:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Types.ocaml_compiled_type.
- File "obuild/build.ml", line 89, characters 6-63:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Types.ocaml_compilation_option.
- File "obuild/build.ml", line 89, characters 6-63:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Types.ocaml_compiled_type.
- File "obuild/build.ml", line 89, characters 6-63:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Types.ocaml_compilation_option.
- File "obuild/build.ml", line 150, characters 20-196:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Hier.file_entry.
- File "obuild/build.ml", line 150, characters 20-196:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Hier.file_entry.
- File "obuild/build.ml", line 349, characters 22-124:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Types.ocaml_compilation_option.
- File "obuild/build.ml", line 349, characters 22-124:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Types.ocaml_compilation_option.
- File "obuild/build.ml", line 360, characters 13-458:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Target.Name.t.
- File "obuild/build.ml", line 360, characters 13-458:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Target.Name.t.
- File "obuild/build.ml", line 481, characters 40-160:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Prepare.compile_step.
- File "obuild/build.ml", line 481, characters 40-160:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Prepare.compile_step.
- 
- [39 of 57] Compiling Obuild.Exception              
- [40 of 57] Packing Obuild                        
- [41 of 57] Linking library dist/build/lib-obuild/obuild.cmxa
- [41 of 57] Linking library dist/build/lib-obuild/obuild.cmxs
- [41 of 57] Linking library dist/build/lib-obuild/obuild.cma
- [42 of 57] Checking dist/build/lib-obuild
- [43 of 57] Compiling Assimilate_oasis              
- [44 of 57] Compiling Simple                        
- [45 of 57] Compiling Install                       
- [46 of 57] Compiling Doc                           
- File "src/install.ml", line 21, characters 6-264:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Filetype.t.
- File "src/install.ml", line 21, characters 6-264:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Filetype.t.
- File "src/install.ml", line 27, characters 4-116:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Filetype.t.
- File "src/install.ml", line 27, characters 4-116:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Filetype.t.
- File "src/install.ml", line 43, characters 31-137:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Target.Name.t.
- File "src/install.ml", line 43, characters 31-137:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Target.Name.t.
- File "src/install.ml", line 47, characters 31-137:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Target.Name.t.
- File "src/install.ml", line 47, characters 31-137:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Target.Name.t.
- 
- [47 of 57] Compiling Sdist                         
- File "src/doc.ml", line 15, characters 8-16:
- Warning 27: unused variable projFile.
- 
- [48 of 57] Compiling Help                          
- File "src/sdist.ml", line 28, characters 14-178:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Filetype.t.
- File "src/sdist.ml", line 28, characters 14-178:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Filetype.t.
- File "src/sdist.ml", line 36, characters 12-154:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Filetype.t.
- File "src/sdist.ml", line 36, characters 12-154:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Filetype.t.
- File "src/sdist.ml", line 9, characters 17-27:
- Warning 27: unused variable isSnapshot.
- 
- [49 of 57] Compiling Path_generated                
- [50 of 57] Compiling Init                          
- [51 of 57] Linking executable dist/build/obuild-from-oasis/obuild-from-oasis
- [52 of 57] Linking executable dist/build/obuild-simple/obuild-simple
- [53 of 57] Compiling Main                          
- [54 of 57] Checking dist/build/obuild-from-oasis
- [55 of 57] Checking dist/build/obuild-simple
- [56 of 57] Linking executable dist/build/obuild/obuild
- [57 of 57] Checking dist/build/obuild
- 
- real	0m4.692s
- user	0m3.395s
- sys	0m1.391s
-> compiled  obuild.0.1.10
Processing 52/84: [camlp5: make world.opt] [dune: ocaml bootstrap.ml] [ocamlfind: make opt]
-> installed obuild.0.1.10
Processing 53/84: [camlp5: make world.opt] [dune: ocaml bootstrap.ml] [ocamlfind: make opt]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "opt" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.3)
- for p in findlib; do ( cd src/$p; make opt ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.3/src/findlib'
- ocamlopt -I +compiler-libs -g    -c findlib_config.ml
- ocamlopt -I +compiler-libs -g    -c fl_split.ml
- ocamlopt -I +compiler-libs -g    -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g    -c fl_meta.ml
- ocamlopt -I +compiler-libs -g    -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g    -c fl_topo.ml
- ocamlopt -I +compiler-libs -g    -c fl_package_base.ml
- ocamlopt -I +compiler-libs -g    -c findlib.ml
- ocamlopt -I +compiler-libs -g    -c fl_args.ml
- ocamlopt -I +compiler-libs -g    -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    -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g    -c frontend.ml
- ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \
- 	    ocaml_args.cmx frontend.cmx
- ocamlopt -I +compiler-libs -g    -c topfind.ml
- 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    -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.02/.opam-switch/build/ocamlfind.1.9.3/src/findlib'
-> compiled  ocamlfind.1.9.3
Processing 53/84: [camlp5: make world.opt] [dune: ocaml bootstrap.ml]
Processing 54/84: [camlp5: make world.opt] [dune: ocaml bootstrap.ml] [ocamlfind: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.3)
- if [ "1" -eq 1 ]; then \
-     for x in camlp4 dbm graphics labltk num ocamlbuild; do \
-       if [ -f "/home/opam/.opam/4.02/lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.02/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.02/bin"
- mkdir -p "/home/opam/.opam/4.02/man"
- make install-config
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.3'
- mkdir -p "`dirname \"/home/opam/.opam/4.02/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/4.02/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/4.02/lib/findlib.conf"
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.3'
- for p in findlib; do ( cd src/$p; make install ); done
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.3/src/findlib'
- mkdir -p "/home/opam/.opam/4.02/lib/findlib"
- mkdir -p "/home/opam/.opam/4.02/bin"
- test 1 -eq 0 || cp topfind "/home/opam/.opam/4.02/lib/ocaml"
- files=` ../../tools/collect_files ../../Makefile.config \
- findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \
- findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \
- fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \
- 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.02/lib/findlib"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- cp $f "/home/opam/.opam/4.02/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/4.02/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/home/opam/.opam/4.02/lib/ocaml/compiler-libs/"; \
-     cp topdirs.cmi toploop.cmi "/home/opam/.opam/4.02/lib/findlib/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.3/src/findlib'
- make install-meta
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.3'
- for x in bigarray bytes compiler-libs dynlink graphics num num-top ocamlbuild ocamldoc stdlib str threads unix ; do mkdir -p "/home/opam/.opam/4.02/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.02/lib/$x/META.tmp" && mv "/home/opam/.opam/4.02/lib/$x/META.tmp" "/home/opam/.opam/4.02/lib/$x/META"; done
- mkdir -p "/home/opam/.opam/4.02/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.02/lib/findlib/Makefile.packages"
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.3'
- test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; }
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.3/src/findlib'
- mkdir -p "/home/opam/.opam/4.02/lib/num-top"
- cp num_top.cma num_top.cmi num_top_printers.cmi \
- 	"/home/opam/.opam/4.02/lib/num-top"
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.3/src/findlib'
- test ! -f 'site-lib-src/camlp4/META' ||	cp tools/safe_camlp4 "/home/opam/.opam/4.02/bin"
- make install-doc
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.3'
- mkdir -p "/home/opam/.opam/4.02/man/man1" "/home/opam/.opam/4.02/man/man3" "/home/opam/.opam/4.02/man/man5"
- cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.02/man/man1"
- cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.02/man/man5"
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.3'
-> installed ocamlfind.1.9.3
Processing 54/84: [camlp5: make world.opt] [dune: ocaml bootstrap.ml]
Processing 55/84: [camlp5: make world.opt] [dune: ocaml bootstrap.ml]
Processing 56/84: [camlp5: make world.opt] [dune: ocaml bootstrap.ml] [ptmap: obuild configure]
Processing 57/84: [camlp5: make world.opt] [dune: ocaml bootstrap.ml] [ptmap: obuild configure]
-> installed base-bytes.base
Processing 58/84: [camlp5: make world.opt] [dune: ocaml bootstrap.ml] [ptmap: obuild configure]
Processing 59/84: [camlp5: make world.opt] [dune: ocaml bootstrap.ml] [ptmap: obuild configure] [xml-light: make install_ocamlfind]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "obuild" "configure" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ptmap.2.0.3)
- Configuring ptmap-1.0...
Processing 59/84: [camlp5: make world.opt] [dune: ocaml bootstrap.ml] [ptmap: obuild build] [xml-light: make install_ocamlfind]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "obuild" "build" "lib-ptmap" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ptmap.2.0.3)
- [1 of 4] Intfing Ptmap                         
- [2 of 4] Compiling Ptmap                         
- [3 of 4] Linking library dist/build/lib-ptmap/ptmap.cmxa
- [3 of 4] Linking library dist/build/lib-ptmap/ptmap.cmxs
- [3 of 4] Linking library dist/build/lib-ptmap/ptmap.cma
- [4 of 4] Checking dist/build/lib-ptmap
-> compiled  ptmap.2.0.3
Processing 59/84: [camlp5: make world.opt] [dune: ocaml bootstrap.ml] [xml-light: make install_ocamlfind]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" (CWD=/home/opam/.opam/4.02/.opam-switch/build/dune.1.11.4)
- cp src/ocaml-syntax-shims/pp.real.ml src/ocaml-syntax-shims/pp.ml
- cp src/ocaml-syntax-shims/shims.402.ml src/ocaml-syntax-shims/shims.ml
- /home/opam/.opam/4.02/bin/ocamllex.opt -q src/ocaml-syntax-shims/let_trail.mll
- /home/opam/.opam/4.02/bin/ocamldep.opt -modules src/ocaml-syntax-shims/let_trail.mli src/ocaml-syntax-shims/let_trail.ml src/ocaml-syntax-shims/pp.ml src/ocaml-syntax-shims/shims.ml > boot-depends.txt
- /home/opam/.opam/4.02/bin/ocamlopt.opt -g -w -40 -o boot-pp.exe -I +compiler-libs ocamlcommon.cmxa boot_pp.ml
- /home/opam/.opam/4.02/bin/ocamllex.opt -q src/ocamlobjinfo.mll
- /home/opam/.opam/4.02/bin/ocamllex.opt -q src/meta_lexer.mll
- /home/opam/.opam/4.02/bin/ocamllex.opt -q src/dune_lexer.mll
- /home/opam/.opam/4.02/bin/ocamllex.opt -q src/dune_lang/dune_lexer.mll
- /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/action.mli src/action.ml src/action_ast.ml src/action_dune_lang.mli src/action_dune_lang.ml src/action_exec.mli src/action_exec.ml src/action_intf.ml src/action_mapper.mli src/action_mapper.ml src/action_to_sh.mli src/action_to_sh.boot.ml src/action_unexpanded.mli src/action_unexpanded.ml src/alias.mli src/alias.ml src/artifact_substitution.mli src/artifact_substitution.ml src/artifacts.mli src/artifacts.ml src/binary_kind.mli src/binary_kind.ml src/bindings.mli src/bindings.ml src/blang.mli src/blang.ml src/bootstrap.mli src/bootstrap.boot.ml src/build.mli src/build.ml otherlibs/build-info/src/build_info.mli otherlibs/build-info/src/build_info.ml otherlibs/build-info/src/build_info_data.mli otherlibs/build-info/src/build_info_data.boot.ml src/build_system.mli src/build_system.ml src/c.mli src/c.ml src/c_sources.mli src/c_sources.ml src/cached_digest.mli src/cached_digest.ml src/check_rules.mli src/check_rules.ml src/cinaps.mli src/cinaps.boot.ml src/clflags.mli src/clflags.ml src/cm_files.mli src/cm_files.ml src/cm_kind.mli src/cm_kind.ml src/colors.mli src/colors.ml src/command.mli src/command.ml src/compilation_context.mli src/compilation_context.ml src/config.mli src/config.ml src/context.mli src/context.ml src/coq_module.mli src/coq_module.ml src/coq_rules.mli src/coq_rules.boot.ml src/dep.mli src/dep.ml src/dep_graph.mli src/dep_graph.ml src/dep_path.mli src/dep_path.ml src/dep_rules.mli src/dep_rules.ml src/dialect.mli src/dialect.ml src/diff.mli src/diff.ml src/dir_contents.mli src/dir_contents.ml src/dir_set.mli src/dir_set.ml src/dir_status.mli src/dir_status.ml src/dir_with_dune.mli src/dir_with_dune.ml src/dpath.mli src/dpath.ml src/dune_env.mli src/dune_env.ml src/dune_file.mli src/dune_file.ml src/dune_init.mli src/dune_init.ml src/dune_lexer.mli src/dune_lexer.ml src/dune_load.mli src/dune_load.ml src/dune_package.mli src/dune_package.ml src/dune_project.mli src/dune_project.ml vendor/boot/dune_re.ml src/dynlink_supported.mli src/dynlink_supported.ml src/env_node.mli src/env_node.ml src/exe.mli src/exe.ml src/exe_rules.mli src/exe_rules.ml src/expander.mli src/expander.ml src/file_binding.mli src/file_binding.ml src/file_selector.mli src/file_selector.ml src/file_tree.mli src/file_tree.ml src/findlib.mli src/findlib.ml src/format_dune_lang.mli src/format_dune_lang.ml src/format_rules.mli src/format_rules.ml src/gen_meta.mli src/gen_meta.ml src/gen_rules.mli src/gen_rules.ml src/glob.mli src/glob.ml src/glob_lexer.mli src/glob_lexer.boot.ml src/hooks.mli src/hooks.ml src/import.ml src/inline_tests.mli src/inline_tests.boot.ml src/install.mli src/install.ml src/install_rules.mli src/install_rules.ml src/installed_dune_file.mli src/installed_dune_file.ml src/js_of_ocaml_rules.mli src/js_of_ocaml_rules.boot.ml src/lib.mli src/lib.ml src/lib_archives.mli src/lib_archives.ml src/lib_config.mli src/lib_config.ml src/lib_deps_info.mli src/lib_deps_info.ml src/lib_file_deps.mli src/lib_file_deps.ml src/lib_info.mli src/lib_info.ml src/lib_kind.mli src/lib_kind.ml src/lib_name.mli src/lib_name.ml src/lib_rules.mli src/lib_rules.ml src/link_time_code_gen.mli src/link_time_code_gen.ml src/local_package.mli src/local_package.ml src/main.mli src/main.ml src/menhir.mli src/menhir.boot.ml src/merlin.mli src/merlin.ml src/meta.mli src/meta.ml src/meta_lexer.mli src/meta_lexer.ml src/ml_kind.mli src/ml_kind.ml src/mode.mli src/mode.ml src/module.mli src/module.ml src/module_compilation.mli src/module_compilation.ml src/modules.mli src/modules.ml src/modules_field_evaluator.mli src/modules_field_evaluator.ml src/obj_dir.mli src/obj_dir.ml src/ocaml_flags.mli src/ocaml_flags.ml src/ocaml_version.mli src/ocaml_version.ml src/ocamldep.mli src/ocamldep.ml src/ocamlobjinfo.mli src/ocamlobjinfo.ml src/odoc.mli src/odoc.boot.ml vendor/boot/opamBaseParser.ml vendor/boot/opamLexer.ml vendor/boot/opamParserTypes.ml vendor/boot/opamPrinter.ml src/opam_create.mli src/opam_create.boot.ml src/opam_file.mli src/opam_file.ml src/ordered_set_lang.mli src/ordered_set_lang.ml src/package.mli src/package.ml src/packages.mli src/packages.ml src/per_item.mli src/per_item.ml src/persistent.mli src/persistent.ml src/pform.mli src/pform.ml src/predicate.mli src/predicate.ml src/predicate_lang.mli src/predicate_lang.ml src/preprocessing.mli src/preprocessing.ml src/print_diff.mli src/print_diff.ml src/process.mli src/process.ml src/promotion.mli src/promotion.ml src/report_error.mli src/report_error.ml src/response_file.mli src/response_file.ml src/rule.mli src/rule.ml src/rules.mli src/rules.ml src/scheduler.mli src/scheduler.ml src/scheme.mli src/scheme.ml src/scope.mli src/scope.ml src/setup.mli src/setup.boot.ml src/simple_rules.mli src/simple_rules.ml src/spawn.mli src/spawn.ml src/stanza.mli src/stanza.ml src/static_deps.mli src/static_deps.ml src/stats.mli src/stats.boot.ml src/string_with_vars.mli src/string_with_vars.ml src/sub_dirs.mli src/sub_dirs.ml src/sub_system.mli src/sub_system.ml src/sub_system_info.mli src/sub_system_info.ml src/sub_system_intf.ml src/sub_system_name.mli src/sub_system_name.ml src/super_context.mli src/super_context.ml src/syntax.mli src/syntax.ml src/test_rules.mli src/test_rules.boot.ml src/top_closure.mli src/top_closure.ml src/toplevel.mli src/toplevel.ml src/upgrader.mli src/upgrader.boot.ml src/utils.mli src/utils.ml src/utop.mli src/utop.boot.ml src/value.mli src/value.ml src/variant.mli src/variant.ml src/vcs.mli src/vcs.ml src/versioned_file.mli src/versioned_file.ml src/vimpl.mli src/vimpl.ml src/virtual_rules.mli src/virtual_rules.ml src/visibility.mli src/visibility.ml src/watermarks.mli src/watermarks.ml src/workspace.mli src/workspace.ml src/wrapped.mli src/wrapped.ml > boot-depends.txt
- /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/dag/dag.mli src/dag/dag.ml src/dag/dag_intf.ml > boot-depends.txt
- /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/stdune/caml/dune_caml.ml > boot-depends.txt
- /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/dune_lang/dune_lang.mli src/dune_lang/dune_lang.ml src/dune_lang/atom.mli src/dune_lang/atom.ml src/dune_lang/combinators.ml src/dune_lang/dune_lexer.mli src/dune_lang/dune_lexer.ml src/dune_lang/escape.mli src/dune_lang/escape.ml src/dune_lang/file_syntax.mli src/dune_lang/file_syntax.ml src/dune_lang/jbuild_lexer.mli src/dune_lang/jbuild_lexer.boot.ml src/dune_lang/lexer.mli src/dune_lang/lexer.ml src/dune_lang/lexer_shared.mli src/dune_lang/lexer_shared.ml src/dune_lang/template.mli src/dune_lang/template.ml src/dune_lang/types.ml > boot-depends.txt
- /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/stdune/result/dune_result.ml src/stdune/result/result.mli src/stdune/result/result.ml src/stdune/result/result_compat.ml > boot-depends.txt
- /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/fiber/fiber.mli src/fiber/fiber.ml > boot-depends.txt
- /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' vendor/incremental-cycles/src/incremental_cycles.mli vendor/incremental-cycles/src/incremental_cycles.ml vendor/incremental-cycles/src/incremental_cycles_intf.ml > boot-depends.txt
- /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/memo/memo.mli src/memo/memo.ml src/memo/implicit_output.mli src/memo/implicit_output.ml > boot-depends.txt
- /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/ocaml-config/ocaml_config.mli src/ocaml-config/ocaml_config.ml > boot-depends.txt
- /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/stdune/stdune.ml src/stdune/ansi_color.mli src/stdune/ansi_color.ml src/stdune/appendable_list.mli src/stdune/appendable_list.ml src/stdune/array.ml src/stdune/bin.mli src/stdune/bin.ml src/stdune/bool.mli src/stdune/bool.ml src/stdune/bytes.mli src/stdune/bytes.ml src/stdune/char.ml src/stdune/code_error.mli src/stdune/code_error.ml src/stdune/common.ml src/stdune/comparable.mli src/stdune/comparable.ml src/stdune/comparable_intf.ml src/stdune/comparator.mli src/stdune/comparator.ml src/stdune/console.mli src/stdune/console.ml src/stdune/csexp.mli src/stdune/csexp.ml src/stdune/digest.mli src/stdune/digest.ml src/stdune/dyn.mli src/stdune/dyn.ml src/stdune/either.mli src/stdune/either.ml src/stdune/env.mli src/stdune/env.ml src/stdune/escape.mli src/stdune/escape.ml src/stdune/exn.mli src/stdune/exn.ml src/stdune/exn_with_backtrace.mli src/stdune/exn_with_backtrace.ml src/stdune/fdecl.mli src/stdune/fdecl.ml src/stdune/filename.mli src/stdune/filename.ml src/stdune/float.mli src/stdune/float.ml src/stdune/fmt.mli src/stdune/fmt.ml src/stdune/fn.mli src/stdune/fn.ml src/stdune/hashable.ml src/stdune/hashtbl.mli src/stdune/hashtbl.ml src/stdune/hashtbl_intf.ml src/stdune/id.mli src/stdune/id.ml src/stdune/int.mli src/stdune/int.ml src/stdune/interned.mli src/stdune/interned.ml src/stdune/io.mli src/stdune/io.ml src/stdune/lexbuf.mli src/stdune/lexbuf.ml src/stdune/list.mli src/stdune/list.ml src/stdune/loc.mli src/stdune/loc.ml src/stdune/loc0.ml src/stdune/log.mli src/stdune/log.ml src/stdune/map.mli src/stdune/map.ml src/stdune/map_intf.ml src/stdune/monad.mli src/stdune/monad.ml src/stdune/nothing.mli src/stdune/nothing.ml src/stdune/option.mli src/stdune/option.ml src/stdune/or_exn.mli src/stdune/or_exn.ml src/stdune/ordered.mli src/stdune/ordered.ml src/stdune/ordering.mli src/stdune/ordering.ml src/stdune/path.mli src/stdune/path.ml src/stdune/path_intf.ml src/stdune/poly.mli src/stdune/poly.ml src/stdune/pp.mli src/stdune/pp.ml src/stdune/proc.mli src/stdune/proc.ml src/stdune/result.mli src/stdune/result.ml src/stdune/set.mli src/stdune/set.ml src/stdune/set_intf.ml src/stdune/sexp.mli src/stdune/sexp.ml src/stdune/signal.mli src/stdune/signal.ml src/stdune/staged.mli src/stdune/staged.ml src/stdune/string.mli src/stdune/string.ml src/stdune/string_split.mli src/stdune/string_split.ml src/stdune/table.mli src/stdune/table.ml src/stdune/tuple.mli src/stdune/tuple.ml src/stdune/type_eq.mli src/stdune/type_eq.ml src/stdune/unit.mli src/stdune/unit.ml src/stdune/univ_map.mli src/stdune/univ_map.ml src/stdune/user_error.mli src/stdune/user_error.ml src/stdune/user_message.mli src/stdune/user_message.ml src/stdune/user_warning.mli src/stdune/user_warning.ml > boot-depends.txt
- /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/wp/wp.mli src/wp/wp.boot.ml > boot-depends.txt
- /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/xdg/xdg.mli src/xdg/xdg.ml > boot-depends.txt
- /home/opam/.opam/4.02/bin/ocamlc.opt -g -w -40 -o boot.exe -pp './boot-pp.exe -dump-ast' -I +threads unix.cma threads.cma boot.ml
Processing 59/84: [camlp5: make world.opt] [dune: ./boot.exe 31] [xml-light: make install_ocamlfind]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install_ocamlfind" (CWD=/home/opam/.opam/4.02/.opam-switch/build/xml-light.2.4)
- ocamlyacc xml_parser.mly
- ocamlc  xml.mli
- ocamlc  dtd.mli
- ocamlc  xml_parser.mli
- ocamlc  -c xml_parser.ml
- ocamllex xml_lexer.mll
- 248 states, 1238 transitions, table size 6440 bytes
- ocamlc  xml_lexer.mli
- ocamlc  -c xml_lexer.ml
- ocamlc  -c dtd.ml
- ocamlc  xmlParser.mli
- ocamlc  -c xmlParser.ml
- ocamlc  -c xml.ml
- ocamlc -o xml-light.cma -a  xml_parser.cmo xml_lexer.cmo dtd.cmo xmlParser.cmo xml.cmo
- ocamlc xml-light.cma test.ml -o test.exe
- mkdir doc
- ocamldoc -sort -html -d doc xml.mli dtd.mli xmlParser.mli
- ocamlopt  -c xml_parser.ml
- ocamlopt  -c xml_lexer.ml
- ocamlopt  -c dtd.ml
- ocamlopt  -c xmlParser.ml
- ocamlopt  -c xml.ml
- ocamlopt -o xml-light.cmxa -a  xml_parser.cmx xml_lexer.cmx dtd.cmx xmlParser.cmx xml.cmx
- ocamlopt -shared -linkall -I . -o xml-light.cmxs xml-light.cmxa
- ocamlopt xml-light.cmxa test.ml -o test_opt.exe
- cp META.in META
- sed -itmp "s|@VERSION@|2.4|g" META
- rm -rf METAtmp
- ocamlfind install xml-light META xml-light.a xml-light.cma xml-light.cmxa xml-light.cmxs xml.cmx dtd.cmx xmlParser.cmx xml.mli xmlParser.mli dtd.mli xml.cmi xmlParser.cmi dtd.cmi
- Installed /home/opam/.opam/4.02/lib/xml-light/dtd.cmi
- Installed /home/opam/.opam/4.02/lib/xml-light/xmlParser.cmi
- Installed /home/opam/.opam/4.02/lib/xml-light/xml.cmi
- Installed /home/opam/.opam/4.02/lib/xml-light/dtd.mli
- Installed /home/opam/.opam/4.02/lib/xml-light/xmlParser.mli
- Installed /home/opam/.opam/4.02/lib/xml-light/xml.mli
- Installed /home/opam/.opam/4.02/lib/xml-light/xmlParser.cmx
- Installed /home/opam/.opam/4.02/lib/xml-light/dtd.cmx
- Installed /home/opam/.opam/4.02/lib/xml-light/xml.cmx
- Installed /home/opam/.opam/4.02/lib/xml-light/xml-light.cmxs
- Installed /home/opam/.opam/4.02/lib/xml-light/xml-light.cmxa
- Installed /home/opam/.opam/4.02/lib/xml-light/xml-light.cma
- Installed /home/opam/.opam/4.02/lib/xml-light/xml-light.a
- Installed /home/opam/.opam/4.02/lib/xml-light/META
-> installed xml-light.2.4
Processing 59/84: [camlp5: make world.opt] [dune: ./boot.exe 31]
Processing 60/84: [camlp5: make world.opt] [dune: ./boot.exe 31] [ptmap: obuild install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "obuild" "install" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ptmap.2.0.3)
- installing library ptmap
-> installed ptmap.2.0.3
Processing 60/84: [camlp5: make world.opt] [dune: ./boot.exe 31]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./boot.exe" "--release" "-j" "31" (CWD=/home/opam/.opam/4.02/.opam-switch/build/dune.1.11.4)
-> compiled  dune.1.11.4
Processing 60/84: [camlp5: make world.opt]
-> installed dune.1.11.4
Processing 61/84: [camlp5: make world.opt]
Processing 62/84: [camlp5: make world.opt] [cppo: dune build]
Processing 63/84: [camlp5: make world.opt] [cppo: dune build] [gen: dune build]
Processing 64/84: [camlp5: make world.opt] [cppo: dune build] [gen: dune build]
Processing 65/84: [camlp5: make world.opt] [cppo: dune build] [gen: dune build] [ppx_derivers: dune build]
Processing 66/84: [camlp5: make world.opt] [cppo: dune build] [gen: dune build] [ppx_derivers: dune build] [result: dune build]
-> installed jbuilder.transition
Processing 67/84: [camlp5: make world.opt] [cppo: dune build] [gen: dune build] [ppx_derivers: dune build] [result: dune build]
Processing 68/84: [camlp5: make world.opt] [cppo: dune build] [gen: dune build] [ppx_derivers: dune build] [result: dune build] [sha: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "result" "-j" "31" (CWD=/home/opam/.opam/4.02/.opam-switch/build/result.1.5)
-> compiled  result.1.5
Processing 68/84: [camlp5: make world.opt] [cppo: dune build] [gen: dune build] [ppx_derivers: dune build] [sha: jbuilder build]
-> installed result.1.5
Processing 69/84: [camlp5: make world.opt] [cppo: dune build] [gen: dune build] [ppx_derivers: dune build] [sha: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_derivers" "-j" "31" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ppx_derivers.1.2.1)
-> compiled  ppx_derivers.1.2.1
Processing 69/84: [camlp5: make world.opt] [cppo: dune build] [gen: dune build] [sha: jbuilder build]
-> installed ppx_derivers.1.2.1
Processing 70/84: [camlp5: make world.opt] [cppo: dune build] [gen: dune build] [sha: jbuilder build]
Processing 71/84: [camlp5: make world.opt] [cppo: dune build] [gen: dune build] [ocaml-migrate-parsetree: dune build] [sha: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "@install" "-p" "gen" (CWD=/home/opam/.opam/4.02/.opam-switch/build/gen.0.5.2)
-> compiled  gen.0.5.2
Processing 71/84: [camlp5: make world.opt] [cppo: dune build] [ocaml-migrate-parsetree: dune build] [sha: jbuilder build]
-> installed gen.0.5.2
Processing 72/84: [camlp5: make world.opt] [cppo: dune build] [ocaml-migrate-parsetree: dune build] [sha: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cppo" "-j" "31" (CWD=/home/opam/.opam/4.02/.opam-switch/build/cppo.1.6.8)
-> compiled  cppo.1.6.8
Processing 72/84: [camlp5: make world.opt] [ocaml-migrate-parsetree: dune build] [sha: jbuilder build]
-> installed cppo.1.6.8
Processing 73/84: [camlp5: make world.opt] [ocaml-migrate-parsetree: dune build] [sha: jbuilder build]
[extlib: patch] applying 0001-Add-support-for-OCaml-4.12.patch
Processing 74/84: [camlp5: make world.opt] [extlib: patch] [ocaml-migrate-parsetree: dune build] [sha: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "sha" "-j" "31" (CWD=/home/opam/.opam/4.02/.opam-switch/build/sha.1.12)
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  sha.1.12
Processing 74/84: [camlp5: make world.opt] [extlib: patch] [ocaml-migrate-parsetree: dune build]
-> installed sha.1.12
Processing 75/84: [camlp5: make world.opt] [extlib: patch] [ocaml-migrate-parsetree: dune build]
[extlib: patch] applying 0002-caml_hash_univ_param-was-removed-for-OCaml-pre-4.00-.patch
Processing 75/84: [camlp5: make world.opt] [extlib: make build] [ocaml-migrate-parsetree: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "minimal=1" "build" (CWD=/home/opam/.opam/4.02/.opam-switch/build/extlib.1.7.7-1)
- fatal: not a git repository: '.git'
- make -C src build
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/extlib.1.7.7-1/src'
- ocamlfind ocamlc -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -i extBytes.ml > extBytes.mli
- ocamlfind ocamlc -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extBytes.mli extBytes.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c enum.mli enum.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c bitSet.mli bitSet.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c dynArray.mli dynArray.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extArray.mli extArray.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extHashtbl.mli extHashtbl.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extList.mli extList.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extString.mli extString.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extBuffer.mli extBuffer.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c global.mli global.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c IO.mli IO.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c option.mli option.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c pMap.mli pMap.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c std.mli std.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c base64.mli base64.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c refList.mli refList.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c optParse.mli optParse.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c dllist.mli dllist.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extLib.ml
- ocamlfind ocamlc -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -a -o extLib.cma extBytes.cmo enum.cmo bitSet.cmo dynArray.cmo extArray.cmo extHashtbl.cmo extList.cmo extString.cmo extBuffer.cmo global.cmo IO.cmo option.cmo pMap.cmo std.cmo base64.cmo refList.cmo optParse.cmo dllist.cmo extLib.cmo
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extBytes.mli extBytes.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c enum.mli enum.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c bitSet.mli bitSet.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c dynArray.mli dynArray.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extArray.mli extArray.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extHashtbl.mli extHashtbl.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extList.mli extList.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extString.mli extString.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extBuffer.mli extBuffer.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c global.mli global.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c IO.mli IO.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c option.mli option.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c pMap.mli pMap.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c std.mli std.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c base64.mli base64.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c refList.mli refList.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c optParse.mli optParse.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c dllist.mli dllist.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -c extLib.ml
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -a -o extLib.cmxa extBytes.cmx enum.cmx bitSet.cmx dynArray.cmx extArray.cmx extHashtbl.cmx extList.cmx extString.cmx extBuffer.cmx global.cmx IO.cmx option.cmx pMap.cmx std.cmx base64.cmx refList.cmx optParse.cmx dllist.cmx extLib.cmx
- ocamlfind ocamlopt -pp "cppo -D \"OCAML 402\"  -D WITH_BYTES" -g -bin-annot -package bytes -shared -linkall extLib.cmxa -o extLib.cmxs
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/extlib.1.7.7-1/src'
-> compiled  extlib.1.7.7-1
Processing 75/84: [camlp5: make world.opt] [ocaml-migrate-parsetree: dune build]
Processing 76/84: [camlp5: make world.opt] [ocaml-migrate-parsetree: dune build] [extlib: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "minimal=1" "install" (CWD=/home/opam/.opam/4.02/.opam-switch/build/extlib.1.7.7-1)
- fatal: not a git repository: '.git'
- make -C src VERSION=1.7.7 install
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/extlib.1.7.7-1/src'
- ocamlfind install -patch-version 1.7.7 extlib META extLib.cma extBytes.mli enum.mli bitSet.mli dynArray.mli extArray.mli extHashtbl.mli extList.mli extString.mli extBuffer.mli global.mli IO.mli option.mli pMap.mli std.mli base64.mli refList.mli optParse.mli dllist.mli extBytes.cmi enum.cmi bitSet.cmi dynArray.cmi extArray.cmi extHashtbl.cmi extList.cmi extString.cmi extBuffer.cmi global.cmi IO.cmi option.cmi pMap.cmi std.cmi base64.cmi refList.cmi optParse.cmi dllist.cmi extLib.cmi -optional extLib.cmxa extBytes.cmx enum.cmx bitSet.cmx dynArray.cmx extArray.cmx extHashtbl.cmx extList.cmx extString.cmx extBuffer.cmx global.cmx IO.cmx option.cmx pMap.cmx std.cmx base64.cmx refList.cmx optParse.cmx dllist.cmx extLib.cmx extLib.cmxs extLib.a extLib.lib extBytes.cmt enum.cmt bitSet.cmt dynArray.cmt extArray.cmt extHashtbl.cmt extList.cmt extString.cmt extBuffer.cmt global.cmt IO.cmt option.cmt pMap.cmt std.cmt base64.cmt refList.cmt optParse.cmt dllist.cmt extLib.cmt extBytes.cmti enum.cmti bitSet.cmti dynArray.cmti extArray.cmti extHashtbl.cmti extList.cmti extString.cmti extBuffer.cmti global.cmti IO.cmti option.cmti pMap.cmti std.cmti base64.cmti refList.cmti optParse.cmti dllist.cmti extLib.cmti
- Installed /home/opam/.opam/4.02/lib/extlib/dllist.cmti
- Installed /home/opam/.opam/4.02/lib/extlib/optParse.cmti
- Installed /home/opam/.opam/4.02/lib/extlib/refList.cmti
- Installed /home/opam/.opam/4.02/lib/extlib/base64.cmti
- Installed /home/opam/.opam/4.02/lib/extlib/std.cmti
- Installed /home/opam/.opam/4.02/lib/extlib/pMap.cmti
- Installed /home/opam/.opam/4.02/lib/extlib/option.cmti
- Installed /home/opam/.opam/4.02/lib/extlib/IO.cmti
- Installed /home/opam/.opam/4.02/lib/extlib/global.cmti
- Installed /home/opam/.opam/4.02/lib/extlib/extBuffer.cmti
- Installed /home/opam/.opam/4.02/lib/extlib/extString.cmti
- Installed /home/opam/.opam/4.02/lib/extlib/extList.cmti
- Installed /home/opam/.opam/4.02/lib/extlib/extHashtbl.cmti
- Installed /home/opam/.opam/4.02/lib/extlib/extArray.cmti
- Installed /home/opam/.opam/4.02/lib/extlib/dynArray.cmti
- Installed /home/opam/.opam/4.02/lib/extlib/bitSet.cmti
- Installed /home/opam/.opam/4.02/lib/extlib/enum.cmti
- Installed /home/opam/.opam/4.02/lib/extlib/extBytes.cmti
- Installed /home/opam/.opam/4.02/lib/extlib/extLib.cmt
- Installed /home/opam/.opam/4.02/lib/extlib/dllist.cmt
- Installed /home/opam/.opam/4.02/lib/extlib/optParse.cmt
- Installed /home/opam/.opam/4.02/lib/extlib/refList.cmt
- Installed /home/opam/.opam/4.02/lib/extlib/base64.cmt
- Installed /home/opam/.opam/4.02/lib/extlib/std.cmt
- Installed /home/opam/.opam/4.02/lib/extlib/pMap.cmt
- Installed /home/opam/.opam/4.02/lib/extlib/option.cmt
- Installed /home/opam/.opam/4.02/lib/extlib/IO.cmt
- Installed /home/opam/.opam/4.02/lib/extlib/global.cmt
- Installed /home/opam/.opam/4.02/lib/extlib/extBuffer.cmt
- Installed /home/opam/.opam/4.02/lib/extlib/extString.cmt
- Installed /home/opam/.opam/4.02/lib/extlib/extList.cmt
- Installed /home/opam/.opam/4.02/lib/extlib/extHashtbl.cmt
- Installed /home/opam/.opam/4.02/lib/extlib/extArray.cmt
- Installed /home/opam/.opam/4.02/lib/extlib/dynArray.cmt
- Installed /home/opam/.opam/4.02/lib/extlib/bitSet.cmt
- Installed /home/opam/.opam/4.02/lib/extlib/enum.cmt
- Installed /home/opam/.opam/4.02/lib/extlib/extBytes.cmt
- Installed /home/opam/.opam/4.02/lib/extlib/extLib.a
- Installed /home/opam/.opam/4.02/lib/extlib/extLib.cmxs
- Installed /home/opam/.opam/4.02/lib/extlib/extLib.cmx
- Installed /home/opam/.opam/4.02/lib/extlib/dllist.cmx
- Installed /home/opam/.opam/4.02/lib/extlib/optParse.cmx
- Installed /home/opam/.opam/4.02/lib/extlib/refList.cmx
- Installed /home/opam/.opam/4.02/lib/extlib/base64.cmx
- Installed /home/opam/.opam/4.02/lib/extlib/std.cmx
- Installed /home/opam/.opam/4.02/lib/extlib/pMap.cmx
- Installed /home/opam/.opam/4.02/lib/extlib/option.cmx
- Installed /home/opam/.opam/4.02/lib/extlib/IO.cmx
- Installed /home/opam/.opam/4.02/lib/extlib/global.cmx
- Installed /home/opam/.opam/4.02/lib/extlib/extBuffer.cmx
- Installed /home/opam/.opam/4.02/lib/extlib/extString.cmx
- Installed /home/opam/.opam/4.02/lib/extlib/extList.cmx
- Installed /home/opam/.opam/4.02/lib/extlib/extHashtbl.cmx
- Installed /home/opam/.opam/4.02/lib/extlib/extArray.cmx
- Installed /home/opam/.opam/4.02/lib/extlib/dynArray.cmx
- Installed /home/opam/.opam/4.02/lib/extlib/bitSet.cmx
- Installed /home/opam/.opam/4.02/lib/extlib/enum.cmx
- Installed /home/opam/.opam/4.02/lib/extlib/extBytes.cmx
- Installed /home/opam/.opam/4.02/lib/extlib/extLib.cmxa
- Installed /home/opam/.opam/4.02/lib/extlib/extLib.cmi
- Installed /home/opam/.opam/4.02/lib/extlib/dllist.cmi
- Installed /home/opam/.opam/4.02/lib/extlib/optParse.cmi
- Installed /home/opam/.opam/4.02/lib/extlib/refList.cmi
- Installed /home/opam/.opam/4.02/lib/extlib/base64.cmi
- Installed /home/opam/.opam/4.02/lib/extlib/std.cmi
- Installed /home/opam/.opam/4.02/lib/extlib/pMap.cmi
- Installed /home/opam/.opam/4.02/lib/extlib/option.cmi
- Installed /home/opam/.opam/4.02/lib/extlib/IO.cmi
- Installed /home/opam/.opam/4.02/lib/extlib/global.cmi
- Installed /home/opam/.opam/4.02/lib/extlib/extBuffer.cmi
- Installed /home/opam/.opam/4.02/lib/extlib/extString.cmi
- Installed /home/opam/.opam/4.02/lib/extlib/extList.cmi
- Installed /home/opam/.opam/4.02/lib/extlib/extHashtbl.cmi
- Installed /home/opam/.opam/4.02/lib/extlib/extArray.cmi
- Installed /home/opam/.opam/4.02/lib/extlib/dynArray.cmi
- Installed /home/opam/.opam/4.02/lib/extlib/bitSet.cmi
- Installed /home/opam/.opam/4.02/lib/extlib/enum.cmi
- Installed /home/opam/.opam/4.02/lib/extlib/extBytes.cmi
- Installed /home/opam/.opam/4.02/lib/extlib/dllist.mli
- Installed /home/opam/.opam/4.02/lib/extlib/optParse.mli
- Installed /home/opam/.opam/4.02/lib/extlib/refList.mli
- Installed /home/opam/.opam/4.02/lib/extlib/base64.mli
- Installed /home/opam/.opam/4.02/lib/extlib/std.mli
- Installed /home/opam/.opam/4.02/lib/extlib/pMap.mli
- Installed /home/opam/.opam/4.02/lib/extlib/option.mli
- Installed /home/opam/.opam/4.02/lib/extlib/IO.mli
- Installed /home/opam/.opam/4.02/lib/extlib/global.mli
- Installed /home/opam/.opam/4.02/lib/extlib/extBuffer.mli
- Installed /home/opam/.opam/4.02/lib/extlib/extString.mli
- Installed /home/opam/.opam/4.02/lib/extlib/extList.mli
- Installed /home/opam/.opam/4.02/lib/extlib/extHashtbl.mli
- Installed /home/opam/.opam/4.02/lib/extlib/extArray.mli
- Installed /home/opam/.opam/4.02/lib/extlib/dynArray.mli
- Installed /home/opam/.opam/4.02/lib/extlib/bitSet.mli
- Installed /home/opam/.opam/4.02/lib/extlib/enum.mli
- Installed /home/opam/.opam/4.02/lib/extlib/extBytes.mli
- Installed /home/opam/.opam/4.02/lib/extlib/extLib.cma
- Installed /home/opam/.opam/4.02/lib/extlib/META
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/extlib.1.7.7-1/src'
-> installed extlib.1.7.7-1
Processing 76/84: [camlp5: make world.opt] [ocaml-migrate-parsetree: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocaml-migrate-parsetree" "-j" "31" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocaml-migrate-parsetree.1.8.0)
-> compiled  ocaml-migrate-parsetree.1.8.0
Processing 76/84: [camlp5: make world.opt]
-> installed ocaml-migrate-parsetree.1.8.0
Processing 77/84: [camlp5: make world.opt]
Processing 78/84: [camlp5: make world.opt] [ppx_tools_versioned: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_tools_versioned" "-j" "31" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ppx_tools_versioned.5.4.0)
-> compiled  ppx_tools_versioned.5.4.0
Processing 78/84: [camlp5: make world.opt]
-> installed ppx_tools_versioned.5.4.0
Processing 79/84: [camlp5: make world.opt]
Processing 80/84: [camlp5: make world.opt] [sedlex: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "sedlex" "-j" "31" (CWD=/home/opam/.opam/4.02/.opam-switch/build/sedlex.2.2)
-> compiled  sedlex.2.2
Processing 80/84: [camlp5: make world.opt]
-> installed sedlex.2.2
Processing 81/84: [camlp5: make world.opt]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j31" "DEBUG=-g" "world.opt" (CWD=/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02)
- make core
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- set -e; cd ocaml_stuff; make; cd ..
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.02.3/utils; \
- make all EXE= OCAMLN=ocaml
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- ocamlc  -c warnings.mli
- ocamlc  -c pconfig.mli
- ocamlc  -c pconfig.ml
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- if [ "+compiler-libs" != "+compiler-libs" ]; then \
-   cd ./4.02.3/parsing; \
-   make all EXE= OCAMLN=ocaml; \
- fi
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- make clean_cold
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- for i in lib odyl main meta; do \
- 	(cd ocaml_src/$i; make clean; cd ../..); \
- done
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/lib'
- rm -f *.cm[ioax] *.cmxa *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak
- rm -f gramlib.cma
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/lib'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/odyl'
- rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak *.out *.opt
- rm -f odyl_config.ml odyl
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/main'
- rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak *.out *.opt
- rm -f camlp5 crc.tmp
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/main'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/meta'
- rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak q_MLast.cmo q_ast_base.cmo q_ast.cmo pa_r.cmo pa_rp.cmo pa_macro.cmo pa_macro_gram.cmo pa_fstream.cmo pa_extend.cmo pa_extend_m.cmo pr_dump.cmo pa_lexer.cmo camlp5r q_MLast.cmx q_ast_base.cmx q_ast.cmx pa_r.cmx pa_rp.cmx pa_macro.cmx pa_macro_gram.cmx pa_fstream.cmx pa_extend.cmx pa_extend_m.cmx pr_dump.cmx pa_lexer.cmx camlp5r.opt
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/meta'
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make library_cold
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- set -e; cd ocaml_src/lib; make all; cd ../..
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/lib'
- cat versdep.ml > versdep.ppo
- cat fstream.mli > fstream.ppi
- cat ploc.mli > ploc.ppi
- cat diff.mli > diff.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl versdep.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf diff.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf ploc.ppi
- cat extfun.mli > extfun.ppi
- cat pretty.mli > pretty.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf fstream.ppi
- rm -f diff.ppi
- rm -f ploc.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf extfun.ppi
- rm -f fstream.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf pretty.ppi
- rm -f extfun.ppi
- cat pprintf.mli > pprintf.ppi
- cat ploc.ml > ploc.ppo
- cat stdpp.mli > stdpp.ppi
- rm -f pretty.ppi
- cat plexing.mli > plexing.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl ploc.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf plexing.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf pprintf.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf stdpp.ppi
- rm -f ploc.ppo
- rm -f pprintf.ppi
- rm -f plexing.ppi
- rm -f stdpp.ppi
- cat fstream.ml > fstream.ppo
- rm -f versdep.ppo
- cat extfun.ml > extfun.ppo
- cat gramext.mli > gramext.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl fstream.ppo
- cat plexer.mli > plexer.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl extfun.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf plexer.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf gramext.ppi
- cat eprinter.mli > eprinter.ppi
- cat pprintf.ml > pprintf.ppo
- rm -f fstream.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf eprinter.ppi
- rm -f extfun.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl pprintf.ppo
- rm -f gramext.ppi
- cat stdpp.ml > stdpp.ppo
- cat token.mli > token.ppi
- rm -f eprinter.ppi
- cat plexing.ml > plexing.ppo
- rm -f pprintf.ppo
- rm -f plexer.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl stdpp.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf token.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl plexing.ppo
- cat pretty.ml > pretty.ppo
- cat diff.ml > diff.ppo
- cat extfold.mli > extfold.ppi
- rm -f token.ppi
- rm -f stdpp.ppo
- cat plexer.ml > plexer.ppo
- cat gramext.ml > gramext.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl diff.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl pretty.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf extfold.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl plexer.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl gramext.ppo
- rm -f plexing.ppo
- cat grammar.mli > grammar.ppi
- cat eprinter.ml > eprinter.ppo
- rm -f diff.ppo
- rm -f pretty.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl eprinter.ppo
- rm -f extfold.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf grammar.ppi
- cat token.ml > token.ppo
- rm -f gramext.ppo
- rm -f eprinter.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl token.ppo
- rm -f grammar.ppi
- rm -f token.ppo
- cat grammar.ml > grammar.ppo
- cat extfold.ml > extfold.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl extfold.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl grammar.ppo
- rm -f plexer.ppo
- rm -f extfold.ppo
- rm -f grammar.ppo
- ocamlc.opt -g versdep.cmo ploc.cmo plexing.cmo plexer.cmo fstream.cmo gramext.cmo grammar.cmo diff.cmo extfold.cmo extfun.cmo pretty.cmo pprintf.cmo eprinter.cmo stdpp.cmo token.cmo -a -o gramlib.cma
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/lib'
- set -e; cd ocaml_src/lib; make promote; cd ../..
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/lib'
- cp versdep.cmo ploc.cmo plexing.cmo plexer.cmo fstream.cmo gramext.cmo grammar.cmo diff.cmo extfold.cmo extfun.cmo pretty.cmo pprintf.cmo eprinter.cmo stdpp.cmo token.cmo versdep.cmi ploc.cmi plexing.cmi plexer.cmi fstream.cmi gramext.cmi grammar.cmi diff.cmi extfold.cmi extfun.cmi pretty.cmi pprintf.cmi eprinter.cmi stdpp.cmi token.cmi ../../boot/.
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/lib'
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make compile_cold
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- cd ocaml_src; set -e; \
- for i in lib odyl main meta; do \
-   cd $i; make all; cd ..; \
- done; cd ..
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/lib'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/lib'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/odyl'
- echo "let standard_library =" > odyl_config.ml
- echo "  try Sys.getenv \"CAMLP5LIB\" with" >> odyl_config.ml
- echo "    Not_found -> \"/home/opam/.opam/4.02/lib/camlp5\"" | \
- sed -e 's|\\|/|g' >> odyl_config.ml
- cat odyl_main.mli > odyl_main.ppi
- ocamlc.opt -g -warn-error +A-11 -c -intf odyl_main.ppi
- cat odyl_config.ml > odyl_config.ppo
- ocamlc.opt -g -warn-error +A-11 -c -impl odyl_config.ppo
- rm -f odyl_config.ppo
- rm -f odyl_main.ppi
- cat odyl.ml > odyl.ppo
- cat odyl_main.ml > odyl_main.ppo
- ocamlc.opt -g -warn-error +A-11 -c -impl odyl.ppo
- ocamlc.opt -g -warn-error +A-11 -c -impl odyl_main.ppo
- rm -f odyl.ppo
- rm -f odyl_main.ppo
- ocamlc.opt -g dynlink.cma odyl_config.cmo odyl_main.cmo -a -o odyl.cma
- ocamlc.opt -g odyl.cma odyl.cmo -o odyl
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/main'
- cat mLast.mli > mLast.ppi
- cat mlsyntax.mli > mlsyntax.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.02.3/utils -c -intf mLast.ppi
- cat argl.mli > argl.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.02.3/utils -c -intf argl.ppi
- rm -f argl.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.02.3/utils -c -intf mlsyntax.ppi
- rm -f mlsyntax.ppi
- rm -f mLast.ppi
- cat argl.ml > argl.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.02.3/utils -c -impl argl.ppo
- cat quotation.mli > quotation.ppi
- cat asttools.mli > asttools.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.02.3/utils -c -intf asttools.ppi
- cat mlsyntax.ml > mlsyntax.ppo
- cat prtools.mli > prtools.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.02.3/utils -c -intf quotation.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.02.3/utils -c -impl mlsyntax.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.02.3/utils -c -intf prtools.ppi
- cat pp_debug.ml > pp_debug.ppo
- rm -f argl.ppo
- rm -f asttools.ppi
- rm -f quotation.ppi
- rm -f mlsyntax.ppo
- rm -f prtools.ppi
- cat reloc.mli > reloc.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.02.3/utils -c -intf reloc.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.02.3/utils -c -impl pp_debug.ppo
- cat pcaml.mli > pcaml.ppi
- rm -f reloc.ppi
- cat exparser.mli > exparser.ppi
- cat ast2pt.mli > ast2pt.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.02.3/utils -c -intf pcaml.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.02.3/utils -c -intf exparser.ppi
- rm -f pp_debug.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.02.3/utils -c -intf ast2pt.ppi
- cat asttools.ml > asttools.ppo
- cat prtools.ml > prtools.ppo
- rm -f pcaml.ppi
- rm -f exparser.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.02.3/utils -c -impl asttools.ppo
- cat reloc.ml > reloc.ppo
- cat quotation.ml > quotation.ppo
- rm -f ast2pt.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.02.3/utils -c -impl quotation.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.02.3/utils -c -impl prtools.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.02.3/utils -c -impl reloc.ppo
- File "asttools.ml", line 331, characters 4-5:
- Warning 11: this match case is unused.
- rm -f quotation.ppo
- cat pcaml.ml > pcaml.ppo
- rm -f asttools.ppo
- cat ast2pt.ml > ast2pt.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.02.3/utils -c -impl pcaml.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.02.3/utils -c -impl ast2pt.ppo
- cat exparser.ml > exparser.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.02.3/utils -c -impl exparser.ppo
- rm -f prtools.ppo
- cat main.ml > main.ppo
- cat parserify.mli > parserify.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.02.3/utils -c -intf parserify.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.02.3/utils -c -impl main.ppo
- rm -f parserify.ppi
- rm -f pcaml.ppo
- rm -f reloc.ppo
- cat parserify.ml > parserify.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.02.3/utils -c -impl parserify.ppo
- rm -f exparser.ppo
- rm -f main.ppo
- rm -f ast2pt.ppo
- rm -f parserify.ppo
- OTOPP=+compiler-libs OTOPU=../../ocaml_stuff/4.02.3/utils OVERSION=4.02.3 OLIBDIR="/home/opam/.opam/4.02/lib/ocaml" ../../tools/mkcrc.sh
- ocamlc.opt -g -c -impl crc.tmp
- ocamlc.opt -g -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.02.3/utils ../../boot/versdep.cmo ../../boot/ploc.cmo ../../boot/plexing.cmo ../../boot/plexer.cmo ../../boot/fstream.cmo ../../boot/gramext.cmo ../../boot/grammar.cmo ../../boot/diff.cmo ../../boot/extfold.cmo ../../boot/extfun.cmo ../../boot/pretty.cmo ../../boot/pprintf.cmo ../../boot/eprinter.cmo ../../ocaml_stuff/4.02.3/utils/pconfig.cmo asttools.cmo quotation.cmo prtools.cmo reloc.cmo pp_debug.cmo pcaml.cmo ast2pt.cmo mlsyntax.cmo exparser.cmo parserify.cmo argl.cmo ../../boot/stdpp.cmo ../../boot/token.cmo crc.cmo main.cmo -a -o camlp5.cma
- ocamlc.opt -g ../odyl/odyl.cma camlp5.cma ../odyl/odyl.cmo -linkall -o camlp5
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/main'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/meta'
- cat q_MLast.ml > q_MLast.ppo
- cat q_ast_base.ml > q_ast_base.ppo
- cat pa_rp.ml > pa_rp.ppo
- cat pa_r.ml > pa_r.ppo
- cat pa_macro.ml > pa_macro.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.02.3/utils -c -impl q_MLast.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.02.3/utils -c -impl q_ast_base.ppo
- cat pa_fstream.ml > pa_fstream.ppo
- cat pa_extend.ml > pa_extend.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.02.3/utils -c -impl pa_r.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.02.3/utils -c -impl pa_rp.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.02.3/utils -c -impl pa_macro.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.02.3/utils -c -impl pa_fstream.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.02.3/utils -c -impl pa_extend.ppo
- cat pr_dump.ml > pr_dump.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.02.3/utils -c -impl pr_dump.ppo
- cat pa_lexer.ml > pa_lexer.ppo
- rm -f pr_dump.ppo
- rm -f pa_rp.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.02.3/utils -c -impl pa_lexer.ppo
- rm -f pa_fstream.ppo
- rm -f q_ast_base.ppo
- rm -f pa_lexer.ppo
- cat q_ast.ml > q_ast.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.02.3/utils -c -impl q_ast.ppo
- rm -f pa_macro.ppo
- rm -f pa_extend.ppo
- cat pa_extend_m.ml > pa_extend_m.ppo
- cat pa_macro_gram.ml > pa_macro_gram.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.02.3/utils -c -impl pa_extend_m.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.02.3/utils -c -impl pa_macro_gram.ppo
- rm -f pa_extend_m.ppo
- rm -f pa_macro_gram.ppo
- rm -f q_ast.ppo
- rm -f pa_r.ppo
- rm -f camlp5r
- cd ../main; make CAMLP5=../meta/camlp5r CAMLP5M="-I ../meta pa_r.cmo pa_rp.cmo pr_dump.cmo"
- make[4]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/main'
- ocamlc.opt -g ../odyl/odyl.cma camlp5.cma -I ../meta pa_r.cmo pa_rp.cmo pr_dump.cmo ../odyl/odyl.cmo -linkall -o ../meta/camlp5r
- make[4]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/main'
- rm -f q_MLast.ppo
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/meta'
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make promote_cold
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- for i in lib odyl main meta; do \
- 	(cd ocaml_src/$i; make promote; cd ../..); \
- done
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/lib'
- cp versdep.cmo ploc.cmo plexing.cmo plexer.cmo fstream.cmo gramext.cmo grammar.cmo diff.cmo extfold.cmo extfun.cmo pretty.cmo pprintf.cmo eprinter.cmo stdpp.cmo token.cmo versdep.cmi ploc.cmi plexing.cmi plexer.cmi fstream.cmi gramext.cmi grammar.cmi diff.cmi extfold.cmi extfun.cmi pretty.cmi pprintf.cmi eprinter.cmi stdpp.cmi token.cmi ../../boot/.
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/lib'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/odyl'
- make[3]: Nothing to be done for 'promote'.
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/main'
- cp camlp5 ../../boot/.
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/main'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/meta'
- cp q_MLast.cmo q_ast_base.cmo q_ast.cmo pa_r.cmo pa_rp.cmo pa_macro.cmo pa_macro_gram.cmo pa_fstream.cmo pa_extend.cmo pa_extend_m.cmo pr_dump.cmo pa_lexer.cmo camlp5r pa_extend.cmi ../../boot/.
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/meta'
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make clean_cold
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- for i in lib odyl main meta; do \
- 	(cd ocaml_src/$i; make clean; cd ../..); \
- done
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/lib'
- rm -f *.cm[ioax] *.cmxa *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak
- rm -f gramlib.cma
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/lib'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/odyl'
- rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak *.out *.opt
- rm -f odyl_config.ml odyl
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/main'
- rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak *.out *.opt
- rm -f camlp5 crc.tmp
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/main'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/meta'
- rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak q_MLast.cmo q_ast_base.cmo q_ast.cmo pa_r.cmo pa_rp.cmo pa_macro.cmo pa_macro_gram.cmo pa_fstream.cmo pa_extend.cmo pa_extend_m.cmo pr_dump.cmo pa_lexer.cmo camlp5r q_MLast.cmx q_ast_base.cmx q_ast.cmx pa_r.cmx pa_rp.cmx pa_macro.cmx pa_macro_gram.cmx pa_fstream.cmx pa_extend.cmx pa_extend_m.cmx pr_dump.cmx pa_lexer.cmx camlp5r.opt
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_src/meta'
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make clean_hot
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- cd ocaml_stuff; make clean; cd ..
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.02.3/utils; \
- make clean EXE=
- make[4]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- rm -f *.cm[oix] *.o
- make[4]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- if [ "+compiler-libs" != "+compiler-libs" ]; then \
-   cd ./4.02.3/parsing; \
-   make clean EXE=; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- for i in lib odyl main meta etc top ocpp man  compile; do (cd $i; make clean; cd ..); done
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- rm -f *.cm[ioax] *.cmxa *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak
- rm -f gramlib.cma
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak *.out *.opt
- rm -f odyl_config.ml odyl
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak *.out *.opt
- rm -f camlp5 crc.tmp
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak q_MLast.cmo q_ast_base.cmo q_ast.cmo pa_r.cmo pa_rp.cmo pa_macro.cmo pa_macro_gram.cmo pa_fstream.cmo pa_extend.cmo pa_extend_m.cmo pr_dump.cmo pa_lexer.cmo camlp5r q_MLast.cmx q_ast_base.cmx q_ast.cmx pa_r.cmx pa_rp.cmx pa_macro.cmx pa_macro_gram.cmx pa_fstream.cmx pa_extend.cmx pa_extend_m.cmx pr_dump.cmx pa_lexer.cmx camlp5r.opt
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/etc'
- rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak *.out *.opt
- rm -f camlp5o camlp5sch
- rm -f META
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/etc'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/top'
- rm -f *.cm[ioa] *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak camlp5o.cma camlp5r.cma camlp5sch.cma camlp5_top.cma
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/top'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocpp'
- rm -f *.cm[ioa] *.pp[io] *.[ao] *.obj *.lib *.out *.bak .*.bak
- rm -f ocpp
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocpp'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/man'
- rm -f camlp5.1
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/man'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/compile'
- rm -f *.cm* *.pp[io] *.[oa] *.lib *.obj *.bak .*.bak *.out *.opt
- rm -f *.fast tmp.* pa_*_fast.ml *.tmp *.ppo
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/compile'
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make library
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- set -e; cd ocaml_stuff; make; cd ..
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.02.3/utils; \
- make all EXE= OCAMLN=ocaml
- make[4]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- ocamlc  -c warnings.mli
- ocamlc  -c pconfig.mli
- ocamlc  -c pconfig.ml
- make[4]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- if [ "+compiler-libs" != "+compiler-libs" ]; then \
-   cd ./4.02.3/parsing; \
-   make all EXE= OCAMLN=ocaml; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- set -e; cd lib; make all; cd ..
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- ocamlrun ../boot/camlp5r -nolib -I ../boot pa_macro.cmo -mode S -o versdep.ppo versdep.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ploc.ppi ploc.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o fstream.ppi fstream.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfun.ppi extfun.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o diff.ppi diff.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pretty.ppi pretty.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pprintf.ppi pprintf.mli
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf diff.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf pretty.ppi
- rm -f diff.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf extfun.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf fstream.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf ploc.ppi
- rm -f pretty.ppi
- rm -f extfun.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf pprintf.ppi
- rm -f ploc.ppi
- rm -f fstream.ppi
- rm -f pprintf.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfun.ppo extfun.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ploc.ppo ploc.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o fstream.ppo fstream.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexing.ppi plexing.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o stdpp.ppi stdpp.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o eprinter.ppi eprinter.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pprintf.ppo pprintf.ml
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf stdpp.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf eprinter.ppi
- rm -f stdpp.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf plexing.ppi
- rm -f eprinter.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl extfun.ppo
- rm -f plexing.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o stdpp.ppo stdpp.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o eprinter.ppo eprinter.ml
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl fstream.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexer.ppi plexer.mli
- rm -f extfun.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o token.ppi token.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o gramext.ppi gramext.mli
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl pprintf.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl stdpp.ppo
- rm -f fstream.ppo
- rm -f pprintf.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf token.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl ploc.ppo
- rm -f stdpp.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf gramext.ppi
- rm -f token.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf plexer.ppi
- rm -f plexer.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o token.ppo token.ml
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl eprinter.ppo
- rm -f ploc.ppo
- rm -f gramext.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o grammar.ppi grammar.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfold.ppi extfold.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o gramext.ppo gramext.ml
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl token.ppo
- rm -f eprinter.ppo
- rm -f token.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf extfold.ppi
- rm -f extfold.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf grammar.ppi
- rm -f grammar.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfold.ppo extfold.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o grammar.ppo grammar.ml
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl extfold.ppo
- rm -f extfold.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl gramext.ppo
- rm -f gramext.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl versdep.ppo
- rm -f versdep.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexing.ppo plexing.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o diff.ppo diff.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pretty.ppo pretty.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexer.ppo plexer.ml
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl pretty.ppo
- rm -f pretty.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl diff.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl plexing.ppo
- rm -f diff.ppo
- rm -f plexing.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl plexer.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl grammar.ppo
- rm -f plexer.ppo
- rm -f grammar.ppo
- ocamlc.opt -g versdep.cmo ploc.cmo plexing.cmo plexer.cmo fstream.cmo gramext.cmo grammar.cmo diff.cmo extfold.cmo extfun.cmo pretty.cmo pprintf.cmo eprinter.cmo stdpp.cmo token.cmo -a -o gramlib.cma
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- set -e; cd lib; make promote; cd ..
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- cp versdep.cmo ploc.cmo plexing.cmo plexer.cmo fstream.cmo gramext.cmo grammar.cmo diff.cmo extfold.cmo extfun.cmo pretty.cmo pprintf.cmo eprinter.cmo stdpp.cmo token.cmo versdep.cmi ploc.cmi plexing.cmi plexer.cmi fstream.cmi gramext.cmi grammar.cmi diff.cmi extfold.cmi extfun.cmi pretty.cmi pprintf.cmi eprinter.cmi stdpp.cmi token.cmi ../boot/.
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- cd ocaml_stuff; make all; cd ..
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.02.3/utils; \
- make all EXE= OCAMLN=ocaml
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- if [ "+compiler-libs" != "+compiler-libs" ]; then \
-   cd ./4.02.3/parsing; \
-   make all EXE= OCAMLN=ocaml; \
- fi
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- set -e; for i in lib odyl main meta; do cd $i; make all; cd ..; done
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- echo "let standard_library =" > odyl_config.ml
- echo "  try Sys.getenv \"CAMLP5LIB\" with" >> odyl_config.ml
- echo "    Not_found -> \"/home/opam/.opam/4.02/lib/camlp5\"" | \
- sed -e 's|\\|/|g' >> odyl_config.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o odyl_main.ppi odyl_main.mli
- cp odyl_config.ml odyl_config.ppo
- cat odyl_config.ml > odyl_config.ppo
- ocamlc.opt -g -warn-error +A-11 -c -impl odyl_config.ppo
- ocamlc.opt -g -warn-error +A-11 -c -intf odyl_main.ppi
- rm -f odyl_config.ppo
- rm -f odyl_main.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o odyl.ppo odyl.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot pa_macro.cmo -mode S -o odyl_main.ppo odyl_main.ml
- ocamlc.opt -g -warn-error +A-11 -c -impl odyl.ppo
- ocamlc.opt -g -warn-error +A-11 -c -impl odyl_main.ppo
- rm -f odyl.ppo
- rm -f odyl_main.ppo
- ocamlc.opt -g dynlink.cma odyl_config.cmo odyl_main.cmo -a -o odyl.cma
- ocamlc.opt -g odyl.cma odyl.cmo -o odyl
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o argl.ppi argl.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o mLast.ppi mLast.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o mlsyntax.ppi mlsyntax.mli
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf argl.ppi
- rm -f argl.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf mlsyntax.ppi
- rm -f mlsyntax.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o argl.ppo argl.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o mlsyntax.ppo mlsyntax.ml
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf mLast.ppi
- rm -f mLast.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o asttools.ppi asttools.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o prtools.ppi prtools.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o quotation.ppi quotation.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o reloc.ppi reloc.mli
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl argl.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf asttools.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl mlsyntax.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf quotation.ppi
- rm -f asttools.ppi
- rm -f mlsyntax.ppo
- rm -f quotation.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf prtools.ppi
- rm -f argl.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pcaml.ppi pcaml.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pp_debug.ppo pp_debug.ml
- rm -f prtools.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ast2pt.ppi ast2pt.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o exparser.ppi exparser.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o prtools.ppo prtools.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o quotation.ppo quotation.ml
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf reloc.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf ast2pt.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf exparser.ppi
- rm -f ast2pt.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl pp_debug.ppo
- rm -f reloc.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o asttools.ppo asttools.ml
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf pcaml.ppi
- rm -f exparser.ppi
- rm -f pp_debug.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl quotation.ppo
- rm -f pcaml.ppi
- rm -f quotation.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ast2pt.ppo ast2pt.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pcaml.ppo pcaml.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o parserify.ppi parserify.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o reloc.ppo reloc.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o main.ppo main.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o exparser.ppo exparser.ml
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf parserify.ppi
- rm -f parserify.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl asttools.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o parserify.ppo parserify.ml
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl prtools.ppo
- rm -f asttools.ppo
- rm -f prtools.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl main.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl reloc.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl parserify.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl pcaml.ppo
- rm -f main.ppo
- rm -f reloc.ppo
- rm -f pcaml.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl exparser.ppo
- rm -f exparser.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl ast2pt.ppo
- rm -f ast2pt.ppo
- rm -f parserify.ppo
- OTOPP=+compiler-libs OTOPU=../ocaml_stuff/4.02.3/utils OVERSION=4.02.3 OLIBDIR="/home/opam/.opam/4.02/lib/ocaml" ../tools/mkcrc.sh
- ocamlc.opt -g -c -impl crc.tmp
- ocamlc.opt -g -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils ../boot/versdep.cmo ../boot/ploc.cmo ../boot/plexing.cmo ../boot/plexer.cmo ../boot/fstream.cmo ../boot/gramext.cmo ../boot/grammar.cmo ../boot/diff.cmo ../boot/extfold.cmo ../boot/extfun.cmo ../boot/pretty.cmo ../boot/pprintf.cmo ../boot/eprinter.cmo ../ocaml_stuff/4.02.3/utils/pconfig.cmo asttools.cmo quotation.cmo prtools.cmo reloc.cmo pp_debug.cmo pcaml.cmo ast2pt.cmo mlsyntax.cmo exparser.cmo parserify.cmo argl.cmo ../boot/stdpp.cmo ../boot/token.cmo crc.cmo main.cmo -a -o camlp5.cma
- ocamlc.opt -g ../odyl/odyl.cma camlp5.cma ../odyl/odyl.cmo -linkall -o camlp5
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o q_MLast.ppo q_MLast.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o q_ast_base.ppo q_ast_base.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_r.ppo pa_r.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_rp.ppo pa_rp.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extend.ppo pa_extend.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_fstream.ppo pa_fstream.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pr_dump.ppo pr_dump.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_lexer.ppo pa_lexer.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_macro.ppo pa_macro.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pr_dump.ppo
- rm -f pr_dump.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_lexer.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_rp.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl q_ast_base.ppo
- rm -f pa_lexer.ppo
- rm -f q_ast_base.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_fstream.ppo
- rm -f pa_rp.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o q_ast.ppo q_ast.ml
- rm -f pa_fstream.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_macro.ppo
- rm -f pa_macro.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_extend.ppo
- rm -f pa_extend.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extend_m.ppo pa_extend_m.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_macro_gram.ppo pa_macro_gram.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_r.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_macro_gram.ppo
- rm -f pa_macro_gram.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_extend_m.ppo
- rm -f pa_extend_m.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl q_ast.ppo
- rm -f q_ast.ppo
- rm -f pa_r.ppo
- rm -f camlp5r
- cd ../main; make CAMLP5=../meta/camlp5r CAMLP5M="-I ../meta pa_r.cmo pa_rp.cmo pr_dump.cmo"
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl q_MLast.ppo
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- ocamlc.opt -g ../odyl/odyl.cma camlp5.cma -I ../meta pa_r.cmo pa_rp.cmo pr_dump.cmo ../odyl/odyl.cmo -linkall -o ../meta/camlp5r
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- rm -f q_MLast.ppo
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make compare_test || make coreboot
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Nothing to be done for 'compare'.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- camlp5 ../boot/camlp5 differ: char 675662, line 5428
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[1]: *** [Makefile:124: compare_test] Error 1
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make backup
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- mkdir boot.new
- make mv_git FROM=boot TO=boot.new
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- test ! -f boot/.gitignore || mv boot/.gitignore boot.new/.
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- mv boot boot.new/SAVED
- mv boot.new boot
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make promote
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- for i in lib odyl main meta; do (cd $i; make promote; cd ..); done
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- cp versdep.cmo ploc.cmo plexing.cmo plexer.cmo fstream.cmo gramext.cmo grammar.cmo diff.cmo extfold.cmo extfun.cmo pretty.cmo pprintf.cmo eprinter.cmo stdpp.cmo token.cmo versdep.cmi ploc.cmi plexing.cmi plexer.cmi fstream.cmi gramext.cmi grammar.cmi diff.cmi extfold.cmi extfun.cmi pretty.cmi pprintf.cmi eprinter.cmi stdpp.cmi token.cmi ../boot/.
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Nothing to be done for 'promote'.
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- cp camlp5 ../boot/.
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- cp q_MLast.cmo q_ast_base.cmo q_ast.cmo pa_r.cmo pa_rp.cmo pa_macro.cmo pa_macro_gram.cmo pa_fstream.cmo pa_extend.cmo pa_extend_m.cmo pr_dump.cmo pa_lexer.cmo camlp5r pa_extend.cmi ../boot/.
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make clean_hot
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- cd ocaml_stuff; make clean; cd ..
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.02.3/utils; \
- make clean EXE=
- make[4]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- rm -f *.cm[oix] *.o
- make[4]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- if [ "+compiler-libs" != "+compiler-libs" ]; then \
-   cd ./4.02.3/parsing; \
-   make clean EXE=; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- for i in lib odyl main meta etc top ocpp man  compile; do (cd $i; make clean; cd ..); done
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- rm -f *.cm[ioax] *.cmxa *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak
- rm -f gramlib.cma
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak *.out *.opt
- rm -f odyl_config.ml odyl
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak *.out *.opt
- rm -f camlp5 crc.tmp
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak q_MLast.cmo q_ast_base.cmo q_ast.cmo pa_r.cmo pa_rp.cmo pa_macro.cmo pa_macro_gram.cmo pa_fstream.cmo pa_extend.cmo pa_extend_m.cmo pr_dump.cmo pa_lexer.cmo camlp5r q_MLast.cmx q_ast_base.cmx q_ast.cmx pa_r.cmx pa_rp.cmx pa_macro.cmx pa_macro_gram.cmx pa_fstream.cmx pa_extend.cmx pa_extend_m.cmx pr_dump.cmx pa_lexer.cmx camlp5r.opt
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/etc'
- rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak *.out *.opt
- rm -f camlp5o camlp5sch
- rm -f META
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/etc'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/top'
- rm -f *.cm[ioa] *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak camlp5o.cma camlp5r.cma camlp5sch.cma camlp5_top.cma
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/top'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocpp'
- rm -f *.cm[ioa] *.pp[io] *.[ao] *.obj *.lib *.out *.bak .*.bak
- rm -f ocpp
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocpp'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/man'
- rm -f camlp5.1
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/man'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/compile'
- rm -f *.cm* *.pp[io] *.[oa] *.lib *.obj *.bak .*.bak *.out *.opt
- rm -f *.fast tmp.* pa_*_fast.ml *.tmp *.ppo
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/compile'
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make core
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- cd ocaml_stuff; make all; cd ..
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.02.3/utils; \
- make all EXE= OCAMLN=ocaml
- make[4]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- ocamlc  -c warnings.mli
- ocamlc  -c pconfig.mli
- ocamlc  -c pconfig.ml
- make[4]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- if [ "+compiler-libs" != "+compiler-libs" ]; then \
-   cd ./4.02.3/parsing; \
-   make all EXE= OCAMLN=ocaml; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- set -e; for i in lib odyl main meta; do cd $i; make all; cd ..; done
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- ocamlrun ../boot/camlp5r -nolib -I ../boot pa_macro.cmo -mode S -o versdep.ppo versdep.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ploc.ppi ploc.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o diff.ppi diff.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o fstream.ppi fstream.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfun.ppi extfun.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pprintf.ppi pprintf.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pretty.ppi pretty.mli
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf diff.ppi
- rm -f diff.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf pretty.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf ploc.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf extfun.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf fstream.ppi
- rm -f pretty.ppi
- rm -f extfun.ppi
- rm -f ploc.ppi
- rm -f fstream.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf pprintf.ppi
- rm -f pprintf.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ploc.ppo ploc.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o stdpp.ppi stdpp.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o fstream.ppo fstream.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfun.ppo extfun.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pprintf.ppo pprintf.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexing.ppi plexing.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o eprinter.ppi eprinter.mli
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf stdpp.ppi
- rm -f stdpp.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf eprinter.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl pprintf.ppo
- rm -f eprinter.ppi
- rm -f pprintf.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl fstream.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o stdpp.ppo stdpp.ml
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl extfun.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf plexing.ppi
- rm -f extfun.ppo
- rm -f fstream.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o eprinter.ppo eprinter.ml
- rm -f plexing.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl stdpp.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl ploc.ppo
- rm -f stdpp.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o gramext.ppi gramext.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o token.ppi token.mli
- rm -f ploc.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexer.ppi plexer.mli
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl eprinter.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf token.ppi
- rm -f eprinter.ppo
- rm -f token.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf plexer.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf gramext.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o token.ppo token.ml
- rm -f plexer.ppi
- rm -f gramext.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o grammar.ppi grammar.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o gramext.ppo gramext.ml
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl token.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfold.ppi extfold.mli
- rm -f token.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf extfold.ppi
- rm -f extfold.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf grammar.ppi
- rm -f grammar.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o grammar.ppo grammar.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfold.ppo extfold.ml
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl extfold.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl gramext.ppo
- rm -f extfold.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl versdep.ppo
- rm -f gramext.ppo
- rm -f versdep.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexing.ppo plexing.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o diff.ppo diff.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexer.ppo plexer.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pretty.ppo pretty.ml
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl pretty.ppo
- rm -f pretty.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl diff.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl plexing.ppo
- rm -f diff.ppo
- rm -f plexing.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl plexer.ppo
- rm -f plexer.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl grammar.ppo
- rm -f grammar.ppo
- ocamlc.opt -g versdep.cmo ploc.cmo plexing.cmo plexer.cmo fstream.cmo gramext.cmo grammar.cmo diff.cmo extfold.cmo extfun.cmo pretty.cmo pprintf.cmo eprinter.cmo stdpp.cmo token.cmo -a -o gramlib.cma
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- echo "let standard_library =" > odyl_config.ml
- echo "  try Sys.getenv \"CAMLP5LIB\" with" >> odyl_config.ml
- echo "    Not_found -> \"/home/opam/.opam/4.02/lib/camlp5\"" | \
- sed -e 's|\\|/|g' >> odyl_config.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o odyl_main.ppi odyl_main.mli
- cp odyl_config.ml odyl_config.ppo
- cat odyl_config.ml > odyl_config.ppo
- ocamlc.opt -g -warn-error +A-11 -c -impl odyl_config.ppo
- rm -f odyl_config.ppo
- ocamlc.opt -g -warn-error +A-11 -c -intf odyl_main.ppi
- rm -f odyl_main.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot pa_macro.cmo -mode S -o odyl_main.ppo odyl_main.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o odyl.ppo odyl.ml
- ocamlc.opt -g -warn-error +A-11 -c -impl odyl.ppo
- ocamlc.opt -g -warn-error +A-11 -c -impl odyl_main.ppo
- rm -f odyl.ppo
- rm -f odyl_main.ppo
- ocamlc.opt -g dynlink.cma odyl_config.cmo odyl_main.cmo -a -o odyl.cma
- ocamlc.opt -g odyl.cma odyl.cmo -o odyl
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o argl.ppi argl.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o mLast.ppi mLast.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o mlsyntax.ppi mlsyntax.mli
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf argl.ppi
- rm -f argl.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf mlsyntax.ppi
- rm -f mlsyntax.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o argl.ppo argl.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o mlsyntax.ppo mlsyntax.ml
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl argl.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf mLast.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl mlsyntax.ppo
- rm -f mLast.ppi
- rm -f argl.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o asttools.ppi asttools.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o quotation.ppi quotation.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o prtools.ppi prtools.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o reloc.ppi reloc.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pcaml.ppi pcaml.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pp_debug.ppo pp_debug.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ast2pt.ppi ast2pt.mli
- rm -f mlsyntax.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o exparser.ppi exparser.mli
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf ast2pt.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf reloc.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf exparser.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf prtools.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf quotation.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf asttools.ppi
- rm -f reloc.ppi
- rm -f quotation.ppi
- rm -f exparser.ppi
- rm -f ast2pt.ppi
- rm -f prtools.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o reloc.ppo reloc.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o quotation.ppo quotation.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o parserify.ppi parserify.mli
- rm -f asttools.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o prtools.ppo prtools.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ast2pt.ppo ast2pt.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o asttools.ppo asttools.ml
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl pp_debug.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf parserify.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf pcaml.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl quotation.ppo
- rm -f parserify.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o parserify.ppo parserify.ml
- rm -f pcaml.ppi
- rm -f pp_debug.ppo
- rm -f quotation.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o main.ppo main.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o exparser.ppo exparser.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pcaml.ppo pcaml.ml
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl asttools.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl main.ppo
- rm -f asttools.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl pcaml.ppo
- rm -f main.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl parserify.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl prtools.ppo
- rm -f pcaml.ppo
- rm -f prtools.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl exparser.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl reloc.ppo
- rm -f exparser.ppo
- rm -f reloc.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl ast2pt.ppo
- rm -f ast2pt.ppo
- rm -f parserify.ppo
- OTOPP=+compiler-libs OTOPU=../ocaml_stuff/4.02.3/utils OVERSION=4.02.3 OLIBDIR="/home/opam/.opam/4.02/lib/ocaml" ../tools/mkcrc.sh
- ocamlc.opt -g -c -impl crc.tmp
- ocamlc.opt -g -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils ../boot/versdep.cmo ../boot/ploc.cmo ../boot/plexing.cmo ../boot/plexer.cmo ../boot/fstream.cmo ../boot/gramext.cmo ../boot/grammar.cmo ../boot/diff.cmo ../boot/extfold.cmo ../boot/extfun.cmo ../boot/pretty.cmo ../boot/pprintf.cmo ../boot/eprinter.cmo ../ocaml_stuff/4.02.3/utils/pconfig.cmo asttools.cmo quotation.cmo prtools.cmo reloc.cmo pp_debug.cmo pcaml.cmo ast2pt.cmo mlsyntax.cmo exparser.cmo parserify.cmo argl.cmo ../boot/stdpp.cmo ../boot/token.cmo crc.cmo main.cmo -a -o camlp5.cma
- ocamlc.opt -g ../odyl/odyl.cma camlp5.cma ../odyl/odyl.cmo -linkall -o camlp5
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o q_MLast.ppo q_MLast.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_r.ppo pa_r.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o q_ast_base.ppo q_ast_base.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_rp.ppo pa_rp.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_macro.ppo pa_macro.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_fstream.ppo pa_fstream.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pr_dump.ppo pr_dump.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extend.ppo pa_extend.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_lexer.ppo pa_lexer.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl q_ast_base.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pr_dump.ppo
- rm -f q_ast_base.ppo
- rm -f pr_dump.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o q_ast.ppo q_ast.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_fstream.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_rp.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_lexer.ppo
- rm -f pa_fstream.ppo
- rm -f pa_rp.ppo
- rm -f pa_lexer.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_macro.ppo
- rm -f pa_macro.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl q_ast.ppo
- rm -f q_ast.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_extend.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_r.ppo
- rm -f pa_extend.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_macro_gram.ppo pa_macro_gram.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extend_m.ppo pa_extend_m.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_macro_gram.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_extend_m.ppo
- rm -f pa_macro_gram.ppo
- rm -f pa_extend_m.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl q_MLast.ppo
- rm -f pa_r.ppo
- rm -f camlp5r
- cd ../main; make CAMLP5=../meta/camlp5r CAMLP5M="-I ../meta pa_r.cmo pa_rp.cmo pr_dump.cmo"
- make[4]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- ocamlc.opt -g ../odyl/odyl.cma camlp5.cma -I ../meta pa_r.cmo pa_rp.cmo pr_dump.cmo ../odyl/odyl.cmo -linkall -o ../meta/camlp5r
- make[4]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- rm -f q_MLast.ppo
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make compare
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Nothing to be done for 'compare'.
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- camlp5 ../boot/camlp5 differ: char 975496, line 8108
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- Fixpoint not reached, try one more bootstrapping cycle.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make out
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- set -e; cd ocaml_stuff; make; cd ..
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.02.3/utils; \
- make all EXE= OCAMLN=ocaml
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- if [ "+compiler-libs" != "+compiler-libs" ]; then \
-   cd ./4.02.3/parsing; \
-   make all EXE= OCAMLN=ocaml; \
- fi
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- set -e; for i in lib odyl main meta etc top ocpp man ; do cd $i; make all; cd ..; done
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/etc'
- make --no-print-directory -f Makefile.withnew pa_extfold.cmo
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pa_extfold.ppo pa_extfold.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_oop.ppo pa_oop.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extfun.ppo pa_extfun.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_o.ppo pa_o.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_op.ppo pa_op.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extprint.ppo pa_extprint.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_mkast.ppo pa_mkast.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_mktest.ppo pa_mktest.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_pprintf.ppo pa_pprintf.ml
- make --no-print-directory -f Makefile.withnew pr_official.cmo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pa_extfold.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_pragma.ppo pa_pragma.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_op.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pr_null.ppo pr_null.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_reloc.ppo pa_reloc.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pr_depend.ppo pr_depend.ml
- sed -e "s|@VERSION@|8.00.02|" -e "s|@CAMLP5DIR@|/home/opam/.opam/4.02/lib/camlp5|" META.tpl > META
- ocamlrun ../boot/camlp5 -nolib -I ../boot pa_r.cmo pa_rp.cmo pa_extend.cmo q_MLast.cmo pr_dump.cmo -mode S -o pa_lispr.ppo pa_lispr.ml
- rm -f pa_extfold.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_sml.ppo pa_sml.ml
- ocamlrun ../boot/camlp5 -nolib -I ../boot pa_r.cmo pa_rp.cmo pa_extend.cmo q_MLast.cmo pr_dump.cmo -mode S -o pa_schemer.ppo pa_schemer.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_extfun.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_lefteval.ppo pa_lefteval.ml
- rm -f pa_op.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pr_null.ppo
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc pa_macro.cmo -mode S -o pr_official.ppo pr_official.ml
- rm -f pr_null.ppo
- rm -f pa_extfun.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_official.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_mkast.ppo
- rm -f pr_official.ppo
- rm -f pa_mkast.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_reloc.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_extprint.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_lefteval.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_oop.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pr_depend.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_mktest.ppo
- rm -f pa_lefteval.ppo
- rm -f pa_reloc.ppo
- rm -f pa_oop.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_pprintf.ppo
- rm -f pa_extprint.ppo
- rm -f pr_depend.ppo
- rm -f pa_mktest.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_lispr.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_macro_print.ppo pa_macro_print.ml
- rm -f pa_lispr.ppo
- rm -f pa_pprintf.ppo
- File "pa_sml.ml", line 447, characters 3-7:
- Warning: Unused local entry "sqid"
- make --no-print-directory -f Makefile.withnew pa_lisp.cmo
- make --no-print-directory -f Makefile.withnew pr_op.cmo
- make --no-print-directory -f Makefile.withnew pr_extend.cmo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_macro_print.ppo
- make --no-print-directory -f Makefile.withnew pr_extfun.cmo
- make --no-print-directory -f Makefile.withnew pr_extprint.cmo
- rm -f pa_macro_print.ppo
- make --no-print-directory -f Makefile.withnew q_phony.cmo
- make --no-print-directory -f Makefile.withnew papr_phony_macro.cmo
- make --no-print-directory -f Makefile.withnew pr_scheme.cmo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_sml.ppo
- make --no-print-directory -f Makefile.withnew pr_schemep.cmo
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_op.ppo pr_op.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_extend.ppo pr_extend.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_extfun.ppo pr_extfun.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_scheme.ppo pr_scheme.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_schemep.ppo pr_schemep.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_extprint.ppo pr_extprint.ml
- ocamlrun ../main/camlp5 -nolib -I ../meta -I ../etc ./pa_lispr.cmo pa_extend.cmo q_MLast.cmo pr_dump.cmo -mode S -o pa_lisp.ppo pa_lisp.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o papr_phony_macro.ppo papr_phony_macro.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_pragma.ppo
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o q_phony.ppo q_phony.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl papr_phony_macro.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_extprint.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_op.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_extfun.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_schemep.ppo
- rm -f pr_extfun.ppo
- make --no-print-directory -f Makefile.withnew pr_r.cmo
- make --no-print-directory -f Makefile.withnew pr_o.cmo
- rm -f papr_phony_macro.ppo
- rm -f pa_sml.ppo
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_r.ppo pr_r.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl q_phony.ppo
- rm -f q_phony.ppo
- rm -f pr_extprint.ppo
- rm -f pr_schemep.ppo
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_o.ppo pr_o.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pa_lisp.ppo
- rm -f pa_pragma.ppo
- rm -f pr_op.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_extend.ppo
- rm -f pa_lisp.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_schemer.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_o.ppo
- rm -f pr_extend.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_scheme.ppo
- rm -f pa_schemer.ppo
- make --no-print-directory -f Makefile.withnew pa_scheme.cmo
- ocamlrun ../main/camlp5 -nolib -I ../meta -I ../etc ./pa_schemer.cmo pa_extend.cmo q_MLast.cmo pr_dump.cmo -mode S -o pa_scheme.ppo pa_scheme.ml
- rm -f pr_scheme.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_r.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pa_scheme.ppo
- rm -f pa_o.ppo
- rm -f camlp5o
- cd ../main; make CAMLP5=../etc/camlp5o CAMLP5M="-I ../etc pa_o.cmo pa_op.cmo ../meta/pr_dump.cmo"
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- ocamlc.opt -g ../odyl/odyl.cma camlp5.cma -I ../etc pa_o.cmo pa_op.cmo ../meta/pr_dump.cmo ../odyl/odyl.cmo -linkall -o ../etc/camlp5o
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_o.ppo
- rm -f pa_scheme.ppo
- rm -f camlp5sch
- cd ../main; make CAMLP5=../etc/camlp5sch CAMLP5M="-I ../etc pa_scheme.cmo ../meta/pr_dump.cmo"
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- ocamlc.opt -g ../odyl/odyl.cma camlp5.cma -I ../etc pa_scheme.cmo ../meta/pr_dump.cmo ../odyl/odyl.cmo -linkall -o ../etc/camlp5sch
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- rm -f pr_r.ppo
- make --no-print-directory -f Makefile.withnew pr_ro.cmo
- make --no-print-directory -f Makefile.withnew pr_rp.cmo
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_ro.ppo pr_ro.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_rp.ppo pr_rp.ml
- rm -f pr_o.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_ro.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_rp.ppo
- rm -f pr_ro.ppo
- rm -f pr_rp.ppo
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/etc'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/top'
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o camlp5_top_funs.ppo camlp5_top_funs.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot pa_macro.cmo -mode S -o rprint.ppo rprint.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -I +compiler-libs -c -impl camlp5_top_funs.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -I +compiler-libs -c -impl rprint.ppo
- rm -f camlp5_top_funs.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o camlp5_top.ppo camlp5_top.ml
- rm -f rprint.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -I +compiler-libs -c -impl camlp5_top.ppo
- rm -f camlp5_top.ppo
- ocamlc.opt ../ocaml_stuff/4.02.3/utils/pconfig.cmo ../boot/versdep.cmo ../boot/ploc.cmo ../boot/plexing.cmo ../boot/plexer.cmo ../boot/fstream.cmo ../boot/gramext.cmo ../boot/grammar.cmo ../boot/diff.cmo ../boot/extfold.cmo ../boot/extfun.cmo ../boot/pretty.cmo ../boot/pprintf.cmo ../boot/eprinter.cmo ../main/asttools.cmo ../main/mlsyntax.cmo ../main/quotation.cmo ../main/reloc.cmo ../main/pp_debug.cmo ../main/prtools.cmo ../main/ast2pt.cmo ../main/pcaml.cmo ../main/parserify.cmo ../main/exparser.cmo ../boot/stdpp.cmo ../boot/token.cmo ../etc/pa_o.cmo ../etc/pa_op.cmo camlp5_top_funs.cmo camlp5_top.cmo -g -linkall -a -o camlp5o.cma
- ocamlc.opt ../ocaml_stuff/4.02.3/utils/pconfig.cmo ../boot/versdep.cmo ../boot/ploc.cmo ../boot/plexing.cmo ../boot/plexer.cmo ../boot/fstream.cmo ../boot/gramext.cmo ../boot/grammar.cmo ../boot/diff.cmo ../boot/extfold.cmo ../boot/extfun.cmo ../boot/pretty.cmo ../boot/pprintf.cmo ../boot/eprinter.cmo ../main/asttools.cmo ../main/mlsyntax.cmo ../main/quotation.cmo ../main/reloc.cmo ../main/pp_debug.cmo ../main/prtools.cmo ../main/ast2pt.cmo ../main/pcaml.cmo ../main/parserify.cmo ../main/exparser.cmo ../boot/stdpp.cmo ../boot/token.cmo ../etc/pa_scheme.cmo camlp5_top_funs.cmo camlp5_top.cmo -g -linkall -a -o camlp5sch.cma
- ocamlc.opt ../ocaml_stuff/4.02.3/utils/pconfig.cmo ../boot/versdep.cmo ../boot/ploc.cmo ../boot/plexing.cmo ../boot/plexer.cmo ../boot/fstream.cmo ../boot/gramext.cmo ../boot/grammar.cmo ../boot/diff.cmo ../boot/extfold.cmo ../boot/extfun.cmo ../boot/pretty.cmo ../boot/pprintf.cmo ../boot/eprinter.cmo ../main/asttools.cmo ../main/mlsyntax.cmo ../main/quotation.cmo ../main/reloc.cmo ../main/pp_debug.cmo ../main/prtools.cmo ../main/ast2pt.cmo ../main/pcaml.cmo ../main/parserify.cmo ../main/exparser.cmo ../boot/stdpp.cmo ../boot/token.cmo ../meta/pa_r.cmo ../meta/pa_rp.cmo rprint.cmo camlp5_top_funs.cmo camlp5_top.cmo -g -linkall -a -o camlp5r.cma
- ocamlc.opt ../ocaml_stuff/4.02.3/utils/pconfig.cmo ../main/quotation.cmo ../main/reloc.cmo ../main/prtools.cmo ../main/pcaml.cmo ../main/ast2pt.cmo camlp5_top_funs.cmo camlp5_top.cmo -g -linkall -a -o camlp5_top.cma
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/top'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocpp'
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ocpp.ppo ocpp.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../odyl -I ../lib -c -impl ocpp.ppo
- rm -f ocpp.ppo
- ocamlc.opt -g -I ../main -I ../boot -I ../odyl -I ../lib ../boot/versdep.cmo ../boot/ploc.cmo ../boot/stdpp.cmo ../main/quotation.cmo ../odyl/odyl.cma ocpp.cmo ../odyl/odyl.cmo -linkall -o ocpp
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocpp'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/man'
- sed -e "s'LIBDIR'/home/opam/.opam/4.02/lib'g" -e "s/camlp5n/camlp5/g" -e "s/ocamln/ocaml/g" camlp5.1.tpl > camlp5.1
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/man'
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make opt
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- set -e; for i in ocaml_stuff lib odyl main meta etc; do cd $i; make opt; cd ..; done
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.02.3/utils; make OCAMLN=ocaml opt; cd ../..
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- ocamlopt  -c pconfig.ml
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- ocamlrun ../boot/camlp5r -nolib -I ../boot pa_macro.cmo -mode S -o versdep.ppo versdep.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ploc.ppo ploc.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o fstream.ppo fstream.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfun.ppo extfun.ml
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl fstream.ppo
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl extfun.ppo
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl ploc.ppo
- rm -f extfun.ppo
- rm -f fstream.ppo
- rm -f ploc.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o stdpp.ppo stdpp.ml
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl stdpp.ppo
- rm -f stdpp.ppo
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl versdep.ppo
- rm -f versdep.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o diff.ppo diff.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexing.ppo plexing.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pretty.ppo pretty.ml
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl pretty.ppo
- rm -f pretty.ppo
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl diff.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pprintf.ppo pprintf.ml
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl plexing.ppo
- rm -f diff.ppo
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl pprintf.ppo
- rm -f pprintf.ppo
- rm -f plexing.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o token.ppo token.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o eprinter.ppo eprinter.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexer.ppo plexer.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o gramext.ppo gramext.ml
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl token.ppo
- rm -f token.ppo
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl eprinter.ppo
- rm -f eprinter.ppo
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl gramext.ppo
- rm -f gramext.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o grammar.ppo grammar.ml
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl plexer.ppo
- rm -f plexer.ppo
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl grammar.ppo
- rm -f grammar.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfold.ppo extfold.ml
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl extfold.ppo
- rm -f extfold.ppo
- ocamlopt.opt -g versdep.cmx ploc.cmx plexing.cmx plexer.cmx fstream.cmx gramext.cmx grammar.cmx diff.cmx extfold.cmx extfun.cmx pretty.cmx pprintf.cmx eprinter.cmx stdpp.cmx token.cmx -a -o gramlib.cmxa
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- cp odyl_config.ml odyl_config.ppo
- cat odyl_config.ml > odyl_config.ppo
- ocamlopt.opt -g -warn-error +A-11 -c -impl odyl_config.ppo
- rm -f odyl_config.ppo
- OPT=.opt EXE= OCAMLN=ocaml MODE=S COMPWITH=old CAMLP5N=camlp5 ../tools/camlp5_comm.sh -DOPT -o odyl_main.ppo odyl_main.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot pa_macro.cmo -mode S -DOPT -o odyl_main.ppo odyl_main.ml
- ocamlopt.opt -g -c -impl odyl_main.ppo
- rm -f odyl_main.ppo
- ocamlopt.opt -g odyl_config.cmx odyl_main.cmx -a -o odyl.cmxa
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o odyl.ppo odyl.ml
- ocamlopt.opt -g -warn-error +A-11 -c -impl odyl.ppo
- rm -f odyl.ppo
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o quotation.ppo quotation.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o asttools.ppo asttools.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl quotation.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o reloc.ppo reloc.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pp_debug.ppo pp_debug.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o prtools.ppo prtools.ml
- rm -f quotation.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o argl.ppo argl.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o mlsyntax.ppo mlsyntax.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl pp_debug.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl argl.ppo
- rm -f pp_debug.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl asttools.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl mlsyntax.ppo
- rm -f mlsyntax.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl prtools.ppo
- rm -f asttools.ppo
- rm -f argl.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl reloc.ppo
- rm -f prtools.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ast2pt.ppo ast2pt.ml
- rm -f reloc.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pcaml.ppo pcaml.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl pcaml.ppo
- rm -f pcaml.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o exparser.ppo exparser.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl exparser.ppo
- rm -f exparser.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o parserify.ppo parserify.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl ast2pt.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl parserify.ppo
- rm -f ast2pt.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o main.ppo main.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl main.ppo
- rm -f main.ppo
- rm -f parserify.ppo
- ocamlopt.opt -g -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils ../lib/versdep.cmx ../lib/ploc.cmx ../lib/plexing.cmx ../lib/plexer.cmx ../lib/fstream.cmx ../lib/gramext.cmx ../lib/grammar.cmx ../lib/diff.cmx ../lib/extfold.cmx ../lib/extfun.cmx ../lib/pretty.cmx ../lib/pprintf.cmx ../lib/eprinter.cmx ../ocaml_stuff/4.02.3/utils/pconfig.cmx asttools.cmx quotation.cmx prtools.cmx reloc.cmx pp_debug.cmx pcaml.cmx ast2pt.cmx mlsyntax.cmx exparser.cmx parserify.cmx argl.cmx ../lib/stdpp.cmx ../lib/token.cmx main.cmx -a -o camlp5.cmxa
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o q_MLast.ppo q_MLast.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o q_ast_base.ppo q_ast_base.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_r.ppo pa_r.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_rp.ppo pa_rp.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_macro.ppo pa_macro.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_fstream.ppo pa_fstream.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extend.ppo pa_extend.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_lexer.ppo pa_lexer.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pr_dump.ppo pr_dump.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pr_dump.ppo
- rm -f pr_dump.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_rp.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_lexer.ppo
- rm -f pa_rp.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl q_ast_base.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_fstream.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_macro.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_extend.ppo
- rm -f q_ast_base.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o q_ast.ppo q_ast.ml
- rm -f pa_lexer.ppo
- rm -f pa_fstream.ppo
- rm -f pa_macro.ppo
- rm -f pa_extend.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_macro_gram.ppo pa_macro_gram.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extend_m.ppo pa_extend_m.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_r.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_extend_m.ppo
- rm -f pa_extend_m.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl q_MLast.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_macro_gram.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl q_ast.ppo
- rm -f pa_macro_gram.ppo
- rm -f q_ast.ppo
- rm -f pa_r.ppo
- rm -f camlp5r.opt
- cd ../main; make optp5 CAMLP5OPT=../meta/camlp5r.opt CAMLP5M="-I ../meta pa_r.cmx pa_rp.cmx pr_dump.cmx"
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- ocamlopt.opt -g ../odyl/odyl.cmxa camlp5.cmxa -I ../meta pa_r.cmx pa_rp.cmx pr_dump.cmx ../odyl/odyl.cmx -linkall -o ../meta/camlp5r.opt
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- rm -f q_MLast.ppo
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/etc'
- make --no-print-directory -f Makefile.withnew pa_extfold.cmx
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_o.ppo pa_o.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_oop.ppo pa_oop.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_op.ppo pa_op.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extprint.ppo pa_extprint.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_mkast.ppo pa_mkast.ml
- make --no-print-directory -f Makefile.withnew pr_r.cmx
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_mktest.ppo pa_mktest.ml
- make --no-print-directory -f Makefile.withnew pr_o.cmx
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_pragma.ppo pa_pragma.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pa_extfold.ppo pa_extfold.ml
- make --no-print-directory -f Makefile.withnew pr_op.cmx
- make --no-print-directory -f Makefile.withnew pr_extend.cmx
- make --no-print-directory -f Makefile.withnew pr_extfun.cmx
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_pprintf.ppo pa_pprintf.ml
- make --no-print-directory -f Makefile.withnew pr_extprint.cmx
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_r.ppo pr_r.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_reloc.ppo pa_reloc.ml
- make --no-print-directory -f Makefile.withnew q_phony.cmx
- make --no-print-directory -f Makefile.withnew papr_phony_macro.cmx
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_o.ppo pr_o.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_extprint.ppo pr_extprint.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pr_depend.ppo pr_depend.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_extend.ppo pr_extend.ml
- make --no-print-directory -f Makefile.withnew pr_official.cmx
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extfun.ppo pa_extfun.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pr_null.ppo pr_null.ml
- make --no-print-directory -f Makefile.withnew pa_lisp.cmx
- make --no-print-directory -f Makefile.withnew pa_scheme.cmx
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_extfun.ppo pr_extfun.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o q_phony.ppo q_phony.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_op.ppo pr_op.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_sml.ppo pa_sml.ml
- ocamlrun ../main/camlp5 -nolib -I ../meta -I ../etc ./pa_schemer.cmo pa_extend.cmo q_MLast.cmo pr_dump.cmo -mode S -o pa_scheme.ppo pa_scheme.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pr_null.ppo
- ocamlrun ../main/camlp5 -nolib -I ../meta -I ../etc ./pa_lispr.cmo pa_extend.cmo q_MLast.cmo pr_dump.cmo -mode S -o pa_lisp.ppo pa_lisp.ml
- make --no-print-directory -f Makefile.withnew pr_scheme.cmx
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_extfun.ppo
- make --no-print-directory -f Makefile.withnew pr_schemep.cmx
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o papr_phony_macro.ppo papr_phony_macro.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_oop.ppo
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc pa_macro.cmo -mode S -o pr_official.ppo pr_official.ml
- ocamlrun ../boot/camlp5 -nolib -I ../boot pa_r.cmo pa_rp.cmo pa_extend.cmo q_MLast.cmo pr_dump.cmo -mode S -o pa_schemer.ppo pa_schemer.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_reloc.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_extprint.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_pprintf.ppo
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_scheme.ppo pr_scheme.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl q_phony.ppo
- rm -f pr_null.ppo
- rm -f pr_extfun.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_op.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_mkast.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl papr_phony_macro.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_extfun.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_lefteval.ppo pa_lefteval.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pa_extfold.ppo
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_schemep.ppo pr_schemep.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_extend.ppo
- rm -f q_phony.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pa_lisp.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_op.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_official.ppo
- rm -f papr_phony_macro.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_extprint.ppo
- rm -f pa_reloc.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_mktest.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pa_scheme.ppo
- rm -f pa_op.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pr_depend.ppo
- rm -f pa_mkast.ppo
- rm -f pr_official.ppo
- File "pa_sml.ml", line 447, characters 3-7:
- Warning: Unused local entry "sqid"
- rm -f pa_extfold.ppo
- rm -f pa_pprintf.ppo
- rm -f pa_oop.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_schemep.ppo
- rm -f pa_extprint.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_sml.ppo
- rm -f pr_op.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_macro_print.ppo pa_macro_print.ml
- rm -f pr_extprint.ppo
- rm -f pr_schemep.ppo
- rm -f pa_extfun.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_pragma.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_macro_print.ppo
- rm -f pa_macro_print.ppo
- rm -f pa_mktest.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_schemer.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_r.ppo
- rm -f pr_depend.ppo
- rm -f pa_lisp.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_lefteval.ppo
- rm -f pr_extend.ppo
- rm -f pa_lefteval.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_o.ppo
- rm -f pa_scheme.ppo
- rm -f pa_pragma.ppo
- rm -f pa_schemer.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_scheme.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_o.ppo
- rm -f pa_sml.ppo
- rm -f pr_scheme.ppo
- rm -f pr_r.ppo
- make --no-print-directory -f Makefile.withnew pr_ro.cmx
- make --no-print-directory -f Makefile.withnew pr_rp.cmx
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_ro.ppo pr_ro.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_rp.ppo pr_rp.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_rp.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_ro.ppo
- rm -f pr_ro.ppo
- rm -f pr_rp.ppo
- rm -f pr_o.ppo
- rm -f pa_o.ppo
- rm -f camlp5o.opt
- cd ../main; make optp5 CAMLP5OPT=../etc/camlp5o.opt CAMLP5M="-I ../etc pa_o.cmx pa_op.cmx ../meta/pr_dump.cmx"
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- ocamlopt.opt -g ../odyl/odyl.cmxa camlp5.cmxa -I ../etc pa_o.cmx pa_op.cmx ../meta/pr_dump.cmx ../odyl/odyl.cmx -linkall -o ../etc/camlp5o.opt
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/etc'
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make opt.opt
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- set -e; for i in ocaml_stuff lib odyl main meta etc; do cd $i; make opt; cd ..; done
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.02.3/utils; make OCAMLN=ocaml opt; cd ../..
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- make[3]: Nothing to be done for 'opt'.
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Nothing to be done for 'opt'.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Nothing to be done for 'opt'.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Nothing to be done for 'opt'.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Nothing to be done for 'opt'.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/etc'
- make[2]: Nothing to be done for 'opt'.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/etc'
- cd compile; make opt; cd ..
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/compile'
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o compile.ppo compile.ml
- ocamlc.opt -g -w y -warn-error +A-11 -I ../main -I ../boot -I ../lib -c -impl compile.ppo
- rm -f compile.ppo
- cat ../etc/pa_o.ml ../etc/pa_op.ml | perl -n -e 'print unless /#load/' > tmp.o_concat.ml
- ../meta/camlp5r -I ../meta -I ../etc pa_extend.cmo q_MLast.cmo pa_macro.cmo pa_macro_gram.cmo pr_r.cmo pr_ro.cmo pr_extend.cmo tmp.o_concat.ml > tmp.o_postprocessed.ml.ppo.TMP && mv tmp.o_postprocessed.ml.ppo.TMP tmp.o_postprocessed.ml.ppo
- ./strip-parser.pl tmp.o_postprocessed.ml.ppo > o_stripped.tmp
- OCAMLN=ocaml CAMLP5N=camlp5 EXE= RM=rm ./compile.sh -e "Grammar.Entry.obj Pcaml.interf" -e "Grammar.Entry.obj Pcaml.implem" -e "Grammar.Entry.obj Pcaml.top_phrase" -e "Grammar.Entry.obj Pcaml.use_file"  ../etc/pa_o.ml ../etc/pa_op.ml > o_fast.ml.tmp
- ocamlc -g -c tmp.mli
- ocamlrun ../meta/camlp5r -nolib -I ../meta pa_macro.cmo pa_extend.cmo pa_macro_gram.cmo q_MLast.cmo -meta_action tmp.ml -o tmp.ppo
- ocamlc -g -I ../lib -I ../main -c -impl tmp.ppo
- rm tmp.ppo
- ocamlrun ../main/camlp5 ./compile.cmo ./tmp.cmo ../etc/pr_r.cmo ../etc/pr_ro.cmo ../etc/pr_rp.cmo  -sep nn -impl - < /dev/null
- cat comp_head.ml.tpl o_stripped.tmp o_fast.ml.tmp comp_trail.ml.tpl > pa_o_fast.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_o_fast.ppo pa_o_fast.ml
- ocamlopt.opt -g -w y -warn-error +A-11 -I ../main -I ../boot -I ../lib -c -impl pa_o_fast.ppo
- rm -f pa_o_fast.ppo
- rm -f camlp5o.fast.opt
- cd ../main; make optp5 CAMLP5OPT=../compile/camlp5o.fast.opt CAMLP5M="../compile/pa_o_fast.cmx ../meta/pr_dump.cmx"
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- ocamlopt.opt -g ../odyl/odyl.cmxa camlp5.cmxa ../compile/pa_o_fast.cmx ../meta/pr_dump.cmx ../odyl/odyl.cmx -linkall -o ../compile/camlp5o.fast.opt
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/compile'
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
Processing 81/84: [camlp5: make all]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j31" "DEBUG=-g" "all" (CWD=/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02)
- make core
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- cd ocaml_stuff; make all; cd ..
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.02.3/utils; \
- make all EXE= OCAMLN=ocaml
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- if [ "+compiler-libs" != "+compiler-libs" ]; then \
-   cd ./4.02.3/parsing; \
-   make all EXE= OCAMLN=ocaml; \
- fi
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- set -e; for i in lib odyl main meta; do cd $i; make all; cd ..; done
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make compare_test || make coreboot
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Nothing to be done for 'compare'.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- camlp5 ../boot/camlp5 differ: char 975496, line 8108
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[1]: *** [Makefile:124: compare_test] Error 1
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make backup
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- mkdir boot.new
- make mv_git FROM=boot TO=boot.new
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- test ! -f boot/.gitignore || mv boot/.gitignore boot.new/.
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- mv boot boot.new/SAVED
- mv boot.new boot
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make promote
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- for i in lib odyl main meta; do (cd $i; make promote; cd ..); done
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- cp versdep.cmo ploc.cmo plexing.cmo plexer.cmo fstream.cmo gramext.cmo grammar.cmo diff.cmo extfold.cmo extfun.cmo pretty.cmo pprintf.cmo eprinter.cmo stdpp.cmo token.cmo versdep.cmi ploc.cmi plexing.cmi plexer.cmi fstream.cmi gramext.cmi grammar.cmi diff.cmi extfold.cmi extfun.cmi pretty.cmi pprintf.cmi eprinter.cmi stdpp.cmi token.cmi ../boot/.
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Nothing to be done for 'promote'.
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- cp camlp5 ../boot/.
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- cp q_MLast.cmo q_ast_base.cmo q_ast.cmo pa_r.cmo pa_rp.cmo pa_macro.cmo pa_macro_gram.cmo pa_fstream.cmo pa_extend.cmo pa_extend_m.cmo pr_dump.cmo pa_lexer.cmo camlp5r pa_extend.cmi ../boot/.
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make clean_hot
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- cd ocaml_stuff; make clean; cd ..
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.02.3/utils; \
- make clean EXE=
- make[4]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- rm -f *.cm[oix] *.o
- make[4]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- if [ "+compiler-libs" != "+compiler-libs" ]; then \
-   cd ./4.02.3/parsing; \
-   make clean EXE=; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- for i in lib odyl main meta etc top ocpp man  compile; do (cd $i; make clean; cd ..); done
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- rm -f *.cm[ioax] *.cmxa *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak
- rm -f gramlib.cma
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak *.out *.opt
- rm -f odyl_config.ml odyl
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak *.out *.opt
- rm -f camlp5 crc.tmp
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak q_MLast.cmo q_ast_base.cmo q_ast.cmo pa_r.cmo pa_rp.cmo pa_macro.cmo pa_macro_gram.cmo pa_fstream.cmo pa_extend.cmo pa_extend_m.cmo pr_dump.cmo pa_lexer.cmo camlp5r q_MLast.cmx q_ast_base.cmx q_ast.cmx pa_r.cmx pa_rp.cmx pa_macro.cmx pa_macro_gram.cmx pa_fstream.cmx pa_extend.cmx pa_extend_m.cmx pr_dump.cmx pa_lexer.cmx camlp5r.opt
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/etc'
- rm -f *.cm* *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak *.out *.opt
- rm -f camlp5o camlp5sch
- rm -f META
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/etc'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/top'
- rm -f *.cm[ioa] *.pp[io] *.[ao] *.obj *.lib *.bak .*.bak camlp5o.cma camlp5r.cma camlp5sch.cma camlp5_top.cma
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/top'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocpp'
- rm -f *.cm[ioa] *.pp[io] *.[ao] *.obj *.lib *.out *.bak .*.bak
- rm -f ocpp
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocpp'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/man'
- rm -f camlp5.1
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/man'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/compile'
- rm -f *.cm* *.pp[io] *.[oa] *.lib *.obj *.bak .*.bak *.out *.opt
- rm -f *.fast tmp.* pa_*_fast.ml *.tmp *.ppo
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/compile'
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make core
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- cd ocaml_stuff; make all; cd ..
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.02.3/utils; \
- make all EXE= OCAMLN=ocaml
- make[4]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- ocamlc  -c warnings.mli
- ocamlc  -c pconfig.mli
- ocamlc  -c pconfig.ml
- make[4]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- if [ "+compiler-libs" != "+compiler-libs" ]; then \
-   cd ./4.02.3/parsing; \
-   make all EXE= OCAMLN=ocaml; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- set -e; for i in lib odyl main meta; do cd $i; make all; cd ..; done
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- ocamlrun ../boot/camlp5r -nolib -I ../boot pa_macro.cmo -mode S -o versdep.ppo versdep.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ploc.ppi ploc.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o diff.ppi diff.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o fstream.ppi fstream.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pprintf.ppi pprintf.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pretty.ppi pretty.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfun.ppi extfun.mli
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf diff.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf pretty.ppi
- rm -f diff.ppi
- rm -f pretty.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf extfun.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf fstream.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf ploc.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf pprintf.ppi
- rm -f fstream.ppi
- rm -f extfun.ppi
- rm -f pprintf.ppi
- rm -f ploc.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o fstream.ppo fstream.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfun.ppo extfun.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o eprinter.ppi eprinter.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pprintf.ppo pprintf.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o stdpp.ppi stdpp.mli
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf eprinter.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf stdpp.ppi
- rm -f eprinter.ppi
- rm -f stdpp.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl extfun.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl pprintf.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexing.ppi plexing.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ploc.ppo ploc.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o eprinter.ppo eprinter.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o stdpp.ppo stdpp.ml
- rm -f extfun.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl fstream.ppo
- rm -f pprintf.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl stdpp.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf plexing.ppi
- rm -f fstream.ppo
- rm -f plexing.ppi
- rm -f stdpp.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexer.ppi plexer.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o token.ppi token.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o gramext.ppi gramext.mli
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf token.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf plexer.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf gramext.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl ploc.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl eprinter.ppo
- rm -f token.ppi
- rm -f plexer.ppi
- rm -f gramext.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o token.ppo token.ml
- rm -f eprinter.ppo
- rm -f ploc.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o grammar.ppi grammar.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o gramext.ppo gramext.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfold.ppi extfold.mli
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl token.ppo
- rm -f token.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf extfold.ppi
- rm -f extfold.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf grammar.ppi
- rm -f grammar.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfold.ppo extfold.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o grammar.ppo grammar.ml
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl extfold.ppo
- rm -f extfold.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl gramext.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl versdep.ppo
- rm -f gramext.ppo
- rm -f versdep.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexing.ppo plexing.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexer.ppo plexer.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o diff.ppo diff.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pretty.ppo pretty.ml
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl pretty.ppo
- rm -f pretty.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl plexing.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl diff.ppo
- rm -f diff.ppo
- rm -f plexing.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl plexer.ppo
- rm -f plexer.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl grammar.ppo
- rm -f grammar.ppo
- ocamlc.opt -g versdep.cmo ploc.cmo plexing.cmo plexer.cmo fstream.cmo gramext.cmo grammar.cmo diff.cmo extfold.cmo extfun.cmo pretty.cmo pprintf.cmo eprinter.cmo stdpp.cmo token.cmo -a -o gramlib.cma
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- echo "let standard_library =" > odyl_config.ml
- echo "  try Sys.getenv \"CAMLP5LIB\" with" >> odyl_config.ml
- echo "    Not_found -> \"/home/opam/.opam/4.02/lib/camlp5\"" | \
- sed -e 's|\\|/|g' >> odyl_config.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o odyl_main.ppi odyl_main.mli
- cp odyl_config.ml odyl_config.ppo
- cat odyl_config.ml > odyl_config.ppo
- ocamlc.opt -g -warn-error +A-11 -c -impl odyl_config.ppo
- rm -f odyl_config.ppo
- ocamlc.opt -g -warn-error +A-11 -c -intf odyl_main.ppi
- rm -f odyl_main.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot pa_macro.cmo -mode S -o odyl_main.ppo odyl_main.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o odyl.ppo odyl.ml
- ocamlc.opt -g -warn-error +A-11 -c -impl odyl.ppo
- rm -f odyl.ppo
- ocamlc.opt -g -warn-error +A-11 -c -impl odyl_main.ppo
- rm -f odyl_main.ppo
- ocamlc.opt -g dynlink.cma odyl_config.cmo odyl_main.cmo -a -o odyl.cma
- ocamlc.opt -g odyl.cma odyl.cmo -o odyl
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o mLast.ppi mLast.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o mlsyntax.ppi mlsyntax.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o argl.ppi argl.mli
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf argl.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf mlsyntax.ppi
- rm -f argl.ppi
- rm -f mlsyntax.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o argl.ppo argl.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o mlsyntax.ppo mlsyntax.ml
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf mLast.ppi
- rm -f mLast.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl mlsyntax.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl argl.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o asttools.ppi asttools.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o quotation.ppi quotation.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o reloc.ppi reloc.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pp_debug.ppo pp_debug.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o prtools.ppi prtools.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ast2pt.ppi ast2pt.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o exparser.ppi exparser.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pcaml.ppi pcaml.mli
- rm -f mlsyntax.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf quotation.ppi
- rm -f argl.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf reloc.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf ast2pt.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf exparser.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf asttools.ppi
- rm -f quotation.ppi
- rm -f reloc.ppi
- rm -f exparser.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf prtools.ppi
- rm -f ast2pt.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o quotation.ppo quotation.ml
- rm -f asttools.ppi
- rm -f prtools.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o reloc.ppo reloc.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o parserify.ppi parserify.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o asttools.ppo asttools.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o prtools.ppo prtools.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ast2pt.ppo ast2pt.ml
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl pp_debug.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf pcaml.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -intf parserify.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl quotation.ppo
- rm -f parserify.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o parserify.ppo parserify.ml
- rm -f pp_debug.ppo
- rm -f pcaml.ppi
- rm -f quotation.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pcaml.ppo pcaml.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o main.ppo main.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o exparser.ppo exparser.ml
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl asttools.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl parserify.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl main.ppo
- rm -f asttools.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl prtools.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl pcaml.ppo
- rm -f main.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl reloc.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl exparser.ppo
- rm -f prtools.ppo
- rm -f pcaml.ppo
- rm -f exparser.ppo
- rm -f reloc.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl ast2pt.ppo
- rm -f ast2pt.ppo
- rm -f parserify.ppo
- OTOPP=+compiler-libs OTOPU=../ocaml_stuff/4.02.3/utils OVERSION=4.02.3 OLIBDIR="/home/opam/.opam/4.02/lib/ocaml" ../tools/mkcrc.sh
- ocamlc.opt -g -c -impl crc.tmp
- ocamlc.opt -g -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils ../boot/versdep.cmo ../boot/ploc.cmo ../boot/plexing.cmo ../boot/plexer.cmo ../boot/fstream.cmo ../boot/gramext.cmo ../boot/grammar.cmo ../boot/diff.cmo ../boot/extfold.cmo ../boot/extfun.cmo ../boot/pretty.cmo ../boot/pprintf.cmo ../boot/eprinter.cmo ../ocaml_stuff/4.02.3/utils/pconfig.cmo asttools.cmo quotation.cmo prtools.cmo reloc.cmo pp_debug.cmo pcaml.cmo ast2pt.cmo mlsyntax.cmo exparser.cmo parserify.cmo argl.cmo ../boot/stdpp.cmo ../boot/token.cmo crc.cmo main.cmo -a -o camlp5.cma
- ocamlc.opt -g ../odyl/odyl.cma camlp5.cma ../odyl/odyl.cmo -linkall -o camlp5
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o q_MLast.ppo q_MLast.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_rp.ppo pa_rp.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_macro.ppo pa_macro.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_r.ppo pa_r.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o q_ast_base.ppo q_ast_base.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extend.ppo pa_extend.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pr_dump.ppo pr_dump.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_fstream.ppo pa_fstream.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_lexer.ppo pa_lexer.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pr_dump.ppo
- rm -f pr_dump.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_rp.ppo
- rm -f pa_rp.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl q_ast_base.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_lexer.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_fstream.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_macro.ppo
- rm -f q_ast_base.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o q_ast.ppo q_ast.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_extend.ppo
- rm -f pa_lexer.ppo
- rm -f pa_fstream.ppo
- rm -f pa_macro.ppo
- rm -f pa_extend.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extend_m.ppo pa_extend_m.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_macro_gram.ppo pa_macro_gram.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_macro_gram.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_extend_m.ppo
- rm -f pa_extend_m.ppo
- rm -f pa_macro_gram.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_r.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl q_MLast.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl q_ast.ppo
- rm -f q_ast.ppo
- rm -f pa_r.ppo
- rm -f camlp5r
- cd ../main; make CAMLP5=../meta/camlp5r CAMLP5M="-I ../meta pa_r.cmo pa_rp.cmo pr_dump.cmo"
- make[4]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- ocamlc.opt -g ../odyl/odyl.cma camlp5.cma -I ../meta pa_r.cmo pa_rp.cmo pr_dump.cmo ../odyl/odyl.cmo -linkall -o ../meta/camlp5r
- make[4]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- rm -f q_MLast.ppo
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make compare
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Nothing to be done for 'compare'.
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- Fixpoint reached, bootstrap succeeded.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make out
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- set -e; cd ocaml_stuff; make; cd ..
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.02.3/utils; \
- make all EXE= OCAMLN=ocaml
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- if [ "+compiler-libs" != "+compiler-libs" ]; then \
-   cd ./4.02.3/parsing; \
-   make all EXE= OCAMLN=ocaml; \
- fi
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- set -e; for i in lib odyl main meta etc top ocpp man ; do cd $i; make all; cd ..; done
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/etc'
- make --no-print-directory -f Makefile.withnew pa_extfold.cmo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_o.ppo pa_o.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extfun.ppo pa_extfun.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_oop.ppo pa_oop.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_op.ppo pa_op.ml
- make --no-print-directory -f Makefile.withnew pr_official.cmo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_mktest.ppo pa_mktest.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_mkast.ppo pa_mkast.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_pprintf.ppo pa_pprintf.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pa_extfold.ppo pa_extfold.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extprint.ppo pa_extprint.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pr_depend.ppo pr_depend.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_pragma.ppo pa_pragma.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_reloc.ppo pa_reloc.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pr_null.ppo pr_null.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_sml.ppo pa_sml.ml
- sed -e "s|@VERSION@|8.00.02|" -e "s|@CAMLP5DIR@|/home/opam/.opam/4.02/lib/camlp5|" META.tpl > META
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc pa_macro.cmo -mode S -o pr_official.ppo pr_official.ml
- ocamlrun ../boot/camlp5 -nolib -I ../boot pa_r.cmo pa_rp.cmo pa_extend.cmo q_MLast.cmo pr_dump.cmo -mode S -o pa_lispr.ppo pa_lispr.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_lefteval.ppo pa_lefteval.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pr_null.ppo
- ocamlrun ../boot/camlp5 -nolib -I ../boot pa_r.cmo pa_rp.cmo pa_extend.cmo q_MLast.cmo pr_dump.cmo -mode S -o pa_schemer.ppo pa_schemer.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_op.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_official.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pa_extfold.ppo
- rm -f pa_op.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_extfun.ppo
- rm -f pr_official.ppo
- rm -f pr_null.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_reloc.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_extprint.ppo
- rm -f pa_extfun.ppo
- rm -f pa_extfold.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_mktest.ppo
- rm -f pa_reloc.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_oop.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_mkast.ppo
- rm -f pa_oop.ppo
- rm -f pa_extprint.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_macro_print.ppo pa_macro_print.ml
- rm -f pa_mktest.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pr_depend.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_pprintf.ppo
- rm -f pa_mkast.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_lefteval.ppo
- rm -f pa_lefteval.ppo
- rm -f pa_pprintf.ppo
- make --no-print-directory -f Makefile.withnew pr_op.cmo
- make --no-print-directory -f Makefile.withnew pr_extend.cmo
- make --no-print-directory -f Makefile.withnew pr_extfun.cmo
- make --no-print-directory -f Makefile.withnew pr_extprint.cmo
- make --no-print-directory -f Makefile.withnew q_phony.cmo
- make --no-print-directory -f Makefile.withnew papr_phony_macro.cmo
- make --no-print-directory -f Makefile.withnew pr_scheme.cmo
- make --no-print-directory -f Makefile.withnew pr_schemep.cmo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_macro_print.ppo
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_extend.ppo pr_extend.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_extprint.ppo pr_extprint.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_extfun.ppo pr_extfun.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o q_phony.ppo q_phony.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_op.ppo pr_op.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o papr_phony_macro.ppo papr_phony_macro.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_scheme.ppo pr_scheme.ml
- rm -f pr_depend.ppo
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_schemep.ppo pr_schemep.ml
- rm -f pa_macro_print.ppo
- make --no-print-directory -f Makefile.withnew pr_r.cmo
- make --no-print-directory -f Makefile.withnew pr_o.cmo
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_r.ppo pr_r.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_o.ppo pr_o.ml
- File "pa_sml.ml", line 447, characters 3-7:
- Warning: Unused local entry "sqid"
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_lispr.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl q_phony.ppo
- rm -f q_phony.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_extfun.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl papr_phony_macro.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_extprint.ppo
- rm -f pr_extfun.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_schemep.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_sml.ppo
- rm -f papr_phony_macro.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_op.ppo
- rm -f pr_extprint.ppo
- rm -f pr_schemep.ppo
- rm -f pa_lispr.ppo
- make --no-print-directory -f Makefile.withnew pa_lisp.cmo
- ocamlrun ../main/camlp5 -nolib -I ../meta -I ../etc ./pa_lispr.cmo pa_extend.cmo q_MLast.cmo pr_dump.cmo -mode S -o pa_lisp.ppo pa_lisp.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_pragma.ppo
- rm -f pr_op.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_extend.ppo
- rm -f pa_sml.ppo
- rm -f pa_pragma.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pa_lisp.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_schemer.ppo
- rm -f pa_lisp.ppo
- rm -f pr_extend.ppo
- rm -f pa_schemer.ppo
- make --no-print-directory -f Makefile.withnew pa_scheme.cmo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_scheme.ppo
- ocamlrun ../main/camlp5 -nolib -I ../meta -I ../etc ./pa_schemer.cmo pa_extend.cmo q_MLast.cmo pr_dump.cmo -mode S -o pa_scheme.ppo pa_scheme.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_o.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_r.ppo
- rm -f pr_scheme.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pa_scheme.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_o.ppo
- rm -f pa_scheme.ppo
- rm -f camlp5sch
- cd ../main; make CAMLP5=../etc/camlp5sch CAMLP5M="-I ../etc pa_scheme.cmo ../meta/pr_dump.cmo"
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- ocamlc.opt -g ../odyl/odyl.cma camlp5.cma -I ../etc pa_scheme.cmo ../meta/pr_dump.cmo ../odyl/odyl.cmo -linkall -o ../etc/camlp5sch
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- rm -f pa_o.ppo
- rm -f camlp5o
- cd ../main; make CAMLP5=../etc/camlp5o CAMLP5M="-I ../etc pa_o.cmo pa_op.cmo ../meta/pr_dump.cmo"
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- ocamlc.opt -g ../odyl/odyl.cma camlp5.cma -I ../etc pa_o.cmo pa_op.cmo ../meta/pr_dump.cmo ../odyl/odyl.cmo -linkall -o ../etc/camlp5o
- rm -f pr_r.ppo
- make --no-print-directory -f Makefile.withnew pr_ro.cmo
- make --no-print-directory -f Makefile.withnew pr_rp.cmo
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_ro.ppo pr_ro.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_rp.ppo pr_rp.ml
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_rp.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_ro.ppo
- rm -f pr_o.ppo
- rm -f pr_ro.ppo
- rm -f pr_rp.ppo
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/etc'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/top'
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o camlp5_top_funs.ppo camlp5_top_funs.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot pa_macro.cmo -mode S -o rprint.ppo rprint.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -I +compiler-libs -c -impl camlp5_top_funs.ppo
- rm -f camlp5_top_funs.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o camlp5_top.ppo camlp5_top.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -I +compiler-libs -c -impl rprint.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -I +compiler-libs -c -impl camlp5_top.ppo
- rm -f camlp5_top.ppo
- ocamlc.opt ../ocaml_stuff/4.02.3/utils/pconfig.cmo ../boot/versdep.cmo ../boot/ploc.cmo ../boot/plexing.cmo ../boot/plexer.cmo ../boot/fstream.cmo ../boot/gramext.cmo ../boot/grammar.cmo ../boot/diff.cmo ../boot/extfold.cmo ../boot/extfun.cmo ../boot/pretty.cmo ../boot/pprintf.cmo ../boot/eprinter.cmo ../main/asttools.cmo ../main/mlsyntax.cmo ../main/quotation.cmo ../main/reloc.cmo ../main/pp_debug.cmo ../main/prtools.cmo ../main/ast2pt.cmo ../main/pcaml.cmo ../main/parserify.cmo ../main/exparser.cmo ../boot/stdpp.cmo ../boot/token.cmo ../etc/pa_o.cmo ../etc/pa_op.cmo camlp5_top_funs.cmo camlp5_top.cmo -g -linkall -a -o camlp5o.cma
- ocamlc.opt ../ocaml_stuff/4.02.3/utils/pconfig.cmo ../main/quotation.cmo ../main/reloc.cmo ../main/prtools.cmo ../main/pcaml.cmo ../main/ast2pt.cmo camlp5_top_funs.cmo camlp5_top.cmo -g -linkall -a -o camlp5_top.cma
- ocamlc.opt ../ocaml_stuff/4.02.3/utils/pconfig.cmo ../boot/versdep.cmo ../boot/ploc.cmo ../boot/plexing.cmo ../boot/plexer.cmo ../boot/fstream.cmo ../boot/gramext.cmo ../boot/grammar.cmo ../boot/diff.cmo ../boot/extfold.cmo ../boot/extfun.cmo ../boot/pretty.cmo ../boot/pprintf.cmo ../boot/eprinter.cmo ../main/asttools.cmo ../main/mlsyntax.cmo ../main/quotation.cmo ../main/reloc.cmo ../main/pp_debug.cmo ../main/prtools.cmo ../main/ast2pt.cmo ../main/pcaml.cmo ../main/parserify.cmo ../main/exparser.cmo ../boot/stdpp.cmo ../boot/token.cmo ../etc/pa_scheme.cmo camlp5_top_funs.cmo camlp5_top.cmo -g -linkall -a -o camlp5sch.cma
- rm -f rprint.ppo
- ocamlc.opt ../ocaml_stuff/4.02.3/utils/pconfig.cmo ../boot/versdep.cmo ../boot/ploc.cmo ../boot/plexing.cmo ../boot/plexer.cmo ../boot/fstream.cmo ../boot/gramext.cmo ../boot/grammar.cmo ../boot/diff.cmo ../boot/extfold.cmo ../boot/extfun.cmo ../boot/pretty.cmo ../boot/pprintf.cmo ../boot/eprinter.cmo ../main/asttools.cmo ../main/mlsyntax.cmo ../main/quotation.cmo ../main/reloc.cmo ../main/pp_debug.cmo ../main/prtools.cmo ../main/ast2pt.cmo ../main/pcaml.cmo ../main/parserify.cmo ../main/exparser.cmo ../boot/stdpp.cmo ../boot/token.cmo ../meta/pa_r.cmo ../meta/pa_rp.cmo rprint.cmo camlp5_top_funs.cmo camlp5_top.cmo -g -linkall -a -o camlp5r.cma
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/top'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocpp'
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ocpp.ppo ocpp.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../odyl -I ../lib -c -impl ocpp.ppo
- rm -f ocpp.ppo
- ocamlc.opt -g -I ../main -I ../boot -I ../odyl -I ../lib ../boot/versdep.cmo ../boot/ploc.cmo ../boot/stdpp.cmo ../main/quotation.cmo ../odyl/odyl.cma ocpp.cmo ../odyl/odyl.cmo -linkall -o ocpp
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocpp'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/man'
- sed -e "s'LIBDIR'/home/opam/.opam/4.02/lib'g" -e "s/camlp5n/camlp5/g" -e "s/ocamln/ocaml/g" camlp5.1.tpl > camlp5.1
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/man'
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make opt
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- set -e; for i in ocaml_stuff lib odyl main meta etc; do cd $i; make opt; cd ..; done
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.02.3/utils; make OCAMLN=ocaml opt; cd ../..
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- ocamlopt  -c pconfig.ml
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- ocamlrun ../boot/camlp5r -nolib -I ../boot pa_macro.cmo -mode S -o versdep.ppo versdep.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ploc.ppo ploc.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o fstream.ppo fstream.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfun.ppo extfun.ml
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl extfun.ppo
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl fstream.ppo
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl ploc.ppo
- rm -f extfun.ppo
- rm -f fstream.ppo
- rm -f ploc.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o stdpp.ppo stdpp.ml
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl stdpp.ppo
- rm -f stdpp.ppo
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl versdep.ppo
- rm -f versdep.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexing.ppo plexing.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o diff.ppo diff.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pretty.ppo pretty.ml
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl pretty.ppo
- rm -f pretty.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pprintf.ppo pprintf.ml
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl diff.ppo
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl plexing.ppo
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl pprintf.ppo
- rm -f pprintf.ppo
- rm -f diff.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o eprinter.ppo eprinter.ml
- rm -f plexing.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o gramext.ppo gramext.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexer.ppo plexer.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o token.ppo token.ml
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl token.ppo
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl eprinter.ppo
- rm -f token.ppo
- rm -f eprinter.ppo
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl gramext.ppo
- rm -f gramext.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o grammar.ppo grammar.ml
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl plexer.ppo
- rm -f plexer.ppo
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl grammar.ppo
- rm -f grammar.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfold.ppo extfold.ml
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl extfold.ppo
- rm -f extfold.ppo
- ocamlopt.opt -g versdep.cmx ploc.cmx plexing.cmx plexer.cmx fstream.cmx gramext.cmx grammar.cmx diff.cmx extfold.cmx extfun.cmx pretty.cmx pprintf.cmx eprinter.cmx stdpp.cmx token.cmx -a -o gramlib.cmxa
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- cp odyl_config.ml odyl_config.ppo
- cat odyl_config.ml > odyl_config.ppo
- ocamlopt.opt -g -warn-error +A-11 -c -impl odyl_config.ppo
- rm -f odyl_config.ppo
- OPT=.opt EXE= OCAMLN=ocaml MODE=S COMPWITH=old CAMLP5N=camlp5 ../tools/camlp5_comm.sh -DOPT -o odyl_main.ppo odyl_main.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot pa_macro.cmo -mode S -DOPT -o odyl_main.ppo odyl_main.ml
- ocamlopt.opt -g -c -impl odyl_main.ppo
- rm -f odyl_main.ppo
- ocamlopt.opt -g odyl_config.cmx odyl_main.cmx -a -o odyl.cmxa
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o odyl.ppo odyl.ml
- ocamlopt.opt -g -warn-error +A-11 -c -impl odyl.ppo
- rm -f odyl.ppo
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o asttools.ppo asttools.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o quotation.ppo quotation.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o prtools.ppo prtools.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o reloc.ppo reloc.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o mlsyntax.ppo mlsyntax.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pp_debug.ppo pp_debug.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o argl.ppo argl.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl quotation.ppo
- rm -f quotation.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl pp_debug.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl mlsyntax.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl argl.ppo
- rm -f mlsyntax.ppo
- rm -f argl.ppo
- rm -f pp_debug.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl asttools.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl prtools.ppo
- rm -f asttools.ppo
- rm -f prtools.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ast2pt.ppo ast2pt.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl reloc.ppo
- rm -f reloc.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pcaml.ppo pcaml.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl pcaml.ppo
- rm -f pcaml.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o exparser.ppo exparser.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl ast2pt.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl exparser.ppo
- rm -f exparser.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o parserify.ppo parserify.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl parserify.ppo
- rm -f ast2pt.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o main.ppo main.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils -c -impl main.ppo
- rm -f main.ppo
- rm -f parserify.ppo
- ocamlopt.opt -g -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.02.3/utils ../lib/versdep.cmx ../lib/ploc.cmx ../lib/plexing.cmx ../lib/plexer.cmx ../lib/fstream.cmx ../lib/gramext.cmx ../lib/grammar.cmx ../lib/diff.cmx ../lib/extfold.cmx ../lib/extfun.cmx ../lib/pretty.cmx ../lib/pprintf.cmx ../lib/eprinter.cmx ../ocaml_stuff/4.02.3/utils/pconfig.cmx asttools.cmx quotation.cmx prtools.cmx reloc.cmx pp_debug.cmx pcaml.cmx ast2pt.cmx mlsyntax.cmx exparser.cmx parserify.cmx argl.cmx ../lib/stdpp.cmx ../lib/token.cmx main.cmx -a -o camlp5.cmxa
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o q_MLast.ppo q_MLast.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o q_ast_base.ppo q_ast_base.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_r.ppo pa_r.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_rp.ppo pa_rp.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extend.ppo pa_extend.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_macro.ppo pa_macro.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_fstream.ppo pa_fstream.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_lexer.ppo pa_lexer.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pr_dump.ppo pr_dump.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pr_dump.ppo
- rm -f pr_dump.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_rp.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl q_ast_base.ppo
- rm -f pa_rp.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_lexer.ppo
- rm -f q_ast_base.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o q_ast.ppo q_ast.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_macro.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_fstream.ppo
- rm -f pa_lexer.ppo
- rm -f pa_fstream.ppo
- rm -f pa_macro.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_extend.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl q_ast.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_r.ppo
- rm -f pa_extend.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_macro_gram.ppo pa_macro_gram.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extend_m.ppo pa_extend_m.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_extend_m.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl pa_macro_gram.ppo
- rm -f q_ast.ppo
- rm -f pa_extend_m.ppo
- rm -f pa_macro_gram.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.02.3/utils -c -impl q_MLast.ppo
- rm -f pa_r.ppo
- rm -f camlp5r.opt
- cd ../main; make optp5 CAMLP5OPT=../meta/camlp5r.opt CAMLP5M="-I ../meta pa_r.cmx pa_rp.cmx pr_dump.cmx"
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- ocamlopt.opt -g ../odyl/odyl.cmxa camlp5.cmxa -I ../meta pa_r.cmx pa_rp.cmx pr_dump.cmx ../odyl/odyl.cmx -linkall -o ../meta/camlp5r.opt
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- rm -f q_MLast.ppo
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/etc'
- make --no-print-directory -f Makefile.withnew pa_extfold.cmx
- make --no-print-directory -f Makefile.withnew pr_r.cmx
- make --no-print-directory -f Makefile.withnew pr_o.cmx
- make --no-print-directory -f Makefile.withnew pr_op.cmx
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_oop.ppo pa_oop.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_o.ppo pa_o.ml
- make --no-print-directory -f Makefile.withnew pr_extend.cmx
- make --no-print-directory -f Makefile.withnew pr_extfun.cmx
- make --no-print-directory -f Makefile.withnew pr_extprint.cmx
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extfun.ppo pa_extfun.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_op.ppo pa_op.ml
- make --no-print-directory -f Makefile.withnew q_phony.cmx
- make --no-print-directory -f Makefile.withnew papr_phony_macro.cmx
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extprint.ppo pa_extprint.ml
- make --no-print-directory -f Makefile.withnew pr_official.cmx
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_mkast.ppo pa_mkast.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_mktest.ppo pa_mktest.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pa_extfold.ppo pa_extfold.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_pprintf.ppo pa_pprintf.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_pragma.ppo pa_pragma.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_reloc.ppo pa_reloc.ml
- make --no-print-directory -f Makefile.withnew pa_lisp.cmx
- make --no-print-directory -f Makefile.withnew pa_scheme.cmx
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_o.ppo pr_o.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_r.ppo pr_r.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pr_depend.ppo pr_depend.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_extend.ppo pr_extend.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pr_null.ppo pr_null.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_extfun.ppo pr_extfun.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_op.ppo pr_op.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_extprint.ppo pr_extprint.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o papr_phony_macro.ppo papr_phony_macro.ml
- make --no-print-directory -f Makefile.withnew pr_scheme.cmx
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o q_phony.ppo q_phony.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc pa_macro.cmo -mode S -o pr_official.ppo pr_official.ml
- ocamlrun ../main/camlp5 -nolib -I ../meta -I ../etc ./pa_lispr.cmo pa_extend.cmo q_MLast.cmo pr_dump.cmo -mode S -o pa_lisp.ppo pa_lisp.ml
- make --no-print-directory -f Makefile.withnew pr_schemep.cmx
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pr_null.ppo
- ocamlrun ../boot/camlp5 -nolib -I ../boot pa_r.cmo pa_rp.cmo pa_extend.cmo q_MLast.cmo pr_dump.cmo -mode S -o pa_schemer.ppo pa_schemer.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_schemep.ppo pr_schemep.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pa_extfold.ppo
- rm -f pr_null.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_sml.ppo pa_sml.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_scheme.ppo pr_scheme.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_lefteval.ppo pa_lefteval.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_extfun.ppo
- rm -f pa_extfold.ppo
- ocamlrun ../main/camlp5 -nolib -I ../meta -I ../etc ./pa_schemer.cmo pa_extend.cmo q_MLast.cmo pr_dump.cmo -mode S -o pa_scheme.ppo pa_scheme.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_official.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_extfun.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_op.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl q_phony.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl papr_phony_macro.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_reloc.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_extprint.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_mkast.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_mktest.ppo
- rm -f pr_official.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_oop.ppo
- rm -f q_phony.ppo
- rm -f pr_extfun.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_extprint.ppo
- rm -f pa_extfun.ppo
- rm -f pa_reloc.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_op.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pr_depend.ppo
- rm -f papr_phony_macro.ppo
- rm -f pa_mkast.ppo
- rm -f pa_mktest.ppo
- rm -f pa_op.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_schemep.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_pprintf.ppo
- rm -f pa_oop.ppo
- rm -f pr_extprint.ppo
- rm -f pa_extprint.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_lefteval.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pa_lisp.ppo
- rm -f pr_depend.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_macro_print.ppo pa_macro_print.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_extend.ppo
- rm -f pr_schemep.ppo
- rm -f pa_lefteval.ppo
- rm -f pr_op.ppo
- rm -f pa_pprintf.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_macro_print.ppo
- rm -f pa_macro_print.ppo
- rm -f pa_lisp.ppo
- File "pa_sml.ml", line 447, characters 3-7:
- Warning: Unused local entry "sqid"
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_pragma.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_sml.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pa_scheme.ppo
- rm -f pr_extend.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_scheme.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_schemer.ppo
- rm -f pa_pragma.ppo
- rm -f pa_scheme.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_r.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_o.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_o.ppo
- rm -f pa_schemer.ppo
- rm -f pr_scheme.ppo
- rm -f pa_sml.ppo
- rm -f pr_r.ppo
- make --no-print-directory -f Makefile.withnew pr_ro.cmx
- make --no-print-directory -f Makefile.withnew pr_rp.cmx
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_ro.ppo pr_ro.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_rp.ppo pr_rp.ml
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_rp.ppo
- rm -f pr_o.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_ro.ppo
- rm -f pr_ro.ppo
- rm -f pr_rp.ppo
- rm -f pa_o.ppo
- rm -f camlp5o.opt
- cd ../main; make optp5 CAMLP5OPT=../etc/camlp5o.opt CAMLP5M="-I ../etc pa_o.cmx pa_op.cmx ../meta/pr_dump.cmx"
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- ocamlopt.opt -g ../odyl/odyl.cmxa camlp5.cmxa -I ../etc pa_o.cmx pa_op.cmx ../meta/pr_dump.cmx ../odyl/odyl.cmx -linkall -o ../etc/camlp5o.opt
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/etc'
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make opt.opt
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- set -e; for i in ocaml_stuff lib odyl main meta etc; do cd $i; make opt; cd ..; done
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.02.3/utils; make OCAMLN=ocaml opt; cd ../..
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- make[3]: Nothing to be done for 'opt'.
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.02.3/utils'
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Nothing to be done for 'opt'.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Nothing to be done for 'opt'.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Nothing to be done for 'opt'.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Nothing to be done for 'opt'.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/etc'
- make[2]: Nothing to be done for 'opt'.
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/etc'
- cd compile; make opt; cd ..
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/compile'
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o compile.ppo compile.ml
- ocamlc.opt -g -w y -warn-error +A-11 -I ../main -I ../boot -I ../lib -c -impl compile.ppo
- rm -f compile.ppo
- cat ../etc/pa_o.ml ../etc/pa_op.ml | perl -n -e 'print unless /#load/' > tmp.o_concat.ml
- ../meta/camlp5r -I ../meta -I ../etc pa_extend.cmo q_MLast.cmo pa_macro.cmo pa_macro_gram.cmo pr_r.cmo pr_ro.cmo pr_extend.cmo tmp.o_concat.ml > tmp.o_postprocessed.ml.ppo.TMP && mv tmp.o_postprocessed.ml.ppo.TMP tmp.o_postprocessed.ml.ppo
- ./strip-parser.pl tmp.o_postprocessed.ml.ppo > o_stripped.tmp
- OCAMLN=ocaml CAMLP5N=camlp5 EXE= RM=rm ./compile.sh -e "Grammar.Entry.obj Pcaml.interf" -e "Grammar.Entry.obj Pcaml.implem" -e "Grammar.Entry.obj Pcaml.top_phrase" -e "Grammar.Entry.obj Pcaml.use_file"  ../etc/pa_o.ml ../etc/pa_op.ml > o_fast.ml.tmp
- ocamlc -g -c tmp.mli
- ocamlrun ../meta/camlp5r -nolib -I ../meta pa_macro.cmo pa_extend.cmo pa_macro_gram.cmo q_MLast.cmo -meta_action tmp.ml -o tmp.ppo
- ocamlc -g -I ../lib -I ../main -c -impl tmp.ppo
- rm tmp.ppo
- ocamlrun ../main/camlp5 ./compile.cmo ./tmp.cmo ../etc/pr_r.cmo ../etc/pr_ro.cmo ../etc/pr_rp.cmo  -sep nn -impl - < /dev/null
- cat comp_head.ml.tpl o_stripped.tmp o_fast.ml.tmp comp_trail.ml.tpl > pa_o_fast.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_o_fast.ppo pa_o_fast.ml
- ocamlopt.opt -g -w y -warn-error +A-11 -I ../main -I ../boot -I ../lib -c -impl pa_o_fast.ppo
- rm -f pa_o_fast.ppo
- rm -f camlp5o.fast.opt
- cd ../main; make optp5 CAMLP5OPT=../compile/camlp5o.fast.opt CAMLP5M="../compile/pa_o_fast.cmx ../meta/pr_dump.cmx"
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- ocamlopt.opt -g ../odyl/odyl.cmxa camlp5.cmxa ../compile/pa_o_fast.cmx ../meta/pr_dump.cmx ../odyl/odyl.cmx -linkall -o ../compile/camlp5o.fast.opt
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/compile'
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make  -j31 --jobserver-auth=3,4 -- DEBUG=-g local-install
- make[1]: warning: -j31 forced in submake: resetting jobserver mode.
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- rm -rf local-install && mkdir -p local-install/lib/ocaml
- make DESTDIR= LIBDIR=`pwd`/local-install/lib BINDIR=`pwd`/local-install/bin MANDIR=`pwd`/local-install/man install
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- rm -rf "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5"
- for i in lib odyl main meta etc top ocpp man  compile; do \
-   (cd $i; make install DESTDIR= LIBDIR=/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib BINDIR=/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/bin MANDIR=/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/man; cd ..); \
- done
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- mkdir -p "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5"
- cp gramlib.cma *.mli "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- cp *.cmi "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- if test -f gramlib.cmxa; then \
-   make installopt LIBDIR="/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib" DESTDIR=; \
- fi
- make[4]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- cp gramlib.cmxa *.cmx "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- if test -f gramlib.lib; then \
-   cp gramlib.lib "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."; \
- else \
-   tar cf - gramlib"".a | \
-   (cd "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."; tar xf -); \
- fi
- make[4]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- mkdir -p "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5" "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/bin"
- cp odyl.cmo odyl.cma "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- if test -f odyl.cmxa; then \
-   cp odyl.cmxa odyl.cmx "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."; \
-   cp odyl.a odyl.o "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- mkdir -p "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/bin"
- mkdir -p "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5"
- cp camlp5 "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/bin/."
- cp ast2pt.mli mLast.mli quotation.mli pcaml.mli prtools.mli reloc.mli "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- cp asttools.cmi ast2pt.cmi mLast.cmi mlsyntax.cmi quotation.cmi pcaml.cmi prtools.cmi reloc.cmi pp_debug.cmi "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- cp asttools.cmx ast2pt.cmx mlsyntax.cmx quotation.cmx pcaml.cmx prtools.cmx reloc.cmx pp_debug.cmx "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- cp camlp5.cma "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- if test -f camlp5.cmxa; then \
-   cp camlp5.cmxa "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."; \
-   cp camlp5.a "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- mkdir -p "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5" "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/bin"
- cp q_MLast.cmo q_ast_base.cmo q_ast.cmo pa_r.cmo pa_rp.cmo pa_macro.cmo pa_macro_gram.cmo pa_fstream.cmo pa_extend.cmo pa_extend_m.cmo pr_dump.cmo pa_lexer.cmo "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- cp pa_macro.cmi pa_macro_gram.cmi pa_extend.cmi q_MLast.cmi q_ast_base.cmi q_ast.cmi "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- cp camlp5r "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/bin/."
- if test -f camlp5r.opt; then \
-   cp camlp5r.opt "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/bin/."; \
- fi
- if test -f pa_r.cmx; then \
-   cp q_MLast.cmx q_ast_base.cmx q_ast.cmx pa_r.cmx pa_rp.cmx pa_macro.cmx pa_macro_gram.cmx pa_fstream.cmx pa_extend.cmx pa_extend_m.cmx pr_dump.cmx pa_lexer.cmx "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."; \
-   for i in q_MLast q_ast_base q_ast pa_r pa_rp pa_macro pa_macro_gram pa_fstream pa_extend pa_extend_m pr_dump pa_lexer; do \
-      cp $i.o "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."; \
-   done; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/etc'
- mkdir -p "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5" "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/bin"
- rm -f "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/pa_lex.cmo"
- cp pa_o.cmo pa_op.cmo pa_oop.cmo pa_extfold.cmo pa_extfun.cmo pa_extprint.cmo pa_macro_print.cmo pa_mkast.cmo pa_mktest.cmo pa_pprintf.cmo pa_pragma.cmo pa_reloc.cmo pr_r.cmo pr_ro.cmo pr_rp.cmo pr_o.cmo pr_op.cmo pr_extend.cmo pr_extfun.cmo pr_extprint.cmo pr_depend.cmo pr_null.cmo q_phony.cmo  papr_phony_macro.cmo pr_official.cmo  pa_sml.cmo pa_lisp.cmo pa_scheme.cmo pa_schemer.cmo pa_lefteval.cmo  pr_scheme.cmo pr_schemep.cmo pr_o.cmi pr_r.cmi "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- sed -e "s|@VERSION@|8.00.02|" -e "s|@CAMLP5DIR@|/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5|" META.tpl > META
- cp META "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- cp lib.sml "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- cp camlp5o camlp5sch "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/bin/."
- cp mkcamlp5.pl "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/bin/mkcamlp5"
- chmod a+x "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/bin/mkcamlp5"
- if test -f pa_o.cmx; then \
-   cp pa_o.cmx pa_op.cmx pa_oop.cmx pa_extfold.cmx pa_extfun.cmx pa_extprint.cmx pa_macro_print.cmx pa_mkast.cmx pa_mktest.cmx pa_pprintf.cmx pa_pragma.cmx pa_reloc.cmx pr_r.cmx pr_ro.cmx pr_rp.cmx pr_o.cmx pr_op.cmx pr_extend.cmx pr_extfun.cmx pr_extprint.cmx pr_depend.cmx pr_null.cmx q_phony.cmx papr_phony_macro.cmx pr_official.cmx pa_sml.cmx pa_lisp.cmx pa_scheme.cmx pa_schemer.cmx pa_lefteval.cmx pr_scheme.cmx pr_schemep.cmx "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."; \
-   for i in pa_o pa_op pa_oop pa_extfold pa_extfun pa_extprint pa_macro_print pa_mkast pa_mktest pa_pprintf pa_pragma pa_reloc pr_r pr_ro pr_rp pr_o pr_op pr_extend pr_extfun pr_extprint pr_depend pr_null q_phony papr_phony_macro pr_official pa_sml pa_lisp pa_scheme pa_schemer pa_lefteval pr_scheme pr_schemep; do \
-     cp $i.o "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."; \
-   done; \
-   cp camlp5o.opt "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/bin/."; \
-   cp mkcamlp5.pl "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/bin/mkcamlp5.opt"; \
-   chmod a+x "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/bin/mkcamlp5.opt"; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/etc'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/top'
- mkdir -p "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5"
- cp camlp5o.cma camlp5r.cma camlp5sch.cma camlp5_top.cma "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- cp camlp5_top_funs.cmi camlp5_top_funs.cmo "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/top'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocpp'
- mkdir -p "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5" "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/bin"
- cp ocpp.cmo "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- cp ocpp "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/bin/ocpp5"
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocpp'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/man'
- mkdir -p "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/man/man1"
- cp camlp5.1 "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/man/man1/."
- for i in camlp5o.1 camlp5r.1 camlp5sch.1 mkcamlp5.1 ocpp5.1; do \
-   cd "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/man/man1"; rm -f $i; ln -s camlp5.1 $i; \
- done
- for i in camlp5o.opt.1 camlp5r.opt.1 mkcamlp5.opt.1; do \
-   cd "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/man/man1"; rm -f $i; ln -s camlp5.1 $i; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/man'
- make[3]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/compile'
- if test -f camlp5o.fast.opt; then \
-   cp camlp5o.fast.opt "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/bin/camlp5o.opt"; \
- fi
- if test -f pa_o_fast.cmx; then \
-   cp pa_o_fast.cmx pa_o_fast.o "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/compile'
- cp etc/topfind.camlp5 "/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/local-install/lib/ocaml/." || true
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02'
-> compiled  camlp5.8.00.02
Processing 82/84: [camlp5: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02)
- rm -rf "/home/opam/.opam/4.02/lib/camlp5"
- for i in lib odyl main meta etc top ocpp man  compile; do \
-   (cd $i; make install DESTDIR= LIBDIR=/home/opam/.opam/4.02/lib BINDIR=/home/opam/.opam/4.02/bin MANDIR=/home/opam/.opam/4.02/man; cd ..); \
- done
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- mkdir -p "/home/opam/.opam/4.02/lib/camlp5"
- cp gramlib.cma *.mli "/home/opam/.opam/4.02/lib/camlp5/."
- cp *.cmi "/home/opam/.opam/4.02/lib/camlp5/."
- if test -f gramlib.cmxa; then \
-   make installopt LIBDIR="/home/opam/.opam/4.02/lib" DESTDIR=; \
- fi
- make[2]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- cp gramlib.cmxa *.cmx "/home/opam/.opam/4.02/lib/camlp5/."
- if test -f gramlib.lib; then \
-   cp gramlib.lib "/home/opam/.opam/4.02/lib/camlp5/."; \
- else \
-   tar cf - gramlib"".a | \
-   (cd "/home/opam/.opam/4.02/lib/camlp5/."; tar xf -); \
- fi
- make[2]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/lib'
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- mkdir -p "/home/opam/.opam/4.02/lib/camlp5" "/home/opam/.opam/4.02/bin"
- cp odyl.cmo odyl.cma "/home/opam/.opam/4.02/lib/camlp5/."
- if test -f odyl.cmxa; then \
-   cp odyl.cmxa odyl.cmx "/home/opam/.opam/4.02/lib/camlp5/."; \
-   cp odyl.a odyl.o "/home/opam/.opam/4.02/lib/camlp5/."; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/odyl'
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- mkdir -p "/home/opam/.opam/4.02/bin"
- mkdir -p "/home/opam/.opam/4.02/lib/camlp5"
- cp camlp5 "/home/opam/.opam/4.02/bin/."
- cp ast2pt.mli mLast.mli quotation.mli pcaml.mli prtools.mli reloc.mli "/home/opam/.opam/4.02/lib/camlp5/."
- cp asttools.cmi ast2pt.cmi mLast.cmi mlsyntax.cmi quotation.cmi pcaml.cmi prtools.cmi reloc.cmi pp_debug.cmi "/home/opam/.opam/4.02/lib/camlp5/."
- cp asttools.cmx ast2pt.cmx mlsyntax.cmx quotation.cmx pcaml.cmx prtools.cmx reloc.cmx pp_debug.cmx "/home/opam/.opam/4.02/lib/camlp5/."
- cp camlp5.cma "/home/opam/.opam/4.02/lib/camlp5/."
- if test -f camlp5.cmxa; then \
-   cp camlp5.cmxa "/home/opam/.opam/4.02/lib/camlp5/."; \
-   cp camlp5.a "/home/opam/.opam/4.02/lib/camlp5/."; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/main'
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- mkdir -p "/home/opam/.opam/4.02/lib/camlp5" "/home/opam/.opam/4.02/bin"
- cp q_MLast.cmo q_ast_base.cmo q_ast.cmo pa_r.cmo pa_rp.cmo pa_macro.cmo pa_macro_gram.cmo pa_fstream.cmo pa_extend.cmo pa_extend_m.cmo pr_dump.cmo pa_lexer.cmo "/home/opam/.opam/4.02/lib/camlp5/."
- cp pa_macro.cmi pa_macro_gram.cmi pa_extend.cmi q_MLast.cmi q_ast_base.cmi q_ast.cmi "/home/opam/.opam/4.02/lib/camlp5/."
- cp camlp5r "/home/opam/.opam/4.02/bin/."
- if test -f camlp5r.opt; then \
-   cp camlp5r.opt "/home/opam/.opam/4.02/bin/."; \
- fi
- if test -f pa_r.cmx; then \
-   cp q_MLast.cmx q_ast_base.cmx q_ast.cmx pa_r.cmx pa_rp.cmx pa_macro.cmx pa_macro_gram.cmx pa_fstream.cmx pa_extend.cmx pa_extend_m.cmx pr_dump.cmx pa_lexer.cmx "/home/opam/.opam/4.02/lib/camlp5/."; \
-   for i in q_MLast q_ast_base q_ast pa_r pa_rp pa_macro pa_macro_gram pa_fstream pa_extend pa_extend_m pr_dump pa_lexer; do \
-      cp $i.o "/home/opam/.opam/4.02/lib/camlp5/."; \
-   done; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/meta'
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/etc'
- mkdir -p "/home/opam/.opam/4.02/lib/camlp5" "/home/opam/.opam/4.02/bin"
- rm -f "/home/opam/.opam/4.02/lib/camlp5/pa_lex.cmo"
- cp pa_o.cmo pa_op.cmo pa_oop.cmo pa_extfold.cmo pa_extfun.cmo pa_extprint.cmo pa_macro_print.cmo pa_mkast.cmo pa_mktest.cmo pa_pprintf.cmo pa_pragma.cmo pa_reloc.cmo pr_r.cmo pr_ro.cmo pr_rp.cmo pr_o.cmo pr_op.cmo pr_extend.cmo pr_extfun.cmo pr_extprint.cmo pr_depend.cmo pr_null.cmo q_phony.cmo  papr_phony_macro.cmo pr_official.cmo  pa_sml.cmo pa_lisp.cmo pa_scheme.cmo pa_schemer.cmo pa_lefteval.cmo  pr_scheme.cmo pr_schemep.cmo pr_o.cmi pr_r.cmi "/home/opam/.opam/4.02/lib/camlp5/."
- sed -e "s|@VERSION@|8.00.02|" -e "s|@CAMLP5DIR@|/home/opam/.opam/4.02/lib/camlp5|" META.tpl > META
- cp META "/home/opam/.opam/4.02/lib/camlp5/."
- cp lib.sml "/home/opam/.opam/4.02/lib/camlp5/."
- cp camlp5o camlp5sch "/home/opam/.opam/4.02/bin/."
- cp mkcamlp5.pl "/home/opam/.opam/4.02/bin/mkcamlp5"
- chmod a+x "/home/opam/.opam/4.02/bin/mkcamlp5"
- if test -f pa_o.cmx; then \
-   cp pa_o.cmx pa_op.cmx pa_oop.cmx pa_extfold.cmx pa_extfun.cmx pa_extprint.cmx pa_macro_print.cmx pa_mkast.cmx pa_mktest.cmx pa_pprintf.cmx pa_pragma.cmx pa_reloc.cmx pr_r.cmx pr_ro.cmx pr_rp.cmx pr_o.cmx pr_op.cmx pr_extend.cmx pr_extfun.cmx pr_extprint.cmx pr_depend.cmx pr_null.cmx q_phony.cmx papr_phony_macro.cmx pr_official.cmx pa_sml.cmx pa_lisp.cmx pa_scheme.cmx pa_schemer.cmx pa_lefteval.cmx pr_scheme.cmx pr_schemep.cmx "/home/opam/.opam/4.02/lib/camlp5/."; \
-   for i in pa_o pa_op pa_oop pa_extfold pa_extfun pa_extprint pa_macro_print pa_mkast pa_mktest pa_pprintf pa_pragma pa_reloc pr_r pr_ro pr_rp pr_o pr_op pr_extend pr_extfun pr_extprint pr_depend pr_null q_phony papr_phony_macro pr_official pa_sml pa_lisp pa_scheme pa_schemer pa_lefteval pr_scheme pr_schemep; do \
-     cp $i.o "/home/opam/.opam/4.02/lib/camlp5/."; \
-   done; \
-   cp camlp5o.opt "/home/opam/.opam/4.02/bin/."; \
-   cp mkcamlp5.pl "/home/opam/.opam/4.02/bin/mkcamlp5.opt"; \
-   chmod a+x "/home/opam/.opam/4.02/bin/mkcamlp5.opt"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/etc'
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/top'
- mkdir -p "/home/opam/.opam/4.02/lib/camlp5"
- cp camlp5o.cma camlp5r.cma camlp5sch.cma camlp5_top.cma "/home/opam/.opam/4.02/lib/camlp5/."
- cp camlp5_top_funs.cmi camlp5_top_funs.cmo "/home/opam/.opam/4.02/lib/camlp5/."
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/top'
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocpp'
- mkdir -p "/home/opam/.opam/4.02/lib/camlp5" "/home/opam/.opam/4.02/bin"
- cp ocpp.cmo "/home/opam/.opam/4.02/lib/camlp5/."
- cp ocpp "/home/opam/.opam/4.02/bin/ocpp5"
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/ocpp'
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/man'
- mkdir -p "/home/opam/.opam/4.02/man/man1"
- cp camlp5.1 "/home/opam/.opam/4.02/man/man1/."
- for i in camlp5o.1 camlp5r.1 camlp5sch.1 mkcamlp5.1 ocpp5.1; do \
-   cd "/home/opam/.opam/4.02/man/man1"; rm -f $i; ln -s camlp5.1 $i; \
- done
- for i in camlp5o.opt.1 camlp5r.opt.1 mkcamlp5.opt.1; do \
-   cd "/home/opam/.opam/4.02/man/man1"; rm -f $i; ln -s camlp5.1 $i; \
- done
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/man'
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/compile'
- if test -f camlp5o.fast.opt; then \
-   cp camlp5o.fast.opt "/home/opam/.opam/4.02/bin/camlp5o.opt"; \
- fi
- if test -f pa_o_fast.cmx; then \
-   cp pa_o_fast.cmx pa_o_fast.o "/home/opam/.opam/4.02/lib/camlp5/."; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/camlp5.8.00.02/compile'
- cp etc/topfind.camlp5 "/home/opam/.opam/4.02/lib/ocaml/." || true
-> installed camlp5.8.00.02
Processing 83/84: [haxe: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02/.opam-switch/build/haxe.4.1.1)
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- dune build --workspace dune-workspace.dev src-prebuild/prebuild.exe
- _build/default/src-prebuild/prebuild.exe libparams -cclib -lpcre -cclib -lz -cclib -lmbedtls -cclib -lmbedx509 -cclib -lmbedcrypto > lib.sexp
- _build/default/src-prebuild/prebuild.exe version "0" "" "" > src/compiler/version.ml
- dune build --workspace dune-workspace.dev src/haxe.exe
-       ocamlc libs/mbedtls/mbedtls_stubs.o
- In file included from mbedtls_stubs.c:16:
- mbedtls_stubs.c: In function 'ml_mbedtls_ctr_drbg_random':
- /home/opam/.opam/4.02/lib/ocaml/caml/mlvalues.h:226:24: warning: pointer targets in passing argument 2 of 'mbedtls_ctr_drbg_random' differ in signedness [-Wpointer-sign]
-   226 | #define String_val(x) ((char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~
-       |                        |
-       |                        char *
- /home/opam/.opam/4.02/lib/ocaml/caml/memory.h:231:28: note: in expansion of macro 'CAMLreturnT'
-   231 | #define CAMLreturn(result) CAMLreturnT(value, result)
-       |                            ^~~~~~~~~~~
- mbedtls_stubs.c:87:9: note: in expansion of macro 'CAMLreturn'
-    87 |         CAMLreturn(Val_int(mbedtls_ctr_drbg_random(CtrDrbg_val(p_rng), String_val(output), Int_val(output_len))));
-       |         ^~~~~~~~~~
- /home/opam/.opam/4.02/lib/ocaml/caml/mlvalues.h:75:20: note: in expansion of macro 'Val_long'
-    75 | #define Val_int(x) Val_long(x)
-       |                    ^~~~~~~~
- mbedtls_stubs.c:87:20: note: in expansion of macro 'Val_int'
-    87 |         CAMLreturn(Val_int(mbedtls_ctr_drbg_random(CtrDrbg_val(p_rng), String_val(output), Int_val(output_len))));
-       |                    ^~~~~~~
- mbedtls_stubs.c:87:72: note: in expansion of macro 'String_val'
-    87 |         CAMLreturn(Val_int(mbedtls_ctr_drbg_random(CtrDrbg_val(p_rng), String_val(output), Int_val(output_len))));
-       |                                                                        ^~~~~~~~~~
- In file included from mbedtls_stubs.c:26:
- /usr/include/mbedtls/ctr_drbg.h:533:37: note: expected 'unsigned char *' but argument is of type 'char *'
-   533 |                      unsigned char *output, size_t output_len );
-       |                      ~~~~~~~~~~~~~~~^~~~~~
- In file included from mbedtls_stubs.c:16:
- mbedtls_stubs.c: In function 'ml_mbedtls_entropy_func':
- /home/opam/.opam/4.02/lib/ocaml/caml/mlvalues.h:226:24: warning: pointer targets in passing argument 2 of 'mbedtls_entropy_func' differ in signedness [-Wpointer-sign]
-   226 | #define String_val(x) ((char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~
-       |                        |
-       |                        char *
- /home/opam/.opam/4.02/lib/ocaml/caml/memory.h:231:28: note: in expansion of macro 'CAMLreturnT'
-   231 | #define CAMLreturn(result) CAMLreturnT(value, result)
-       |                            ^~~~~~~~~~~
- mbedtls_stubs.c:127:9: note: in expansion of macro 'CAMLreturn'
-   127 |         CAMLreturn(Val_int(mbedtls_entropy_func(PVoid_val(data), String_val(output), Int_val(len))));
-       |         ^~~~~~~~~~
- /home/opam/.opam/4.02/lib/ocaml/caml/mlvalues.h:75:20: note: in expansion of macro 'Val_long'
-    75 | #define Val_int(x) Val_long(x)
-       |                    ^~~~~~~~
- mbedtls_stubs.c:127:20: note: in expansion of macro 'Val_int'
-   127 |         CAMLreturn(Val_int(mbedtls_entropy_func(PVoid_val(data), String_val(output), Int_val(len))));
-       |                    ^~~~~~~
- mbedtls_stubs.c:127:66: note: in expansion of macro 'String_val'
-   127 |         CAMLreturn(Val_int(mbedtls_entropy_func(PVoid_val(data), String_val(output), Int_val(len))));
-       |                                                                  ^~~~~~~~~~
- In file included from mbedtls_stubs.c:25:
- /usr/include/mbedtls/entropy.h:206:54: note: expected 'unsigned char *' but argument is of type 'char *'
-   206 | int mbedtls_entropy_func( void *data, unsigned char *output, size_t len );
-       |                                       ~~~~~~~~~~~~~~~^~~~~~
- In file included from mbedtls_stubs.c:16:
- mbedtls_stubs.c: In function 'ml_mbedtls_x509_crt_parse':
- mbedtls_stubs.c:176:71: warning: pointer targets in passing argument 2 of 'mbedtls_x509_crt_parse' differ in signedness [-Wpointer-sign]
-   176 |         CAMLreturn(Val_int(mbedtls_x509_crt_parse(X509Crt_val(chain), buf, len + 1)));
-       |                                                                       ^~~
-       |                                                                       |
-       |                                                                       const char *
- /home/opam/.opam/4.02/lib/ocaml/caml/memory.h:226:29: note: in definition of macro 'CAMLreturnT'
-   226 |   type caml__temp_result = (result); \
-       |                             ^~~~~~
- mbedtls_stubs.c:176:9: note: in expansion of macro 'CAMLreturn'
-   176 |         CAMLreturn(Val_int(mbedtls_x509_crt_parse(X509Crt_val(chain), buf, len + 1)));
-       |         ^~~~~~~~~~
- /home/opam/.opam/4.02/lib/ocaml/caml/mlvalues.h:75:20: note: in expansion of macro 'Val_long'
-    75 | #define Val_int(x) Val_long(x)
-       |                    ^~~~~~~~
- mbedtls_stubs.c:176:20: note: in expansion of macro 'Val_int'
-   176 |         CAMLreturn(Val_int(mbedtls_x509_crt_parse(X509Crt_val(chain), buf, len + 1)));
-       |                    ^~~~~~~
- In file included from /usr/include/mbedtls/ssl.h:37,
-                  from /usr/include/mbedtls/debug.h:31,
-                  from mbedtls_stubs.c:21:
- /usr/include/mbedtls/x509_crt.h:458:75: note: expected 'const unsigned char *' but argument is of type 'const char *'
-   458 | int mbedtls_x509_crt_parse( mbedtls_x509_crt *chain, const unsigned char *buf, size_t buflen );
-       |                                                      ~~~~~~~~~~~~~~~~~~~~~^~~
- mbedtls_stubs.c: In function 'hx_cert_get_alt_names':
- mbedtls_stubs.c:203:29: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
-   203 |         if (cert->ext_types & MBEDTLS_X509_EXT_SUBJECT_ALT_NAME == 0 || &cert->subject_alt_names == NULL) {
-       |                             ^
- In file included from mbedtls_stubs.c:16:
- mbedtls_stubs.c: In function 'ml_mbedtls_pk_parse_key':
- /home/opam/.opam/4.02/lib/ocaml/caml/mlvalues.h:226:24: warning: pointer targets in passing argument 2 of 'mbedtls_pk_parse_key' differ in signedness [-Wpointer-sign]
-   226 | #define String_val(x) ((char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~
-       |                        |
-       |                        char *
- /home/opam/.opam/4.02/lib/ocaml/caml/memory.h:231:28: note: in expansion of macro 'CAMLreturnT'
-   231 | #define CAMLreturn(result) CAMLreturnT(value, result)
-       |                            ^~~~~~~~~~~
- mbedtls_stubs.c:377:9: note: in expansion of macro 'CAMLreturn'
-   377 |         CAMLreturn(mbedtls_pk_parse_key(PkContext_val(ctx), String_val(key), caml_string_length(key) + 1, pwd, pwdlen));
-       |         ^~~~~~~~~~
- mbedtls_stubs.c:377:61: note: in expansion of macro 'String_val'
-   377 |         CAMLreturn(mbedtls_pk_parse_key(PkContext_val(ctx), String_val(key), caml_string_length(key) + 1, pwd, pwdlen));
-       |                                                             ^~~~~~~~~~
- In file included from /usr/include/mbedtls/ssl_ciphersuites.h:31,
-                  from /usr/include/mbedtls/ssl.h:34,
-                  from /usr/include/mbedtls/debug.h:31,
-                  from mbedtls_stubs.c:21:
- /usr/include/mbedtls/pk.h:690:40: note: expected 'const unsigned char *' but argument is of type 'char *'
-   690 |                   const unsigned char *key, size_t keylen,
-       |                   ~~~~~~~~~~~~~~~~~~~~~^~~
- In file included from mbedtls_stubs.c:16:
- mbedtls_stubs.c:377:107: warning: pointer targets in passing argument 4 of 'mbedtls_pk_parse_key' differ in signedness [-Wpointer-sign]
-   377 |         CAMLreturn(mbedtls_pk_parse_key(PkContext_val(ctx), String_val(key), caml_string_length(key) + 1, pwd, pwdlen));
-       |                                                                                                           ^~~
-       |                                                                                                           |
-       |                                                                                                           const char *
- /home/opam/.opam/4.02/lib/ocaml/caml/memory.h:226:29: note: in definition of macro 'CAMLreturnT'
-   226 |   type caml__temp_result = (result); \
-       |                             ^~~~~~
- mbedtls_stubs.c:377:9: note: in expansion of macro 'CAMLreturn'
-   377 |         CAMLreturn(mbedtls_pk_parse_key(PkContext_val(ctx), String_val(key), caml_string_length(key) + 1, pwd, pwdlen));
-       |         ^~~~~~~~~~
- In file included from /usr/include/mbedtls/ssl_ciphersuites.h:31,
-                  from /usr/include/mbedtls/ssl.h:34,
-                  from /usr/include/mbedtls/debug.h:31,
-                  from mbedtls_stubs.c:21:
- /usr/include/mbedtls/pk.h:691:40: note: expected 'const unsigned char *' but argument is of type 'const char *'
-   691 |                   const unsigned char *pwd, size_t pwdlen );
-       |                   ~~~~~~~~~~~~~~~~~~~~~^~~
- In file included from mbedtls_stubs.c:16:
- mbedtls_stubs.c: In function 'ml_mbedtls_pk_parse_public_key':
- /home/opam/.opam/4.02/lib/ocaml/caml/mlvalues.h:226:24: warning: pointer targets in passing argument 2 of 'mbedtls_pk_parse_public_key' differ in signedness [-Wpointer-sign]
-   226 | #define String_val(x) ((char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~
-       |                        |
-       |                        char *
- /home/opam/.opam/4.02/lib/ocaml/caml/memory.h:231:28: note: in expansion of macro 'CAMLreturnT'
-   231 | #define CAMLreturn(result) CAMLreturnT(value, result)
-       |                            ^~~~~~~~~~~
- mbedtls_stubs.c:391:9: note: in expansion of macro 'CAMLreturn'
-   391 |         CAMLreturn(mbedtls_pk_parse_public_key(PkContext_val(ctx), String_val(key), caml_string_length(key) + 1));
-       |         ^~~~~~~~~~
- mbedtls_stubs.c:391:68: note: in expansion of macro 'String_val'
-   391 |         CAMLreturn(mbedtls_pk_parse_public_key(PkContext_val(ctx), String_val(key), caml_string_length(key) + 1));
-       |                                                                    ^~~~~~~~~~
- In file included from /usr/include/mbedtls/ssl_ciphersuites.h:31,
-                  from /usr/include/mbedtls/ssl.h:34,
-                  from /usr/include/mbedtls/debug.h:31,
-                  from mbedtls_stubs.c:21:
- /usr/include/mbedtls/pk.h:716:47: note: expected 'const unsigned char *' but argument is of type 'char *'
-   716 |                          const unsigned char *key, size_t keylen );
-       |                          ~~~~~~~~~~~~~~~~~~~~~^~~
- In file included from mbedtls_stubs.c:16:
- mbedtls_stubs.c: In function 'ml_mbedtls_ssl_read':
- mbedtls_stubs.c:449:82: warning: pointer targets in passing argument 2 of 'mbedtls_ssl_read' differ in signedness [-Wpointer-sign]
-   449 |         CAMLreturn(Val_int(mbedtls_ssl_read(SslContext_val(ssl), String_val(buf) + Int_val(pos), Int_val(len))));
- /home/opam/.opam/4.02/lib/ocaml/caml/memory.h:226:29: note: in definition of macro 'CAMLreturnT'
-   226 |   type caml__temp_result = (result); \
-       |                             ^~~~~~
- mbedtls_stubs.c:449:9: note: in expansion of macro 'CAMLreturn'
-   449 |         CAMLreturn(Val_int(mbedtls_ssl_read(SslContext_val(ssl), String_val(buf) + Int_val(pos), Int_val(len))));
-       |         ^~~~~~~~~~
- /home/opam/.opam/4.02/lib/ocaml/caml/mlvalues.h:75:20: note: in expansion of macro 'Val_long'
-    75 | #define Val_int(x) Val_long(x)
-       |                    ^~~~~~~~
- mbedtls_stubs.c:449:20: note: in expansion of macro 'Val_int'
-   449 |         CAMLreturn(Val_int(mbedtls_ssl_read(SslContext_val(ssl), String_val(buf) + Int_val(pos), Int_val(len))));
-       |                    ^~~~~~~
- In file included from /usr/include/mbedtls/debug.h:31,
-                  from mbedtls_stubs.c:21:
- /usr/include/mbedtls/ssl.h:4118:64: note: expected 'unsigned char *' but argument is of type 'char *'
-  4118 | int mbedtls_ssl_read( mbedtls_ssl_context *ssl, unsigned char *buf, size_t len );
-       |                                                 ~~~~~~~~~~~~~~~^~~
- In file included from mbedtls_stubs.c:16:
- mbedtls_stubs.c: In function 'ml_mbedtls_ssl_write':
- mbedtls_stubs.c:495:83: warning: pointer targets in passing argument 2 of 'mbedtls_ssl_write' differ in signedness [-Wpointer-sign]
-   495 |         CAMLreturn(Val_int(mbedtls_ssl_write(SslContext_val(ssl), String_val(buf) + Int_val(pos), Int_val(len))));
- /home/opam/.opam/4.02/lib/ocaml/caml/memory.h:226:29: note: in definition of macro 'CAMLreturnT'
-   226 |   type caml__temp_result = (result); \
-       |                             ^~~~~~
- mbedtls_stubs.c:495:9: note: in expansion of macro 'CAMLreturn'
-   495 |         CAMLreturn(Val_int(mbedtls_ssl_write(SslContext_val(ssl), String_val(buf) + Int_val(pos), Int_val(len))));
-       |         ^~~~~~~~~~
- /home/opam/.opam/4.02/lib/ocaml/caml/mlvalues.h:75:20: note: in expansion of macro 'Val_long'
-    75 | #define Val_int(x) Val_long(x)
-       |                    ^~~~~~~~
- mbedtls_stubs.c:495:20: note: in expansion of macro 'Val_int'
-   495 |         CAMLreturn(Val_int(mbedtls_ssl_write(SslContext_val(ssl), String_val(buf) + Int_val(pos), Int_val(len))));
-       |                    ^~~~~~~
- In file included from /usr/include/mbedtls/debug.h:31,
-                  from mbedtls_stubs.c:21:
- /usr/include/mbedtls/ssl.h:4180:71: note: expected 'const unsigned char *' but argument is of type 'char *'
-  4180 | int mbedtls_ssl_write( mbedtls_ssl_context *ssl, const unsigned char *buf, size_t len );
-       |                                                  ~~~~~~~~~~~~~~~~~~~~~^~~
- mbedtls_stubs.c: In function 'hx_cert_load_defaults':
- mbedtls_stubs.c:504:27: warning: unused variable 'chain' [-Wunused-variable]
-   504 |         mbedtls_x509_crt *chain = X509Crt_val(certificate);
-       |                           ^~~~~
- File "grammar.mly", line 487, characters 66-67:
- Warning 26: unused variable s.
- File "grammar.mly", line 1117, characters 6-7:
- Warning 26: unused variable s.
- File "grammar.mly", line 1312, characters 41-42:
- Warning 26: unused variable s.
- File "grammar.mly", line 487, characters 66-67:
- Warning 26: unused variable s.
- File "grammar.mly", line 1117, characters 6-7:
- Warning 26: unused variable s.
- File "grammar.mly", line 1312, characters 41-42:
- Warning 26: unused variable s.
- cp -f _build/default/src/haxe.exe ./"haxe"
- (cd /home/opam/.opam/4.02/.opam-switch/build/haxe.4.1.1/extra/haxelib_src && /home/opam/.opam/4.02/.opam-switch/build/haxe.4.1.1/haxe client.hxml && nekotools boot run.n)
- hx3compat/std/haxe/remoting/HttpConnection.hx:81: characters 11-19 : Warning : neko.Web is deprecated and will be removed from standard library in Haxe 4.2
- hx3compat/std/haxe/remoting/HttpConnection.hx:82: characters 7-15 : Warning : neko.Web is deprecated and will be removed from standard library in Haxe 4.2
- mv extra/haxelib_src/run haxelib
-> compiled  haxe.4.1.1
Processing 84/84: [haxe: cp haxe]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "cp" "haxe" "haxelib" "/home/opam/.opam/4.02/bin" (CWD=/home/opam/.opam/4.02/.opam-switch/build/haxe.4.1.1)
Processing 84/84: [haxe: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.02/share/haxe" (CWD=/home/opam/.opam/4.02/.opam-switch/build/haxe.4.1.1)
Processing 84/84: [haxe: cp std]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "cp" "-r" "std" "/home/opam/.opam/4.02/share/haxe/std" (CWD=/home/opam/.opam/4.02/.opam-switch/build/haxe.4.1.1)
-> installed haxe.4.1.1
Done.

<><> jbuilder.transition installed successfully <><><><><><><><><><><><><><><><>
=> Jbuilder has been renamed and the jbuilder package is now a transition package. Use the dune package instead.
# Run eval $(opam env) to update the current shell environment
2022-05-01 18:25.58 ---> saved as "8bd084ab46170238b0e5bcf2391422c2f6c7c85baec511ca3b808e3b4116abcf"
Job succeeded