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


Building on c2-3.ocamllabs.io

(from ocaml/opam:debian-unstable@sha256:e4c09aeba9b8a867e774ff46ed44d53e775234522abf2babbff843b8f1dedb10)
2022-12-01 21:23.01 ---> using "d3dee1d616ca63d5699d5fd962109ec0d24e968377e0ae69e6161eba0f5af82c" 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-12-01 21:23.01 ---> using "48f1f5dc3ecf939352db5ef5caf9f3dc06faae2a01cbd7119d2a81d4fcd9c299" 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 06dca815ecdb3b6fd6bee20130421fa5176fb13b"))
2022-12-01 21:23.01 ---> using "16f67628ac3eeec9d808b099f47f4099b97a8cae63b5c0fbc89d12f2a02927dc" 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-12-01 21:23.01 ---> using "6fb88fda4d19acd47c8b26cd10aa2012c01f6dcb7de78f06ee3dd49b923bec9b" from cache

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-base-compiler.4.05.0  (cached)
-> installed ocaml-base-compiler.4.05.0
-> installed ocaml-config.1
-> installed ocaml.4.05.0
Done.
# Run eval $(opam env --switch=4.05) to update the current shell environment
2022-12-01 21:23.01 ---> using "3ca44a02c7159a8f5f92c3075c1626700542031e5a8ca91eddd9bc6865c40159" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [161 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-12-01-0803.19-F-2022-11-26-0806.52.pdiff [346 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-12-01-0803.19-F-2022-11-26-0806.52.pdiff [346 kB]
- Fetched 570 kB in 2s (337 kB/s)
- Reading package lists...
- 
2022-12-01 21:23.01 ---> using "49c50942457c076dc5193021ff934a1f38aaa22d2a291fa7a4b20a11095a8d39" 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-12-01 21:23.01 ---> using "90725de9e6c8776e7e6b14d56762872bab4b03574a5f82a1ce4e0b95ccebffaa" from cache

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

Nothing to do.
The following actions will be performed:
=== install 13 packages
  - install base                        v0.13.2    [required by pcre]
  - install bigbro                      2.0.4-rev3
  - install camlp5                      8.00.02    [required by bigbro]
  - install conf-libpcre                1          [required by pcre]
  - 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]
  - install dune                        1.11.4     [required by pcre]
  - install dune-configurator           1.0.0      [required by pcre]
  - install ocamlfind                   1.9.5      [required by bigbro]
  - install pcre                        7.4.1      [required by bigbro]
  - install sexplib0                    v0.13.0    [required by base]

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

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

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

[1/2/3/4] 1

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libipc-system-simple-perl" "libpcre3-dev" "libstring-shellquote-perl" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libipc-system-simple-perl.
- (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 ... 19038 files and directories currently installed.)
- Preparing to unpack .../00-libipc-system-simple-perl_1.30-2_all.deb ...
- Unpacking libipc-system-simple-perl (1.30-2) ...
- Selecting previously unselected package libpcre16-3:amd64.
- Preparing to unpack .../01-libpcre16-3_2%3a8.39-14_amd64.deb ...
- Unpacking libpcre16-3:amd64 (2:8.39-14) ...
- Selecting previously unselected package libpcre3:amd64.
- Preparing to unpack .../02-libpcre3_2%3a8.39-14_amd64.deb ...
- Unpacking libpcre3:amd64 (2:8.39-14) ...
- Selecting previously unselected package libpcre32-3:amd64.
- Preparing to unpack .../03-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 .../04-libpcrecpp0v5_2%3a8.39-14_amd64.deb ...
- Unpacking libpcrecpp0v5:amd64 (2:8.39-14) ...
- Selecting previously unselected package libpcre3-dev:amd64.
- Preparing to unpack .../05-libpcre3-dev_2%3a8.39-14_amd64.deb ...
- Unpacking libpcre3-dev:amd64 (2:8.39-14) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../06-libpkgconf3_1.8.0-11_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.0-11) ...
- Selecting previously unselected package libstring-shellquote-perl.
- Preparing to unpack .../07-libstring-shellquote-perl_1.04-3_all.deb ...
- Unpacking libstring-shellquote-perl (1.04-3) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../08-pkgconf-bin_1.8.0-11_amd64.deb ...
- Unpacking pkgconf-bin (1.8.0-11) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../09-pkgconf_1.8.0-11_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.0-11) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../10-pkg-config_1.8.0-11_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.0-11) ...
- Setting up libpcre16-3:amd64 (2:8.39-14) ...
- Setting up libstring-shellquote-perl (1.04-3) ...
- Setting up libpcre3:amd64 (2:8.39-14) ...
- Setting up libpkgconf3:amd64 (1.8.0-11) ...
- Setting up libipc-system-simple-perl (1.30-2) ...
- Setting up libpcre32-3:amd64 (2:8.39-14) ...
- Setting up pkgconf-bin (1.8.0-11) ...
- Setting up libpcrecpp0v5:amd64 (2:8.39-14) ...
- Setting up libpcre3-dev:amd64 (2:8.39-14) ...
- Setting up pkgconf:amd64 (1.8.0-11) ...
- Setting up pkg-config:amd64 (1.8.0-11) ...
- Processing triggers for libc-bin (2.36-5) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/39:
Processing  2/39: [bigbro.2.0.4-rev3: http]
Processing  3/39: [bigbro.2.0.4-rev3: http]
-> retrieved base.v0.13.2  (cached)
Processing  4/39: [bigbro.2.0.4-rev3: http]
Processing  5/39: [bigbro.2.0.4-rev3: http]
Processing  6/39: [bigbro.2.0.4-rev3: http]
Processing  7/39: [bigbro.2.0.4-rev3: http]
Processing  8/39: [bigbro.2.0.4-rev3: http]
Processing  9/39: [bigbro.2.0.4-rev3: http]
Processing 10/39: [bigbro.2.0.4-rev3: http] [conf-perl: perl]
Processing 11/39: [bigbro.2.0.4-rev3: http] [conf-perl: perl] [conf-pkg-config: pkg-config]
Processing 11/39: [conf-perl: perl] [conf-pkg-config: pkg-config]
-> retrieved camlp5.8.00.02  (cached)
Processing 12/39: [conf-perl: perl] [conf-pkg-config: pkg-config]
Processing 13/39: [conf-perl: perl] [conf-pkg-config: pkg-config]
-> retrieved dune.1.11.4  (cached)
Processing 14/39: [conf-perl: perl] [conf-pkg-config: pkg-config]
Processing 15/39: [conf-perl: perl] [conf-pkg-config: pkg-config] [dune: ocaml bootstrap.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "perl" "--version" (CWD=/home/opam/.opam/4.05/.opam-switch/build/conf-perl.2)
- 
- This is perl 5, version 36, subversion 0 (v5.36.0) built for x86_64-linux-gnu-thread-multi
- (with 49 registered patches, see perl -V for more detail)
- 
- Copyright 1987-2022, Larry Wall
- 
- Perl may be copied only under the terms of either the Artistic License or the
- GNU General Public License, which may be found in the Perl 5 source kit.
- 
- Complete documentation for Perl, including FAQ lists, should be found on
- this system using "man perl" or "perldoc perl".  If you have access to the
- Internet, point your browser at https://www.perl.org/, the Perl Home Page.
- 
-> compiled  conf-perl.2
Processing 15/39: [conf-pkg-config: pkg-config] [dune: ocaml bootstrap.ml]
-> installed conf-perl.2
Processing 16/39: [conf-pkg-config: pkg-config] [dune: ocaml bootstrap.ml]
Processing 17/39: [conf-perl-ipc-system-simple: perl] [conf-pkg-config: pkg-config] [dune: ocaml bootstrap.ml]
Processing 18/39: [conf-perl-ipc-system-simple: perl] [conf-perl-string-shellquote: perl] [conf-pkg-config: pkg-config] [dune: ocaml bootstrap.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--help" (CWD=/home/opam/.opam/4.05/.opam-switch/build/conf-pkg-config.2)
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.2
Processing 18/39: [conf-perl-ipc-system-simple: perl] [conf-perl-string-shellquote: perl] [dune: ocaml bootstrap.ml]
Processing 19/39: [conf-perl-ipc-system-simple: perl] [conf-perl-string-shellquote: perl] [dune: ocaml bootstrap.ml] [conf-pkg-config: mkdir]
-> retrieved bigbro.2.0.4-rev3  (http://cristal.inria.fr/~fpottier/bigbro/bigbro-2.0.4-rev3.tar.gz)
Processing 20/39: [conf-perl-ipc-system-simple: perl] [conf-perl-string-shellquote: perl] [dune: ocaml bootstrap.ml] [conf-pkg-config: mkdir]
-> retrieved ocamlfind.1.9.5  (cached)
[ocamlfind: patch] applying 0001-Fix-bug-when-installing-with-a-system-compiler.patch
Processing 21/39: [conf-perl-ipc-system-simple: perl] [conf-perl-string-shellquote: perl] [dune: ocaml bootstrap.ml] [ocamlfind: patch] [conf-pkg-config: mkdir]
-> retrieved pcre.7.4.1  (cached)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "perl" "--version" (CWD=/home/opam/.opam/4.05/.opam-switch/build/conf-perl-ipc-system-simple.3)
- 
- This is perl 5, version 36, subversion 0 (v5.36.0) built for x86_64-linux-gnu-thread-multi
- (with 49 registered patches, see perl -V for more detail)
- 
- Copyright 1987-2022, Larry Wall
- 
- Perl may be copied only under the terms of either the Artistic License or the
- GNU General Public License, which may be found in the Perl 5 source kit.
- 
- Complete documentation for Perl, including FAQ lists, should be found on
- this system using "man perl" or "perldoc perl".  If you have access to the
- Internet, point your browser at https://www.perl.org/, the Perl Home Page.
- 
Processing 21/39: [conf-perl-ipc-system-simple: perl 1] [conf-perl-string-shellquote: perl] [dune: ocaml bootstrap.ml] [ocamlfind: patch] [conf-pkg-config: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "perl" "--version" (CWD=/home/opam/.opam/4.05/.opam-switch/build/conf-perl-string-shellquote.3)
- 
- This is perl 5, version 36, subversion 0 (v5.36.0) built for x86_64-linux-gnu-thread-multi
- (with 49 registered patches, see perl -V for more detail)
- 
- Copyright 1987-2022, Larry Wall
- 
- Perl may be copied only under the terms of either the Artistic License or the
- GNU General Public License, which may be found in the Perl 5 source kit.
- 
- Complete documentation for Perl, including FAQ lists, should be found on
- this system using "man perl" or "perldoc perl".  If you have access to the
- Internet, point your browser at https://www.perl.org/, the Perl Home Page.
- 
Processing 21/39: [conf-perl-ipc-system-simple: perl 1] [conf-perl-string-shellquote: perl 1] [dune: ocaml bootstrap.ml] [ocamlfind: patch] [conf-pkg-config: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.05/lib/pkgconfig" (CWD=/home/opam/.opam/4.05/.opam-switch/build/conf-pkg-config.2)
-> installed conf-pkg-config.2
Processing 21/39: [conf-perl-ipc-system-simple: perl 1] [conf-perl-string-shellquote: perl 1] [dune: ocaml bootstrap.ml] [ocamlfind: patch]
Processing 22/39: [conf-libpcre: pkg-config libpcre] [conf-perl-ipc-system-simple: perl 1] [conf-perl-string-shellquote: perl 1] [dune: ocaml bootstrap.ml] [ocamlfind: patch]
-> retrieved sexplib0.v0.13.0  (cached)
Processing 22/39: [conf-libpcre: pkg-config libpcre] [conf-perl-ipc-system-simple: perl 1] [conf-perl-string-shellquote: perl 1] [dune: ocaml bootstrap.ml] [ocamlfind: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "perl" "-MIPC::System::Simple" "-e" "1" (CWD=/home/opam/.opam/4.05/.opam-switch/build/conf-perl-ipc-system-simple.3)
-> compiled  conf-perl-ipc-system-simple.3
Processing 22/39: [conf-libpcre: pkg-config libpcre] [conf-perl-string-shellquote: perl 1] [dune: ocaml bootstrap.ml] [ocamlfind: ./configure]
-> installed conf-perl-ipc-system-simple.3
Processing 23/39: [conf-libpcre: pkg-config libpcre] [conf-perl-string-shellquote: perl 1] [dune: ocaml bootstrap.ml] [ocamlfind: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "perl" "-MString::ShellQuote" "-e" "1" (CWD=/home/opam/.opam/4.05/.opam-switch/build/conf-perl-string-shellquote.3)
-> compiled  conf-perl-string-shellquote.3
Processing 23/39: [conf-libpcre: pkg-config libpcre] [dune: ocaml bootstrap.ml] [ocamlfind: ./configure]
-> installed conf-perl-string-shellquote.3
Processing 24/39: [conf-libpcre: pkg-config libpcre] [dune: ocaml bootstrap.ml] [ocamlfind: ./configure]
Processing 25/39: [camlp5: ./configure] [conf-libpcre: pkg-config libpcre] [dune: ocaml bootstrap.ml] [ocamlfind: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "libpcre" (CWD=/home/opam/.opam/4.05/.opam-switch/build/conf-libpcre.1)
-> compiled  conf-libpcre.1
Processing 25/39: [camlp5: ./configure] [dune: ocaml bootstrap.ml] [ocamlfind: ./configure]
-> installed conf-libpcre.1
Processing 26/39: [camlp5: ./configure] [dune: ocaml bootstrap.ml] [ocamlfind: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.05" "-libdir" "/home/opam/.opam/4.05/lib" "-mandir" "/home/opam/.opam/4.05/man" (CWD=/home/opam/.opam/4.05/.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.05.0
- 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.05/lib/ocaml
- OCLIBDIR=+compiler-libs
- PREFIX=/home/opam/.opam/4.05
- OTOPP=+compiler-libs
- OTOPW=+compiler-libs
- OTOPU=$(TOP)/ocaml_stuff/4.05.0/utils
- BINDIR=$(PREFIX)/bin
- LIBDIR=/home/opam/.opam/4.05/lib
- MANDIR=/home/opam/.opam/4.05/man
- OCAMLN=ocaml
- CAMLP5N=camlp5
- 
- === strict mode ===
- 
Processing 26/39: [camlp5: make world.opt] [dune: ocaml bootstrap.ml] [ocamlfind: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-bindir" "/home/opam/.opam/4.05/bin" "-sitelib" "/home/opam/.opam/4.05/lib" "-mandir" "/home/opam/.opam/4.05/man" "-config" "/home/opam/.opam/4.05/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5)
- Welcome to findlib version 1.9.5
- 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
- dynlink: found
- bigarray: found
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: found
- num: found
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found (in +ocamldoc)
- raw_spacetime: found
- threads: found (in +threads)
- runtime_events: not present
- str: found
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for stdlib written to site-lib-src/stdlib/META
- Configuration for unix written to site-lib-src/unix/META
- Configuration for dynlink written to site-lib-src/dynlink/META
- Configuration for bigarray written to site-lib-src/bigarray/META
- Configuration for compiler-libs written to site-lib-src/compiler-libs/META
- Configuration for graphics written to site-lib-src/graphics/META
- Configuration for num written to site-lib-src/num/META
- Configuration for num-top written to site-lib-src/num-top/META
- Configuration for ocamldoc written to site-lib-src/ocamldoc/META
- Configuration for raw_spacetime written to site-lib-src/raw_spacetime/META
- Configuration for threads written to site-lib-src/threads/META
- Configuration for str written to site-lib-src/str/META
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
- 
- About the OCAML core installation:
-     Standard library:      /home/opam/.opam/4.05/lib/ocaml
-     Binaries:              /home/opam/.opam/4.05/bin
-     Manual pages:          /home/opam/.opam/4.05/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.05/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.05/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.05/bin
-     Manual pages:          /home/opam/.opam/4.05/man
-     topfind script:        /home/opam/.opam/4.05/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 26/39: [camlp5: make world.opt] [dune: ocaml bootstrap.ml] [ocamlfind: make all]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5)
- for p in findlib; do ( cd src/$p; make all ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5/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.05/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.05/lib/ocaml' | \
- 	sed -e 's;@AUTOLINK@;true;g' \
- 	    -e 's;@SYSTEM@;linux;g' \
- 	     >findlib_config.ml
- if [ "true" = "true" ]; then                 \
- 	cp topfind.ml.in topfind.ml;                             \
- else                                                             \
- 	sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in     \
- 		> topfind.ml ;                                   \
- fi
- ocamldep *.ml *.mli >depend
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c findlib_config.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_split.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_meta.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_metascanner.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_topo.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_topo.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_package_base.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_package_base.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c findlib.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c findlib.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_args.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_lint.ml
- ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c ocaml_args.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c frontend.ml
- ocamlc -I +compiler-libs  -o ocamlfind -g findlib.cma unix.cma \
-            -I +unix -I +dynlink ocaml_args.cmo frontend.cmo
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c topfind.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -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.05/lib' \
-     	    >topfind
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c num_top_printers.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c num_top_printers.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c num_top.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c num_top.ml
- ocamlc -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_dynload.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -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.05/.opam-switch/build/ocamlfind.1.9.5/src/findlib'
- make all-config
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' '/home/opam/.opam/4.05/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.05/.opam-switch/build/ocamlfind.1.9.5'
Processing 26/39: [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.05/.opam-switch/build/ocamlfind.1.9.5)
- for p in findlib; do ( cd src/$p; make opt ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5/src/findlib'
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib_config.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_split.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_meta.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_topo.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_package_base.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_args.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_lint.ml
- ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c frontend.ml
- ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \
- 	   -I +unix -I +dynlink ocaml_args.cmx frontend.cmx
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c topfind.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Topdirs, and its interface was not compiled with -opaque
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -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.05/.opam-switch/build/ocamlfind.1.9.5/src/findlib'
-> compiled  ocamlfind.1.9.5
Processing 26/39: [camlp5: make world.opt] [dune: ocaml bootstrap.ml]
Processing 27/39: [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.05/.opam-switch/build/ocamlfind.1.9.5)
- if [ "1" -eq 1 ]; then \
-     for x in camlp4 dbm graphics labltk num ocamlbuild; do \
-       if [ -f "/home/opam/.opam/4.05/lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.05/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
- install -d "/home/opam/.opam/4.05/bin"
- install -d "/home/opam/.opam/4.05/man"
- make install-config
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5'
- install -d "`dirname \"/home/opam/.opam/4.05/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/4.05/lib/findlib.conf" || install -c findlib.conf "/home/opam/.opam/4.05/lib/findlib.conf"
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5'
- for p in findlib; do ( cd src/$p; make install ); done
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5/src/findlib'
- install -d "/home/opam/.opam/4.05/lib/findlib"
- install -d "/home/opam/.opam/4.05/bin"
- test 1 -eq 0 || install -d "/home/opam/.opam/4.05/lib/ocaml"
- test 1 -eq 0 || install -c topfind "/home/opam/.opam/4.05/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` && \
- install -c $files "/home/opam/.opam/4.05/lib/findlib/"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- install -c $f "/home/opam/.opam/4.05/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/4.05/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/home/opam/.opam/4.05/lib/ocaml/compiler-libs/"; \
-     install -c topdirs.cmi toploop.cmi "/home/opam/.opam/4.05/lib/findlib/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5/src/findlib'
- make install-meta
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5'
- for x in bigarray bytes compiler-libs dynlink graphics num num-top ocamldoc raw_spacetime stdlib str threads unix ; do install -d "/home/opam/.opam/4.05/lib/$x"; install -c site-lib-src/$x/META "/home/opam/.opam/4.05/lib/$x/META.tmp" && mv "/home/opam/.opam/4.05/lib/$x/META.tmp" "/home/opam/.opam/4.05/lib/$x/META"; done
- install -d "/home/opam/.opam/4.05/lib/findlib"; install -c Makefile.packages "/home/opam/.opam/4.05/lib/findlib/Makefile.packages"
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5'
- test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; }
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5/src/findlib'
- install -d "/home/opam/.opam/4.05/lib/num-top"
- install -c num_top.cma num_top.cmi num_top_printers.cmi \
- 	"/home/opam/.opam/4.05/lib/num-top/"
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5/src/findlib'
- test ! -f 'site-lib-src/camlp4/META' ||	install -c tools/safe_camlp4 "/home/opam/.opam/4.05/bin"
- make install-doc
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5'
- install -d "/home/opam/.opam/4.05/man/man1" "/home/opam/.opam/4.05/man/man3" "/home/opam/.opam/4.05/man/man5"
- install -c doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.05/man/man1"
- install -c doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.05/man/man5"
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5'
-> installed ocamlfind.1.9.5
Processing 27/39: [camlp5: make world.opt] [dune: ocaml bootstrap.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" (CWD=/home/opam/.opam/4.05/.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.403.ml src/ocaml-syntax-shims/shims.ml
- /home/opam/.opam/4.05/bin/ocamllex.opt -q src/ocaml-syntax-shims/let_trail.mll
- /home/opam/.opam/4.05/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.05/bin/ocamlopt.opt -g -w -40 -o boot-pp.exe -I +compiler-libs ocamlcommon.cmxa boot_pp.ml
- /home/opam/.opam/4.05/bin/ocamllex.opt -q src/ocamlobjinfo.mll
- /home/opam/.opam/4.05/bin/ocamllex.opt -q src/meta_lexer.mll
- /home/opam/.opam/4.05/bin/ocamllex.opt -q src/dune_lexer.mll
- /home/opam/.opam/4.05/bin/ocamllex.opt -q src/dune_lang/dune_lexer.mll
- /home/opam/.opam/4.05/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.05/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.05/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/stdune/caml/dune_caml.ml > boot-depends.txt
- /home/opam/.opam/4.05/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.05/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.05/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.05/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.05/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.05/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.05/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.05/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.05/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.05/bin/ocamlc.opt -g -w -40 -o boot.exe -pp './boot-pp.exe -dump-ast' -I +threads unix.cma threads.cma boot.ml
Processing 27/39: [camlp5: make world.opt] [dune: ./boot.exe 47]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./boot.exe" "--release" "-j" "47" (CWD=/home/opam/.opam/4.05/.opam-switch/build/dune.1.11.4)
-> compiled  dune.1.11.4
Processing 27/39: [camlp5: make world.opt]
-> installed dune.1.11.4
Processing 28/39: [camlp5: make world.opt]
Processing 29/39: [camlp5: make world.opt]
Processing 30/39: [camlp5: make world.opt] [sexplib0: dune build]
-> installed dune-configurator.1.0.0
Processing 31/39: [camlp5: make world.opt] [sexplib0: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "sexplib0" "-j" "47" (CWD=/home/opam/.opam/4.05/.opam-switch/build/sexplib0.v0.13.0)
-> compiled  sexplib0.v0.13.0
Processing 31/39: [camlp5: make world.opt]
-> installed sexplib0.v0.13.0
Processing 32/39: [camlp5: make world.opt]
Processing 33/39: [base: dune build] [camlp5: make world.opt]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "base" "-j" "47" (CWD=/home/opam/.opam/4.05/.opam-switch/build/base.v0.13.2)
-       ocamlc src/.base.objs/byte/base__Import0.{cmi,cmo,cmt}
- File "src/import0.ml", line 7, characters 4-374:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/import0.ml", line 7, characters 4-374:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/import0.ml", line 7, characters 4-415:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/import0.ml", line 7, characters 4-415:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/import0.ml", line 7, characters 4-460:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/import0.ml", line 7, characters 4-460:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/import0.ml", line 7, characters 4-503:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/import0.ml", line 7, characters 4-503:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/import0.ml", line 7, characters 4-544:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/import0.ml", line 7, characters 4-544:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/import0.ml", line 7, characters 4-587:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/import0.ml", line 7, characters 4-587:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/import0.ml", line 7, characters 4-634:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/import0.ml", line 7, characters 4-634:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/import0.ml", line 7, characters 4-673:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/import0.ml", line 7, characters 4-673:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/import0.ml", line 7, characters 4-716:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/import0.ml", line 7, characters 4-716:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/import0.ml", line 7, characters 4-759:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/import0.ml", line 7, characters 4-759:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/import0.ml", line 7, characters 4-800:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/import0.ml", line 7, characters 4-800:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/import0.ml", line 7, characters 4-841:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/import0.ml", line 7, characters 4-841:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/import0.ml", line 7, characters 4-880:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/import0.ml", line 7, characters 4-880:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/import0.ml", line 7, characters 4-931:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/import0.ml", line 7, characters 4-931:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/import0.ml", line 7, characters 4-976:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/import0.ml", line 7, characters 4-976:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/import0.ml", line 7, characters 4-1021:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/import0.ml", line 7, characters 4-1021:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/import0.ml", line 7, characters 4-1064:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/import0.ml", line 7, characters 4-1064:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/import0.ml", line 7, characters 4-1109:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/import0.ml", line 7, characters 4-1109:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/import0.ml", line 7, characters 4-1154:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/import0.ml", line 7, characters 4-1154:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/import0.ml", line 7, characters 4-1193:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/import0.ml", line 7, characters 4-1193:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/import0.ml", line 7, characters 4-1236:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/import0.ml", line 7, characters 4-1236:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/import0.ml", line 7, characters 4-1281:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/import0.ml", line 7, characters 4-1281:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/import0.ml", line 7, characters 4-1320:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/import0.ml", line 7, characters 4-1320:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/import0.ml", line 7, characters 4-1363:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/import0.ml", line 7, characters 4-1363:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/import0.ml", line 7, characters 4-1404:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/import0.ml", line 7, characters 4-1404:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/import0.ml", line 118, characters 10-20:
- Warning 3: deprecated: module Pervasives
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Pervasives instead
-     ocamlopt src/.base.objs/native/base__Import0.{cmx,o}
- File "src/import0.ml", line 7, characters 4-374:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/import0.ml", line 7, characters 4-374:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/import0.ml", line 7, characters 4-415:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/import0.ml", line 7, characters 4-415:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/import0.ml", line 7, characters 4-460:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/import0.ml", line 7, characters 4-460:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/import0.ml", line 7, characters 4-503:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/import0.ml", line 7, characters 4-503:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/import0.ml", line 7, characters 4-544:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/import0.ml", line 7, characters 4-544:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/import0.ml", line 7, characters 4-587:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/import0.ml", line 7, characters 4-587:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/import0.ml", line 7, characters 4-634:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/import0.ml", line 7, characters 4-634:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/import0.ml", line 7, characters 4-673:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/import0.ml", line 7, characters 4-673:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/import0.ml", line 7, characters 4-716:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/import0.ml", line 7, characters 4-716:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/import0.ml", line 7, characters 4-759:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/import0.ml", line 7, characters 4-759:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/import0.ml", line 7, characters 4-800:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/import0.ml", line 7, characters 4-800:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/import0.ml", line 7, characters 4-841:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/import0.ml", line 7, characters 4-841:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/import0.ml", line 7, characters 4-880:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/import0.ml", line 7, characters 4-880:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/import0.ml", line 7, characters 4-931:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/import0.ml", line 7, characters 4-931:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/import0.ml", line 7, characters 4-976:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/import0.ml", line 7, characters 4-976:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/import0.ml", line 7, characters 4-1021:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/import0.ml", line 7, characters 4-1021:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/import0.ml", line 7, characters 4-1064:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/import0.ml", line 7, characters 4-1064:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/import0.ml", line 7, characters 4-1109:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/import0.ml", line 7, characters 4-1109:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/import0.ml", line 7, characters 4-1154:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/import0.ml", line 7, characters 4-1154:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/import0.ml", line 7, characters 4-1193:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/import0.ml", line 7, characters 4-1193:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/import0.ml", line 7, characters 4-1236:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/import0.ml", line 7, characters 4-1236:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/import0.ml", line 7, characters 4-1281:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/import0.ml", line 7, characters 4-1281:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/import0.ml", line 7, characters 4-1320:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/import0.ml", line 7, characters 4-1320:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/import0.ml", line 7, characters 4-1363:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/import0.ml", line 7, characters 4-1363:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/import0.ml", line 7, characters 4-1404:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/import0.ml", line 7, characters 4-1404:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/import0.ml", line 118, characters 10-20:
- Warning 3: deprecated: module Pervasives
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Pervasives instead
-       ocamlc src/.base.objs/byte/base.{cmi,cmo,cmt}
- File "src/base.ml", line 37, characters 4-132:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/base.ml", line 37, characters 4-132:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/base.ml", line 37, characters 4-173:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/base.ml", line 37, characters 4-173:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/base.ml", line 37, characters 4-218:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/base.ml", line 37, characters 4-218:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/base.ml", line 37, characters 4-261:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/base.ml", line 37, characters 4-261:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/base.ml", line 37, characters 4-302:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/base.ml", line 37, characters 4-302:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/base.ml", line 37, characters 4-345:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/base.ml", line 37, characters 4-345:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/base.ml", line 37, characters 4-392:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/base.ml", line 37, characters 4-392:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/base.ml", line 37, characters 4-431:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/base.ml", line 37, characters 4-431:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/base.ml", line 37, characters 4-474:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/base.ml", line 37, characters 4-474:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/base.ml", line 37, characters 4-517:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/base.ml", line 37, characters 4-517:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/base.ml", line 37, characters 4-558:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/base.ml", line 37, characters 4-558:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/base.ml", line 37, characters 4-599:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/base.ml", line 37, characters 4-599:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/base.ml", line 37, characters 4-638:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/base.ml", line 37, characters 4-638:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/base.ml", line 37, characters 4-689:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/base.ml", line 37, characters 4-689:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/base.ml", line 37, characters 4-734:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/base.ml", line 37, characters 4-734:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/base.ml", line 37, characters 4-779:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/base.ml", line 37, characters 4-779:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/base.ml", line 37, characters 4-822:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/base.ml", line 37, characters 4-822:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/base.ml", line 37, characters 4-867:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/base.ml", line 37, characters 4-867:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/base.ml", line 37, characters 4-912:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/base.ml", line 37, characters 4-912:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/base.ml", line 37, characters 4-951:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/base.ml", line 37, characters 4-951:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/base.ml", line 37, characters 4-994:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/base.ml", line 37, characters 4-994:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/base.ml", line 37, characters 4-1039:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/base.ml", line 37, characters 4-1039:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/base.ml", line 37, characters 4-1078:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/base.ml", line 37, characters 4-1078:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/base.ml", line 37, characters 4-1121:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/base.ml", line 37, characters 4-1121:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/base.ml", line 37, characters 4-1162:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/base.ml", line 37, characters 4-1162:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/base.ml", line 37, characters 4-1244:
- Warning 3: deprecated: module Shadow_stdlib.Lexing
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lexing instead
- File "src/base.ml", line 37, characters 4-1244:
- Warning 3: deprecated: module Shadow_stdlib.Lexing
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lexing instead
-     ocamlopt src/.base.objs/native/base.{cmx,o}
- File "src/base.ml", line 37, characters 4-132:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/base.ml", line 37, characters 4-132:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/base.ml", line 37, characters 4-173:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/base.ml", line 37, characters 4-173:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/base.ml", line 37, characters 4-218:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/base.ml", line 37, characters 4-218:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/base.ml", line 37, characters 4-261:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/base.ml", line 37, characters 4-261:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/base.ml", line 37, characters 4-302:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/base.ml", line 37, characters 4-302:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/base.ml", line 37, characters 4-345:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/base.ml", line 37, characters 4-345:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/base.ml", line 37, characters 4-392:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/base.ml", line 37, characters 4-392:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/base.ml", line 37, characters 4-431:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/base.ml", line 37, characters 4-431:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/base.ml", line 37, characters 4-474:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/base.ml", line 37, characters 4-474:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/base.ml", line 37, characters 4-517:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/base.ml", line 37, characters 4-517:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/base.ml", line 37, characters 4-558:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/base.ml", line 37, characters 4-558:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/base.ml", line 37, characters 4-599:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/base.ml", line 37, characters 4-599:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/base.ml", line 37, characters 4-638:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/base.ml", line 37, characters 4-638:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/base.ml", line 37, characters 4-689:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/base.ml", line 37, characters 4-689:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/base.ml", line 37, characters 4-734:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/base.ml", line 37, characters 4-734:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/base.ml", line 37, characters 4-779:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/base.ml", line 37, characters 4-779:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/base.ml", line 37, characters 4-822:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/base.ml", line 37, characters 4-822:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/base.ml", line 37, characters 4-867:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/base.ml", line 37, characters 4-867:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/base.ml", line 37, characters 4-912:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/base.ml", line 37, characters 4-912:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/base.ml", line 37, characters 4-951:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/base.ml", line 37, characters 4-951:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/base.ml", line 37, characters 4-994:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/base.ml", line 37, characters 4-994:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/base.ml", line 37, characters 4-1039:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/base.ml", line 37, characters 4-1039:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/base.ml", line 37, characters 4-1078:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/base.ml", line 37, characters 4-1078:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/base.ml", line 37, characters 4-1121:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/base.ml", line 37, characters 4-1121:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/base.ml", line 37, characters 4-1162:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/base.ml", line 37, characters 4-1162:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/base.ml", line 37, characters 4-1244:
- Warning 3: deprecated: module Shadow_stdlib.Lexing
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lexing instead
- File "src/base.ml", line 37, characters 4-1244:
- Warning 3: deprecated: module Shadow_stdlib.Lexing
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lexing instead
-> compiled  base.v0.13.2
Processing 33/39: [camlp5: make world.opt]
-> installed base.v0.13.2
Processing 34/39: [camlp5: make world.opt]
Processing 35/39: [camlp5: make world.opt] [pcre: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "pcre" "-j" "47" (CWD=/home/opam/.opam/4.05/.opam-switch/build/pcre.7.4.1)
-> compiled  pcre.7.4.1
Processing 35/39: [camlp5: make world.opt]
-> installed pcre.7.4.1
Processing 36/39: [camlp5: make world.opt]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j47" "DEBUG=-g" "world.opt" (CWD=/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02)
- make core
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- set -e; cd ocaml_stuff; make; cd ..
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.05.0/utils; \
- make all EXE= OCAMLN=ocaml
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- ocamlc  -c warnings.mli
- ocamlc  -c pconfig.mli
- ocamlc  -c pconfig.ml
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- if [ "+compiler-libs" != "+compiler-libs" ]; then \
-   cd ./4.05.0/parsing; \
-   make all EXE= OCAMLN=ocaml; \
- fi
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- make clean_cold
- make[2]: Entering directory '/home/opam/.opam/4.05/.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.05/.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.05/.opam-switch/build/camlp5.8.00.02/ocaml_src/lib'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/ocaml_src/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/ocaml_src/main'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/ocaml_src/meta'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make library_cold
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- set -e; cd ocaml_src/lib; make all; cd ../..
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_src/lib'
- cat versdep.ml > versdep.ppo
- cat ploc.mli > ploc.ppi
- cat extfun.mli > extfun.ppi
- cat pretty.mli > pretty.ppi
- cat fstream.mli > fstream.ppi
- cat diff.mli > diff.ppi
- cat pprintf.mli > pprintf.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 -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 fstream.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 pprintf.ppi
- rm -f diff.ppi
- rm -f ploc.ppi
- rm -f extfun.ppi
- rm -f fstream.ppi
- rm -f pretty.ppi
- cat plexing.mli > plexing.ppi
- cat ploc.ml > ploc.ppo
- rm -f pprintf.ppi
- cat stdpp.mli > stdpp.ppi
- 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 -impl ploc.ppo
- cat extfun.ml > extfun.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf stdpp.ppi
- cat fstream.ml > fstream.ppo
- cat pprintf.ml > pprintf.ppo
- 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 fstream.ppo
- cat eprinter.mli > eprinter.ppi
- 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 -intf eprinter.ppi
- rm -f stdpp.ppi
- rm -f plexing.ppi
- rm -f eprinter.ppi
- cat stdpp.ml > stdpp.ppo
- cat plexer.mli > plexer.ppi
- cat token.mli > token.ppi
- rm -f extfun.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 plexer.ppi
- cat gramext.mli > gramext.ppi
- rm -f pprintf.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf token.ppi
- rm -f ploc.ppo
- rm -f fstream.ppo
- rm -f stdpp.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf gramext.ppi
- rm -f plexer.ppi
- cat eprinter.ml > eprinter.ppo
- rm -f token.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl eprinter.ppo
- cat token.ml > token.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl token.ppo
- rm -f gramext.ppi
- rm -f token.ppo
- cat gramext.ml > gramext.ppo
- cat extfold.mli > extfold.ppi
- cat grammar.mli > grammar.ppi
- rm -f eprinter.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf grammar.ppi
- 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 -intf extfold.ppi
- rm -f versdep.ppo
- rm -f extfold.ppi
- cat diff.ml > diff.ppo
- cat plexer.ml > plexer.ppo
- cat pretty.ml > pretty.ppo
- cat plexing.ml > plexing.ppo
- rm -f grammar.ppi
- 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 plexer.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 -impl plexing.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 pretty.ppo
- rm -f diff.ppo
- rm -f extfold.ppo
- rm -f plexing.ppo
- rm -f gramext.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.05/.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.05/.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.05/.opam-switch/build/camlp5.8.00.02/ocaml_src/lib'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make compile_cold
- make[2]: Entering directory '/home/opam/.opam/4.05/.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.05/.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.05/.opam-switch/build/camlp5.8.00.02/ocaml_src/lib'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/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_main.ppi
- rm -f odyl_config.ppo
- 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_main.ppo
- rm -f odyl.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.05/.opam-switch/build/camlp5.8.00.02/ocaml_src/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_src/main'
- cat mLast.mli > mLast.ppi
- cat mlsyntax.mli > mlsyntax.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.05.0/utils -c -intf mlsyntax.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.05.0/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.05.0/utils -c -intf argl.ppi
- rm -f mlsyntax.ppi
- rm -f argl.ppi
- cat mlsyntax.ml > mlsyntax.ppo
- 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.05.0/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.05.0/utils -c -impl argl.ppo
- rm -f mLast.ppi
- cat asttools.mli > asttools.ppi
- cat prtools.mli > prtools.ppi
- cat quotation.mli > quotation.ppi
- cat pp_debug.ml > pp_debug.ppo
- cat pcaml.mli > pcaml.ppi
- cat reloc.mli > reloc.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.05.0/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.05.0/utils -c -impl pp_debug.ppo
- cat exparser.mli > exparser.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.05.0/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.05.0/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.05.0/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.05.0/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.05.0/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.05.0/utils -c -intf exparser.ppi
- rm -f mlsyntax.ppo
- rm -f prtools.ppi
- rm -f quotation.ppi
- rm -f exparser.ppi
- rm -f reloc.ppi
- rm -f argl.ppo
- rm -f ast2pt.ppi
- rm -f asttools.ppi
- cat prtools.ml > prtools.ppo
- cat reloc.ml > reloc.ppo
- cat quotation.ml > quotation.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.05.0/utils -c -impl quotation.ppo
- cat asttools.ml > 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.05.0/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.05.0/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.05.0/utils -c -impl prtools.ppo
- rm -f pp_debug.ppo
- rm -f pcaml.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.05.0/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.05.0/utils -c -impl ast2pt.ppo
- cat pcaml.ml > pcaml.ppo
- cat exparser.ml > exparser.ppo
- cat main.ml > main.ppo
- rm -f parserify.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../../boot -I ../../lib -I +compiler-libs -I ../../ocaml_stuff/4.05.0/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.05.0/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.05.0/utils -c -impl main.ppo
- rm -f quotation.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.05.0/utils -c -impl parserify.ppo
- File "asttools.ml", line 331, characters 4-5:
- Warning 11: this match case is unused.
- rm -f asttools.ppo
- rm -f main.ppo
- rm -f prtools.ppo
- rm -f exparser.ppo
- rm -f pcaml.ppo
- rm -f reloc.ppo
- rm -f parserify.ppo
- rm -f ast2pt.ppo
- OTOPP=+compiler-libs OTOPU=../../ocaml_stuff/4.05.0/utils OVERSION=4.05.0 OLIBDIR="/home/opam/.opam/4.05/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.05.0/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.05.0/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.05/.opam-switch/build/camlp5.8.00.02/ocaml_src/main'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_src/meta'
- cat q_MLast.ml > q_MLast.ppo
- cat pa_rp.ml > pa_rp.ppo
- cat pa_extend.ml > pa_extend.ppo
- cat pa_r.ml > pa_r.ppo
- cat q_ast_base.ml > q_ast_base.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.05.0/utils -c -impl q_MLast.ppo
- cat pa_fstream.ml > pa_fstream.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.05.0/utils -c -impl pa_extend.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.05.0/utils -c -impl pa_rp.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.05.0/utils -c -impl pa_fstream.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.05.0/utils -c -impl q_ast_base.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.05.0/utils -c -impl pa_macro.ppo
- cat pa_lexer.ml > pa_lexer.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.05.0/utils -c -impl pa_r.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.05.0/utils -c -impl pr_dump.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.05.0/utils -c -impl pa_lexer.ppo
- rm -f pr_dump.ppo
- rm -f q_ast_base.ppo
- rm -f pa_rp.ppo
- rm -f pa_lexer.ppo
- cat q_ast.ml > q_ast.ppo
- rm -f pa_fstream.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.05.0/utils -c -impl q_ast.ppo
- rm -f pa_macro.ppo
- rm -f pa_extend.ppo
- cat pa_macro_gram.ml > pa_macro_gram.ppo
- cat pa_extend_m.ml > pa_extend_m.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.05.0/utils -c -impl pa_extend_m.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../../boot -I ../../lib -I ../../ocaml_stuff/4.05.0/utils -c -impl pa_macro_gram.ppo
- rm -f q_ast.ppo
- rm -f pa_extend_m.ppo
- rm -f pa_macro_gram.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.05/.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.05/.opam-switch/build/camlp5.8.00.02/ocaml_src/main'
- rm -f q_MLast.ppo
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_src/meta'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make promote_cold
- make[2]: Entering directory '/home/opam/.opam/4.05/.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.05/.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.05/.opam-switch/build/camlp5.8.00.02/ocaml_src/lib'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/ocaml_src/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_src/main'
- cp camlp5 ../../boot/.
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_src/main'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/ocaml_src/meta'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make clean_cold
- make[2]: Entering directory '/home/opam/.opam/4.05/.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.05/.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.05/.opam-switch/build/camlp5.8.00.02/ocaml_src/lib'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/ocaml_src/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/ocaml_src/main'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/ocaml_src/meta'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make clean_hot
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- cd ocaml_stuff; make clean; cd ..
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.05.0/utils; \
- make clean EXE=
- make[4]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- rm -f *.cm[oix] *.o
- make[4]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- if [ "+compiler-libs" != "+compiler-libs" ]; then \
-   cd ./4.05.0/parsing; \
-   make clean EXE=; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/4.05/.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.05/.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.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/main'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/meta'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/etc'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/top'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/ocpp'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/man'
- rm -f camlp5.1
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/man'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/compile'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make library
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- set -e; cd ocaml_stuff; make; cd ..
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.05.0/utils; \
- make all EXE= OCAMLN=ocaml
- make[4]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- ocamlc  -c warnings.mli
- ocamlc  -c pconfig.mli
- ocamlc  -c pconfig.ml
- make[4]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- if [ "+compiler-libs" != "+compiler-libs" ]; then \
-   cd ./4.05.0/parsing; \
-   make all EXE= OCAMLN=ocaml; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- set -e; cd lib; make all; cd ..
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ploc.ppi ploc.mli
- 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 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 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 diff.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 fstream.ppi
- rm -f diff.ppi
- rm -f extfun.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf pprintf.ppi
- rm -f pretty.ppi
- rm -f ploc.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfun.ppo extfun.ml
- rm -f pprintf.ppi
- rm -f fstream.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o stdpp.ppi stdpp.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ploc.ppo ploc.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
- 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
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf plexing.ppi
- rm -f stdpp.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl extfun.ppo
- rm -f eprinter.ppi
- rm -f plexing.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o fstream.ppo fstream.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o stdpp.ppo stdpp.ml
- rm -f extfun.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o eprinter.ppo eprinter.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexer.ppi plexer.mli
- 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
- 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 pprintf.ppo
- rm -f stdpp.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 token.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 gramext.ppi
- rm -f plexer.ppi
- rm -f token.ppi
- rm -f gramext.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 fstream.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 eprinter.ppo
- rm -f ploc.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl token.ppo
- rm -f fstream.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf extfold.ppi
- rm -f eprinter.ppo
- rm -f token.ppo
- 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
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl gramext.ppo
- rm -f extfold.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 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 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.05/.opam-switch/build/camlp5.8.00.02/lib'
- set -e; cd lib; make promote; cd ..
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- cd ocaml_stuff; make all; cd ..
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.05.0/utils; \
- make all EXE= OCAMLN=ocaml
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- if [ "+compiler-libs" != "+compiler-libs" ]; then \
-   cd ./4.05.0/parsing; \
-   make all EXE= OCAMLN=ocaml; \
- fi
- make[2]: Leaving directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Entering directory '/home/opam/.opam/4.05/.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.05/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[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- 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
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o mLast.ppi mLast.mli
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.05.0/utils -c -intf mlsyntax.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.05.0/utils -c -intf argl.ppi
- rm -f mlsyntax.ppi
- rm -f argl.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o mlsyntax.ppo mlsyntax.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o argl.ppo argl.ml
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.05.0/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.05.0/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.05.0/utils -c -impl mlsyntax.ppo
- rm -f mLast.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o reloc.ppi reloc.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ast2pt.ppi ast2pt.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o prtools.ppi prtools.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 quotation.ppi quotation.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o asttools.ppi asttools.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.05.0/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.05.0/utils -c -intf reloc.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.05.0/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.05.0/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.05.0/utils -c -intf prtools.ppi
- rm -f reloc.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.05.0/utils -c -intf asttools.ppi
- rm -f quotation.ppi
- rm -f exparser.ppi
- rm -f ast2pt.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o reloc.ppo reloc.ml
- rm -f prtools.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.05.0/utils -c -impl pp_debug.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o quotation.ppo quotation.ml
- rm -f asttools.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o parserify.ppi parserify.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o prtools.ppo prtools.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o asttools.ppo asttools.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.05.0/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.05.0/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.05.0/utils -c -impl quotation.ppo
- rm -f pp_debug.ppo
- rm -f parserify.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o parserify.ppo parserify.ml
- rm -f quotation.ppo
- rm -f pcaml.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pcaml.ppo pcaml.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o exparser.ppo exparser.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o main.ppo main.ml
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.05.0/utils -c -impl asttools.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.05.0/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.05.0/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.05.0/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.05.0/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.05.0/utils -c -impl parserify.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.05.0/utils -c -impl exparser.ppo
- rm -f main.ppo
- rm -f prtools.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.05.0/utils -c -impl ast2pt.ppo
- rm -f parserify.ppo
- rm -f ast2pt.ppo
- OTOPP=+compiler-libs OTOPU=../ocaml_stuff/4.05.0/utils OVERSION=4.05.0 OLIBDIR="/home/opam/.opam/4.05/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.05.0/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.05.0/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.05/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Entering directory '/home/opam/.opam/4.05/.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_macro.ppo pa_macro.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_r.ppo pa_r.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
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/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.05.0/utils -c -impl pa_rp.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl q_ast_base.ppo
- rm -f pa_rp.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl pa_fstream.ppo
- rm -f q_ast_base.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl pa_lexer.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
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/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.05.0/utils -c -impl pa_extend.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl q_ast.ppo
- rm -f pa_extend.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl pa_r.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.05.0/utils -c -impl pa_macro_gram.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl pa_extend_m.ppo
- rm -f pa_extend_m.ppo
- rm -f q_ast.ppo
- rm -f pa_macro_gram.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/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[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/main'
- rm -f q_MLast.ppo
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/meta'
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make compare_test || make coreboot
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Nothing to be done for 'compare'.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- camlp5 ../boot/camlp5 differ: char 815954, line 6941
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- make[1]: *** [Makefile:124: compare_test] Error 1
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make backup
- make[2]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02'
- test ! -f boot/.gitignore || mv boot/.gitignore boot.new/.
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- mv boot boot.new/SAVED
- mv boot.new boot
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make promote
- make[2]: Entering directory '/home/opam/.opam/4.05/.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.05/.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.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Nothing to be done for 'promote'.
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- cp camlp5 ../boot/.
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make clean_hot
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- cd ocaml_stuff; make clean; cd ..
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.05.0/utils; \
- make clean EXE=
- make[4]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- rm -f *.cm[oix] *.o
- make[4]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- if [ "+compiler-libs" != "+compiler-libs" ]; then \
-   cd ./4.05.0/parsing; \
-   make clean EXE=; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/4.05/.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.05/.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.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/main'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/meta'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/etc'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/top'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/ocpp'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/man'
- rm -f camlp5.1
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/man'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/compile'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make core
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- cd ocaml_stuff; make all; cd ..
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.05.0/utils; \
- make all EXE= OCAMLN=ocaml
- make[4]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- ocamlc  -c warnings.mli
- ocamlc  -c pconfig.mli
- ocamlc  -c pconfig.ml
- make[4]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- if [ "+compiler-libs" != "+compiler-libs" ]; then \
-   cd ./4.05.0/parsing; \
-   make all EXE= OCAMLN=ocaml; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/lib'
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ploc.ppi ploc.mli
- 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 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 pretty.ppi pretty.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
- 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 diff.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 pretty.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf ploc.ppi
- rm -f extfun.ppi
- rm -f diff.ppi
- rm -f pretty.ppi
- rm -f fstream.ppi
- rm -f ploc.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfun.ppo extfun.ml
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf pprintf.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o fstream.ppo fstream.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o stdpp.ppi stdpp.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ploc.ppo ploc.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexing.ppi plexing.mli
- rm -f pprintf.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pprintf.ppo pprintf.ml
- 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
- 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 stdpp.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf eprinter.ppi
- rm -f plexing.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o stdpp.ppo stdpp.ml
- rm -f extfun.ppo
- rm -f eprinter.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl fstream.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl pprintf.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
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexer.ppi plexer.mli
- 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 stdpp.ppo
- rm -f pprintf.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl ploc.ppo
- rm -f fstream.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 token.ppi
- rm -f stdpp.ppo
- rm -f token.ppi
- rm -f 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 ploc.ppo
- rm -f gramext.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o gramext.ppo gramext.ml
- 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
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl token.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl eprinter.ppo
- rm -f token.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf extfold.ppi
- rm -f eprinter.ppo
- 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
- 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 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
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl diff.ppo
- rm -f pretty.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.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/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.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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 argl.ppi argl.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.05.0/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.05.0/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.05.0/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.05.0/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.05.0/utils -c -impl mlsyntax.ppo
- rm -f mLast.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o quotation.ppi quotation.mli
- 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 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 ast2pt.ppi ast2pt.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pcaml.ppi pcaml.mli
- rm -f mlsyntax.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o exparser.ppi exparser.mli
- rm -f argl.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.05.0/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.05.0/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.05.0/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.05.0/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.05.0/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.05.0/utils -c -intf asttools.ppi
- rm -f quotation.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o quotation.ppo quotation.ml
- rm -f exparser.ppi
- rm -f prtools.ppi
- rm -f reloc.ppi
- rm -f ast2pt.ppi
- rm -f asttools.ppi
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.05.0/utils -c -impl pp_debug.ppo
- 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 prtools.ppo prtools.ml
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.05.0/utils -c -intf pcaml.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.05.0/utils -c -impl quotation.ppo
- 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.05.0/utils -c -intf parserify.ppi
- rm -f pp_debug.ppo
- rm -f pcaml.ppi
- rm -f quotation.ppo
- rm -f parserify.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pcaml.ppo pcaml.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o exparser.ppo exparser.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o main.ppo main.ml
- 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.05.0/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.05.0/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.05.0/utils -c -impl main.ppo
- rm -f asttools.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.05.0/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.05.0/utils -c -impl parserify.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.05.0/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.05.0/utils -c -impl prtools.ppo
- rm -f exparser.ppo
- rm -f reloc.ppo
- rm -f prtools.ppo
- rm -f parserify.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.05.0/utils -c -impl ast2pt.ppo
- rm -f ast2pt.ppo
- OTOPP=+compiler-libs OTOPU=../ocaml_stuff/4.05.0/utils OVERSION=4.05.0 OLIBDIR="/home/opam/.opam/4.05/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.05.0/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.05.0/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.05/.opam-switch/build/camlp5.8.00.02/main'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/meta'
- 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_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_macro.ppo pa_macro.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_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
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/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.05.0/utils -c -impl pa_rp.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl q_ast_base.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl pa_lexer.ppo
- rm -f pa_rp.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl pa_fstream.ppo
- rm -f q_ast_base.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl pa_macro.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
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl pa_extend.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl q_ast.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.05.0/utils -c -impl pa_r.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl pa_extend_m.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl pa_macro_gram.ppo
- rm -f q_ast.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.05.0/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.05/.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.05/.opam-switch/build/camlp5.8.00.02/main'
- rm -f q_MLast.ppo
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make compare
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Nothing to be done for 'compare'.
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- camlp5 ../boot/camlp5 differ: char 1128742, line 9658
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- Fixpoint not reached, try one more bootstrapping cycle.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make out
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- set -e; cd ocaml_stuff; make; cd ..
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.05.0/utils; \
- make all EXE= OCAMLN=ocaml
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- if [ "+compiler-libs" != "+compiler-libs" ]; then \
-   cd ./4.05.0/parsing; \
-   make all EXE= OCAMLN=ocaml; \
- fi
- make[2]: Leaving directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Entering directory '/home/opam/.opam/4.05/.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_op.ppo pa_op.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_extfun.ppo pa_extfun.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_oop.ppo pa_oop.ml
- make --no-print-directory -f Makefile.withnew pr_official.cmo
- 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_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_pragma.ppo pa_pragma.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_mktest.ppo pa_mktest.ml
- sed -e "s|@VERSION@|8.00.02|" -e "s|@CAMLP5DIR@|/home/opam/.opam/4.05/lib/camlp5|" META.tpl > META
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_reloc.ppo pa_reloc.ml
- 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_lispr.ppo pa_lispr.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc pa_macro.cmo -mode S -o pr_official.ppo pr_official.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_lefteval.ppo pa_lefteval.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
- 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 pa_extfold.ppo pa_extfold.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pr_null.ppo pr_null.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pr_null.ppo
- rm -f pr_null.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_official.ppo
- rm -f pr_official.ppo
- 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 pa_extfold.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_extfun.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_mkast.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_oop.ppo
- rm -f 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_extprint.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_mktest.ppo
- rm -f pa_extfun.ppo
- rm -f pa_oop.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
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_pprintf.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pr_depend.ppo
- rm -f pa_extprint.ppo
- rm -f pa_reloc.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_macro_print.ppo pa_macro_print.ml
- rm -f pa_lefteval.ppo
- rm -f pa_mktest.ppo
- rm -f pr_depend.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
- 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_extprint.ppo pr_extprint.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_schemep.ppo pr_schemep.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
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_extfun.ppo pr_extfun.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_macro_print.ppo
- 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
- 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
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_extfun.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 ../boot -I ../lib -I ../meta -c -impl pa_sml.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
- 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_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_pragma.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 pa_lispr.ppo
- make --no-print-directory -f Makefile.withnew pa_lisp.cmo
- rm -f pr_extprint.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
- rm -f pr_schemep.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_extend.ppo
- rm -f pr_op.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_schemer.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
- rm -f pa_sml.ppo
- rm -f pr_extend.ppo
- rm -f pa_lisp.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
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_o.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
- 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
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_o.ppo
- rm -f pr_scheme.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.05/.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
- 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.05/.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
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- make[3]: Leaving directory '/home/opam/.opam/4.05/.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
- ocamlc.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
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_ro.ppo
- rm -f pr_rp.ppo
- rm -f pr_ro.ppo
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/etc'
- make[2]: Entering directory '/home/opam/.opam/4.05/.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.05.0/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.05.0/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.05.0/utils -I +compiler-libs -c -impl camlp5_top.ppo
- rm -f camlp5_top.ppo
- ocamlc.opt ../ocaml_stuff/4.05.0/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.05.0/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.05.0/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.05.0/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
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/top'
- make[2]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/ocpp'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/man'
- sed -e "s'LIBDIR'/home/opam/.opam/4.05/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.05/.opam-switch/build/camlp5.8.00.02/man'
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make opt
- make[1]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.05.0/utils; make OCAMLN=ocaml opt; cd ../..
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- ocamlopt  -c pconfig.ml
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- 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 pa_macro.cmo -mode S -o versdep.ppo versdep.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 pretty.ppo pretty.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o diff.ppo diff.ml
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl pretty.ppo
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl diff.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 plexing.ppo
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl pprintf.ppo
- rm -f diff.ppo
- rm -f pprintf.ppo
- rm -f plexing.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o eprinter.ppo eprinter.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o gramext.ppo gramext.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o token.ppo token.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexer.ppo plexer.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
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl plexer.ppo
- rm -f gramext.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o grammar.ppo grammar.ml
- 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.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Entering directory '/home/opam/.opam/4.05/.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 pp_debug.ppo pp_debug.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o mlsyntax.ppo mlsyntax.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.05.0/utils -c -impl quotation.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.05.0/utils -c -impl pp_debug.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.05.0/utils -c -impl argl.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.05.0/utils -c -impl mlsyntax.ppo
- rm -f pp_debug.ppo
- rm -f mlsyntax.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.05.0/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.05.0/utils -c -impl prtools.ppo
- rm -f asttools.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.05.0/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.05.0/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.05.0/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.05.0/utils -c -impl exparser.ppo
- rm -f exparser.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o parserify.ppo parserify.ml
- 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.05.0/utils -c -impl parserify.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.05.0/utils -c -impl main.ppo
- rm -f parserify.ppo
- rm -f main.ppo
- ocamlopt.opt -g -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.05.0/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.05.0/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.05/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/meta'
- 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 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 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_lexer.ppo pa_lexer.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
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/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.05.0/utils -c -impl pa_rp.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl q_ast_base.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl pa_lexer.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl pa_fstream.ppo
- rm -f pa_rp.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/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
- rm -f pa_lexer.ppo
- rm -f pa_fstream.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl pa_extend.ppo
- rm -f pa_macro.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl pa_r.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl q_ast.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl q_MLast.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
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl pa_extend_m.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl pa_macro_gram.ppo
- rm -f q_ast.ppo
- rm -f pa_extend_m.ppo
- rm -f pa_macro_gram.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.05/.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.05/.opam-switch/build/camlp5.8.00.02/main'
- rm -f q_MLast.ppo
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Entering directory '/home/opam/.opam/4.05/.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_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_extfun.ppo pa_extfun.ml
- make --no-print-directory -f Makefile.withnew pr_r.cmx
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_o.ppo pa_o.ml
- 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_mktest.ppo pa_mktest.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_extprint.ppo pa_extprint.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_extend.cmx
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_mkast.ppo pa_mkast.ml
- 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
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_r.ppo pr_r.ml
- make --no-print-directory -f Makefile.withnew pr_extprint.cmx
- 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_o.ppo pr_o.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_extfun.ppo pr_extfun.ml
- make --no-print-directory -f Makefile.withnew pr_official.cmx
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_reloc.ppo pa_reloc.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 pa_lisp.cmx
- make --no-print-directory -f Makefile.withnew pa_scheme.cmx
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_sml.ppo pa_sml.ml
- make --no-print-directory -f Makefile.withnew pr_scheme.cmx
- make --no-print-directory -f Makefile.withnew pr_schemep.cmx
- ocamlrun ../main/camlp5 -nolib -I ../meta -I ../etc ./pa_lispr.cmo pa_extend.cmo q_MLast.cmo pr_dump.cmo -mode S -o pa_lisp.ppo pa_lisp.ml
- 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 papr_phony_macro.ppo papr_phony_macro.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
- 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_schemep.ppo pr_schemep.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 pa_op.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 pa_macro.cmo -mode S -o pr_official.ppo pr_official.ml
- 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 ../boot -I ../lib -I ../meta -c -impl pa_oop.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_extfun.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 pr_extprint.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pr_null.ppo
- rm -f pa_extfold.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 ../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_extfun.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 ../boot -I ../lib -I ../meta -c -impl pa_mktest.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_pprintf.ppo
- 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 ../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 pr_depend.ppo
- rm -f pr_null.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_op.ppo
- rm -f pa_mkast.ppo
- rm -f pr_extfun.ppo
- rm -f pa_reloc.ppo
- rm -f q_phony.ppo
- rm -f pa_oop.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_lefteval.ppo
- rm -f pr_official.ppo
- ocamlopt.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 pa_extfun.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pa_lisp.ppo
- rm -f papr_phony_macro.ppo
- rm -f pa_mktest.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 pr_depend.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_extend.ppo
- File "pa_sml.ml", line 447, characters 3-7:
- Warning: Unused local entry "sqid"
- rm -f pa_pprintf.ppo
- rm -f pa_lefteval.ppo
- rm -f pr_schemep.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_macro_print.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 ../boot -I ../lib -I ../meta -c -impl pa_pragma.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_lisp.ppo
- rm -f pa_macro_print.ppo
- rm -f pr_op.ppo
- rm -f pr_extend.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_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
- rm -f pa_pragma.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_scheme.ppo
- rm -f pa_schemer.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_rp.ppo pr_rp.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_ro.ppo pr_ro.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_rp.ppo
- rm -f pr_o.ppo
- rm -f pr_ro.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.05/.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.05/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/etc'
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make opt.opt
- make[1]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.05.0/utils; make OCAMLN=ocaml opt; cd ../..
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- make[3]: Nothing to be done for 'opt'.
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Nothing to be done for 'opt'.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Nothing to be done for 'opt'.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Nothing to be done for 'opt'.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Nothing to be done for 'opt'.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/etc'
- make[2]: Nothing to be done for 'opt'.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/etc'
- cd compile; make opt; cd ..
- make[2]: Entering directory '/home/opam/.opam/4.05/.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.05/.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.05/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/compile'
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
Processing 36/39: [camlp5: make all]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j47" "DEBUG=-g" "all" (CWD=/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02)
- make core
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- cd ocaml_stuff; make all; cd ..
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.05.0/utils; \
- make all EXE= OCAMLN=ocaml
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- if [ "+compiler-libs" != "+compiler-libs" ]; then \
-   cd ./4.05.0/parsing; \
-   make all EXE= OCAMLN=ocaml; \
- fi
- make[2]: Leaving directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/meta'
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make compare_test || make coreboot
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Nothing to be done for 'compare'.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- camlp5 ../boot/camlp5 differ: char 1128742, line 9658
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- make[1]: *** [Makefile:124: compare_test] Error 1
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make backup
- make[2]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02'
- test ! -f boot/.gitignore || mv boot/.gitignore boot.new/.
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- mv boot boot.new/SAVED
- mv boot.new boot
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make promote
- make[2]: Entering directory '/home/opam/.opam/4.05/.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.05/.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.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Nothing to be done for 'promote'.
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- cp camlp5 ../boot/.
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make clean_hot
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- cd ocaml_stuff; make clean; cd ..
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.05.0/utils; \
- make clean EXE=
- make[4]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- rm -f *.cm[oix] *.o
- make[4]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- if [ "+compiler-libs" != "+compiler-libs" ]; then \
-   cd ./4.05.0/parsing; \
-   make clean EXE=; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/4.05/.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.05/.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.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/main'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/meta'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/etc'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/top'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/ocpp'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/man'
- rm -f camlp5.1
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/man'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/compile'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make core
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- cd ocaml_stuff; make all; cd ..
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.05.0/utils; \
- make all EXE= OCAMLN=ocaml
- make[4]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- ocamlc  -c warnings.mli
- ocamlc  -c pconfig.mli
- ocamlc  -c pconfig.ml
- make[4]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- if [ "+compiler-libs" != "+compiler-libs" ]; then \
-   cd ./4.05.0/parsing; \
-   make all EXE= OCAMLN=ocaml; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/lib'
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ploc.ppi ploc.mli
- 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 fstream.ppi fstream.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o diff.ppi diff.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o extfun.ppi extfun.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 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 diff.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf pretty.ppi
- rm -f fstream.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf extfun.ppi
- rm -f diff.ppi
- rm -f extfun.ppi
- rm -f pretty.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o fstream.ppo fstream.ml
- rm -f ploc.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 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 plexing.ppi plexing.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o stdpp.ppi stdpp.mli
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl fstream.ppo
- 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 plexing.ppi
- rm -f stdpp.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl extfun.ppo
- rm -f plexing.ppi
- rm -f fstream.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o eprinter.ppi eprinter.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o stdpp.ppo stdpp.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pprintf.ppo pprintf.ml
- 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
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o plexer.ppi plexer.mli
- rm -f extfun.ppo
- 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 stdpp.ppo
- 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 plexer.ppi
- rm -f eprinter.ppi
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf token.ppi
- rm -f stdpp.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -intf gramext.ppi
- rm -f plexer.ppi
- rm -f token.ppi
- 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 pprintf.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o token.ppo token.ml
- rm -f gramext.ppi
- rm -f ploc.ppo
- rm -f pprintf.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o gramext.ppo gramext.ml
- 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
- 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
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl eprinter.ppo
- rm -f extfold.ppi
- rm -f eprinter.ppo
- 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 gramext.ppo
- 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 versdep.ppo
- rm -f gramext.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 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
- rm -f diff.ppo
- ocamlc.opt -g -warn-error +A-11 -I +compiler-libs -c -impl plexing.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.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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.05/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
- ocamlc.opt -g -warn-error +A-11 -c -intf odyl_main.ppi
- cat odyl_config.ml > odyl_config.ppo
- rm -f odyl_main.ppi
- ocamlc.opt -g -warn-error +A-11 -c -impl odyl_config.ppo
- rm -f odyl_config.ppo
- 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[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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 argl.ppi argl.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.05.0/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.05.0/utils -c -intf mlsyntax.ppi
- rm -f argl.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o argl.ppo argl.ml
- rm -f mlsyntax.ppi
- 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.05.0/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.05.0/utils -c -impl argl.ppo
- rm -f mLast.ppi
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o asttools.ppi asttools.mli
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.05.0/utils -c -impl mlsyntax.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pp_debug.ppo pp_debug.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pcaml.ppi pcaml.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 ast2pt.ppi ast2pt.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o exparser.ppi exparser.mli
- rm -f argl.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.05.0/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.05.0/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.05.0/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.05.0/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.05.0/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.05.0/utils -c -intf reloc.ppi
- rm -f mlsyntax.ppo
- rm -f quotation.ppi
- rm -f reloc.ppi
- rm -f ast2pt.ppi
- rm -f exparser.ppi
- rm -f prtools.ppi
- 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 quotation.ppo quotation.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o parserify.ppi parserify.mli
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ast2pt.ppo ast2pt.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o reloc.ppo reloc.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.05.0/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.05.0/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.05.0/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.05.0/utils -c -intf parserify.ppi
- rm -f pcaml.ppi
- rm -f parserify.ppi
- rm -f quotation.ppo
- rm -f pp_debug.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o exparser.ppo exparser.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o main.ppo main.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o parserify.ppo parserify.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.05.0/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.05.0/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.05.0/utils -c -impl prtools.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.05.0/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.05.0/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.05.0/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.05.0/utils -c -impl reloc.ppo
- rm -f prtools.ppo
- rm -f pcaml.ppo
- rm -f exparser.ppo
- rm -f reloc.ppo
- rm -f parserify.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.05.0/utils -c -impl ast2pt.ppo
- rm -f ast2pt.ppo
- OTOPP=+compiler-libs OTOPU=../ocaml_stuff/4.05.0/utils OVERSION=4.05.0 OLIBDIR="/home/opam/.opam/4.05/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.05.0/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.05.0/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.05/.opam-switch/build/camlp5.8.00.02/main'
- make[3]: Entering directory '/home/opam/.opam/4.05/.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 pa_macro.ppo pa_macro.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 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.05.0/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.05.0/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.05.0/utils -c -impl pa_lexer.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl pa_fstream.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl q_ast_base.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl pa_macro.ppo
- rm -f pa_lexer.ppo
- rm -f q_ast_base.ppo
- rm -f pa_fstream.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o q_ast.ppo q_ast.ml
- rm -f pa_macro.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl pa_extend.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl q_ast.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/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.05.0/utils -c -impl pa_extend_m.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl pa_macro_gram.ppo
- rm -f pa_macro_gram.ppo
- rm -f pa_extend_m.ppo
- rm -f q_ast.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/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.05/.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.05/.opam-switch/build/camlp5.8.00.02/main'
- rm -f q_MLast.ppo
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make compare
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Nothing to be done for 'compare'.
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/meta'
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/meta'
- Fixpoint reached, bootstrap succeeded.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make out
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- set -e; cd ocaml_stuff; make; cd ..
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.05.0/utils; \
- make all EXE= OCAMLN=ocaml
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- if [ "+compiler-libs" != "+compiler-libs" ]; then \
-   cd ./4.05.0/parsing; \
-   make all EXE= OCAMLN=ocaml; \
- fi
- make[2]: Leaving directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Entering directory '/home/opam/.opam/4.05/.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
- make --no-print-directory -f Makefile.withnew pr_official.cmo
- 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_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_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_pprintf.ppo pa_pprintf.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pa_extfold.ppo pa_extfold.ml
- sed -e "s|@VERSION@|8.00.02|" -e "s|@CAMLP5DIR@|/home/opam/.opam/4.05/lib/camlp5|" META.tpl > META
- 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_reloc.ppo pa_reloc.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 pr_null.ppo pr_null.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_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
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_lefteval.ppo pa_lefteval.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 ../meta/camlp5r -nolib -I ../meta -I ../etc pa_macro.cmo -mode S -o pr_official.ppo pr_official.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pr_null.ppo
- rm -f pr_null.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_official.ppo
- rm -f 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_extfold.ppo
- 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 ../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
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_extprint.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
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl 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_mktest.ppo
- rm -f pa_mkast.ppo
- rm -f pa_reloc.ppo
- rm -f pa_extfun.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pr_depend.ppo
- rm -f pa_extprint.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_pprintf.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_macro_print.ppo pa_macro_print.ml
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_macro_print.ppo
- rm -f pa_mktest.ppo
- 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_lefteval.ppo
- rm -f pa_pprintf.ppo
- rm -f pr_depend.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_lispr.ppo
- 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
- rm -f pa_macro_print.ppo
- 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_extprint.ppo pr_extprint.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 q_phony.ppo q_phony.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
- 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
- rm -f pa_lefteval.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_sml.ppo
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_o.ppo pr_o.ml
- rm -f pa_lispr.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_pragma.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 ../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 q_phony.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_schemep.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_extprint.ppo
- rm -f pr_extfun.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_schemep.ppo
- rm -f pr_extprint.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_schemer.ppo
- rm -f pa_pragma.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 pr_op.ppo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pa_lisp.ppo
- rm -f pa_lisp.ppo
- rm -f pa_schemer.ppo
- rm -f pr_extend.ppo
- make --no-print-directory -f Makefile.withnew pa_scheme.cmo
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_o.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 ../meta -I ../lib -I +compiler-libs -c -impl 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
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_o.ppo
- rm -f pr_scheme.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.05/.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
- 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.05/.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
- make[3]: Leaving directory '/home/opam/.opam/4.05/.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
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- 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
- ocamlc.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
- ocamlc.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_ro.ppo
- rm -f pr_rp.ppo
- rm -f pr_ro.ppo
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/etc'
- make[2]: Entering directory '/home/opam/.opam/4.05/.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.05.0/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.05.0/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.05.0/utils -I +compiler-libs -c -impl camlp5_top.ppo
- rm -f camlp5_top.ppo
- ocamlc.opt ../ocaml_stuff/4.05.0/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.05.0/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.05.0/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.05.0/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.05/.opam-switch/build/camlp5.8.00.02/top'
- make[2]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/ocpp'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/man'
- sed -e "s'LIBDIR'/home/opam/.opam/4.05/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.05/.opam-switch/build/camlp5.8.00.02/man'
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make opt
- make[1]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.05.0/utils; make OCAMLN=ocaml opt; cd ../..
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- ocamlopt  -c pconfig.ml
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- make[2]: Entering directory '/home/opam/.opam/4.05/.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 fstream.ppo fstream.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o ploc.ppo ploc.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 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
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl diff.ppo
- rm -f pretty.ppo
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl plexing.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pprintf.ppo pprintf.ml
- rm -f diff.ppo
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl pprintf.ppo
- rm -f pprintf.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o eprinter.ppo eprinter.ml
- 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
- ocamlopt.opt -g -warn-error +A-11 -I +compiler-libs -c -impl plexer.ppo
- rm -f gramext.ppo
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o grammar.ppo grammar.ml
- 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.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Entering directory '/home/opam/.opam/4.05/.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 pp_debug.ppo pp_debug.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o mlsyntax.ppo mlsyntax.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.05.0/utils -c -impl quotation.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.05.0/utils -c -impl pp_debug.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.05.0/utils -c -impl argl.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.05.0/utils -c -impl mlsyntax.ppo
- rm -f pp_debug.ppo
- rm -f argl.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.05.0/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.05.0/utils -c -impl prtools.ppo
- rm -f asttools.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../odyl -I ../boot -I ../lib -I +compiler-libs -I ../ocaml_stuff/4.05.0/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.05.0/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.05.0/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.05.0/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.05.0/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.05.0/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.05.0/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.05.0/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.05/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Entering directory '/home/opam/.opam/4.05/.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_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
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/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.05.0/utils -c -impl pa_rp.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl pa_lexer.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/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.05.0/utils -c -impl pa_fstream.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/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
- rm -f pa_lexer.ppo
- rm -f pa_fstream.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl pa_extend.ppo
- rm -f pa_macro.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl q_ast.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl pa_r.ppo
- rm -f pa_extend.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl q_MLast.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.05.0/utils -c -impl pa_extend_m.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../ocaml_stuff/4.05.0/utils -c -impl pa_macro_gram.ppo
- rm -f pa_extend_m.ppo
- rm -f q_ast.ppo
- rm -f pa_macro_gram.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.05/.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.05/.opam-switch/build/camlp5.8.00.02/main'
- rm -f q_MLast.ppo
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Entering directory '/home/opam/.opam/4.05/.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_op.ppo pa_op.ml
- make --no-print-directory -f Makefile.withnew pr_r.cmx
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_o.ppo pa_o.ml
- 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
- 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
- make --no-print-directory -f Makefile.withnew q_phony.cmx
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_extprint.ppo pa_extprint.ml
- make --no-print-directory -f Makefile.withnew papr_phony_macro.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_mkast.ppo pa_mkast.ml
- make --no-print-directory -f Makefile.withnew pr_official.cmx
- 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_reloc.ppo pa_reloc.ml
- make --no-print-directory -f Makefile.withnew pa_lisp.cmx
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_pragma.ppo pa_pragma.ml
- make --no-print-directory -f Makefile.withnew pa_scheme.cmx
- 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_r.ppo pr_r.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_o.ppo pr_o.ml
- make --no-print-directory -f Makefile.withnew pr_scheme.cmx
- 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_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_op.ppo pr_op.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_extprint.ppo pr_extprint.ml
- 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
- 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_scheme.ppo pr_scheme.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_lefteval.ppo pa_lefteval.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
- 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 ../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 pa_macro.cmo -mode S -o pr_official.ppo pr_official.ml
- ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o pa_pprintf.ppo pa_pprintf.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 ../boot/camlp5r -nolib -I ../boot -mode S -o pa_sml.ppo pa_sml.ml
- rm -f pr_null.ppo
- 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 ../meta -I ../lib -I +compiler-libs -c -impl pa_extfold.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 pr_extfun.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_oop.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 ../boot -I ../lib -I ../meta -c -impl pa_extfun.ppo
- rm -f pa_extfold.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_extprint.ppo
- rm -f pr_official.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_mkast.ppo
- rm -f q_phony.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_mktest.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
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_lefteval.ppo
- rm -f pr_extfun.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_op.ppo
- rm -f pa_reloc.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 pa_lisp.ppo
- rm -f pa_oop.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_pprintf.ppo
- rm -f pa_mkast.ppo
- rm -f pa_extfun.ppo
- rm -f pr_extprint.ppo
- rm -f pa_mktest.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../meta -I ../lib -I +compiler-libs -c -impl pr_extend.ppo
- rm -f pa_lefteval.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 pr_schemep.ppo
- rm -f pr_depend.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_macro_print.ppo
- ocamlopt.opt -g -warn-error +A-11 -I ../main -I ../boot -I ../lib -I ../meta -c -impl pa_sml.ppo
- rm -f pa_macro_print.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_pprintf.ppo
- rm -f pa_lisp.ppo
- rm -f pr_op.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 ../meta -I ../lib -I +compiler-libs -c -impl pr_scheme.ppo
- rm -f pr_extend.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 pa_pragma.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_scheme.ppo
- rm -f pa_schemer.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_rp.ppo pr_rp.ml
- ocamlrun ../meta/camlp5r -nolib -I ../meta -I ../etc -mode S -o pr_ro.ppo pr_ro.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 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.05/.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
- rm -f pr_o.ppo
- rm -f pr_rp.ppo
- rm -f pr_ro.ppo
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/etc'
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make opt.opt
- make[1]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- cd ./4.05.0/utils; make OCAMLN=ocaml opt; cd ../..
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- make[3]: Nothing to be done for 'opt'.
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff/4.05.0/utils'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocaml_stuff'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Nothing to be done for 'opt'.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Nothing to be done for 'opt'.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Nothing to be done for 'opt'.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Nothing to be done for 'opt'.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/meta'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/etc'
- make[2]: Nothing to be done for 'opt'.
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/etc'
- cd compile; make opt; cd ..
- make[2]: Entering directory '/home/opam/.opam/4.05/.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.05/.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.05/.opam-switch/build/camlp5.8.00.02/main'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/compile'
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make  -j47 --jobserver-auth=3,4 -- DEBUG=-g local-install
- make[1]: warning: -j47 forced in submake: resetting jobserver mode.
- make[1]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02'
- rm -rf "/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/local-install/lib BINDIR=/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/bin MANDIR=/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/man; cd ..); \
- done
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- mkdir -p "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5"
- cp gramlib.cma *.mli "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- cp *.cmi "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- if test -f gramlib.cmxa; then \
-   make installopt LIBDIR="/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/lib" DESTDIR=; \
- fi
- make[4]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- cp gramlib.cmxa *.cmx "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- if test -f gramlib.lib; then \
-   cp gramlib.lib "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."; \
- else \
-   tar cf - gramlib"".a | \
-   (cd "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."; tar xf -); \
- fi
- make[4]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- mkdir -p "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5" "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/bin"
- cp odyl.cmo odyl.cma "/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."; \
-   cp odyl.a odyl.o "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- mkdir -p "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/bin"
- mkdir -p "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5"
- cp camlp5 "/home/opam/.opam/4.05/.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.05/.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.05/.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.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- cp camlp5.cma "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- if test -f camlp5.cmxa; then \
-   cp camlp5.cmxa "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."; \
-   cp camlp5.a "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/meta'
- mkdir -p "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5" "/home/opam/.opam/4.05/.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.05/.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.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- cp camlp5r "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/bin/."
- if test -f camlp5r.opt; then \
-   cp camlp5r.opt "/home/opam/.opam/4.05/.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.05/.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.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."; \
-   done; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/meta'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/etc'
- mkdir -p "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5" "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/bin"
- rm -f "/home/opam/.opam/4.05/.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.05/.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.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5|" META.tpl > META
- cp META "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- cp lib.sml "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- cp camlp5o camlp5sch "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/bin/."
- cp mkcamlp5.pl "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/bin/mkcamlp5"
- chmod a+x "/home/opam/.opam/4.05/.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.05/.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.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."; \
-   done; \
-   cp camlp5o.opt "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/bin/."; \
-   cp mkcamlp5.pl "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/bin/mkcamlp5.opt"; \
-   chmod a+x "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/bin/mkcamlp5.opt"; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/etc'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/top'
- mkdir -p "/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- cp camlp5_top_funs.cmi camlp5_top_funs.cmo "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/top'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocpp'
- mkdir -p "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5" "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/bin"
- cp ocpp.cmo "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."
- cp ocpp "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/bin/ocpp5"
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocpp'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/man'
- mkdir -p "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/man/man1"
- cp camlp5.1 "/home/opam/.opam/4.05/.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.05/.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.05/.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.05/.opam-switch/build/camlp5.8.00.02/man'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/compile'
- if test -f camlp5o.fast.opt; then \
-   cp camlp5o.fast.opt "/home/opam/.opam/4.05/.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.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/camlp5/."; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/compile'
- cp etc/topfind.camlp5 "/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/local-install/lib/ocaml/." || true
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02'
-> compiled  camlp5.8.00.02
Processing 37/39: [camlp5: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02)
- rm -rf "/home/opam/.opam/4.05/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.05/lib BINDIR=/home/opam/.opam/4.05/bin MANDIR=/home/opam/.opam/4.05/man; cd ..); \
- done
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- mkdir -p "/home/opam/.opam/4.05/lib/camlp5"
- cp gramlib.cma *.mli "/home/opam/.opam/4.05/lib/camlp5/."
- cp *.cmi "/home/opam/.opam/4.05/lib/camlp5/."
- if test -f gramlib.cmxa; then \
-   make installopt LIBDIR="/home/opam/.opam/4.05/lib" DESTDIR=; \
- fi
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- cp gramlib.cmxa *.cmx "/home/opam/.opam/4.05/lib/camlp5/."
- if test -f gramlib.lib; then \
-   cp gramlib.lib "/home/opam/.opam/4.05/lib/camlp5/."; \
- else \
-   tar cf - gramlib"".a | \
-   (cd "/home/opam/.opam/4.05/lib/camlp5/."; tar xf -); \
- fi
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/lib'
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- mkdir -p "/home/opam/.opam/4.05/lib/camlp5" "/home/opam/.opam/4.05/bin"
- cp odyl.cmo odyl.cma "/home/opam/.opam/4.05/lib/camlp5/."
- if test -f odyl.cmxa; then \
-   cp odyl.cmxa odyl.cmx "/home/opam/.opam/4.05/lib/camlp5/."; \
-   cp odyl.a odyl.o "/home/opam/.opam/4.05/lib/camlp5/."; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/odyl'
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- mkdir -p "/home/opam/.opam/4.05/bin"
- mkdir -p "/home/opam/.opam/4.05/lib/camlp5"
- cp camlp5 "/home/opam/.opam/4.05/bin/."
- cp ast2pt.mli mLast.mli quotation.mli pcaml.mli prtools.mli reloc.mli "/home/opam/.opam/4.05/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.05/lib/camlp5/."
- cp asttools.cmx ast2pt.cmx mlsyntax.cmx quotation.cmx pcaml.cmx prtools.cmx reloc.cmx pp_debug.cmx "/home/opam/.opam/4.05/lib/camlp5/."
- cp camlp5.cma "/home/opam/.opam/4.05/lib/camlp5/."
- if test -f camlp5.cmxa; then \
-   cp camlp5.cmxa "/home/opam/.opam/4.05/lib/camlp5/."; \
-   cp camlp5.a "/home/opam/.opam/4.05/lib/camlp5/."; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/main'
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/meta'
- mkdir -p "/home/opam/.opam/4.05/lib/camlp5" "/home/opam/.opam/4.05/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.05/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.05/lib/camlp5/."
- cp camlp5r "/home/opam/.opam/4.05/bin/."
- if test -f camlp5r.opt; then \
-   cp camlp5r.opt "/home/opam/.opam/4.05/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.05/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.05/lib/camlp5/."; \
-   done; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/meta'
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/etc'
- mkdir -p "/home/opam/.opam/4.05/lib/camlp5" "/home/opam/.opam/4.05/bin"
- rm -f "/home/opam/.opam/4.05/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.05/lib/camlp5/."
- sed -e "s|@VERSION@|8.00.02|" -e "s|@CAMLP5DIR@|/home/opam/.opam/4.05/lib/camlp5|" META.tpl > META
- cp META "/home/opam/.opam/4.05/lib/camlp5/."
- cp lib.sml "/home/opam/.opam/4.05/lib/camlp5/."
- cp camlp5o camlp5sch "/home/opam/.opam/4.05/bin/."
- cp mkcamlp5.pl "/home/opam/.opam/4.05/bin/mkcamlp5"
- chmod a+x "/home/opam/.opam/4.05/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.05/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.05/lib/camlp5/."; \
-   done; \
-   cp camlp5o.opt "/home/opam/.opam/4.05/bin/."; \
-   cp mkcamlp5.pl "/home/opam/.opam/4.05/bin/mkcamlp5.opt"; \
-   chmod a+x "/home/opam/.opam/4.05/bin/mkcamlp5.opt"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/etc'
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/top'
- mkdir -p "/home/opam/.opam/4.05/lib/camlp5"
- cp camlp5o.cma camlp5r.cma camlp5sch.cma camlp5_top.cma "/home/opam/.opam/4.05/lib/camlp5/."
- cp camlp5_top_funs.cmi camlp5_top_funs.cmo "/home/opam/.opam/4.05/lib/camlp5/."
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/top'
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocpp'
- mkdir -p "/home/opam/.opam/4.05/lib/camlp5" "/home/opam/.opam/4.05/bin"
- cp ocpp.cmo "/home/opam/.opam/4.05/lib/camlp5/."
- cp ocpp "/home/opam/.opam/4.05/bin/ocpp5"
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/ocpp'
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/man'
- mkdir -p "/home/opam/.opam/4.05/man/man1"
- cp camlp5.1 "/home/opam/.opam/4.05/man/man1/."
- for i in camlp5o.1 camlp5r.1 camlp5sch.1 mkcamlp5.1 ocpp5.1; do \
-   cd "/home/opam/.opam/4.05/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.05/man/man1"; rm -f $i; ln -s camlp5.1 $i; \
- done
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/man'
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/compile'
- if test -f camlp5o.fast.opt; then \
-   cp camlp5o.fast.opt "/home/opam/.opam/4.05/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.05/lib/camlp5/."; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/camlp5.8.00.02/compile'
- cp etc/topfind.camlp5 "/home/opam/.opam/4.05/lib/ocaml/." || true
-> installed camlp5.8.00.02
[bigbro: patch] applying opam.patch
Processing 38/39: [bigbro: patch]
Processing 38/39: [bigbro: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.05/.opam-switch/build/bigbro.2.0.4-rev3)
- Makefile:119: warning: ignoring prerequisites on suffix rule definition
- ocamlfind ocamlc -pp "camlp5o -loc _loc" -I /home/opam/.opam/4.05/lib/camlp5 -c pcreg.ml
- File "pcreg.ml", line 110, characters 43-51:
- Warning: syntax deprecated since version 6.00
- rm -rf .generated-dependencies
- for i in *.mli *.ml ; do \
- 	camlp5o pr_depend.cmo -loc _loc $i >> .generated-dependencies; \
- done
- pr_depend: not impl: module_type; tag = 0
- pr_depend: not impl: module_type; tag = 0
- File "pcreg.ml", line 110, characters 43-51:
- Warning: syntax deprecated since version 6.00
- Makefile:119: warning: ignoring prerequisites on suffix rule definition
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c thread_utils.mli
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c thread_utils.ml
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c misc.mli
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c misc.ml
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c settings.mli
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c settings.ml
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c string_utils.mli
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c string_utils.ml
- File "string_utils.ml", line 24, characters 7-67:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "string_utils.ml", line 24, characters 23-67:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "string_utils.ml", line 169, characters 15-28:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c io_utils.mli
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c io_utils.ml
- File "io_utils.ml", line 14, characters 15-28:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- rm -f sysmagic.ml
- cp sysunix.ml sysmagic.ml
- chmod a-w sysmagic.ml
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c sysmagic.ml
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c base64.mli
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c base64.ml
- File "base64.ml", line 23, characters 14-26:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "base64.ml", line 50, characters 13-26:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "base64.ml", line 102, characters 13-25:
- Warning 3: deprecated: Array.create
- Use Array.make instead.
- File "base64.ml", line 126, characters 15-28:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c url_syntax.mli
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c url_syntax.ml
- File "url_syntax.ml", line 22, characters 5-28:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "url_syntax.ml", line 23, characters 10-33:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "url_syntax.ml", line 24, characters 10-33:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "url_syntax.ml", line 30, characters 5-24:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "url_syntax.ml", line 31, characters 10-35:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "url_syntax.ml", line 76, characters 21-34:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "url_syntax.ml", line 126, characters 15-45:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "url_syntax.ml", line 136, characters 2-39:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "url_syntax.ml", line 151, characters 9-31:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "url_syntax.ml", line 160, characters 2-27:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "url_syntax.ml", line 164, characters 2-27:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c url.mli
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c url.ml
- File "url.ml", line 128, characters 15-31:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "url.ml", line 143, characters 15-31:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "url.ml", line 197, characters 7-82:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "url.ml", line 197, characters 23-82:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "url.ml", line 199, characters 12-56:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c media_type.mli
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c media_type.ml
- File "media_type.ml", line 58, characters 2-32:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "media_type.ml", line 66, characters 7-40:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "media_type.ml", line 182, characters 5-21:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "media_type.ml", line 218, characters 3-19:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "media_type.ml", line 218, characters 49-65:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "media_type.ml", line 246, characters 2-40:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "media_type.ml", line 255, characters 10-26:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c timer.mli
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c timer.ml
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c linear_connection.mli
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c http_connection.mli
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c link_info.mli
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c agency.mli
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c agency.ml
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c linear_connection.ml
- File "linear_connection.ml", line 182, characters 17-30:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c http_connection.ml
- File "http_connection.ml", line 75, characters 7-72:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "http_connection.ml", line 95, characters 2-25:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "http_connection.ml", line 158, characters 9-76:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "http_connection.ml", line 179, characters 24-40:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "http_connection.ml", line 229, characters 31-88:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c stats.mli
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c stats.ml
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c link_info.ml
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c stripper.mli
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c stripper.ml
- File "stripper.ml", line 39, characters 17-30:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "stripper.ml", line 53, characters 4-14:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "stripper.ml", line 94, characters 5-124:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "stripper.ml", line 94, characters 45-124:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c skimmer.mli
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c skimmer.ml
- File "skimmer.ml", line 109, characters 7-23:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- File "skimmer.ml", line 188, characters 5-79:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "skimmer.ml", line 188, characters 32-79:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "skimmer.ml", line 297, characters 30-53:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "skimmer.ml", line 299, characters 31-54:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "skimmer.ml", line 311, characters 5-47:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c fragment_skimmer.mli
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c fragment_skimmer.ml
- File "fragment_skimmer.ml", line 28, characters 17-33:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- File "fragment_skimmer.ml", line 43, characters 5-43:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c link_skimmer.mli
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c link_skimmer.ml
- File "link_skimmer.ml", line 100, characters 17-33:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c cache.mli
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c cache.ml
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c check_file.mli
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c check_file.ml
- File "check_file.ml", line 55, characters 34-99:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "check_file.ml", line 56, characters 26-91:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "check_file.ml", line 101, characters 5-150:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "check_file.ml", line 101, characters 6-70:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- File "check_file.ml", line 101, characters 7-48:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c check_master.mli
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c check_master.ml
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c check_http.mli
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c check_http.ml
- File "check_http.ml", line 19, characters 34-99:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "check_http.ml", line 20, characters 26-91:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "check_http.ml", line 91, characters 19-73:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- File "check_http.ml", line 91, characters 20-55:
- Warning 3: deprecated: Pervasives.or
- Use (||) instead.
- ocamlfind ocamlc -thread -g -pp "camlp5o -loc _loc" -package "unix threads pcre" -c main.ml
- File "main.ml", line 76, characters 3-53:
- Warning 3: deprecated: Pervasives.&
- Use (&&) instead.
- ocamlfind ocamlc -o bigbro -thread -custom -linkpkg -package "unix threads pcre" thread_utils.cmo misc.cmo settings.cmo string_utils.cmo io_utils.cmo sysmagic.cmo base64.cmo url_syntax.cmo url.cmo media_type.cmo timer.cmo agency.cmo linear_connection.cmo http_connection.cmo stats.cmo link_info.cmo stripper.cmo skimmer.cmo fragment_skimmer.cmo link_skimmer.cmo cache.cmo check_file.cmo check_master.cmo check_http.cmo main.cmo
-> compiled  bigbro.2.0.4-rev3
Processing 39/39: [bigbro: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" "PREFIX=/home/opam/.opam/4.05" "MANDIR=/home/opam/.opam/4.05/man/man1" (CWD=/home/opam/.opam/4.05/.opam-switch/build/bigbro.2.0.4-rev3)
- Makefile:119: warning: ignoring prerequisites on suffix rule definition
- ocamlfind ocamlc -pp "camlp5o -loc _loc" -I /home/opam/.opam/4.05/lib/camlp5 -c pcreg.ml
- File "pcreg.ml", line 110, characters 43-51:
- Warning: syntax deprecated since version 6.00
- rm -rf .generated-dependencies
- for i in *.mli *.ml ; do \
- 	camlp5o pr_depend.cmo -loc _loc $i >> .generated-dependencies; \
- done
- pr_depend: not impl: module_type; tag = 0
- pr_depend: not impl: module_type; tag = 0
- File "pcreg.ml", line 110, characters 43-51:
- Warning: syntax deprecated since version 6.00
- Makefile:119: warning: ignoring prerequisites on suffix rule definition
- install -d /home/opam/.opam/4.05/bin
- install -m 755 bigbro /home/opam/.opam/4.05/bin/bigbro
- install -d /home/opam/.opam/4.05/man/man1
- install -m 644 doc/bigbro.1 /home/opam/.opam/4.05/man/man1/bigbro.1
- install -d /home/opam/.opam/4.05/doc/apps-bigbro
- cp -r doc/README doc/doc.ps doc/doc.pdf doc/html /home/opam/.opam/4.05/doc/apps-bigbro
- chmod -R a=rX,u+w /home/opam/.opam/4.05/doc/apps-bigbro
-> installed bigbro.2.0.4-rev3
Done.
# Run eval $(opam env) to update the current shell environment
2022-12-01 21:25.31 ---> saved as "b2419e45aede0a8afb14a85cd70afdab24b6d85f6b9bd805b411077294c8ea07"
Job succeeded