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


Building on summer

(from freebsd)
2024-04-19 00:01.49 ---> using "77d5fe31836124b4684d554707425c4fde23f9ef3df0a804431a47419573778d" 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/local/bin/opam-dev /usr/local/bin/opam"))
2024-04-19 00:01.50 ---> using "a2b22593046b56fadc85e22b0da7b84e903c1f5aa4d42a7c481121ceec28b31f" 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 f089d8564db935c703bea70a4b3d8335ffa1bef3"))
2024-04-19 00:01.50 ---> using "83de7f37a3fdfdf2af7d52001c195007ba3d03fbf63bb1c5deeb0bd7199a7e68" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare ~/opam-repository"))
No configuration file found, using 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.

2024-04-19 00:01.50 ---> using "ae05d419fac6605f1fa37d4b0e1385766018ebaa3233982c89fd3cd33bf5b52b" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '5.1.0' 'ocaml-base-compiler.5.1.0'"))

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.5.1.0  (cached)
-> installed ocaml-base-compiler.5.1.0
-> installed ocaml-config.3
-> installed ocaml.5.1.0
-> installed base-domains.base
-> installed base-nnp.base
Done.
# Run eval $(opam env --switch=5.1.0) to update the current shell environment
2024-04-19 00:01.50 ---> using "00812c0655a363608144a2fbfe7a937b2ae842276c4f9d1df0b02161f399b104" from cache

/: (run (network host)
        (shell "opam update --depexts"))
[WARNING] Unknown update command for bsd, skipping system update
2024-04-19 00:01.50 ---> using "ed99a2b1c5a9bc50869d66e6efea1b612aec0720983f79577579611105ba004c" from cache

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

Nothing to do.
The following actions will be performed:
=== install 23 packages
  - install bigarray-compat      1.1.0  [required by ctypes]
  - install cmdliner             1.2.0  [required by runtime_events_tools]
  - install conf-autoconf        0.1    [required by conf-automake]
  - install conf-automake        1      [required by opsian]
  - install conf-cmake           1      [required by hdr_histogram]
  - install conf-libffi          2.0.0  [required by ctypes-foreign]
  - install conf-liblzma         1      [required by opsian]
  - install conf-libtool         1      [required by opsian]
  - install conf-perl            2      [required by opsian]
  - install conf-pkg-config      3      [required by conf-liblzma]
  - install conf-which           1      [required by conf-autoconf]
  - install conf-zlib            1      [required by hdr_histogram]
  - install csexp                1.5.2  [required by dune-configurator]
  - install ctypes               0.22.0 [required by hdr_histogram]
  - install ctypes-foreign       0.22.0 [required by hdr_histogram]
  - install dune                 3.15.0 [required by opsian]
  - install dune-configurator    3.15.0 [required by ctypes, ctypes-foreign]
  - install hdr_histogram        0.0.4  [required by runtime_events_tools]
  - install integers             0.7.0  [required by ctypes]
  - install ocamlfind            1.9.6  [required by runtime_events_tools]
  - install opsian               0.1
  - install runtime_events_tools 0.3    [required by opsian]
  - install stdlib-shims         0.3.0  [required by integers]

The following system packages will first need to be installed:
    autoconf devel/automake devel/cmake libtool

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

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

[1/2/3/4] 1

+ /usr/local/bin/sudo "pkg" "install" "-y" "autoconf" "devel/automake" "devel/cmake" "libtool"
- Updating FreeBSD repository catalogue...
- [summer] Fetching meta.conf: . done
- [summer] Fetching packagesite.pkg: ....
- ...... done
- Processing entries: 
- .
- .
- .
- ..
- ..
- .
- .
- . done
- FreeBSD repository update completed. 34060 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
- 
- Installed packages to be UPGRADED:
- 	pkg: 1.20.9 -> 1.21.2
- 
- Number of packages to be upgraded: 1
- 
- The process will require 7 MiB more space.
- 12 MiB to be downloaded.
- [summer] [1/1] Fetching pkg-1.21.2.pkg: .
- .....
- .... done
- Checking integrity... done (0 conflicting)
- [summer] [1/1] Upgrading pkg from 1.20.9 to 1.21.2...
- [summer] [1/1] Extracting pkg-1.21.2: .......... done
- Updating FreeBSD repository catalogue...
- [summer] Fetching meta.conf: . done
- [summer] Fetching data.pkg: .......... done
- Processing entries: 
- .
- ..
- ..
- ..
- .
- .. done
- FreeBSD repository update completed. 34060 packages processed.
- All repositories are up to date.
- The following 12 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	autoconf: 2.72
- 	autoconf-switch: 20220527
- 	automake: 1.16.5_1
- 	cmake: 3.28.3
- 	cmake-core: 3.28.3
- 	cmake-doc: 3.28.3
- 	cmake-man: 3.28.3
- 	jsoncpp: 1.9.5
- 	libtool: 2.4.7_2
- 	libuv: 1.48.0
- 	m4: 1.4.19_1,1
- 	rhash: 1.4.4_1
- 
- Number of packages to be installed: 12
- 
- The process will require 97 MiB more space.
- 22 MiB to be downloaded.
- [summer] [1/12] Fetching cmake-3.28.3.pkg: . done
- [summer] [2/12] Fetching libtool-2.4.7_2.pkg: .......... done
- [summer] [3/12] Fetching m4-1.4.19_1,1.pkg: .......... done
- [summer] [4/12] Fetching automake-1.16.5_1.pkg: ......... done
- [summer] [5/12] Fetching cmake-man-3.28.3.pkg: .......... done
- [summer] [6/12] Fetching jsoncpp-1.9.5.pkg: .......... done
- [summer] [7/12] Fetching libuv-1.48.0.pkg: .......... done
- [summer] [8/12] Fetching cmake-doc-3.28.3.pkg: ......
- .... done
- [summer] [9/12] Fetching cmake-core-3.28.3.pkg: ..
- ......
- .. done
- [summer] [10/12] Fetching rhash-1.4.4_1.pkg: .......... done
- [summer] [11/12] Fetching autoconf-switch-20220527.pkg: . done
- [summer] [12/12] Fetching autoconf-2.72.pkg: .......... done
- Checking integrity... done (0 conflicting)
- [summer] [1/12] Installing m4-1.4.19_1,1...
- [summer] [1/12] Extracting m4-1.4.19_1,1: .......... done
- [summer] [2/12] Installing jsoncpp-1.9.5...
- [summer] [2/12] Extracting jsoncpp-1.9.5: .......... done
- [summer] [3/12] Installing libuv-1.48.0...
- [summer] [3/12] Extracting libuv-1.48.0: .......... done
- [summer] [4/12] Installing rhash-1.4.4_1...
- [summer] [4/12] Extracting rhash-1.4.4_1: .......... done
- [summer] [5/12] Installing autoconf-switch-20220527...
- [summer] [5/12] Extracting autoconf-switch-20220527: .......... done
- [summer] [6/12] Installing cmake-man-3.28.3...
- [summer] [6/12] Extracting cmake-man-3.28.3: .......... done
- [summer] [7/12] Installing cmake-doc-3.28.3...
- [summer] [7/12] Extracting cmake-doc-3.28.3: .......... done
- [summer] [8/12] Installing cmake-core-3.28.3...
- [summer] [8/12] Extracting cmake-core-3.28.3: 
- .......... done
- [summer] [9/12] Installing autoconf-2.72...
- [summer] [9/12] Extracting autoconf-2.72: .......... done
- [summer] [10/12] Installing cmake-3.28.3...
- [summer] [11/12] Installing libtool-2.4.7_2...
- [summer] [11/12] Extracting libtool-2.4.7_2: .......... done
- [summer] [12/12] Installing automake-1.16.5_1...
- [summer] [12/12] Extracting automake-1.16.5_1: .......... done

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/67:
Processing  2/67:
Processing  3/67:
Processing  4/67:
Processing  5/67:
Processing  6/67:
Processing  7/67:
Processing  8/67:
Processing  9/67:
Processing 10/67:
Processing 11/67:
Processing 12/67:
Processing 13/67:
Processing 14/67: [conf-cmake: sh configure.sh]
Processing 15/67: [conf-cmake: sh configure.sh] [conf-libtool: libtoolize]
Processing 16/67: [conf-cmake: sh configure.sh] [conf-libtool: libtoolize] [conf-perl: perl]
Processing 17/67: [conf-cmake: sh configure.sh] [conf-libtool: libtoolize] [conf-perl: perl] [conf-pkg-config: pkg-config]
Processing 18/67: [conf-cmake: sh configure.sh] [conf-libtool: libtoolize] [conf-perl: perl] [conf-pkg-config: pkg-config] [conf-which: which which]
+ /usr/local/bin/perl "--version" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/conf-perl.2)
- 
- This is perl 5, version 36, subversion 3 (v5.36.3) built for amd64-freebsd-thread-multi
- 
- Copyright 1987-2023, 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 18/67: [conf-cmake: sh configure.sh] [conf-libtool: libtoolize] [conf-pkg-config: pkg-config] [conf-which: which which]
-> installed conf-perl.2
Processing 19/67: [conf-cmake: sh configure.sh] [conf-libtool: libtoolize] [conf-pkg-config: pkg-config] [conf-which: which which]
+ /usr/bin/which "which" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/conf-which.1)
- /usr/bin/which
-> compiled  conf-which.1
Processing 19/67: [conf-cmake: sh configure.sh] [conf-libtool: libtoolize] [conf-pkg-config: pkg-config]
-> installed conf-which.1
Processing 20/67: [conf-cmake: sh configure.sh] [conf-libtool: libtoolize] [conf-pkg-config: pkg-config]
Processing 21/67: [conf-autoconf: which autoconf] [conf-cmake: sh configure.sh] [conf-libtool: libtoolize] [conf-pkg-config: pkg-config]
+ /usr/local/bin/pkg-config "--help" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/conf-pkg-config.3)
- 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
-   --verbose                         print additional information
-   --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/usr/lib 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
-   --license                         print the specified module's license to stdout if known
- 
- 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.3
Processing 21/67: [conf-autoconf: which autoconf] [conf-cmake: sh configure.sh] [conf-libtool: libtoolize]
-> installed conf-pkg-config.3
Processing 22/67: [conf-autoconf: which autoconf] [conf-cmake: sh configure.sh] [conf-libtool: libtoolize]
Processing 23/67: [conf-autoconf: which autoconf] [conf-cmake: sh configure.sh] [conf-libffi: pkg-config libffi] [conf-libtool: libtoolize]
Processing 24/67: [conf-autoconf: which autoconf] [conf-cmake: sh configure.sh] [conf-libffi: pkg-config libffi] [conf-liblzma: pkg-config liblzma] [conf-libtool: libtoolize]
Processing 25/67: [conf-autoconf: which autoconf] [conf-cmake: sh configure.sh] [conf-libffi: pkg-config libffi] [conf-liblzma: pkg-config liblzma] [conf-libtool: libtoolize] [conf-zlib: pkg-config zlib]
+ /usr/local/bin/pkg-config "libffi" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/conf-libffi.2.0.0)
-> compiled  conf-libffi.2.0.0
Processing 25/67: [conf-autoconf: which autoconf] [conf-cmake: sh configure.sh] [conf-liblzma: pkg-config liblzma] [conf-libtool: libtoolize] [conf-zlib: pkg-config zlib]
-> installed conf-libffi.2.0.0
Processing 26/67: [conf-autoconf: which autoconf] [conf-cmake: sh configure.sh] [conf-liblzma: pkg-config liblzma] [conf-libtool: libtoolize] [conf-zlib: pkg-config zlib]
+ /usr/local/bin/pkg-config "zlib" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/conf-zlib.1)
-> compiled  conf-zlib.1
Processing 26/67: [conf-autoconf: which autoconf] [conf-cmake: sh configure.sh] [conf-liblzma: pkg-config liblzma] [conf-libtool: libtoolize]
-> installed conf-zlib.1
Processing 27/67: [conf-autoconf: which autoconf] [conf-cmake: sh configure.sh] [conf-liblzma: pkg-config liblzma] [conf-libtool: libtoolize]
+ /usr/local/bin/pkg-config "--print-errors" "--exists" "liblzma" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/conf-liblzma.1)
-> compiled  conf-liblzma.1
Processing 27/67: [conf-autoconf: which autoconf] [conf-cmake: sh configure.sh] [conf-libtool: libtoolize]
-> installed conf-liblzma.1
Processing 28/67: [conf-autoconf: which autoconf] [conf-cmake: sh configure.sh] [conf-libtool: libtoolize]
+ /usr/bin/which "autoconf" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/conf-autoconf.0.1)
- /usr/local/bin/autoconf
-> compiled  conf-autoconf.0.1
Processing 28/67: [conf-cmake: sh configure.sh] [conf-libtool: libtoolize]
-> installed conf-autoconf.0.1
Processing 29/67: [conf-cmake: sh configure.sh] [conf-libtool: libtoolize]
Processing 30/67: [conf-automake: automake] [conf-cmake: sh configure.sh] [conf-libtool: libtoolize]
+ /usr/local/bin/libtoolize "--version" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/conf-libtool.1)
- libtoolize (GNU libtool) 2.4.7
- Written by Gary V. Vaughan <gary@gnu.org>, 2003
- 
- Copyright (C) 2022 Free Software Foundation, Inc.
- 
-> compiled  conf-libtool.1
Processing 30/67: [conf-automake: automake] [conf-cmake: sh configure.sh]
-> installed conf-libtool.1
Processing 31/67: [conf-automake: automake] [conf-cmake: sh configure.sh]
+ /bin/sh "-ex" "configure.sh" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/conf-cmake.1)
- + command -v cmake3
- + command -v cmake
- /usr/local/bin/cmake
- + cmake_cmd=cmake
- + echo 'cmd: "cmake"'
-> compiled  conf-cmake.1
Processing 31/67: [conf-automake: automake]
-> installed conf-cmake.1
Processing 32/67: [conf-automake: automake]
-> retrieved csexp.1.5.2  (cached)
Processing 33/67: [conf-automake: automake]
-> retrieved cmdliner.1.2.0  (cached)
Processing 34/67: [conf-automake: automake]
Processing 35/67: [cmdliner: gmake all] [conf-automake: automake]
-> retrieved ctypes.0.22.0, ctypes-foreign.0.22.0  (cached)
Processing 36/67: [cmdliner: gmake all] [conf-automake: automake]
+ /usr/local/bin/automake "--help" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/conf-automake.1)
- Usage: /usr/local/bin/automake [OPTION]... [Makefile]...
- 
- Generate Makefile.in for configure from Makefile.am.
- 
- Operation modes:
-       --help               print this help, then exit
-       --version            print version number, then exit
-   -v, --verbose            verbosely list files processed
-       --no-force           only update Makefile.in's that are out of date
-   -W, --warnings=CATEGORY  report the warnings falling in CATEGORY
- 
- Dependency tracking:
-   -i, --ignore-deps      disable dependency tracking code
-       --include-deps     enable dependency tracking code
- 
- Flavors:
-       --foreign          set strictness to foreign
-       --gnits            set strictness to gnits
-       --gnu              set strictness to gnu
- 
- Library files:
-   -a, --add-missing      add missing standard files to package
-       --libdir=DIR       set directory storing library files
-       --print-libdir     print directory storing library files
-   -c, --copy             with -a, copy missing files (default is symlink)
-   -f, --force-missing    force update of standard files
- 
- Warning categories include:
-   cross                  cross compilation issues
-   gnu                    GNU coding standards (default in gnu and gnits modes)
-   obsolete               obsolete features or constructions (default)
-   override               user redefinitions of Automake rules or variables
-   portability            portability issues (default in gnu and gnits modes)
-   portability-recursive  nested Make variables (default with -Wportability)
-   extra-portability      extra portability issues related to obscure tools
-   syntax                 dubious syntactic constructs (default)
-   unsupported            unsupported or incomplete features (default)
-   all                    all the warnings
-   no-CATEGORY            turn off warnings in CATEGORY
-   none                   turn off all the warnings
-   error                  treat warnings as errors
- 
- Files automatically distributed if found (always):
-   ABOUT-GNU           TODO                install-sh          mdate-sh
-   ABOUT-NLS           ar-lib              libversion.in       missing
-   BACKLOG             compile             ltcf-c.sh           mkinstalldirs
-   COPYING             config.guess        ltcf-cxx.sh         py-compile
-   COPYING.DOC         config.rpath        ltcf-gcj.sh         texinfo.tex
-   COPYING.LESSER      config.sub          ltconfig            ylwrap
-   COPYING.LIB         depcomp             ltmain.sh
- 
- Files automatically distributed if found (as .md if needed):
-   AUTHORS[.md]        INSTALL[.md]        README[.md]         THANKS[.md]
-   ChangeLog[.md]      NEWS[.md]
- 
- Files automatically distributed if found (under certain conditions):
-   README-alpha[.md]   config.h.bot        configure           configure.in
-   acconfig.h          config.h.top        configure.ac        stamp-vti
-   aclocal.m4
- 
- Report bugs to <bug-automake@gnu.org>.
- GNU Automake home page: <https://www.gnu.org/software/automake/>.
- General help using GNU software: <https://www.gnu.org/gethelp/>.
-> compiled  conf-automake.1
Processing 36/67: [cmdliner: gmake all]
-> installed conf-automake.1
Processing 37/67: [cmdliner: gmake all]
-> retrieved hdr_histogram.0.0.4  (cached)
Processing 38/67: [cmdliner: gmake all]
-> retrieved bigarray-compat.1.1.0  (cached)
Processing 39/67: [cmdliner: gmake all]
-> retrieved integers.0.7.0  (cached)
Processing 40/67: [opsian.0.1: http] [cmdliner: gmake all]
-> retrieved ocamlfind.1.9.6  (cached)
Processing 41/67: [opsian.0.1: http] [runtime_events_tools.0.3: http] [cmdliner: gmake all]
[ocamlfind: patch] applying 0001-Harden-test-for-OCaml-5.patch
Processing 42/67: [opsian.0.1: http] [runtime_events_tools.0.3: http] [cmdliner: gmake all] [ocamlfind: patch]
Processing 42/67: [opsian.0.1: http] [runtime_events_tools.0.3: http] [cmdliner: gmake all] [ocamlfind: ./configure]
+ /home/opam/.opam/5.1.0/.opam-switch/build/ocamlfind.1.9.6/./configure "-bindir" "/home/opam/.opam/5.1.0/bin" "-sitelib" "/home/opam/.opam/5.1.0/lib" "-mandir" "/home/opam/.opam/5.1.0/man" "-config" "/home/opam/.opam/5.1.0/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/ocamlfind.1.9.6)
- Welcome to findlib version 1.9.6
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Checking for ocamlopt -g...
- Configuring libraries...
- unix: found (in +unix)
- dynlink: found (in +dynlink)
- bigarray: not present (possible since 4.08)
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: not present (normal since 4.09)
- num: not present (normal since 4.06)
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found (in +ocamldoc)
- raw_spacetime: not present (normal since 4.12)
- threads: found (in +threads)
- str: found (in +str)
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- 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/5.1.0/lib/ocaml
-     Binaries:              /home/opam/.opam/5.1.0/bin
-     Manual pages:          /home/opam/.opam/5.1.0/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/5.1.0/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/5.1.0/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/5.1.0/bin
-     Manual pages:          /home/opam/.opam/5.1.0/man
-     topfind script:        /home/opam/.opam/5.1.0/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 42/67: [opsian.0.1: http] [runtime_events_tools.0.3: http] [cmdliner: gmake all] [ocamlfind: gmake all]
-> retrieved dune.3.15.0, dune-configurator.3.15.0  (cached)
Processing 43/67: [opsian.0.1: http] [runtime_events_tools.0.3: http] [cmdliner: gmake all] [ocamlfind: gmake all]
Processing 44/67: [opsian.0.1: http] [runtime_events_tools.0.3: http] [cmdliner: gmake all] [dune: ocaml 15] [ocamlfind: gmake all]
-> retrieved stdlib-shims.0.3.0  (cached)
+ /usr/local/bin/gmake "all" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/ocamlfind.1.9.6)
- for p in findlib; do ( cd src/$p; /usr/local/bin/gmake all ) || exit; done
- gmake[1]: Entering directory '/home/opam/.opam/5.1.0/.opam-switch/build/ocamlfind.1.9.6/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/5.1.0/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/home/opam/.opam/5.1.0/lib/ocaml' | \
- 	sed -e 's;@AUTOLINK@;true;g' \
- 	    -e 's;@SYSTEM@;freebsd;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
- File "fl_package_base.ml", line 304, characters 22-40:
- 304 | 	 let pkg_ancestors = query_requirements predlist pkg in
-       	                     ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- 
- File "fl_package_base.ml", line 350, characters 18-36:
- 350 |   let ancestors = query_requirements predlist package_name in
-                         ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- 
- File "fl_package_base.ml", line 375, characters 23-41:
- 375 | 	  let pkg_ancestors = query_requirements predlist pkg in
-       	                      ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- 
- File "fl_package_base.ml", line 510, characters 16-35:
- 510 | 	     ( let c = package_definitions search_path pkg.package_name in
-       	               ^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label search_path was omitted in the application of this function.
- 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
- File "findlib.ml", line 390, characters 2-26:
- 390 |   Fl_package_base.requires predlist pkg
-         ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- 
- File "findlib.ml", line 396, characters 2-33:
- 396 |   Fl_package_base.requires_deeply predlist pkglist
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- 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
- File "frontend.ml", line 859, characters 10-39:
- 859 |           Fl_package_base.package_users predicates1 packages1
-                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- 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
- File "topfind.ml", line 128, characters 40-63:
- 128 |                      match Hashtbl.find Toploop.directive_table "ppx" with
-                                               ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 258, characters 4-27:
- 258 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 268, characters 4-27:
- 268 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 280, characters 4-27:
- 280 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 293, characters 4-27:
- 293 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 307, characters 4-27:
- 307 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 319, characters 4-27:
- 319 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 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/5.1.0/lib' \
-     	    >topfind
- 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
- gmake[1]: Leaving directory '/home/opam/.opam/5.1.0/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- /usr/local/bin/gmake all-config
- gmake[1]: Entering directory '/home/opam/.opam/5.1.0/.opam-switch/build/ocamlfind.1.9.6'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' '/home/opam/.opam/5.1.0/lib' | \
- 		 tools/patch '@FINDLIB_PATH@' '/home/opam/.opam/5.1.0/lib/ocaml:/home/opam/.opam/5.1.0/lib' -p >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
- gmake[1]: Leaving directory '/home/opam/.opam/5.1.0/.opam-switch/build/ocamlfind.1.9.6'
Processing 44/67: [opsian.0.1: http] [runtime_events_tools.0.3: http] [cmdliner: gmake all] [dune: ocaml 15] [ocamlfind: gmake opt]
Processing 44/67: [opsian.0.1: http] [cmdliner: gmake all] [dune: ocaml 15] [ocamlfind: gmake opt]
+ /usr/local/bin/gmake "all" "PREFIX=/home/opam/.opam/5.1.0" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/cmdliner.1.2.0)
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.2.0
Processing 44/67: [opsian.0.1: http] [dune: ocaml 15] [ocamlfind: gmake opt]
Processing 45/67: [opsian.0.1: http] [dune: ocaml 15] [ocamlfind: gmake opt] [cmdliner: gmake install]
-> retrieved runtime_events_tools.0.3  (https://github.com/sadiqj/runtime_events_tools/releases/download/0.3/runtime_events_tools-0.3.tbz)
+ /usr/local/bin/gmake "install" "LIBDIR=/home/opam/.opam/5.1.0/lib/cmdliner" "DOCDIR=/home/opam/.opam/5.1.0/doc/cmdliner" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/cmdliner.1.2.0)
- install -d "/home/opam/.opam/5.1.0/lib/cmdliner"
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti "/home/opam/.opam/5.1.0/lib/cmdliner"
- install cmdliner.opam "/home/opam/.opam/5.1.0/lib/cmdliner/opam"
- install _build/cmdliner.cma "/home/opam/.opam/5.1.0/lib/cmdliner"
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_cmd.cmx _build/cmdliner_docgen.cmx _build/cmdliner_eval.cmx _build/cmdliner_exit.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_term.cmx _build/cmdliner_term_deprecated.cmx _build/cmdliner_trie.cmx \
-   "/home/opam/.opam/5.1.0/lib/cmdliner"
- install _build/cmdliner.cmxs "/home/opam/.opam/5.1.0/lib/cmdliner"
Processing 45/67: [opsian.0.1: http] [dune: ocaml 15] [ocamlfind: gmake opt] [cmdliner: gmake install-doc]
+ /usr/local/bin/gmake "install-doc" "LIBDIR=/home/opam/.opam/5.1.0/lib/cmdliner" "DOCDIR=/home/opam/.opam/5.1.0/doc/cmdliner" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/cmdliner.1.2.0)
- install -d "/home/opam/.opam/5.1.0/doc/cmdliner/odoc-pages"
- install CHANGES.md LICENSE.md README.md "/home/opam/.opam/5.1.0/doc/cmdliner"
- install doc/index.mld doc/cli.mld doc/examples.mld doc/tutorial.mld \
-            doc/tool_man.mld "/home/opam/.opam/5.1.0/doc/cmdliner/odoc-pages"
-> installed cmdliner.1.2.0
Processing 45/67: [opsian.0.1: http] [dune: ocaml 15] [ocamlfind: gmake opt]
+ /usr/local/bin/gmake "opt" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/ocamlfind.1.9.6)
- for p in findlib; do ( cd src/$p; /usr/local/bin/gmake opt ) || exit; done
- gmake[1]: Entering directory '/home/opam/.opam/5.1.0/.opam-switch/build/ocamlfind.1.9.6/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
- File "fl_package_base.ml", line 304, characters 22-40:
- 304 | 	 let pkg_ancestors = query_requirements predlist pkg in
-       	                     ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- 
- File "fl_package_base.ml", line 350, characters 18-36:
- 350 |   let ancestors = query_requirements predlist package_name in
-                         ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- 
- File "fl_package_base.ml", line 375, characters 23-41:
- 375 | 	  let pkg_ancestors = query_requirements predlist pkg in
-       	                      ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- 
- File "fl_package_base.ml", line 510, characters 16-35:
- 510 | 	     ( let c = package_definitions search_path pkg.package_name in
-       	               ^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label search_path was omitted in the application of this function.
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib.ml
- File "findlib.ml", line 390, characters 2-26:
- 390 |   Fl_package_base.requires predlist pkg
-         ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- 
- File "findlib.ml", line 396, characters 2-33:
- 396 |   Fl_package_base.requires_deeply predlist pkglist
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- 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
- File "frontend.ml", line 859, characters 10-39:
- 859 |           Fl_package_base.package_users predicates1 packages1
-                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- 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 "topfind.ml", line 128, characters 40-63:
- 128 |                      match Hashtbl.find Toploop.directive_table "ppx" with
-                                               ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 258, characters 4-27:
- 258 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 268, characters 4-27:
- 268 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 280, characters 4-27:
- 280 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 293, characters 4-27:
- 293 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 307, characters 4-27:
- 307 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 319, characters 4-27:
- 319 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 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
- gmake[1]: Leaving directory '/home/opam/.opam/5.1.0/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
-> compiled  ocamlfind.1.9.6
Processing 45/67: [opsian.0.1: http] [dune: ocaml 15]
Processing 46/67: [opsian.0.1: http] [dune: ocaml 15] [ocamlfind: gmake install]
Processing 46/67: [dune: ocaml 15] [ocamlfind: gmake install]
+ /usr/local/bin/gmake "install" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/ocamlfind.1.9.6)
- if [ "0" -eq 1 ]; then \
-     for x in camlp4 dbm graphics labltk num ocamlbuild; do \
-       if [ -f "/home/opam/.opam/5.1.0/lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/5.1.0/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/5.1.0/bin"
- install -d "/home/opam/.opam/5.1.0/man"
- /usr/local/bin/gmake install-config
- gmake[1]: Entering directory '/home/opam/.opam/5.1.0/.opam-switch/build/ocamlfind.1.9.6'
- install -d "`dirname \"/home/opam/.opam/5.1.0/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/5.1.0/lib/findlib.conf" || install -c findlib.conf "/home/opam/.opam/5.1.0/lib/findlib.conf"
- gmake[1]: Leaving directory '/home/opam/.opam/5.1.0/.opam-switch/build/ocamlfind.1.9.6'
- for p in findlib; do ( cd src/$p; /usr/local/bin/gmake install ); done
- gmake[1]: Entering directory '/home/opam/.opam/5.1.0/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- install -d "/home/opam/.opam/5.1.0/lib/findlib"
- install -d "/home/opam/.opam/5.1.0/bin"
- test 1 -eq 0 || install -d "/home/opam/.opam/5.1.0/lib/ocaml"
- test 1 -eq 0 || install -c topfind "/home/opam/.opam/5.1.0/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/5.1.0/lib/findlib/"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- install -c $f "/home/opam/.opam/5.1.0/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/5.1.0/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/home/opam/.opam/5.1.0/lib/ocaml/compiler-libs/"; \
-     install -c topdirs.cmi toploop.cmi "/home/opam/.opam/5.1.0/lib/findlib/"; \
- fi
- gmake[1]: Leaving directory '/home/opam/.opam/5.1.0/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- /usr/local/bin/gmake install-meta
- gmake[1]: Entering directory '/home/opam/.opam/5.1.0/.opam-switch/build/ocamlfind.1.9.6'
- for x in bytes ; do install -d "/home/opam/.opam/5.1.0/lib/$x"; install -c site-lib-src/$x/META "/home/opam/.opam/5.1.0/lib/$x/META.tmp" && mv "/home/opam/.opam/5.1.0/lib/$x/META.tmp" "/home/opam/.opam/5.1.0/lib/$x/META"; done
- install -d "/home/opam/.opam/5.1.0/lib/findlib"; install -c Makefile.packages "/home/opam/.opam/5.1.0/lib/findlib/Makefile.packages"
- gmake[1]: Leaving directory '/home/opam/.opam/5.1.0/.opam-switch/build/ocamlfind.1.9.6'
- test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; /usr/local/bin/gmake install-num-top; }
- test ! -f 'site-lib-src/camlp4/META' ||	install -c tools/safe_camlp4 "/home/opam/.opam/5.1.0/bin"
- /usr/local/bin/gmake install-doc
- gmake[1]: Entering directory '/home/opam/.opam/5.1.0/.opam-switch/build/ocamlfind.1.9.6'
- install -d "/home/opam/.opam/5.1.0/man/man1" "/home/opam/.opam/5.1.0/man/man3" "/home/opam/.opam/5.1.0/man/man5"
- install -c doc/ref-man/ocamlfind.1 "/home/opam/.opam/5.1.0/man/man1"
- install -c doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/5.1.0/man/man5"
- gmake[1]: Leaving directory '/home/opam/.opam/5.1.0/.opam-switch/build/ocamlfind.1.9.6'
-> installed ocamlfind.1.9.6
Processing 46/67: [dune: ocaml 15]
-> retrieved opsian.0.1  (https://github.com/Opsian/opsian-ocaml/releases/download/0.1/0.1.tar.gz)
+ /home/opam/.opam/5.1.0/bin/ocaml "boot/bootstrap.ml" "-j" "15" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/dune.3.15.0)
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot -I +unix unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 15
- cd _boot && /home/opam/.opam/5.1.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +unix -I +threads opamLocal.ml
- File "vendor/opam/src/repository/opamLocal.ml", lines 109-114, characters 46-34:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- 
- File "vendor/opam/src/repository/opamLocal.ml", lines 170-189, characters 44-56:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- 
- File "vendor/opam/src/repository/opamLocal.ml", lines 209-231, characters 8-44:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- cd _boot && /home/opam/.opam/5.1.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +unix -I +threads opamVCS.ml
- File "vendor/opam/src/repository/opamVCS.ml", lines 179-182, characters 11-40:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- cd _boot && /home/opam/.opam/5.1.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +unix -I +threads opamDownload.ml
- File "vendor/opam/src/repository/opamDownload.ml", lines 323-361, characters 42-41:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- cd _boot && /home/opam/.opam/5.1.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +unix -I +threads opamRepository.ml
- File "vendor/opam/src/repository/opamRepository.ml", lines 88-90, characters 45-77:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- 
- File "vendor/opam/src/repository/opamRepository.ml", lines 277-281, characters 38-17:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- 
- File "vendor/opam/src/repository/opamRepository.ml", lines 423-427, characters 12-42:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- (_, Checksum_mismatch _)
- 

Processing 46/67: [dune: ./_boot/dune.exe build]
+ /home/opam/.opam/5.1.0/.opam-switch/build/dune.3.15.0/./_boot/dune.exe "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "15" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/dune.3.15.0)
-> compiled  dune.3.15.0
-> installed dune.3.15.0
Processing 48/67: [bigarray-compat: dune build]
Processing 49/67: [bigarray-compat: dune build] [csexp: dune build]
Processing 50/67: [bigarray-compat: dune build] [csexp: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/5.1.0/bin/dune "build" "-p" "stdlib-shims" "-j" "15" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/stdlib-shims.0.3.0)
-> compiled  stdlib-shims.0.3.0
Processing 50/67: [bigarray-compat: dune build] [csexp: dune build]
-> installed stdlib-shims.0.3.0
Processing 51/67: [bigarray-compat: dune build] [csexp: dune build]
Processing 52/67: [bigarray-compat: dune build] [csexp: dune build] [integers: dune build]
+ /home/opam/.opam/5.1.0/bin/dune "build" "-p" "csexp" "-j" "15" "@install" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/csexp.1.5.2)
-> compiled  csexp.1.5.2
Processing 52/67: [bigarray-compat: dune build] [integers: dune build]
-> installed csexp.1.5.2
Processing 53/67: [bigarray-compat: dune build] [integers: dune build]
Processing 54/67: [bigarray-compat: dune build] [dune-configurator: rm] [integers: dune build]
+ /home/opam/.opam/5.1.0/bin/dune "build" "-p" "integers" "-j" "15" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/integers.0.7.0)
-> compiled  integers.0.7.0
Processing 54/67: [bigarray-compat: dune build] [dune-configurator: rm]
-> installed integers.0.7.0
Processing 55/67: [bigarray-compat: dune build] [dune-configurator: rm]
+ /bin/rm "-rf" "vendor/csexp" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/dune-configurator.3.15.0)
+ /home/opam/.opam/5.1.0/bin/dune "build" "-p" "bigarray-compat" "-j" "15" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/bigarray-compat.1.1.0)
-> compiled  bigarray-compat.1.1.0
Processing 55/67: [dune-configurator: rm]
-> installed bigarray-compat.1.1.0
Processing 56/67: [dune-configurator: rm]
+ /bin/rm "-rf" "vendor/pp" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/dune-configurator.3.15.0)
Processing 56/67: [dune-configurator: dune build]
+ /home/opam/.opam/5.1.0/bin/dune "build" "-p" "dune-configurator" "-j" "15" "@install" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/dune-configurator.3.15.0)
-> compiled  dune-configurator.3.15.0
-> installed dune-configurator.3.15.0
Processing 58/67: [ctypes: dune build]
+ /home/opam/.opam/5.1.0/bin/dune "build" "-p" "ctypes" "-j" "15" "--promote-install-files=false" "@install" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/ctypes.0.22.0)
Processing 58/67: [ctypes: dune install]
+ /home/opam/.opam/5.1.0/bin/dune "install" "-p" "ctypes" "--create-install-files" "ctypes" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/ctypes.0.22.0)
-> compiled  ctypes.0.22.0
-> installed ctypes.0.22.0
Processing 60/67: [ctypes-foreign: dune build]
+ /home/opam/.opam/5.1.0/bin/dune "build" "-p" "ctypes-foreign" "-j" "15" "--promote-install-files=false" "@install" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/ctypes-foreign.0.22.0)
Processing 60/67: [ctypes-foreign: dune install]
+ /home/opam/.opam/5.1.0/bin/dune "install" "-p" "ctypes-foreign" "--create-install-files" "ctypes-foreign" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/ctypes-foreign.0.22.0)
-> compiled  ctypes-foreign.0.22.0
-> installed ctypes-foreign.0.22.0
Processing 62/67: [hdr_histogram: dune build]
+ /home/opam/.opam/5.1.0/bin/dune "build" "-p" "hdr_histogram" "-j" "15" "@install" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4)
- (cd _build/default/lib/libhdr_histogram/_build && /usr/local/bin/cmake ..)
- -- The C compiler identification is Clang 16.0.6
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /usr/bin/cc - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Found ZLIB: /usr/lib/libz.so (found version "1.3")  
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
- -- Looking for pthread_create in pthreads
- -- Looking for pthread_create in pthreads - not found
- -- Looking for pthread_create in pthread
- -- Looking for pthread_create in pthread - found
- -- Found Threads: TRUE  
- -- Looking for ceil in m
- -- Looking for ceil in m - found
- -- Looking for clock_gettime in rt
- -- Looking for clock_gettime in rt - found
- -- Configuring done (1.1s)
- -- Generating done (0.1s)
- -- Build files have been written to: /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/_build
- (cd _build/default/lib/libhdr_histogram/_build && /usr/bin/make)
- [  2%] Building C object src/CMakeFiles/hdr_histogram.dir/hdr_encoding.c.o
- [  5%] Building C object src/CMakeFiles/hdr_histogram.dir/hdr_histogram.c.o
- [  8%] Building C object src/CMakeFiles/hdr_histogram.dir/hdr_histogram_log.c.o
- [ 11%] Building C object src/CMakeFiles/hdr_histogram.dir/hdr_interval_recorder.c.o
- [ 13%] Building C object src/CMakeFiles/hdr_histogram.dir/hdr_thread.c.o
- [ 16%] Building C object src/CMakeFiles/hdr_histogram.dir/hdr_time.c.o
- [ 19%] Building C object src/CMakeFiles/hdr_histogram.dir/hdr_writer_reader_phaser.c.o
- [ 22%] Linking C shared library libhdr_histogram.so
- [ 22%] Built target hdr_histogram
- [ 25%] Building C object src/CMakeFiles/hdr_histogram_static.dir/hdr_encoding.c.o
- [ 27%] Building C object src/CMakeFiles/hdr_histogram_static.dir/hdr_histogram.c.o
- [ 30%] Building C object src/CMakeFiles/hdr_histogram_static.dir/hdr_histogram_log.c.o
- [ 33%] Building C object src/CMakeFiles/hdr_histogram_static.dir/hdr_interval_recorder.c.o
- [ 36%] Building C object src/CMakeFiles/hdr_histogram_static.dir/hdr_thread.c.o
- [ 38%] Building C object src/CMakeFiles/hdr_histogram_static.dir/hdr_time.c.o
- [ 41%] Building C object src/CMakeFiles/hdr_histogram_static.dir/hdr_writer_reader_phaser.c.o
- [ 44%] Linking C static library libhdr_histogram_static.a
- [ 44%] Built target hdr_histogram_static
- [ 47%] Building C object test/CMakeFiles/hdr_histogram_test.dir/hdr_histogram_test.c.o
- [ 50%] Building C object test/CMakeFiles/hdr_histogram_test.dir/minunit.c.o
- [ 52%] Linking C executable hdr_histogram_test
- [ 52%] Built target hdr_histogram_test
- [ 55%] Building C object test/CMakeFiles/hdr_histogram_atomic_test.dir/hdr_histogram_atomic_test.c.o
- [ 58%] Building C object test/CMakeFiles/hdr_histogram_atomic_test.dir/minunit.c.o
- [ 61%] Linking C executable hdr_histogram_atomic_test
- [ 61%] Built target hdr_histogram_atomic_test
- [ 63%] Building C object test/CMakeFiles/hdr_histogram_log_test.dir/hdr_histogram_log_test.c.o
- [ 66%] Building C object test/CMakeFiles/hdr_histogram_log_test.dir/minunit.c.o
- [ 69%] Linking C executable hdr_histogram_log_test
- [ 69%] Built target hdr_histogram_log_test
- [ 72%] Building C object test/CMakeFiles/hdr_atomic_test.dir/hdr_atomic_test.c.o
- [ 75%] Building C object test/CMakeFiles/hdr_atomic_test.dir/minunit.c.o
- [ 77%] Linking C executable hdr_atomic_test
- [ 77%] Built target hdr_atomic_test
- [ 80%] Building C object test/CMakeFiles/hdr_histogram_atomic_concurrency_test.dir/hdr_histogram_atomic_concurrency_test.c.o
- [ 83%] Building C object test/CMakeFiles/hdr_histogram_atomic_concurrency_test.dir/minunit.c.o
- [ 86%] Linking C executable hdr_histogram_atomic_concurrency_test
- [ 86%] Built target hdr_histogram_atomic_concurrency_test
- [ 88%] Building C object test/CMakeFiles/hdr_histogram_perf.dir/hdr_histogram_perf.c.o
- [ 91%] Building C object test/CMakeFiles/hdr_histogram_perf.dir/minunit.c.o
- [ 94%] Linking C executable hdr_histogram_perf
- [ 94%] Built target hdr_histogram_perf
- [ 97%] Building C object examples/CMakeFiles/hdr_decoder.dir/hdr_decoder.c.o
- [100%] Linking C executable hdr_decoder
- [100%] Built target hdr_decoder
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/src/hdr_thread.c:97:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- void hdr_yield()
-               ^
-                void
- 1 warning generated.
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/src/hdr_thread.c:97:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- void hdr_yield()
-               ^
-                void
- 1 warning generated.
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_test.c:37:28: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static void load_histograms()
-                            ^
-                             void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_test.c:90:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_create()
-                         ^
-                          void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_test.c:104:43: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_create_with_large_values()
-                                           ^
-                                            void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_test.c:133:46: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_invalid_significant_figures()
-                                              ^
-                                               void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_test.c:148:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_invalid_init()
-                               ^
-                                void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_test.c:158:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_total_count()
-                              ^
-                               void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_test.c:168:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_get_max_value()
-                                ^
-                                 void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_test.c:184:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_get_min_value()
-                                ^
-                                 void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_test.c:194:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_percentiles()
-                              ^
-                               void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_test.c:227:54: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_percentiles_by_value_at_percentiles()
-                                                      ^
-                                                       void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_test.c:243:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_recorded_values()
-                                  ^
-                                   void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_test.c:293:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_linear_values()
-                                ^
-                                 void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_test.c:348:37: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_logarithmic_values()
-                                     ^
-                                      void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_test.c:401:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_reset()
-                        ^
-                         void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_test.c:420:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_scaling_equivalence()
-                                      ^
-                                       void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_test.c:449:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_out_of_range_values()
-                                      ^
-                                       void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_test.c:459:48: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_linear_iter_buckets_correctly()
-                                                ^
-                                                 void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_test.c:495:37: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_interval_recording()
-                                     ^
-                                      void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_test.c:539:51: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* reset_histogram_on_sample_and_recycle()
-                                                   ^
-                                                    void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_test.c:564:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static struct mu_result all_tests()
-                                  ^
-                                   void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_test.c:588:35: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static int hdr_histogram_run_tests()
-                                   ^
-                                    void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_test.c:606:9: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- int main()
-         ^
-          void
- 22 warnings generated.
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_atomic_test.c:37:28: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static void load_histograms()
-                            ^
-                             void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_atomic_test.c:90:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_create()
-                         ^
-                          void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_atomic_test.c:104:43: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_create_with_large_values()
-                                           ^
-                                            void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_atomic_test.c:133:46: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_invalid_significant_figures()
-                                              ^
-                                               void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_atomic_test.c:148:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_invalid_init()
-                               ^
-                                void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_atomic_test.c:158:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_total_count()
-                              ^
-                               void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_atomic_test.c:168:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_get_max_value()
-                                ^
-                                 void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_atomic_test.c:184:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_get_min_value()
-                                ^
-                                 void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_atomic_test.c:194:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_percentiles()
-                              ^
-                               void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_atomic_test.c:228:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_recorded_values()
-                                  ^
-                                   void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_atomic_test.c:278:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_linear_values()
-                                ^
-                                 void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_atomic_test.c:333:37: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_logarithmic_values()
-                                     ^
-                                      void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_atomic_test.c:386:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_reset()
-                        ^
-                         void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_atomic_test.c:405:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_scaling_equivalence()
-                                      ^
-                                       void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_atomic_test.c:434:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_out_of_range_values()
-                                      ^
-                                       void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_atomic_test.c:444:48: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_linear_iter_buckets_correctly()
-                                                ^
-                                                 void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_atomic_test.c:480:37: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_interval_recording()
-                                     ^
-                                      void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_atomic_test.c:524:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static struct mu_result all_tests()
-                                  ^
-                                   void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_atomic_test.c:546:35: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static int hdr_histogram_run_tests()
-                                   ^
-                                    void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_atomic_test.c:564:9: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- int main()
-         ^
-          void
- 20 warnings generated.
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:162:28: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static void load_histograms()
-                            ^
-                             void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:202:47: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_encode_and_decode_compressed()
-                                               ^
-                                                void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:231:48: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_encode_and_decode_compressed2()
-                                                ^
-                                                 void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:260:41: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_bounds_check_on_decode()
-                                         ^
-                                          void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:282:43: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_encode_and_decode_base64()
-                                           ^
-                                            void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:309:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_encode_and_decode_empty()
-                                          ^
-                                           void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:339:53: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_encode_and_decode_compressed_large()
-                                                     ^
-                                                      void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:391:51: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* base64_encode_encodes_without_padding()
-                                                   ^
-                                                    void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:402:48: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* base64_encode_encodes_with_padding()
-                                                ^
-                                                 void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:418:54: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* base64_encode_fails_with_invalid_lengths()
-                                                      ^
-                                                       void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:427:49: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* base64_encode_block_encodes_3_bytes()
-                                                 ^
-                                                  void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:437:49: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* base64_decode_block_decodes_4_chars()
-                                                 ^
-                                                  void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:459:59: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* base64_decode_decodes_strings_without_padding()
-                                                           ^
-                                                            void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:470:56: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* base64_decode_decodes_strings_with_padding()
-                                                        ^
-                                                         void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:487:54: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* base64_decode_fails_with_invalid_lengths()
-                                                      ^
-                                                       void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:498:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* writes_and_reads_log()
-                                  ^
-                                   void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:588:57: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* log_reader_aggregates_into_single_histogram()
-                                                         ^
-                                                          void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:653:53: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* log_reader_fails_with_incorrect_version()
-                                                     ^
-                                                      void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:682:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_encode_decode_empty()
-                                      ^
-                                       void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:698:39: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_string_encode_decode()
-                                       ^
-                                        void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:719:41: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_string_encode_decode_2()
-                                         ^
-                                          void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:744:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* decode_v1_log()
-                           ^
-                            void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:791:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* decode_v2_log()
-                           ^
-                            void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:837:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* decode_v3_log()
-                           ^
-                            void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:907:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* handle_invalid_log_lines()
-                                      ^
-                                       void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:917:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* decode_v0_log()
-                           ^
-                            void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:962:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static struct mu_result all_tests()
-                                  ^
-                                   void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:1004:39: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static int hdr_histogram_log_run_tests()
-                                       ^
-                                        void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_log_test.c:1022:9: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- int main()
-         ^
-          void
- 29 warnings generated.
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_atomic_test.c:16:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_store_load_64()
-                                ^
-                                 void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_atomic_test.c:31:37: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_store_load_pointer()
-                                     ^
-                                      void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_atomic_test.c:46:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_exchange()
-                           ^
-                            void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_atomic_test.c:60:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_add()
-                      ^
-                       void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_atomic_test.c:73:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static struct mu_result all_tests()
-                                  ^
-                                   void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_atomic_test.c:83:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static int hdr_atomic_run_tests()
-                                ^
-                                 void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_atomic_test.c:101:9: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- int main()
-         ^
-          void
- 7 warnings generated.
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_atomic_concurrency_test.c:43:41: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static char* test_recording_concurrently()
-                                         ^
-                                          void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_atomic_concurrency_test.c:88:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static struct mu_result all_tests()
-                                  ^
-                                   void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_atomic_concurrency_test.c:95:35: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- static int hdr_histogram_run_tests()
-                                   ^
-                                    void
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_atomic_concurrency_test.c:113:9: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- int main()
-         ^
-          void
- 4 warnings generated.
- /home/opam/.opam/5.1.0/.opam-switch/build/hdr_histogram.0.0.4/_build/default/lib/libhdr_histogram/test/hdr_histogram_perf.c:65:9: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
- int main()
-         ^
-          void
- 1 warning generated.
-> compiled  hdr_histogram.0.0.4
-> installed hdr_histogram.0.0.4
Processing 64/67: [runtime_events_tools: dune build]
+ /home/opam/.opam/5.1.0/bin/dune "build" "-p" "runtime_events_tools" "-j" "15" "@install" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/runtime_events_tools.0.3)
-> compiled  runtime_events_tools.0.3
-> installed runtime_events_tools.0.3
Processing 66/67: [opsian: dune build]
+ /home/opam/.opam/5.1.0/bin/dune "build" "--release" "-j" "15" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/opsian.0.1)
- File "lib/dune", line 115, characters 0-155:
- 115 | (rule
- 116 |  (deps (file add_hashes.sh) (file globals.cpp.in) (file version))
- 117 |  (targets globals.cpp)
- 118 |  (action
- 119 |   (no-infer
- 120 |    (progn
- 121 |     (run ./add_hashes.sh)))))
- (cd _build/default/lib && ./add_hashes.sh)
- sed: 1: "globals.cpp": extra characters at the end of g command
- Error: execve(./build-boost.sh): No such file or directory
- -> required by _build/default/lib/libboost_chrono.a
- -> required by _build/install/default/lib/opsian/libboost_chrono.a
- -> required by _build/default/opsian.install
- -> required by alias install
- (cd _build/default/lib/deps/openssl && ./config)
- Operating system: amd64-whatever-freebsd
- Configuring OpenSSL version 1.1.1o (0x101010ffL) for BSD-x86_64
- Using os-specific seed configuration
- Creating configdata.pm
- Creating Makefile
- 
- **********************************************************************
- ***                                                                ***
- ***   OpenSSL has been successfully configured                     ***
- ***                                                                ***
- ***   If you encounter a problem while building, please open an    ***
- ***   issue on GitHub <https://github.com/openssl/openssl/issues>  ***
- ***   and include the output from the following command:           ***
- ***                                                                ***
- ***       perl configdata.pm --dump                                ***
- ***                                                                ***
- ***   (If you are new to OpenSSL, you might want to consult the    ***
- ***   'Troubleshooting' section in the INSTALL file first)         ***
- ***                                                                ***
- **********************************************************************
- (cd _build/default/lib/deps/libbacktrace && ./configure CFLAGS=-fPIC --enable-shared)
- checking build system type... x86_64-unknown-freebsd14.0
- checking host system type... x86_64-unknown-freebsd14.0
- checking target system type... x86_64-unknown-freebsd14.0
- checking for gcc... no
- checking for cc... cc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether cc accepts -g... yes
- checking for cc option to accept ISO C89... none needed
- checking whether cc understands -c and -o together... yes
- checking how to run the C preprocessor... cc -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking minix/config.h usability... no
- checking minix/config.h presence... no
- checking for minix/config.h... no
- checking whether it is safe to define __EXTENSIONS__... yes
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... ./install-sh -c -d
- checking for gawk... no
- checking for mawk... no
- checking for nawk... nawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking whether to enable maintainer-specific portions of Makefiles... no
- checking whether we are using the GNU C compiler... (cached) yes
- checking whether cc accepts -g... (cached) yes
- checking for cc option to accept ISO C89... (cached) none needed
- checking whether cc understands -c and -o together... (cached) yes
- checking for ranlib... ranlib
- checking for gawk... (cached) nawk
- checking for dwz... no
- checking how to print strings... printf
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by cc... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
- checking the name lister (/usr/bin/nm) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 393216
- checking whether the shell understands some XSI constructs... yes
- checking whether the shell understands "+="... no
- checking for /usr/bin/ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for ar... ar
- checking for strip... strip
- checking for ranlib... (cached) ranlib
- checking command to parse /usr/bin/nm output from cc object... ok
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if cc supports -fno-rtti -fno-exceptions... yes
- checking for cc option to produce PIC... -fPIC -DPIC
- checking if cc PIC flag -fPIC -DPIC works... yes
- checking if cc static flag -static works... yes
- checking if cc supports -c -o file.o... yes
- checking if cc supports -c -o file.o... (cached) yes
- checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... no
- checking dynamic linker characteristics... freebsd14.0 ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... no
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking for special C compiler options needed for large files... no
- checking for _FILE_OFFSET_BITS value needed for large files... no
- checking unwind.h usability... yes
- checking unwind.h presence... yes
- checking for unwind.h... yes
- checking for _Unwind_Backtrace... yes
- checking for -funwind-tables option... yes
- checking for -frandom-seed=string option... yes
- checking whether cc supports -W... yes
- checking whether cc supports -Wall... yes
- checking whether cc supports -Wwrite-strings... yes
- checking whether cc supports -Wstrict-prototypes... yes
- checking whether cc supports -Wmissing-prototypes... yes
- checking whether cc supports -Wold-style-definition... yes
- checking whether cc supports -Wmissing-format-attribute... yes
- checking whether cc supports -Wcast-qual... yes
- checking for _Unwind_GetIPInfo... yes
- checking __sync extensions... yes
- checking __atomic extensions... yes
- checking output filetype... elf64
- checking sys/mman.h usability... yes
- checking sys/mman.h presence... yes
- checking for sys/mman.h... yes
- checking for mmap... yes
- checking link.h usability... yes
- checking link.h presence... yes
- checking for link.h... yes
- checking for dl_iterate_phdr... yes
- checking mach-o/dyld.h usability... no
- checking mach-o/dyld.h presence... no
- checking for mach-o/dyld.h... no
- checking sys/ldr.h usability... no
- checking sys/ldr.h presence... no
- checking for sys/ldr.h... no
- checking for fcntl... yes
- checking whether strnlen is declared... yes
- checking whether getpagesize is declared... yes
- checking for lstat... yes
- checking for readlink... yes
- checking for getexecname... no
- checking for KERN_PROC... yes
- checking for KERN_PROG_ARGS... yes
- checking for clock_gettime... yes
- checking whether -pthread is supported... yes
- checking whether -gdwarf-5 is supported... yes
- checking for compress in -lz... yes
- checking whether --compress-debug-sections is supported... no
- checking for objcopy... objcopy
- checking for readelf... readelf
- checking whether objcopy supports debuglink... no
- checking for dsymutil... no
- checking for nm... /usr/bin/nm
- checking for xz... xz
- checking for comm... comm
- checking for lzma_auto_decoder in -llzma... yes
- checking whether tests can run... yes
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating backtrace-supported.h
- config.status: creating install-debuginfo-for-buildid.sh
- config.status: creating config.h
- config.status: executing libtool commands
- config.status: executing default commands
- /home/opam/.opam/5.1.0/.opam-switch/build/opsian.0.1/_build/default/lib/deps/libbacktrace/missing: Unknown `--is-lightweight' option
- Try `/home/opam/.opam/5.1.0/.opam-switch/build/opsian.0.1/_build/default/lib/deps/libbacktrace/missing --help' for more information
- configure: WARNING: 'missing' script is too old or missing
- Usage: objcopy [options] infile [outfile]
-   Transform object files.
- 
-   Options:
-   -d | -g | --strip-debug      Remove debugging information from the output.
-   -j SECTION | --only-section=SECTION
-                                Copy only the named section to the output.
-   -p | --preserve-dates        Preserve access and modification times.
-   -w | --wildcard              Use shell-style patterns to name symbols.
-   -x | --discard-all           Do not copy non-globals to the output.
-   -I FORMAT | --input-target=FORMAT
-                                Specify object format for the input file.
-   -K SYM | --keep-symbol=SYM   Copy symbol SYM to the output.
-   -L SYM | --localize-symbol=SYM
-                                Make symbol SYM local to the output file.
-   -N SYM | --strip-symbol=SYM  Do not copy symbol SYM to the output.
-   -O FORMAT | --output-target=FORMAT
-                                Specify object format for the output file.
-                                FORMAT should be a target name understood by
-                                elftc_bfd_find_target(3).
-   -R NAME | --remove-section=NAME
-                                Remove the named section.
-   -S | --strip-all             Remove all symbol and relocation information
-                                from the output.
-   -V | --version               Print a version identifier and exit.
-   -W SYM | --weaken-symbol=SYM Mark symbol SYM as weak in the output.
-   -X | --discard-locals        Do not copy compiler generated symbols to
-                                the output.
-   --add-section NAME=FILE      Add the contents of FILE to the ELF object as
-                                a new section named NAME.
-   --adjust-section-vma SECTION{=,+,-}VAL | \
-     --change-section-address SECTION{=,+,-}VAL
-                                Set or adjust the VMA and the LMA of the
-                                named section by VAL.
-   --adjust-start=INCR | --change-start=INCR
-                                Add INCR to the start address for the ELF
-                                object.
-   --adjust-vma=INCR | --change-addresses=INCR
-                                Increase the VMA and LMA of all sections by
-                                INCR.
-   --adjust-warning | --change-warnings
-                                Issue warnings for non-existent sections.
-   --change-section-lma SECTION{=,+,-}VAL
-                                Set or adjust the LMA address of the named
-                                section by VAL.
-   --change-section-vma SECTION{=,+,-}VAL
-                                Set or adjust the VMA address of the named
-                                section by VAL.
-   --gap-fill=VAL               Fill the gaps between sections with bytes
-                                of value VAL.
-   --localize-hidden            Make all hidden symbols local to the output
-                                file.
-   --no-adjust-warning| --no-change-warnings
-                                Do not issue warnings for non-existent
-                                sections.
-   --only-keep-debug            Copy only debugging information.
-   --output-target=FORMAT       Use the specified format for the output.
-   --pad-to=ADDRESS             Pad the output object up to the given address.
-   --prefix-alloc-sections=STRING
-                                Prefix the section names of all the allocated
-                                sections with STRING.
-   --prefix-sections=STRING     Prefix the section names of all the sections
-                                with STRING.
-   --prefix-symbols=STRING      Prefix the symbol names of all the symbols
-                                with STRING.
-   --rename-section OLDNAME=NEWNAME[,FLAGS]
-                                Rename and optionally change section flags.
-   --set-section-flags SECTION=FLAGS
-                                Set section flags for the named section.
-                                Supported flags are: 'alloc', 'code',
-                                'contents', 'data', 'debug', 'load',
-                                'noload', 'readonly', 'rom', and 'shared'.
-   --set-start=ADDRESS          Set the start address of the ELF object.
-   --srec-forceS3               Only generate S3 S-Records.
-   --srec-len=LEN               Set the maximum length of a S-Record line.
-   --strip-unneeded             Do not copy relocation information.
- (cd _build/default/lib/deps/libbacktrace && /usr/bin/make)
- /usr/bin/make  all-am
- /bin/sh ./libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I.     -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -fPIC -c -o atomic.lo atomic.c
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -c atomic.c  -fPIC -DPIC -o .libs/atomic.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -c atomic.c -o atomic.o >/dev/null 2>&1
- /bin/sh ./libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I.     -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -fPIC -c -o dwarf.lo dwarf.c
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -c dwarf.c  -fPIC -DPIC -o .libs/dwarf.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -c dwarf.c -o dwarf.o >/dev/null 2>&1
- /bin/sh ./libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I.     -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -fPIC -c -o fileline.lo fileline.c
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -c fileline.c  -fPIC -DPIC -o .libs/fileline.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -c fileline.c -o fileline.o >/dev/null 2>&1
- /bin/sh ./libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I.     -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -fPIC -c -o posix.lo posix.c
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -c posix.c  -fPIC -DPIC -o .libs/posix.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -c posix.c -o posix.o >/dev/null 2>&1
- /bin/sh ./libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I.     -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -fPIC -c -o print.lo print.c
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -c print.c  -fPIC -DPIC -o .libs/print.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -c print.c -o print.o >/dev/null 2>&1
- /bin/sh ./libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I.     -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -fPIC -c -o sort.lo sort.c
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -c sort.c  -fPIC -DPIC -o .libs/sort.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -c sort.c -o sort.o >/dev/null 2>&1
- /bin/sh ./libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I.     -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -fPIC -c -o state.lo state.c
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -c state.c  -fPIC -DPIC -o .libs/state.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -c state.c -o state.o >/dev/null 2>&1
- /bin/sh ./libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I.     -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -fPIC -c -o backtrace.lo backtrace.c
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -c backtrace.c  -fPIC -DPIC -o .libs/backtrace.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -c backtrace.c -o backtrace.o >/dev/null 2>&1
- /bin/sh ./libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I.     -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -fPIC -c -o simple.lo simple.c
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -c simple.c  -fPIC -DPIC -o .libs/simple.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -c simple.c -o simple.o >/dev/null 2>&1
- /bin/sh ./libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I.     -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -fPIC -c -o elf.lo elf.c
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -c elf.c  -fPIC -DPIC -o .libs/elf.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -c elf.c -o elf.o >/dev/null 2>&1
- /bin/sh ./libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I.     -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -fPIC -c -o mmapio.lo mmapio.c
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -c mmapio.c  -fPIC -DPIC -o .libs/mmapio.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -c mmapio.c -o mmapio.o >/dev/null 2>&1
- /bin/sh ./libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I.     -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -fPIC -c -o mmap.lo mmap.c
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -c mmap.c  -fPIC -DPIC -o .libs/mmap.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -c mmap.c -o mmap.o >/dev/null 2>&1
- /bin/sh ./libtool  --tag=CC    --mode=link cc -funwind-tables -frandom-seed=libbacktrace.la -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -fPIC    -o libbacktrace.la -rpath /usr/local/lib atomic.lo dwarf.lo fileline.lo posix.lo  print.lo sort.lo state.lo backtrace.lo simple.lo  elf.lo  mmapio.lo  mmap.lo 
- libtool: link: cc -shared  .libs/atomic.o .libs/dwarf.o .libs/fileline.o .libs/posix.o .libs/print.o .libs/sort.o .libs/state.o .libs/backtrace.o .libs/simple.o .libs/elf.o .libs/mmapio.o .libs/mmap.o      -Wl,-soname -Wl,libbacktrace.so.0 -o .libs/libbacktrace.so.0
- libtool: link: (cd ".libs" && rm -f "libbacktrace.so" && ln -s "libbacktrace.so.0" "libbacktrace.so")
- libtool: link: (cd ".libs" && rm -f "libbacktrace.so" && ln -s "libbacktrace.so.0" "libbacktrace.so")
- libtool: link: ar cru .libs/libbacktrace.a  atomic.o dwarf.o fileline.o posix.o print.o sort.o state.o backtrace.o simple.o elf.o mmapio.o mmap.o
- libtool: link: ranlib .libs/libbacktrace.a
- libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" )
- (cd _build/default/lib/deps/libunwind && ./autogen.sh)
- libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'.
- libtoolize: copying file 'config/ltmain.sh'
- libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
- libtoolize: and rerunning libtoolize and aclocal.
- libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
- checking build system type... amd64-unknown-freebsd14.0
- checking host system type... amd64-unknown-freebsd14.0
- checking target system type... amd64-unknown-freebsd14.0
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a race-free mkdir -p... mkdir -p
- checking for gawk... no
- checking for mawk... no
- checking for nawk... nawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking whether to enable maintainer-specific portions of Makefiles... no
- checking for gcc... no
- checking for cc... cc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether cc accepts -g... yes
- checking for cc option to enable C11 features... none needed
- checking whether cc understands -c and -o together... yes
- checking whether make supports the include directive... yes (GNU style)
- checking dependency style of cc... gcc3
- checking for g++... no
- checking for c++... c++
- checking whether the compiler supports GNU C++... yes
- checking whether c++ accepts -g... yes
- checking for c++ option to enable C++11 features... none needed
- checking dependency style of c++... gcc3
- checking whether make sets $(MAKE)... (cached) yes
- checking for ar... ar
- checking the archiver (ar) interface... ar
- checking how to print strings... printf
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by cc... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
- checking the name lister (/usr/bin/nm) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 393216
- checking how to convert amd64-unknown-freebsd14.0 file names to amd64-unknown-freebsd14.0 format... func_convert_file_noop
- checking how to convert amd64-unknown-freebsd14.0 file names to toolchain format... func_convert_file_noop
- checking for /usr/bin/ld option to reload object files... -r
- checking for file... file
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for archiver @FILE support... no
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm output from cc object... ok
- checking for sysroot... no
- checking for a working dd... /bin/dd
- checking how to truncate binary pipes... /bin/dd bs=4096 count=1
- checking for mt... mt
- checking if mt is a manifest tool... no
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if cc supports -fno-rtti -fno-exceptions... yes
- checking for cc option to produce PIC... -fPIC -DPIC
- checking if cc PIC flag -fPIC -DPIC works... yes
- checking if cc static flag -static works... yes
- checking if cc supports -c -o file.o... yes
- checking if cc supports -c -o file.o... (cached) yes
- checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... no
- checking dynamic linker characteristics... freebsd14.0 ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking how to run the C++ preprocessor... c++ -E
- checking for ld used by c++... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
- checking for c++ option to produce PIC... -fPIC -DPIC
- checking if c++ PIC flag -fPIC -DPIC works... yes
- checking if c++ static flag -static works... yes
- checking if c++ supports -c -o file.o... yes
- checking if c++ supports -c -o file.o... (cached) yes
- checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... freebsd14.0 ld.so
- checking how to hardcode library paths into programs... immediate
- checking dependency style of cc... gcc3
- checking for __uc_get_grs in -luca... no
- checking for library containing dlopen... none required
- checking for atomic_ops.h... no
- checking for egrep... (cached) /usr/bin/grep -E
- checking for asm/ptrace_offsets.h... no
- checking for endian.h... yes
- checking for sys/endian.h... yes
- checking for execinfo.h... yes
- checking for ia64intrin.h... no
- checking for sys/uc_access.h... no
- checking for unistd.h... (cached) yes
- checking for signal.h... yes
- checking for sys/types.h... (cached) yes
- checking for sys/procfs.h... yes
- checking for sys/ptrace.h... yes
- checking for byteswap.h... yes
- checking for elf.h... yes
- checking for sys/elf.h... yes
- checking for link.h... yes
- checking for sys/link.h... no
- checking for an ANSI C-conforming const... yes
- checking for inline... inline
- checking for size_t... yes
- checking size of off_t... 8
- checking for struct dl_phdr_info.dlpi_subs... yes
- checking for struct elf_prstatus... no
- checking for struct prstatus... yes
- checking for cc options needed to detect all undeclared functions... -fno-builtin
- checking whether PTRACE_POKEUSER is declared... no
- checking whether PTRACE_POKEDATA is declared... no
- checking whether PTRACE_SETREGSET is declared... no
- checking whether PTRACE_TRACEME is declared... no
- checking whether PTRACE_CONT is declared... no
- checking whether PTRACE_SINGLESTEP is declared... no
- checking whether PTRACE_SYSCALL is declared... yes
- checking whether PT_IO is declared... yes
- checking whether PT_GETREGS is declared... yes
- checking whether PT_GETFPREGS is declared... yes
- checking whether PT_CONTINUE is declared... yes
- checking whether PT_TRACE_ME is declared... yes
- checking whether PT_STEP is declared... yes
- checking whether PT_SYSCALL is declared... yes
- checking for dl_iterate_phdr... yes
- checking for dl_phdr_removals_counter... no
- checking for dlmodinfo... no
- checking for getunwind... no
- checking for ttrace... no
- checking for mincore... yes
- checking for pipe2... yes
- checking if building with AltiVec... no
- checking for Android... no
- checking if we should build libunwind-coredump... yes
- checking for sys/ptrace.h... (cached) yes
- checking if we should build libunwind-ptrace... yes
- checking if we should build libunwind-setjmp... yes
- checking for build architecture... x86_64
- checking for host architecture... x86_64
- checking for target architecture... x86_64
- checking for target operating system... freebsd14.0
- checking for ELF helper width... 64
- checking whether to include DWARF support... yes
- checking whether to restrict build to remote support... no
- checking whether to enable debug support... 
- checking whether to enable C++ exception support... no
- checking whether to load .debug_frame sections... no
- checking whether to block signals during mutex ops... yes
- checking whether to validate memory addresses before use... yes
- checking whether to enable msabi support... 
- checking whether to support LZMA-compressed symbol tables... auto
- checking for lzma_mf_is_supported in -llzma... yes
- checking whether to support ZLIB-compressed symbol tables... auto
- checking for uncompress in -lz... yes
- checking whether to support UNW_CACHE_PER_THREAD... 
- checking for Intel compiler... no
- checking if building on Solaris then define __EXTENSIONS__ macro... yes
- checking for QCC compiler... no
- checking for __builtin___clear_cache... yes
- checking for __builtin_unreachable... yes
- checking for __sync atomics... yes
- checking for library containing backtrace... -lexecinfo
- checking for latex2man... no
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating tests/Makefile
- config.status: creating tests/check-namespace.sh
- config.status: creating Makefile
- config.status: creating src/Makefile
- config.status: creating include/libunwind-common.h
- config.status: creating include/libunwind.h
- config.status: creating include/tdep/libunwind_i.h
- config.status: creating src/unwind/libunwind.pc
- config.status: creating src/coredump/libunwind-coredump.pc
- config.status: creating src/ptrace/libunwind-ptrace.pc
- config.status: creating src/setjmp/libunwind-setjmp.pc
- config.status: creating src/libunwind-generic.pc
- config.status: creating include/config.h
- config.status: executing depfiles commands
- config.status: executing libtool commands
- autoreconf2.72: export WARNINGS=
- autoreconf2.72: Entering directory '.'
- autoreconf2.72: configure.ac: not using Gettext
- autoreconf2.72: running: aclocal --force 
- autoreconf2.72: configure.ac: tracing
- autoreconf2.72: configure.ac: creating directory config
- autoreconf2.72: running: libtoolize --copy --force
- autoreconf2.72: configure.ac: not using Intltool
- autoreconf2.72: configure.ac: not using Gtkdoc
- autoreconf2.72: running: aclocal --force 
- autoreconf2.72: running: /usr/local/bin/autoconf2.72 --force
- configure.ac:38: warning: The macro 'AC_HEADER_STDC' is obsolete.
- configure.ac:38: You should run autoupdate.
- ./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...
- configure.ac:38: the top level
- autoreconf2.72: running: /usr/local/bin/autoheader2.72 --force
- autoreconf2.72: running: automake --add-missing --copy --force-missing
- configure.ac:20: installing 'config/ar-lib'
- configure.ac:16: installing 'config/compile'
- configure.ac:10: installing 'config/config.guess'
- configure.ac:10: installing 'config/config.sub'
- configure.ac:11: installing 'config/install-sh'
- configure.ac:11: installing 'config/missing'
- Makefile.am: installing './INSTALL'
- src/Makefile.am: installing 'config/depcomp'
- parallel-tests: installing 'config/test-driver'
- autoreconf2.72: 'config/install-sh' is updated
- autoreconf2.72: Leaving directory '.'
- configure: WARNING: latex2man not found. Install latex2man. Disabling docs.
- (cd _build/default/lib/deps/protobuf && /usr/local/bin/autoreconf -isfv)
- libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
- libtoolize: linking file 'build-aux/ltmain.sh'
- libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
- libtoolize: linking file 'm4/libtool.m4'
- libtoolize: linking file 'm4/ltoptions.m4'
- libtoolize: linking file 'm4/ltsugar.m4'
- libtoolize: linking file 'm4/ltversion.m4'
- libtoolize: linking file 'm4/lt~obsolete.m4'
- libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
- libtoolize: linking file 'build-aux/ltmain.sh'
- libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
- libtoolize: and rerunning libtoolize and aclocal.
- libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
- libtoolize: putting auxiliary files in '.'.
- libtoolize: linking file './ltmain.sh'
- libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
- libtoolize: linking file 'm4/libtool.m4'
- libtoolize: linking file 'm4/ltoptions.m4'
- libtoolize: linking file 'm4/ltsugar.m4'
- libtoolize: linking file 'm4/ltversion.m4'
- libtoolize: linking file 'm4/lt~obsolete.m4'
- autoreconf2.72: export WARNINGS=
- autoreconf2.72: Entering directory '.'
- autoreconf2.72: configure.ac: not using Gettext
- autoreconf2.72: running: aclocal --force -I m4
- autoreconf2.72: configure.ac: tracing
- autoreconf2.72: configure.ac: adding subdirectory gmock to autoreconf
- autoreconf2.72: Entering directory 'gmock'
- autoreconf2.72: configure.ac: not using Gettext
- autoreconf2.72: running: aclocal --force 
- autoreconf2.72: configure.ac: tracing
- autoreconf2.72: configure.ac: adding subdirectory gtest to autoreconf
- autoreconf2.72: Entering directory 'gtest'
- autoreconf2.72: configure.ac: not using Gettext
- autoreconf2.72: running: aclocal --force -I m4
- autoreconf2.72: configure.ac: tracing
- autoreconf2.72: running: libtoolize --force
- autoreconf2.72: configure.ac: not using Intltool
- autoreconf2.72: configure.ac: not using Gtkdoc
- autoreconf2.72: running: aclocal --force -I m4
- autoreconf2.72: running: /usr/local/bin/autoconf2.72 --force
- configure.ac:30: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
- configure.ac:30: You should run autoupdate.
- m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
- configure.ac:30: the top level
- configure.ac:51: warning: The macro 'AC_LANG_C' is obsolete.
- configure.ac:51: You should run autoupdate.
- ./lib/autoconf/c.m4:72: AC_LANG_C is expanded from...
- m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
- lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
- configure.ac:51: the top level
- configure.ac:51: warning: The macro 'AC_TRY_LINK' is obsolete.
- configure.ac:51: You should run autoupdate.
- ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
- m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
- lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
- configure.ac:51: the top level
- autoreconf2.72: running: /usr/local/bin/autoheader2.72 --force
- autoreconf2.72: running: automake --add-missing --force-missing
- configure.ac:27: installing 'build-aux/compile'
- configure.ac:24: installing 'build-aux/missing'
- Makefile.am: installing 'build-aux/depcomp'
- autoreconf2.72: linking build-aux/install-sh to /usr/local/share/autoconf2.72/build-aux/install-sh
- autoreconf2.72: Leaving directory 'gtest'
- autoreconf2.72: running: libtoolize --force
- autoreconf2.72: configure.ac: not using Intltool
- autoreconf2.72: configure.ac: not using Gtkdoc
- autoreconf2.72: running: aclocal --force 
- autoreconf2.72: running: /usr/local/bin/autoconf2.72 --force
- configure.ac:25: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
- configure.ac:25: You should run autoupdate.
- aclocal.m4:122: AC_PROG_LIBTOOL is expanded from...
- configure.ac:25: the top level
- configure.ac:48: warning: The macro 'AC_LANG_C' is obsolete.
- configure.ac:48: You should run autoupdate.
- ./lib/autoconf/c.m4:72: AC_LANG_C is expanded from...
- gtest/m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
- lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
- configure.ac:48: the top level
- configure.ac:48: warning: The macro 'AC_TRY_LINK' is obsolete.
- configure.ac:48: You should run autoupdate.
- ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
- gtest/m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
- lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
- configure.ac:48: the top level
- autoreconf2.72: running: /usr/local/bin/autoheader2.72 --force
- autoreconf2.72: running: automake --add-missing --force-missing
- configure.ac:22: installing 'build-aux/compile'
- configure.ac:19: installing 'build-aux/missing'
- Makefile.am: installing 'build-aux/depcomp'
- autoreconf2.72: linking build-aux/install-sh to /usr/local/share/autoconf2.72/build-aux/install-sh
- autoreconf2.72: Leaving directory 'gmock'
- autoreconf2.72: running: libtoolize --force
- autoreconf2.72: configure.ac: not using Intltool
- autoreconf2.72: configure.ac: not using Gtkdoc
- autoreconf2.72: running: aclocal --force -I m4
- autoreconf2.72: running: /usr/local/bin/autoconf2.72 --force
- configure.ac:63: warning: The macro 'AC_PROG_CXX_FOR_BUILD' is obsolete.
- configure.ac:63: You should run autoupdate.
- m4/ax_prog_cxx_for_build.m4:36: AC_PROG_CXX_FOR_BUILD is expanded from...
- configure.ac:63: the top level
- configure.ac:94: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
- configure.ac:94: You should run autoupdate.
- m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
- configure.ac:94: the top level
- configure.ac:116: warning: The macro 'AC_HEADER_STDC' is obsolete.
- configure.ac:116: You should run autoupdate.
- ./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...
- configure.ac:116: the top level
- configure.ac:177: warning: The macro 'AC_LANG_C' is obsolete.
- configure.ac:177: You should run autoupdate.
- ./lib/autoconf/c.m4:72: AC_LANG_C is expanded from...
- m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
- configure.ac:177: the top level
- configure.ac:177: warning: The macro 'AC_TRY_LINK' is obsolete.
- configure.ac:177: You should run autoupdate.
- ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
- m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
- configure.ac:177: the top level
- configure.ac:181: warning: The macro 'AC_LANG_CPLUSPLUS' is obsolete.
- configure.ac:181: You should run autoupdate.
- ./lib/autoconf/c.m4:270: AC_LANG_CPLUSPLUS is expanded from...
- m4/stl_hash.m4:10: AC_CXX_STL_HASH is expanded from...
- configure.ac:181: the top level
- configure.ac:181: warning: The macro 'AC_TRY_COMPILE' is obsolete.
- configure.ac:181: You should run autoupdate.
- ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
- m4/stl_hash.m4:10: AC_CXX_STL_HASH is expanded from...
- configure.ac:181: the top level
- autoreconf2.72: running: /usr/local/bin/autoheader2.72 --force
- autoreconf2.72: running: automake --add-missing --force-missing
- configure.ac:61: installing './compile'
- configure.ac:48: installing './missing'
- benchmarks/Makefile.am: installing './depcomp'
- autoreconf2.72: linking ./install-sh to /usr/local/share/autoconf2.72/build-aux/install-sh
- autoreconf2.72: Leaving directory '.'
- (cd _build/default/lib/deps/libunwind && ./configure CFLAGS=-fPIC)
- checking build system type... amd64-unknown-freebsd14.0
- checking host system type... amd64-unknown-freebsd14.0
- checking target system type... amd64-unknown-freebsd14.0
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a race-free mkdir -p... mkdir -p
- checking for gawk... no
- checking for mawk... no
- checking for nawk... nawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking whether to enable maintainer-specific portions of Makefiles... no
- checking for gcc... no
- checking for cc... cc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether cc accepts -g... yes
- checking for cc option to enable C11 features... none needed
- checking whether cc understands -c and -o together... yes
- checking whether make supports the include directive... yes (GNU style)
- checking dependency style of cc... gcc3
- checking for g++... no
- checking for c++... c++
- checking whether the compiler supports GNU C++... yes
- checking whether c++ accepts -g... yes
- checking for c++ option to enable C++11 features... none needed
- checking dependency style of c++... gcc3
- checking whether make sets $(MAKE)... (cached) yes
- checking for ar... ar
- checking the archiver (ar) interface... ar
- checking how to print strings... printf
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by cc... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
- checking the name lister (/usr/bin/nm) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 393216
- checking how to convert amd64-unknown-freebsd14.0 file names to amd64-unknown-freebsd14.0 format... func_convert_file_noop
- checking how to convert amd64-unknown-freebsd14.0 file names to toolchain format... func_convert_file_noop
- checking for /usr/bin/ld option to reload object files... -r
- checking for file... file
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for archiver @FILE support... no
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm output from cc object... ok
- checking for sysroot... no
- checking for a working dd... /bin/dd
- checking how to truncate binary pipes... /bin/dd bs=4096 count=1
- checking for mt... mt
- checking if mt is a manifest tool... no
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if cc supports -fno-rtti -fno-exceptions... yes
- checking for cc option to produce PIC... -fPIC -DPIC
- checking if cc PIC flag -fPIC -DPIC works... yes
- checking if cc static flag -static works... yes
- checking if cc supports -c -o file.o... yes
- checking if cc supports -c -o file.o... (cached) yes
- checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... no
- checking dynamic linker characteristics... freebsd14.0 ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking how to run the C++ preprocessor... c++ -E
- checking for ld used by c++... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
- checking for c++ option to produce PIC... -fPIC -DPIC
- checking if c++ PIC flag -fPIC -DPIC works... yes
- checking if c++ static flag -static works... yes
- checking if c++ supports -c -o file.o... yes
- checking if c++ supports -c -o file.o... (cached) yes
- checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... freebsd14.0 ld.so
- checking how to hardcode library paths into programs... immediate
- checking dependency style of cc... gcc3
- checking for __uc_get_grs in -luca... no
- checking for library containing dlopen... none required
- checking for atomic_ops.h... no
- checking for egrep... (cached) /usr/bin/grep -E
- checking for asm/ptrace_offsets.h... no
- checking for endian.h... yes
- checking for sys/endian.h... yes
- checking for execinfo.h... yes
- checking for ia64intrin.h... no
- checking for sys/uc_access.h... no
- checking for unistd.h... (cached) yes
- checking for signal.h... yes
- checking for sys/types.h... (cached) yes
- checking for sys/procfs.h... yes
- checking for sys/ptrace.h... yes
- checking for byteswap.h... yes
- checking for elf.h... yes
- checking for sys/elf.h... yes
- checking for link.h... yes
- checking for sys/link.h... no
- checking for an ANSI C-conforming const... yes
- checking for inline... inline
- checking for size_t... yes
- checking size of off_t... 8
- checking for struct dl_phdr_info.dlpi_subs... yes
- checking for struct elf_prstatus... no
- checking for struct prstatus... yes
- checking for cc options needed to detect all undeclared functions... -fno-builtin
- checking whether PTRACE_POKEUSER is declared... no
- checking whether PTRACE_POKEDATA is declared... no
- checking whether PTRACE_SETREGSET is declared... no
- checking whether PTRACE_TRACEME is declared... no
- checking whether PTRACE_CONT is declared... no
- checking whether PTRACE_SINGLESTEP is declared... no
- checking whether PTRACE_SYSCALL is declared... yes
- checking whether PT_IO is declared... yes
- checking whether PT_GETREGS is declared... yes
- checking whether PT_GETFPREGS is declared... yes
- checking whether PT_CONTINUE is declared... yes
- checking whether PT_TRACE_ME is declared... yes
- checking whether PT_STEP is declared... yes
- checking whether PT_SYSCALL is declared... yes
- checking for dl_iterate_phdr... yes
- checking for dl_phdr_removals_counter... no
- checking for dlmodinfo... no
- checking for getunwind... no
- checking for ttrace... no
- checking for mincore... yes
- checking for pipe2... yes
- checking if building with AltiVec... no
- checking for Android... no
- checking if we should build libunwind-coredump... yes
- checking for sys/ptrace.h... (cached) yes
- checking if we should build libunwind-ptrace... yes
- checking if we should build libunwind-setjmp... yes
- checking for build architecture... x86_64
- checking for host architecture... x86_64
- checking for target architecture... x86_64
- checking for target operating system... freebsd14.0
- checking for ELF helper width... 64
- checking whether to include DWARF support... yes
- checking whether to restrict build to remote support... no
- checking whether to enable debug support... 
- checking whether to enable C++ exception support... no
- checking whether to load .debug_frame sections... no
- checking whether to block signals during mutex ops... yes
- checking whether to validate memory addresses before use... yes
- checking whether to enable msabi support... 
- checking whether to support LZMA-compressed symbol tables... auto
- checking for lzma_mf_is_supported in -llzma... yes
- checking whether to support ZLIB-compressed symbol tables... auto
- checking for uncompress in -lz... yes
- checking whether to support UNW_CACHE_PER_THREAD... 
- checking for Intel compiler... no
- checking if building on Solaris then define __EXTENSIONS__ macro... yes
- checking for QCC compiler... no
- checking for __builtin___clear_cache... yes
- checking for __builtin_unreachable... yes
- checking for __sync atomics... yes
- checking for library containing backtrace... -lexecinfo
- checking for latex2man... no
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating tests/Makefile
- config.status: creating tests/check-namespace.sh
- config.status: creating Makefile
- config.status: creating src/Makefile
- config.status: creating include/libunwind-common.h
- config.status: creating include/libunwind.h
- config.status: creating include/tdep/libunwind_i.h
- config.status: creating src/unwind/libunwind.pc
- config.status: creating src/coredump/libunwind-coredump.pc
- config.status: creating src/ptrace/libunwind-ptrace.pc
- config.status: creating src/setjmp/libunwind-setjmp.pc
- config.status: creating src/libunwind-generic.pc
- config.status: creating include/config.h
- config.status: include/config.h is unchanged
- config.status: executing depfiles commands
- config.status: executing libtool commands
- configure: WARNING: latex2man not found. Install latex2man. Disabling docs.
- (cd _build/default/lib/deps/protobuf && ./configure CFLAGS=-fPIC CXXFLAGS=-fPIC --disable-shared DIST_LANG=cpp)
- checking whether to enable maintainer-specific portions of Makefiles... yes
- checking build system type... amd64-unknown-freebsd14.0
- checking host system type... amd64-unknown-freebsd14.0
- checking target system type... amd64-unknown-freebsd14.0
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a race-free mkdir -p... mkdir -p
- checking for gawk... no
- checking for mawk... no
- checking for nawk... nawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking whether UID '1000' is supported by ustar format... yes
- checking whether GID '1000' is supported by ustar format... yes
- checking how to create a ustar tar archive... gnutar
- checking for gcc... no
- checking for cc... cc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether cc accepts -g... yes
- checking for cc option to enable C11 features... none needed
- checking whether cc understands -c and -o together... yes
- checking whether make supports the include directive... yes (GNU style)
- checking dependency style of cc... gcc3
- checking for g++... no
- checking for c++... c++
- checking whether the compiler supports GNU C++... yes
- checking whether c++ accepts -g... yes
- checking for c++ option to enable C++11 features... none needed
- checking dependency style of c++... gcc3
- checking how to run the C preprocessor... cc -E
- checking for gcc... no
- checking for cc... cc
- checking whether the compiler supports GNU C... (cached) yes
- checking whether cc accepts -g... yes
- checking for cc option to enable C11 features... (cached) none needed
- checking whether cc understands -c and -o together... (cached) yes
- checking dependency style of cc... (cached) gcc3
- checking how to run the C preprocessor... cc -E
- checking how to run the C++ preprocessor... c++ -E
- checking for g++... no
- checking for c++... c++
- checking whether the compiler supports GNU C++... (cached) yes
- checking whether c++ accepts -g... yes
- checking for c++ option to enable C++11 features... (cached) none needed
- checking dependency style of c++... (cached) gcc3
- checking how to run the C++ preprocessor... c++ -E
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking for wchar.h... yes
- checking for minix/config.h... no
- checking whether it is safe to define __EXTENSIONS__... yes
- checking whether _XOPEN_SOURCE should be defined... no
- checking for ar... ar
- checking the archiver (ar) interface... ar
- checking for gcc... no
- checking for objcc... no
- checking for objc... no
- checking for cc... cc
- checking whether the compiler supports GNU Objective C... yes
- checking whether cc accepts -g... yes
- checking dependency style of cc... gcc3
- checking C++ compiler flags...... use user-supplied: -fPIC
- checking for c++ options needed to detect all undeclared functions... none needed
- checking whether __SUNPRO_CC is declared... no
- checking how to print strings... printf
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by cc... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
- checking the name lister (/usr/bin/nm) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 393216
- checking how to convert amd64-unknown-freebsd14.0 file names to amd64-unknown-freebsd14.0 format... func_convert_file_noop
- checking how to convert amd64-unknown-freebsd14.0 file names to toolchain format... func_convert_file_noop
- checking for /usr/bin/ld option to reload object files... -r
- checking for file... file
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for archiver @FILE support... no
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm output from cc object... ok
- checking for sysroot... no
- checking for a working dd... /bin/dd
- checking how to truncate binary pipes... /bin/dd bs=4096 count=1
- checking for mt... mt
- checking if mt is a manifest tool... no
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if cc supports -fno-rtti -fno-exceptions... yes
- checking for cc option to produce PIC... -fPIC -DPIC
- checking if cc PIC flag -fPIC -DPIC works... yes
- checking if cc static flag -static works... yes
- checking if cc supports -c -o file.o... yes
- checking if cc supports -c -o file.o... (cached) yes
- checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... freebsd14.0 ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... no
- checking whether to build static libraries... yes
- checking how to run the C++ preprocessor... c++ -E
- checking for ld used by c++... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
- checking for c++ option to produce PIC... -fPIC -DPIC
- checking if c++ PIC flag -fPIC -DPIC works... yes
- checking if c++ static flag -static works... yes
- checking if c++ supports -c -o file.o... yes
- checking if c++ supports -c -o file.o... (cached) yes
- checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... freebsd14.0 ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether the linker supports version scripts... yes
- checking for egrep... (cached) /usr/bin/grep -E
- checking for fcntl.h... yes
- checking for inttypes.h... (cached) yes
- checking for limits.h... yes
- checking for stdlib.h... (cached) yes
- checking for unistd.h... (cached) yes
- checking for working memcmp... yes
- checking for working strtod... yes
- checking for ftruncate... yes
- checking for memset... yes
- checking for mkdir... yes
- checking for strchr... yes
- checking for strerror... yes
- checking for strtol... yes
- checking zlib version... ok (1.2.0.4 or later)
- checking for library containing zlibVersion... -lz
- checking for the pthreads library -lpthreads... no
- checking whether pthreads work without any flags... no
- checking whether pthreads work with -Kthread... no
- checking whether pthreads work with -kthread... no
- checking for the pthreads library -llthread... no
- checking whether pthreads work with -pthread... yes
- checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
- checking if more special flags are required for pthreads... -D_THREAD_SAFE
- checking whether to check for GCC pthread/shared inconsistencies... yes
- checking whether -pthread is sufficient with -shared... yes
- checking whether what we have so far is sufficient with -nostdlib... no
- checking whether -lpthread saves the day... yes
- checking the location of hash_map... <unordered_map>
- checking for library containing sched_yield... none required
- checking whether c++ supports C++11 features by default... yes
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating src/Makefile
- config.status: creating benchmarks/Makefile
- config.status: creating conformance/Makefile
- config.status: creating protobuf.pc
- config.status: creating protobuf-lite.pc
- config.status: creating config.h
- config.status: executing depfiles commands
- config.status: executing libtool commands
- === configuring in gmock (/home/opam/.opam/5.1.0/.opam-switch/build/opsian.0.1/_build/default/lib/deps/protobuf/gmock)
- configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  'CFLAGS=-fPIC' 'CXXFLAGS=-fPIC' '--disable-shared' 'DIST_LANG=cpp' --cache-file=/dev/null --srcdir=.
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a race-free mkdir -p... mkdir -p
- checking for gawk... no
- checking for mawk... no
- checking for nawk... nawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking for gcc... no
- checking for cc... cc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether cc accepts -g... yes
- checking for cc option to enable C11 features... none needed
- checking whether cc understands -c and -o together... yes
- checking whether make supports the include directive... yes (GNU style)
- checking dependency style of cc... gcc3
- checking for g++... no
- checking for c++... c++
- checking whether the compiler supports GNU C++... yes
- checking whether c++ accepts -g... yes
- checking for c++ option to enable C++11 features... none needed
- checking dependency style of c++... gcc3
- checking build system type... amd64-unknown-freebsd14.0
- checking host system type... amd64-unknown-freebsd14.0
- checking how to print strings... printf
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by cc... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
- checking the name lister (/usr/bin/nm) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 393216
- checking how to convert amd64-unknown-freebsd14.0 file names to amd64-unknown-freebsd14.0 format... func_convert_file_noop
- checking how to convert amd64-unknown-freebsd14.0 file names to toolchain format... func_convert_file_noop
- checking for /usr/bin/ld option to reload object files... -r
- checking for file... file
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for ar... ar
- checking for archiver @FILE support... no
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm output from cc object... ok
- checking for sysroot... no
- checking for a working dd... /bin/dd
- checking how to truncate binary pipes... /bin/dd bs=4096 count=1
- checking for mt... mt
- checking if mt is a manifest tool... no
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if cc supports -fno-rtti -fno-exceptions... yes
- checking for cc option to produce PIC... -fPIC -DPIC
- checking if cc PIC flag -fPIC -DPIC works... yes
- checking if cc static flag -static works... yes
- checking if cc supports -c -o file.o... yes
- checking if cc supports -c -o file.o... (cached) yes
- checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... freebsd14.0 ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... no
- checking whether to build static libraries... yes
- checking how to run the C++ preprocessor... c++ -E
- checking for ld used by c++... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
- checking for c++ option to produce PIC... -fPIC -DPIC
- checking if c++ PIC flag -fPIC -DPIC works... yes
- checking if c++ static flag -static works... yes
- checking if c++ supports -c -o file.o... yes
- checking if c++ supports -c -o file.o... (cached) yes
- checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... freebsd14.0 ld.so
- checking how to hardcode library paths into programs... immediate
- checking for python... :
- checking for the pthreads library -lpthreads... no
- checking whether pthreads work without any flags... no
- checking whether pthreads work with -Kthread... no
- checking whether pthreads work with -kthread... no
- checking for the pthreads library -llthread... no
- checking whether pthreads work with -pthread... yes
- checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
- checking if more special flags are required for pthreads... -D_THREAD_SAFE
- checking whether to check for GCC pthread/shared inconsistencies... yes
- checking whether -pthread is sufficient with -shared... yes
- checking for gtest-config... no
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating scripts/gmock-config
- config.status: creating build-aux/config.h
- config.status: executing depfiles commands
- config.status: executing libtool commands
- === configuring in gtest (/home/opam/.opam/5.1.0/.opam-switch/build/opsian.0.1/_build/default/lib/deps/protobuf/gmock/gtest)
- configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  'CFLAGS=-fPIC' 'CXXFLAGS=-fPIC' '--disable-shared' 'DIST_LANG=cpp' --cache-file=/dev/null --srcdir=.
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a race-free mkdir -p... mkdir -p
- checking for gawk... no
- checking for mawk... no
- checking for nawk... nawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking for gcc... no
- checking for cc... cc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether cc accepts -g... yes
- checking for cc option to enable C11 features... none needed
- checking whether cc understands -c and -o together... yes
- checking whether make supports the include directive... yes (GNU style)
- checking dependency style of cc... gcc3
- checking for g++... no
- checking for c++... c++
- checking whether the compiler supports GNU C++... yes
- checking whether c++ accepts -g... yes
- checking for c++ option to enable C++11 features... none needed
- checking dependency style of c++... gcc3
- checking build system type... amd64-unknown-freebsd14.0
- checking host system type... amd64-unknown-freebsd14.0
- checking how to print strings... printf
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by cc... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
- checking the name lister (/usr/bin/nm) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 393216
- checking how to convert amd64-unknown-freebsd14.0 file names to amd64-unknown-freebsd14.0 format... func_convert_file_noop
- checking how to convert amd64-unknown-freebsd14.0 file names to toolchain format... func_convert_file_noop
- checking for /usr/bin/ld option to reload object files... -r
- checking for file... file
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for ar... ar
- checking for archiver @FILE support... no
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm output from cc object... ok
- checking for sysroot... no
- checking for a working dd... /bin/dd
- checking how to truncate binary pipes... /bin/dd bs=4096 count=1
- checking for mt... mt
- checking if mt is a manifest tool... no
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if cc supports -fno-rtti -fno-exceptions... yes
- checking for cc option to produce PIC... -fPIC -DPIC
- checking if cc PIC flag -fPIC -DPIC works... yes
- checking if cc static flag -static works... yes
- checking if cc supports -c -o file.o... yes
- checking if cc supports -c -o file.o... (cached) yes
- checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... freebsd14.0 ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... no
- checking whether to build static libraries... yes
- checking how to run the C++ preprocessor... c++ -E
- checking for ld used by c++... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
- checking for c++ option to produce PIC... -fPIC -DPIC
- checking if c++ PIC flag -fPIC -DPIC works... yes
- checking if c++ static flag -static works... yes
- checking if c++ supports -c -o file.o... yes
- checking if c++ supports -c -o file.o... (cached) yes
- checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... freebsd14.0 ld.so
- checking how to hardcode library paths into programs... immediate
- checking for python... :
- checking for the pthreads library -lpthreads... no
- checking whether pthreads work without any flags... no
- checking whether pthreads work with -Kthread... no
- checking whether pthreads work with -kthread... no
- checking for the pthreads library -llthread... no
- checking whether pthreads work with -pthread... yes
- checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
- checking if more special flags are required for pthreads... -D_THREAD_SAFE
- checking whether to check for GCC pthread/shared inconsistencies... yes
- checking whether -pthread is sufficient with -shared... yes
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating scripts/gtest-config
- config.status: creating build-aux/config.h
- config.status: executing depfiles commands
- config.status: executing libtool commands
- File "lib/dune", line 19, characters 0-623:
- 19 | (rule
- 20 |  (deps (source_tree deps/libunwind))
- 21 |  (mode (promote (until-clean) (only
- ....
- 40 |     (copy deps/libunwind/include/libunwind-common.h libunwind-common.h)
- 41 |     (copy deps/libunwind/src/.libs/libunwind.so dllunwind.so)
- 42 |     (copy deps/libunwind/src/.libs/libunwind.a libunwind.a)))))
- (cd _build/default/lib/deps/libunwind && /usr/bin/make)
- Making all in src
- /usr/bin/make  all-am
- depbase=`echo os-freebsd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT os-freebsd.lo -MD -MP -MF $depbase.Tpo -c -o os-freebsd.lo os-freebsd.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT os-freebsd.lo -MD -MP -MF .deps/os-freebsd.Tpo -c os-freebsd.c  -fPIC -DPIC -o .libs/os-freebsd.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT os-freebsd.lo -MD -MP -MF .deps/os-freebsd.Tpo -c os-freebsd.c -o os-freebsd.o >/dev/null 2>&1
- depbase=`echo mi/init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/init.lo -MD -MP -MF $depbase.Tpo -c -o mi/init.lo mi/init.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/init.lo -MD -MP -MF mi/.deps/init.Tpo -c mi/init.c  -fPIC -DPIC -o mi/.libs/init.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/init.lo -MD -MP -MF mi/.deps/init.Tpo -c mi/init.c -o mi/init.o >/dev/null 2>&1
- depbase=`echo mi/flush_cache.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/flush_cache.lo -MD -MP -MF $depbase.Tpo -c -o mi/flush_cache.lo mi/flush_cache.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/flush_cache.lo -MD -MP -MF mi/.deps/flush_cache.Tpo -c mi/flush_cache.c  -fPIC -DPIC -o mi/.libs/flush_cache.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/flush_cache.lo -MD -MP -MF mi/.deps/flush_cache.Tpo -c mi/flush_cache.c -o mi/flush_cache.o >/dev/null 2>&1
- depbase=`echo mi/mempool.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/mempool.lo -MD -MP -MF $depbase.Tpo -c -o mi/mempool.lo mi/mempool.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/mempool.lo -MD -MP -MF mi/.deps/mempool.Tpo -c mi/mempool.c  -fPIC -DPIC -o mi/.libs/mempool.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/mempool.lo -MD -MP -MF mi/.deps/mempool.Tpo -c mi/mempool.c -o mi/mempool.o >/dev/null 2>&1
- depbase=`echo mi/strerror.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/strerror.lo -MD -MP -MF $depbase.Tpo -c -o mi/strerror.lo mi/strerror.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/strerror.lo -MD -MP -MF mi/.deps/strerror.Tpo -c mi/strerror.c  -fPIC -DPIC -o mi/.libs/strerror.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/strerror.lo -MD -MP -MF mi/.deps/strerror.Tpo -c mi/strerror.c -o mi/strerror.o >/dev/null 2>&1
- depbase=`echo x86_64/is_fpreg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/is_fpreg.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/is_fpreg.lo x86_64/is_fpreg.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/is_fpreg.lo -MD -MP -MF x86_64/.deps/is_fpreg.Tpo -c x86_64/is_fpreg.c  -fPIC -DPIC -o x86_64/.libs/is_fpreg.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/is_fpreg.lo -MD -MP -MF x86_64/.deps/is_fpreg.Tpo -c x86_64/is_fpreg.c -o x86_64/is_fpreg.o >/dev/null 2>&1
- depbase=`echo x86_64/regname.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/regname.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/regname.lo x86_64/regname.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/regname.lo -MD -MP -MF x86_64/.deps/regname.Tpo -c x86_64/regname.c  -fPIC -DPIC -o x86_64/.libs/regname.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/regname.lo -MD -MP -MF x86_64/.deps/regname.Tpo -c x86_64/regname.c -o x86_64/regname.o >/dev/null 2>&1
- depbase=`echo x86_64/Los-freebsd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Los-freebsd.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Los-freebsd.lo x86_64/Los-freebsd.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Los-freebsd.lo -MD -MP -MF x86_64/.deps/Los-freebsd.Tpo -c x86_64/Los-freebsd.c  -fPIC -DPIC -o x86_64/.libs/Los-freebsd.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Los-freebsd.lo -MD -MP -MF x86_64/.deps/Los-freebsd.Tpo -c x86_64/Los-freebsd.c -o x86_64/Los-freebsd.o >/dev/null 2>&1
- depbase=`echo mi/backtrace.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/backtrace.lo -MD -MP -MF $depbase.Tpo -c -o mi/backtrace.lo mi/backtrace.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/backtrace.lo -MD -MP -MF mi/.deps/backtrace.Tpo -c mi/backtrace.c  -fPIC -DPIC -o mi/.libs/backtrace.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/backtrace.lo -MD -MP -MF mi/.deps/backtrace.Tpo -c mi/backtrace.c -o mi/backtrace.o >/dev/null 2>&1
- depbase=`echo mi/dyn-cancel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/dyn-cancel.lo -MD -MP -MF $depbase.Tpo -c -o mi/dyn-cancel.lo mi/dyn-cancel.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/dyn-cancel.lo -MD -MP -MF mi/.deps/dyn-cancel.Tpo -c mi/dyn-cancel.c  -fPIC -DPIC -o mi/.libs/dyn-cancel.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/dyn-cancel.lo -MD -MP -MF mi/.deps/dyn-cancel.Tpo -c mi/dyn-cancel.c -o mi/dyn-cancel.o >/dev/null 2>&1
- depbase=`echo mi/dyn-info-list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/dyn-info-list.lo -MD -MP -MF $depbase.Tpo -c -o mi/dyn-info-list.lo mi/dyn-info-list.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/dyn-info-list.lo -MD -MP -MF mi/.deps/dyn-info-list.Tpo -c mi/dyn-info-list.c  -fPIC -DPIC -o mi/.libs/dyn-info-list.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/dyn-info-list.lo -MD -MP -MF mi/.deps/dyn-info-list.Tpo -c mi/dyn-info-list.c -o mi/dyn-info-list.o >/dev/null 2>&1
- depbase=`echo mi/dyn-register.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/dyn-register.lo -MD -MP -MF $depbase.Tpo -c -o mi/dyn-register.lo mi/dyn-register.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/dyn-register.lo -MD -MP -MF mi/.deps/dyn-register.Tpo -c mi/dyn-register.c  -fPIC -DPIC -o mi/.libs/dyn-register.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/dyn-register.lo -MD -MP -MF mi/.deps/dyn-register.Tpo -c mi/dyn-register.c -o mi/dyn-register.o >/dev/null 2>&1
- depbase=`echo mi/Ldyn-extract.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Ldyn-extract.lo -MD -MP -MF $depbase.Tpo -c -o mi/Ldyn-extract.lo mi/Ldyn-extract.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Ldyn-extract.lo -MD -MP -MF mi/.deps/Ldyn-extract.Tpo -c mi/Ldyn-extract.c  -fPIC -DPIC -o mi/.libs/Ldyn-extract.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Ldyn-extract.lo -MD -MP -MF mi/.deps/Ldyn-extract.Tpo -c mi/Ldyn-extract.c -o mi/Ldyn-extract.o >/dev/null 2>&1
- depbase=`echo mi/Lfind_dynamic_proc_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lfind_dynamic_proc_info.lo -MD -MP -MF $depbase.Tpo -c -o mi/Lfind_dynamic_proc_info.lo mi/Lfind_dynamic_proc_info.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lfind_dynamic_proc_info.lo -MD -MP -MF mi/.deps/Lfind_dynamic_proc_info.Tpo -c mi/Lfind_dynamic_proc_info.c  -fPIC -DPIC -o mi/.libs/Lfind_dynamic_proc_info.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lfind_dynamic_proc_info.lo -MD -MP -MF mi/.deps/Lfind_dynamic_proc_info.Tpo -c mi/Lfind_dynamic_proc_info.c -o mi/Lfind_dynamic_proc_info.o >/dev/null 2>&1
- depbase=`echo mi/Lget_accessors.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_accessors.lo -MD -MP -MF $depbase.Tpo -c -o mi/Lget_accessors.lo mi/Lget_accessors.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_accessors.lo -MD -MP -MF mi/.deps/Lget_accessors.Tpo -c mi/Lget_accessors.c  -fPIC -DPIC -o mi/.libs/Lget_accessors.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_accessors.lo -MD -MP -MF mi/.deps/Lget_accessors.Tpo -c mi/Lget_accessors.c -o mi/Lget_accessors.o >/dev/null 2>&1
- depbase=`echo mi/Lget_proc_info_by_ip.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_proc_info_by_ip.lo -MD -MP -MF $depbase.Tpo -c -o mi/Lget_proc_info_by_ip.lo mi/Lget_proc_info_by_ip.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_proc_info_by_ip.lo -MD -MP -MF mi/.deps/Lget_proc_info_by_ip.Tpo -c mi/Lget_proc_info_by_ip.c  -fPIC -DPIC -o mi/.libs/Lget_proc_info_by_ip.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_proc_info_by_ip.lo -MD -MP -MF mi/.deps/Lget_proc_info_by_ip.Tpo -c mi/Lget_proc_info_by_ip.c -o mi/Lget_proc_info_by_ip.o >/dev/null 2>&1
- depbase=`echo mi/Lget_proc_name.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_proc_name.lo -MD -MP -MF $depbase.Tpo -c -o mi/Lget_proc_name.lo mi/Lget_proc_name.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_proc_name.lo -MD -MP -MF mi/.deps/Lget_proc_name.Tpo -c mi/Lget_proc_name.c  -fPIC -DPIC -o mi/.libs/Lget_proc_name.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_proc_name.lo -MD -MP -MF mi/.deps/Lget_proc_name.Tpo -c mi/Lget_proc_name.c -o mi/Lget_proc_name.o >/dev/null 2>&1
- depbase=`echo mi/Lput_dynamic_unwind_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lput_dynamic_unwind_info.lo -MD -MP -MF $depbase.Tpo -c -o mi/Lput_dynamic_unwind_info.lo mi/Lput_dynamic_unwind_info.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lput_dynamic_unwind_info.lo -MD -MP -MF mi/.deps/Lput_dynamic_unwind_info.Tpo -c mi/Lput_dynamic_unwind_info.c  -fPIC -DPIC -o mi/.libs/Lput_dynamic_unwind_info.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lput_dynamic_unwind_info.lo -MD -MP -MF mi/.deps/Lput_dynamic_unwind_info.Tpo -c mi/Lput_dynamic_unwind_info.c -o mi/Lput_dynamic_unwind_info.o >/dev/null 2>&1
- depbase=`echo mi/Ldestroy_addr_space.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Ldestroy_addr_space.lo -MD -MP -MF $depbase.Tpo -c -o mi/Ldestroy_addr_space.lo mi/Ldestroy_addr_space.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Ldestroy_addr_space.lo -MD -MP -MF mi/.deps/Ldestroy_addr_space.Tpo -c mi/Ldestroy_addr_space.c  -fPIC -DPIC -o mi/.libs/Ldestroy_addr_space.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Ldestroy_addr_space.lo -MD -MP -MF mi/.deps/Ldestroy_addr_space.Tpo -c mi/Ldestroy_addr_space.c -o mi/Ldestroy_addr_space.o >/dev/null 2>&1
- depbase=`echo mi/Lget_reg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_reg.lo -MD -MP -MF $depbase.Tpo -c -o mi/Lget_reg.lo mi/Lget_reg.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_reg.lo -MD -MP -MF mi/.deps/Lget_reg.Tpo -c mi/Lget_reg.c  -fPIC -DPIC -o mi/.libs/Lget_reg.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_reg.lo -MD -MP -MF mi/.deps/Lget_reg.Tpo -c mi/Lget_reg.c -o mi/Lget_reg.o >/dev/null 2>&1
- depbase=`echo mi/Lset_reg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lset_reg.lo -MD -MP -MF $depbase.Tpo -c -o mi/Lset_reg.lo mi/Lset_reg.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lset_reg.lo -MD -MP -MF mi/.deps/Lset_reg.Tpo -c mi/Lset_reg.c  -fPIC -DPIC -o mi/.libs/Lset_reg.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lset_reg.lo -MD -MP -MF mi/.deps/Lset_reg.Tpo -c mi/Lset_reg.c -o mi/Lset_reg.o >/dev/null 2>&1
- depbase=`echo mi/Lget_fpreg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_fpreg.lo -MD -MP -MF $depbase.Tpo -c -o mi/Lget_fpreg.lo mi/Lget_fpreg.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_fpreg.lo -MD -MP -MF mi/.deps/Lget_fpreg.Tpo -c mi/Lget_fpreg.c  -fPIC -DPIC -o mi/.libs/Lget_fpreg.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_fpreg.lo -MD -MP -MF mi/.deps/Lget_fpreg.Tpo -c mi/Lget_fpreg.c -o mi/Lget_fpreg.o >/dev/null 2>&1
- depbase=`echo mi/Lset_fpreg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lset_fpreg.lo -MD -MP -MF $depbase.Tpo -c -o mi/Lset_fpreg.lo mi/Lset_fpreg.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lset_fpreg.lo -MD -MP -MF mi/.deps/Lset_fpreg.Tpo -c mi/Lset_fpreg.c  -fPIC -DPIC -o mi/.libs/Lset_fpreg.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lset_fpreg.lo -MD -MP -MF mi/.deps/Lset_fpreg.Tpo -c mi/Lset_fpreg.c -o mi/Lset_fpreg.o >/dev/null 2>&1
- depbase=`echo mi/Lset_caching_policy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lset_caching_policy.lo -MD -MP -MF $depbase.Tpo -c -o mi/Lset_caching_policy.lo mi/Lset_caching_policy.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lset_caching_policy.lo -MD -MP -MF mi/.deps/Lset_caching_policy.Tpo -c mi/Lset_caching_policy.c  -fPIC -DPIC -o mi/.libs/Lset_caching_policy.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lset_caching_policy.lo -MD -MP -MF mi/.deps/Lset_caching_policy.Tpo -c mi/Lset_caching_policy.c -o mi/Lset_caching_policy.o >/dev/null 2>&1
- depbase=`echo mi/Lset_cache_size.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lset_cache_size.lo -MD -MP -MF $depbase.Tpo -c -o mi/Lset_cache_size.lo mi/Lset_cache_size.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lset_cache_size.lo -MD -MP -MF mi/.deps/Lset_cache_size.Tpo -c mi/Lset_cache_size.c  -fPIC -DPIC -o mi/.libs/Lset_cache_size.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lset_cache_size.lo -MD -MP -MF mi/.deps/Lset_cache_size.Tpo -c mi/Lset_cache_size.c -o mi/Lset_cache_size.o >/dev/null 2>&1
- depbase=`echo x86_64/setcontext.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG  -I../include -I../include/tdep-x86_64 -I. -fPIC  -D_GNU_SOURCE -DNDEBUG -MT x86_64/setcontext.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/setcontext.lo x86_64/setcontext.S && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -I../include -I../include/tdep-x86_64 -I. -fPIC -D_GNU_SOURCE -DNDEBUG -MT x86_64/setcontext.lo -MD -MP -MF x86_64/.deps/setcontext.Tpo -c x86_64/setcontext.S  -fPIC -DPIC -o x86_64/.libs/setcontext.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -I../include -I../include/tdep-x86_64 -I. -fPIC -D_GNU_SOURCE -DNDEBUG -MT x86_64/setcontext.lo -MD -MP -MF x86_64/.deps/setcontext.Tpo -c x86_64/setcontext.S -o x86_64/setcontext.o >/dev/null 2>&1
- depbase=`echo x86_64/Lapply_reg_state.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lapply_reg_state.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Lapply_reg_state.lo x86_64/Lapply_reg_state.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lapply_reg_state.lo -MD -MP -MF x86_64/.deps/Lapply_reg_state.Tpo -c x86_64/Lapply_reg_state.c  -fPIC -DPIC -o x86_64/.libs/Lapply_reg_state.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lapply_reg_state.lo -MD -MP -MF x86_64/.deps/Lapply_reg_state.Tpo -c x86_64/Lapply_reg_state.c -o x86_64/Lapply_reg_state.o >/dev/null 2>&1
- depbase=`echo x86_64/Lreg_states_iterate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lreg_states_iterate.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Lreg_states_iterate.lo x86_64/Lreg_states_iterate.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lreg_states_iterate.lo -MD -MP -MF x86_64/.deps/Lreg_states_iterate.Tpo -c x86_64/Lreg_states_iterate.c  -fPIC -DPIC -o x86_64/.libs/Lreg_states_iterate.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lreg_states_iterate.lo -MD -MP -MF x86_64/.deps/Lreg_states_iterate.Tpo -c x86_64/Lreg_states_iterate.c -o x86_64/Lreg_states_iterate.o >/dev/null 2>&1
- depbase=`echo x86_64/Lcreate_addr_space.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lcreate_addr_space.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Lcreate_addr_space.lo x86_64/Lcreate_addr_space.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lcreate_addr_space.lo -MD -MP -MF x86_64/.deps/Lcreate_addr_space.Tpo -c x86_64/Lcreate_addr_space.c  -fPIC -DPIC -o x86_64/.libs/Lcreate_addr_space.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lcreate_addr_space.lo -MD -MP -MF x86_64/.deps/Lcreate_addr_space.Tpo -c x86_64/Lcreate_addr_space.c -o x86_64/Lcreate_addr_space.o >/dev/null 2>&1
- depbase=`echo x86_64/Lget_save_loc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lget_save_loc.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Lget_save_loc.lo x86_64/Lget_save_loc.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lget_save_loc.lo -MD -MP -MF x86_64/.deps/Lget_save_loc.Tpo -c x86_64/Lget_save_loc.c  -fPIC -DPIC -o x86_64/.libs/Lget_save_loc.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lget_save_loc.lo -MD -MP -MF x86_64/.deps/Lget_save_loc.Tpo -c x86_64/Lget_save_loc.c -o x86_64/Lget_save_loc.o >/dev/null 2>&1
- depbase=`echo x86_64/Lglobal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lglobal.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Lglobal.lo x86_64/Lglobal.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lglobal.lo -MD -MP -MF x86_64/.deps/Lglobal.Tpo -c x86_64/Lglobal.c  -fPIC -DPIC -o x86_64/.libs/Lglobal.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lglobal.lo -MD -MP -MF x86_64/.deps/Lglobal.Tpo -c x86_64/Lglobal.c -o x86_64/Lglobal.o >/dev/null 2>&1
- depbase=`echo x86_64/Linit.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Linit.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Linit.lo x86_64/Linit.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Linit.lo -MD -MP -MF x86_64/.deps/Linit.Tpo -c x86_64/Linit.c  -fPIC -DPIC -o x86_64/.libs/Linit.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Linit.lo -MD -MP -MF x86_64/.deps/Linit.Tpo -c x86_64/Linit.c -o x86_64/Linit.o >/dev/null 2>&1
- depbase=`echo x86_64/Linit_local.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Linit_local.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Linit_local.lo x86_64/Linit_local.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Linit_local.lo -MD -MP -MF x86_64/.deps/Linit_local.Tpo -c x86_64/Linit_local.c  -fPIC -DPIC -o x86_64/.libs/Linit_local.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Linit_local.lo -MD -MP -MF x86_64/.deps/Linit_local.Tpo -c x86_64/Linit_local.c -o x86_64/Linit_local.o >/dev/null 2>&1
- depbase=`echo x86_64/Linit_remote.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Linit_remote.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Linit_remote.lo x86_64/Linit_remote.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Linit_remote.lo -MD -MP -MF x86_64/.deps/Linit_remote.Tpo -c x86_64/Linit_remote.c  -fPIC -DPIC -o x86_64/.libs/Linit_remote.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Linit_remote.lo -MD -MP -MF x86_64/.deps/Linit_remote.Tpo -c x86_64/Linit_remote.c -o x86_64/Linit_remote.o >/dev/null 2>&1
- depbase=`echo x86_64/Lget_proc_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lget_proc_info.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Lget_proc_info.lo x86_64/Lget_proc_info.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lget_proc_info.lo -MD -MP -MF x86_64/.deps/Lget_proc_info.Tpo -c x86_64/Lget_proc_info.c  -fPIC -DPIC -o x86_64/.libs/Lget_proc_info.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lget_proc_info.lo -MD -MP -MF x86_64/.deps/Lget_proc_info.Tpo -c x86_64/Lget_proc_info.c -o x86_64/Lget_proc_info.o >/dev/null 2>&1
- depbase=`echo x86_64/Lregs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lregs.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Lregs.lo x86_64/Lregs.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lregs.lo -MD -MP -MF x86_64/.deps/Lregs.Tpo -c x86_64/Lregs.c  -fPIC -DPIC -o x86_64/.libs/Lregs.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lregs.lo -MD -MP -MF x86_64/.deps/Lregs.Tpo -c x86_64/Lregs.c -o x86_64/Lregs.o >/dev/null 2>&1
- depbase=`echo x86_64/Lresume.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lresume.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Lresume.lo x86_64/Lresume.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lresume.lo -MD -MP -MF x86_64/.deps/Lresume.Tpo -c x86_64/Lresume.c  -fPIC -DPIC -o x86_64/.libs/Lresume.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lresume.lo -MD -MP -MF x86_64/.deps/Lresume.Tpo -c x86_64/Lresume.c -o x86_64/Lresume.o >/dev/null 2>&1
- depbase=`echo x86_64/Lstash_frame.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lstash_frame.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Lstash_frame.lo x86_64/Lstash_frame.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lstash_frame.lo -MD -MP -MF x86_64/.deps/Lstash_frame.Tpo -c x86_64/Lstash_frame.c  -fPIC -DPIC -o x86_64/.libs/Lstash_frame.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lstash_frame.lo -MD -MP -MF x86_64/.deps/Lstash_frame.Tpo -c x86_64/Lstash_frame.c -o x86_64/Lstash_frame.o >/dev/null 2>&1
- depbase=`echo x86_64/Lstep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lstep.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Lstep.lo x86_64/Lstep.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lstep.lo -MD -MP -MF x86_64/.deps/Lstep.Tpo -c x86_64/Lstep.c  -fPIC -DPIC -o x86_64/.libs/Lstep.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lstep.lo -MD -MP -MF x86_64/.deps/Lstep.Tpo -c x86_64/Lstep.c -o x86_64/Lstep.o >/dev/null 2>&1
- depbase=`echo x86_64/Ltrace.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Ltrace.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Ltrace.lo x86_64/Ltrace.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Ltrace.lo -MD -MP -MF x86_64/.deps/Ltrace.Tpo -c x86_64/Ltrace.c  -fPIC -DPIC -o x86_64/.libs/Ltrace.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Ltrace.lo -MD -MP -MF x86_64/.deps/Ltrace.Tpo -c x86_64/Ltrace.c -o x86_64/Ltrace.o >/dev/null 2>&1
- depbase=`echo x86_64/getcontext.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG  -I../include -I../include/tdep-x86_64 -I. -fPIC  -D_GNU_SOURCE -DNDEBUG -MT x86_64/getcontext.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/getcontext.lo x86_64/getcontext.S && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -I../include -I../include/tdep-x86_64 -I. -fPIC -D_GNU_SOURCE -DNDEBUG -MT x86_64/getcontext.lo -MD -MP -MF x86_64/.deps/getcontext.Tpo -c x86_64/getcontext.S  -fPIC -DPIC -o x86_64/.libs/getcontext.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -I../include -I../include/tdep-x86_64 -I. -fPIC -D_GNU_SOURCE -DNDEBUG -MT x86_64/getcontext.lo -MD -MP -MF x86_64/.deps/getcontext.Tpo -c x86_64/getcontext.S -o x86_64/getcontext.o >/dev/null 2>&1
- depbase=`echo dwarf/Lexpr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lexpr.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Lexpr.lo dwarf/Lexpr.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lexpr.lo -MD -MP -MF dwarf/.deps/Lexpr.Tpo -c dwarf/Lexpr.c  -fPIC -DPIC -o dwarf/.libs/Lexpr.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lexpr.lo -MD -MP -MF dwarf/.deps/Lexpr.Tpo -c dwarf/Lexpr.c -o dwarf/Lexpr.o >/dev/null 2>&1
- depbase=`echo dwarf/Lfde.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lfde.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Lfde.lo dwarf/Lfde.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lfde.lo -MD -MP -MF dwarf/.deps/Lfde.Tpo -c dwarf/Lfde.c  -fPIC -DPIC -o dwarf/.libs/Lfde.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lfde.lo -MD -MP -MF dwarf/.deps/Lfde.Tpo -c dwarf/Lfde.c -o dwarf/Lfde.o >/dev/null 2>&1
- depbase=`echo dwarf/Lparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lparser.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Lparser.lo dwarf/Lparser.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lparser.lo -MD -MP -MF dwarf/.deps/Lparser.Tpo -c dwarf/Lparser.c  -fPIC -DPIC -o dwarf/.libs/Lparser.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lparser.lo -MD -MP -MF dwarf/.deps/Lparser.Tpo -c dwarf/Lparser.c -o dwarf/Lparser.o >/dev/null 2>&1
- depbase=`echo dwarf/Lpe.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lpe.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Lpe.lo dwarf/Lpe.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lpe.lo -MD -MP -MF dwarf/.deps/Lpe.Tpo -c dwarf/Lpe.c  -fPIC -DPIC -o dwarf/.libs/Lpe.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lpe.lo -MD -MP -MF dwarf/.deps/Lpe.Tpo -c dwarf/Lpe.c -o dwarf/Lpe.o >/dev/null 2>&1
- depbase=`echo dwarf/Lfind_proc_info-lsb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lfind_proc_info-lsb.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Lfind_proc_info-lsb.lo dwarf/Lfind_proc_info-lsb.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lfind_proc_info-lsb.lo -MD -MP -MF dwarf/.deps/Lfind_proc_info-lsb.Tpo -c dwarf/Lfind_proc_info-lsb.c  -fPIC -DPIC -o dwarf/.libs/Lfind_proc_info-lsb.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lfind_proc_info-lsb.lo -MD -MP -MF dwarf/.deps/Lfind_proc_info-lsb.Tpo -c dwarf/Lfind_proc_info-lsb.c -o dwarf/Lfind_proc_info-lsb.o >/dev/null 2>&1
- depbase=`echo dwarf/Lfind_unwind_table.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lfind_unwind_table.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Lfind_unwind_table.lo dwarf/Lfind_unwind_table.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lfind_unwind_table.lo -MD -MP -MF dwarf/.deps/Lfind_unwind_table.Tpo -c dwarf/Lfind_unwind_table.c  -fPIC -DPIC -o dwarf/.libs/Lfind_unwind_table.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lfind_unwind_table.lo -MD -MP -MF dwarf/.deps/Lfind_unwind_table.Tpo -c dwarf/Lfind_unwind_table.c -o dwarf/Lfind_unwind_table.o >/dev/null 2>&1
- depbase=`echo dwarf/global.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/global.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/global.lo dwarf/global.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/global.lo -MD -MP -MF dwarf/.deps/global.Tpo -c dwarf/global.c  -fPIC -DPIC -o dwarf/.libs/global.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/global.lo -MD -MP -MF dwarf/.deps/global.Tpo -c dwarf/global.c -o dwarf/global.o >/dev/null 2>&1
- /bin/sh ../libtool  --tag=CC    --mode=link cc  -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__    -o libunwind-dwarf-common.la  dwarf/global.lo  
- libtool: link: ar cr .libs/libunwind-dwarf-common.a dwarf/.libs/global.o 
- libtool: link: ranlib .libs/libunwind-dwarf-common.a
- libtool: link: ( cd ".libs" && rm -f "libunwind-dwarf-common.la" && ln -s "../libunwind-dwarf-common.la" "libunwind-dwarf-common.la" )
- /bin/sh ../libtool  --tag=CC    --mode=link cc  -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__    -o libunwind-dwarf-local.la  dwarf/Lexpr.lo dwarf/Lfde.lo  dwarf/Lparser.lo dwarf/Lpe.lo dwarf/Lfind_proc_info-lsb.lo  dwarf/Lfind_unwind_table.lo libunwind-dwarf-common.la 
- libtool: link: (cd .libs/libunwind-dwarf-local.lax/libunwind-dwarf-common.a && ar x "/home/opam/.opam/5.1.0/.opam-switch/build/opsian.0.1/_build/default/lib/deps/libunwind/src/./.libs/libunwind-dwarf-common.a")
- libtool: link: ar cr .libs/libunwind-dwarf-local.a dwarf/.libs/Lexpr.o dwarf/.libs/Lfde.o dwarf/.libs/Lparser.o dwarf/.libs/Lpe.o dwarf/.libs/Lfind_proc_info-lsb.o dwarf/.libs/Lfind_unwind_table.o   .libs/libunwind-dwarf-local.lax/libunwind-dwarf-common.a/global.o 
- ...TRUNCATED BY DUNE...
- depbase=`echo coredump/_UPT_get_dyn_info_list_addr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UPT_get_dyn_info_list_addr.lo -MD -MP -MF $depbase.Tpo -c -o coredump/_UPT_get_dyn_info_list_addr.lo coredump/_UPT_get_dyn_info_list_addr.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UPT_get_dyn_info_list_addr.lo -MD -MP -MF coredump/.deps/_UPT_get_dyn_info_list_addr.Tpo -c coredump/_UPT_get_dyn_info_list_addr.c  -fPIC -DPIC -o coredump/.libs/_UPT_get_dyn_info_list_addr.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UPT_get_dyn_info_list_addr.lo -MD -MP -MF coredump/.deps/_UPT_get_dyn_info_list_addr.Tpo -c coredump/_UPT_get_dyn_info_list_addr.c -o coredump/_UPT_get_dyn_info_list_addr.o >/dev/null 2>&1
- depbase=`echo coredump/_UPT_put_unwind_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UPT_put_unwind_info.lo -MD -MP -MF $depbase.Tpo -c -o coredump/_UPT_put_unwind_info.lo coredump/_UPT_put_unwind_info.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UPT_put_unwind_info.lo -MD -MP -MF coredump/.deps/_UPT_put_unwind_info.Tpo -c coredump/_UPT_put_unwind_info.c  -fPIC -DPIC -o coredump/.libs/_UPT_put_unwind_info.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UPT_put_unwind_info.lo -MD -MP -MF coredump/.deps/_UPT_put_unwind_info.Tpo -c coredump/_UPT_put_unwind_info.c -o coredump/_UPT_put_unwind_info.o >/dev/null 2>&1
- depbase=`echo coredump/_UPT_resume.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UPT_resume.lo -MD -MP -MF $depbase.Tpo -c -o coredump/_UPT_resume.lo coredump/_UPT_resume.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UPT_resume.lo -MD -MP -MF coredump/.deps/_UPT_resume.Tpo -c coredump/_UPT_resume.c  -fPIC -DPIC -o coredump/.libs/_UPT_resume.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UPT_resume.lo -MD -MP -MF coredump/.deps/_UPT_resume.Tpo -c coredump/_UPT_resume.c -o coredump/_UPT_resume.o >/dev/null 2>&1
- depbase=`echo coredump/_UCD_access_reg_freebsd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_access_reg_freebsd.lo -MD -MP -MF $depbase.Tpo -c -o coredump/_UCD_access_reg_freebsd.lo coredump/_UCD_access_reg_freebsd.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_access_reg_freebsd.lo -MD -MP -MF coredump/.deps/_UCD_access_reg_freebsd.Tpo -c coredump/_UCD_access_reg_freebsd.c  -fPIC -DPIC -o coredump/.libs/_UCD_access_reg_freebsd.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_access_reg_freebsd.lo -MD -MP -MF coredump/.deps/_UCD_access_reg_freebsd.Tpo -c coredump/_UCD_access_reg_freebsd.c -o coredump/_UCD_access_reg_freebsd.o >/dev/null 2>&1
- /bin/sh ../libtool  --tag=CC    --mode=link cc   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -XCClinker -nostartfiles  -version-info 0:0:0   -o libunwind-coredump.la -rpath /usr/local/lib coredump/_UCD_accessors.lo  coredump/_UCD_create.lo coredump/_UCD_destroy.lo  coredump/_UCD_access_mem.lo coredump/_UCD_elf_map_image.lo  coredump/_UCD_find_proc_info.lo coredump/_UCD_get_proc_name.lo  coredump/_UPT_elf.lo coredump/_UPT_access_fpreg.lo  coredump/_UPT_get_dyn_info_list_addr.lo  coredump/_UPT_put_unwind_info.lo coredump/_UPT_resume.lo   coredump/_UCD_access_reg_freebsd.lo -llzma -lz 
- libtool: link: cc -shared  -fPIC -DPIC  coredump/.libs/_UCD_accessors.o coredump/.libs/_UCD_create.o coredump/.libs/_UCD_destroy.o coredump/.libs/_UCD_access_mem.o coredump/.libs/_UCD_elf_map_image.o coredump/.libs/_UCD_find_proc_info.o coredump/.libs/_UCD_get_proc_name.o coredump/.libs/_UPT_elf.o coredump/.libs/_UPT_access_fpreg.o coredump/.libs/_UPT_get_dyn_info_list_addr.o coredump/.libs/_UPT_put_unwind_info.o coredump/.libs/_UPT_resume.o coredump/.libs/_UCD_access_reg_freebsd.o   -llzma -lz  -nostartfiles   -Wl,-soname -Wl,libunwind-coredump.so.0 -o .libs/libunwind-coredump.so.0.0.0
- libtool: link: (cd ".libs" && rm -f "libunwind-coredump.so.0" && ln -s "libunwind-coredump.so.0.0.0" "libunwind-coredump.so.0")
- libtool: link: (cd ".libs" && rm -f "libunwind-coredump.so" && ln -s "libunwind-coredump.so.0.0.0" "libunwind-coredump.so")
- libtool: link: ar cr .libs/libunwind-coredump.a  coredump/_UCD_accessors.o coredump/_UCD_create.o coredump/_UCD_destroy.o coredump/_UCD_access_mem.o coredump/_UCD_elf_map_image.o coredump/_UCD_find_proc_info.o coredump/_UCD_get_proc_name.o coredump/_UPT_elf.o coredump/_UPT_access_fpreg.o coredump/_UPT_get_dyn_info_list_addr.o coredump/_UPT_put_unwind_info.o coredump/_UPT_resume.o coredump/_UCD_access_reg_freebsd.o
- libtool: link: ranlib .libs/libunwind-coredump.a
- libtool: link: ( cd ".libs" && rm -f "libunwind-coredump.la" && ln -s "../libunwind-coredump.la" "libunwind-coredump.la" )
- depbase=`echo x86_64/Gos-freebsd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gos-freebsd.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Gos-freebsd.lo x86_64/Gos-freebsd.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gos-freebsd.lo -MD -MP -MF x86_64/.deps/Gos-freebsd.Tpo -c x86_64/Gos-freebsd.c  -fPIC -DPIC -o x86_64/.libs/Gos-freebsd.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gos-freebsd.lo -MD -MP -MF x86_64/.deps/Gos-freebsd.Tpo -c x86_64/Gos-freebsd.c -o x86_64/Gos-freebsd.o >/dev/null 2>&1
- depbase=`echo mi/Gdyn-extract.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gdyn-extract.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gdyn-extract.lo mi/Gdyn-extract.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gdyn-extract.lo -MD -MP -MF mi/.deps/Gdyn-extract.Tpo -c mi/Gdyn-extract.c  -fPIC -DPIC -o mi/.libs/Gdyn-extract.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gdyn-extract.lo -MD -MP -MF mi/.deps/Gdyn-extract.Tpo -c mi/Gdyn-extract.c -o mi/Gdyn-extract.o >/dev/null 2>&1
- depbase=`echo mi/Gdyn-remote.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gdyn-remote.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gdyn-remote.lo mi/Gdyn-remote.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gdyn-remote.lo -MD -MP -MF mi/.deps/Gdyn-remote.Tpo -c mi/Gdyn-remote.c  -fPIC -DPIC -o mi/.libs/Gdyn-remote.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gdyn-remote.lo -MD -MP -MF mi/.deps/Gdyn-remote.Tpo -c mi/Gdyn-remote.c -o mi/Gdyn-remote.o >/dev/null 2>&1
- depbase=`echo mi/Gfind_dynamic_proc_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gfind_dynamic_proc_info.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gfind_dynamic_proc_info.lo mi/Gfind_dynamic_proc_info.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gfind_dynamic_proc_info.lo -MD -MP -MF mi/.deps/Gfind_dynamic_proc_info.Tpo -c mi/Gfind_dynamic_proc_info.c  -fPIC -DPIC -o mi/.libs/Gfind_dynamic_proc_info.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gfind_dynamic_proc_info.lo -MD -MP -MF mi/.deps/Gfind_dynamic_proc_info.Tpo -c mi/Gfind_dynamic_proc_info.c -o mi/Gfind_dynamic_proc_info.o >/dev/null 2>&1
- depbase=`echo mi/Gget_accessors.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_accessors.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gget_accessors.lo mi/Gget_accessors.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_accessors.lo -MD -MP -MF mi/.deps/Gget_accessors.Tpo -c mi/Gget_accessors.c  -fPIC -DPIC -o mi/.libs/Gget_accessors.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_accessors.lo -MD -MP -MF mi/.deps/Gget_accessors.Tpo -c mi/Gget_accessors.c -o mi/Gget_accessors.o >/dev/null 2>&1
- depbase=`echo mi/Gget_proc_info_by_ip.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_proc_info_by_ip.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gget_proc_info_by_ip.lo mi/Gget_proc_info_by_ip.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_proc_info_by_ip.lo -MD -MP -MF mi/.deps/Gget_proc_info_by_ip.Tpo -c mi/Gget_proc_info_by_ip.c  -fPIC -DPIC -o mi/.libs/Gget_proc_info_by_ip.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_proc_info_by_ip.lo -MD -MP -MF mi/.deps/Gget_proc_info_by_ip.Tpo -c mi/Gget_proc_info_by_ip.c -o mi/Gget_proc_info_by_ip.o >/dev/null 2>&1
- depbase=`echo mi/Gget_proc_name.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_proc_name.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gget_proc_name.lo mi/Gget_proc_name.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_proc_name.lo -MD -MP -MF mi/.deps/Gget_proc_name.Tpo -c mi/Gget_proc_name.c  -fPIC -DPIC -o mi/.libs/Gget_proc_name.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_proc_name.lo -MD -MP -MF mi/.deps/Gget_proc_name.Tpo -c mi/Gget_proc_name.c -o mi/Gget_proc_name.o >/dev/null 2>&1
- depbase=`echo mi/Gput_dynamic_unwind_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gput_dynamic_unwind_info.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gput_dynamic_unwind_info.lo mi/Gput_dynamic_unwind_info.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gput_dynamic_unwind_info.lo -MD -MP -MF mi/.deps/Gput_dynamic_unwind_info.Tpo -c mi/Gput_dynamic_unwind_info.c  -fPIC -DPIC -o mi/.libs/Gput_dynamic_unwind_info.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gput_dynamic_unwind_info.lo -MD -MP -MF mi/.deps/Gput_dynamic_unwind_info.Tpo -c mi/Gput_dynamic_unwind_info.c -o mi/Gput_dynamic_unwind_info.o >/dev/null 2>&1
- depbase=`echo mi/Gdestroy_addr_space.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gdestroy_addr_space.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gdestroy_addr_space.lo mi/Gdestroy_addr_space.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gdestroy_addr_space.lo -MD -MP -MF mi/.deps/Gdestroy_addr_space.Tpo -c mi/Gdestroy_addr_space.c  -fPIC -DPIC -o mi/.libs/Gdestroy_addr_space.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gdestroy_addr_space.lo -MD -MP -MF mi/.deps/Gdestroy_addr_space.Tpo -c mi/Gdestroy_addr_space.c -o mi/Gdestroy_addr_space.o >/dev/null 2>&1
- depbase=`echo mi/Gget_reg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_reg.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gget_reg.lo mi/Gget_reg.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_reg.lo -MD -MP -MF mi/.deps/Gget_reg.Tpo -c mi/Gget_reg.c  -fPIC -DPIC -o mi/.libs/Gget_reg.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_reg.lo -MD -MP -MF mi/.deps/Gget_reg.Tpo -c mi/Gget_reg.c -o mi/Gget_reg.o >/dev/null 2>&1
- depbase=`echo mi/Gset_reg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_reg.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gset_reg.lo mi/Gset_reg.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_reg.lo -MD -MP -MF mi/.deps/Gset_reg.Tpo -c mi/Gset_reg.c  -fPIC -DPIC -o mi/.libs/Gset_reg.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_reg.lo -MD -MP -MF mi/.deps/Gset_reg.Tpo -c mi/Gset_reg.c -o mi/Gset_reg.o >/dev/null 2>&1
- depbase=`echo mi/Gget_fpreg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_fpreg.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gget_fpreg.lo mi/Gget_fpreg.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_fpreg.lo -MD -MP -MF mi/.deps/Gget_fpreg.Tpo -c mi/Gget_fpreg.c  -fPIC -DPIC -o mi/.libs/Gget_fpreg.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_fpreg.lo -MD -MP -MF mi/.deps/Gget_fpreg.Tpo -c mi/Gget_fpreg.c -o mi/Gget_fpreg.o >/dev/null 2>&1
- depbase=`echo mi/Gset_fpreg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_fpreg.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gset_fpreg.lo mi/Gset_fpreg.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_fpreg.lo -MD -MP -MF mi/.deps/Gset_fpreg.Tpo -c mi/Gset_fpreg.c  -fPIC -DPIC -o mi/.libs/Gset_fpreg.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_fpreg.lo -MD -MP -MF mi/.deps/Gset_fpreg.Tpo -c mi/Gset_fpreg.c -o mi/Gset_fpreg.o >/dev/null 2>&1
- depbase=`echo mi/Gset_caching_policy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_caching_policy.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gset_caching_policy.lo mi/Gset_caching_policy.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_caching_policy.lo -MD -MP -MF mi/.deps/Gset_caching_policy.Tpo -c mi/Gset_caching_policy.c  -fPIC -DPIC -o mi/.libs/Gset_caching_policy.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_caching_policy.lo -MD -MP -MF mi/.deps/Gset_caching_policy.Tpo -c mi/Gset_caching_policy.c -o mi/Gset_caching_policy.o >/dev/null 2>&1
- depbase=`echo mi/Gset_cache_size.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_cache_size.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gset_cache_size.lo mi/Gset_cache_size.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_cache_size.lo -MD -MP -MF mi/.deps/Gset_cache_size.Tpo -c mi/Gset_cache_size.c  -fPIC -DPIC -o mi/.libs/Gset_cache_size.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_cache_size.lo -MD -MP -MF mi/.deps/Gset_cache_size.Tpo -c mi/Gset_cache_size.c -o mi/Gset_cache_size.o >/dev/null 2>&1
- depbase=`echo x86_64/Gapply_reg_state.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gapply_reg_state.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Gapply_reg_state.lo x86_64/Gapply_reg_state.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gapply_reg_state.lo -MD -MP -MF x86_64/.deps/Gapply_reg_state.Tpo -c x86_64/Gapply_reg_state.c  -fPIC -DPIC -o x86_64/.libs/Gapply_reg_state.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gapply_reg_state.lo -MD -MP -MF x86_64/.deps/Gapply_reg_state.Tpo -c x86_64/Gapply_reg_state.c -o x86_64/Gapply_reg_state.o >/dev/null 2>&1
- depbase=`echo x86_64/Greg_states_iterate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Greg_states_iterate.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Greg_states_iterate.lo x86_64/Greg_states_iterate.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Greg_states_iterate.lo -MD -MP -MF x86_64/.deps/Greg_states_iterate.Tpo -c x86_64/Greg_states_iterate.c  -fPIC -DPIC -o x86_64/.libs/Greg_states_iterate.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Greg_states_iterate.lo -MD -MP -MF x86_64/.deps/Greg_states_iterate.Tpo -c x86_64/Greg_states_iterate.c -o x86_64/Greg_states_iterate.o >/dev/null 2>&1
- depbase=`echo x86_64/Gcreate_addr_space.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gcreate_addr_space.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Gcreate_addr_space.lo x86_64/Gcreate_addr_space.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gcreate_addr_space.lo -MD -MP -MF x86_64/.deps/Gcreate_addr_space.Tpo -c x86_64/Gcreate_addr_space.c  -fPIC -DPIC -o x86_64/.libs/Gcreate_addr_space.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gcreate_addr_space.lo -MD -MP -MF x86_64/.deps/Gcreate_addr_space.Tpo -c x86_64/Gcreate_addr_space.c -o x86_64/Gcreate_addr_space.o >/dev/null 2>&1
- depbase=`echo x86_64/Gget_save_loc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gget_save_loc.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Gget_save_loc.lo x86_64/Gget_save_loc.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gget_save_loc.lo -MD -MP -MF x86_64/.deps/Gget_save_loc.Tpo -c x86_64/Gget_save_loc.c  -fPIC -DPIC -o x86_64/.libs/Gget_save_loc.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gget_save_loc.lo -MD -MP -MF x86_64/.deps/Gget_save_loc.Tpo -c x86_64/Gget_save_loc.c -o x86_64/Gget_save_loc.o >/dev/null 2>&1
- depbase=`echo x86_64/Gglobal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gglobal.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Gglobal.lo x86_64/Gglobal.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gglobal.lo -MD -MP -MF x86_64/.deps/Gglobal.Tpo -c x86_64/Gglobal.c  -fPIC -DPIC -o x86_64/.libs/Gglobal.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gglobal.lo -MD -MP -MF x86_64/.deps/Gglobal.Tpo -c x86_64/Gglobal.c -o x86_64/Gglobal.o >/dev/null 2>&1
- depbase=`echo x86_64/Ginit.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Ginit.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Ginit.lo x86_64/Ginit.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Ginit.lo -MD -MP -MF x86_64/.deps/Ginit.Tpo -c x86_64/Ginit.c  -fPIC -DPIC -o x86_64/.libs/Ginit.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Ginit.lo -MD -MP -MF x86_64/.deps/Ginit.Tpo -c x86_64/Ginit.c -o x86_64/Ginit.o >/dev/null 2>&1
- depbase=`echo x86_64/Ginit_local.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Ginit_local.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Ginit_local.lo x86_64/Ginit_local.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Ginit_local.lo -MD -MP -MF x86_64/.deps/Ginit_local.Tpo -c x86_64/Ginit_local.c  -fPIC -DPIC -o x86_64/.libs/Ginit_local.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Ginit_local.lo -MD -MP -MF x86_64/.deps/Ginit_local.Tpo -c x86_64/Ginit_local.c -o x86_64/Ginit_local.o >/dev/null 2>&1
- depbase=`echo x86_64/Ginit_remote.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Ginit_remote.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Ginit_remote.lo x86_64/Ginit_remote.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Ginit_remote.lo -MD -MP -MF x86_64/.deps/Ginit_remote.Tpo -c x86_64/Ginit_remote.c  -fPIC -DPIC -o x86_64/.libs/Ginit_remote.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Ginit_remote.lo -MD -MP -MF x86_64/.deps/Ginit_remote.Tpo -c x86_64/Ginit_remote.c -o x86_64/Ginit_remote.o >/dev/null 2>&1
- depbase=`echo x86_64/Gget_proc_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gget_proc_info.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Gget_proc_info.lo x86_64/Gget_proc_info.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gget_proc_info.lo -MD -MP -MF x86_64/.deps/Gget_proc_info.Tpo -c x86_64/Gget_proc_info.c  -fPIC -DPIC -o x86_64/.libs/Gget_proc_info.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gget_proc_info.lo -MD -MP -MF x86_64/.deps/Gget_proc_info.Tpo -c x86_64/Gget_proc_info.c -o x86_64/Gget_proc_info.o >/dev/null 2>&1
- depbase=`echo x86_64/Gregs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gregs.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Gregs.lo x86_64/Gregs.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gregs.lo -MD -MP -MF x86_64/.deps/Gregs.Tpo -c x86_64/Gregs.c  -fPIC -DPIC -o x86_64/.libs/Gregs.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gregs.lo -MD -MP -MF x86_64/.deps/Gregs.Tpo -c x86_64/Gregs.c -o x86_64/Gregs.o >/dev/null 2>&1
- depbase=`echo x86_64/Gresume.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gresume.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Gresume.lo x86_64/Gresume.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gresume.lo -MD -MP -MF x86_64/.deps/Gresume.Tpo -c x86_64/Gresume.c  -fPIC -DPIC -o x86_64/.libs/Gresume.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gresume.lo -MD -MP -MF x86_64/.deps/Gresume.Tpo -c x86_64/Gresume.c -o x86_64/Gresume.o >/dev/null 2>&1
- depbase=`echo x86_64/Gstash_frame.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gstash_frame.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Gstash_frame.lo x86_64/Gstash_frame.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gstash_frame.lo -MD -MP -MF x86_64/.deps/Gstash_frame.Tpo -c x86_64/Gstash_frame.c  -fPIC -DPIC -o x86_64/.libs/Gstash_frame.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gstash_frame.lo -MD -MP -MF x86_64/.deps/Gstash_frame.Tpo -c x86_64/Gstash_frame.c -o x86_64/Gstash_frame.o >/dev/null 2>&1
- depbase=`echo x86_64/Gstep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gstep.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Gstep.lo x86_64/Gstep.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gstep.lo -MD -MP -MF x86_64/.deps/Gstep.Tpo -c x86_64/Gstep.c  -fPIC -DPIC -o x86_64/.libs/Gstep.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gstep.lo -MD -MP -MF x86_64/.deps/Gstep.Tpo -c x86_64/Gstep.c -o x86_64/Gstep.o >/dev/null 2>&1
- depbase=`echo x86_64/Gtrace.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gtrace.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Gtrace.lo x86_64/Gtrace.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gtrace.lo -MD -MP -MF x86_64/.deps/Gtrace.Tpo -c x86_64/Gtrace.c  -fPIC -DPIC -o x86_64/.libs/Gtrace.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gtrace.lo -MD -MP -MF x86_64/.deps/Gtrace.Tpo -c x86_64/Gtrace.c -o x86_64/Gtrace.o >/dev/null 2>&1
- depbase=`echo dwarf/Gexpr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gexpr.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Gexpr.lo dwarf/Gexpr.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gexpr.lo -MD -MP -MF dwarf/.deps/Gexpr.Tpo -c dwarf/Gexpr.c  -fPIC -DPIC -o dwarf/.libs/Gexpr.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gexpr.lo -MD -MP -MF dwarf/.deps/Gexpr.Tpo -c dwarf/Gexpr.c -o dwarf/Gexpr.o >/dev/null 2>&1
- depbase=`echo dwarf/Gfde.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gfde.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Gfde.lo dwarf/Gfde.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gfde.lo -MD -MP -MF dwarf/.deps/Gfde.Tpo -c dwarf/Gfde.c  -fPIC -DPIC -o dwarf/.libs/Gfde.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gfde.lo -MD -MP -MF dwarf/.deps/Gfde.Tpo -c dwarf/Gfde.c -o dwarf/Gfde.o >/dev/null 2>&1
- depbase=`echo dwarf/Gparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gparser.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Gparser.lo dwarf/Gparser.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gparser.lo -MD -MP -MF dwarf/.deps/Gparser.Tpo -c dwarf/Gparser.c  -fPIC -DPIC -o dwarf/.libs/Gparser.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gparser.lo -MD -MP -MF dwarf/.deps/Gparser.Tpo -c dwarf/Gparser.c -o dwarf/Gparser.o >/dev/null 2>&1
- depbase=`echo dwarf/Gpe.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gpe.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Gpe.lo dwarf/Gpe.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gpe.lo -MD -MP -MF dwarf/.deps/Gpe.Tpo -c dwarf/Gpe.c  -fPIC -DPIC -o dwarf/.libs/Gpe.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gpe.lo -MD -MP -MF dwarf/.deps/Gpe.Tpo -c dwarf/Gpe.c -o dwarf/Gpe.o >/dev/null 2>&1
- depbase=`echo dwarf/Gfind_proc_info-lsb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gfind_proc_info-lsb.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Gfind_proc_info-lsb.lo dwarf/Gfind_proc_info-lsb.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gfind_proc_info-lsb.lo -MD -MP -MF dwarf/.deps/Gfind_proc_info-lsb.Tpo -c dwarf/Gfind_proc_info-lsb.c  -fPIC -DPIC -o dwarf/.libs/Gfind_proc_info-lsb.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gfind_proc_info-lsb.lo -MD -MP -MF dwarf/.deps/Gfind_proc_info-lsb.Tpo -c dwarf/Gfind_proc_info-lsb.c -o dwarf/Gfind_proc_info-lsb.o >/dev/null 2>&1
- depbase=`echo dwarf/Gfind_unwind_table.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gfind_unwind_table.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Gfind_unwind_table.lo dwarf/Gfind_unwind_table.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gfind_unwind_table.lo -MD -MP -MF dwarf/.deps/Gfind_unwind_table.Tpo -c dwarf/Gfind_unwind_table.c  -fPIC -DPIC -o dwarf/.libs/Gfind_unwind_table.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gfind_unwind_table.lo -MD -MP -MF dwarf/.deps/Gfind_unwind_table.Tpo -c dwarf/Gfind_unwind_table.c -o dwarf/Gfind_unwind_table.o >/dev/null 2>&1
- /bin/sh ../libtool  --tag=CC    --mode=link cc  -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__    -o libunwind-dwarf-generic.la  dwarf/Gexpr.lo dwarf/Gfde.lo  dwarf/Gparser.lo dwarf/Gpe.lo dwarf/Gfind_proc_info-lsb.lo  dwarf/Gfind_unwind_table.lo libunwind-dwarf-common.la 
- libtool: link: (cd .libs/libunwind-dwarf-generic.lax/libunwind-dwarf-common.a && ar x "/home/opam/.opam/5.1.0/.opam-switch/build/opsian.0.1/_build/default/lib/deps/libunwind/src/./.libs/libunwind-dwarf-common.a")
- libtool: link: ar cr .libs/libunwind-dwarf-generic.a dwarf/.libs/Gexpr.o dwarf/.libs/Gfde.o dwarf/.libs/Gparser.o dwarf/.libs/Gpe.o dwarf/.libs/Gfind_proc_info-lsb.o dwarf/.libs/Gfind_unwind_table.o   .libs/libunwind-dwarf-generic.lax/libunwind-dwarf-common.a/global.o 
- libtool: link: ranlib .libs/libunwind-dwarf-generic.a
- libtool: link: rm -fr .libs/libunwind-dwarf-generic.lax
- libtool: link: ( cd ".libs" && rm -f "libunwind-dwarf-generic.la" && ln -s "../libunwind-dwarf-generic.la" "libunwind-dwarf-generic.la" )
- /bin/sh ../libtool  --tag=CC    --mode=link cc   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -XCClinker -nostartfiles -version-info 8:1:0   -o libunwind-x86_64.la -rpath  /usr/local/lib os-freebsd.lo mi/init.lo mi/flush_cache.lo  mi/mempool.lo mi/strerror.lo x86_64/is_fpreg.lo x86_64/regname.lo x86_64/Gos-freebsd.lo mi/Gdyn-extract.lo mi/Gdyn-remote.lo  mi/Gfind_dynamic_proc_info.lo mi/Gget_accessors.lo  mi/Gget_proc_info_by_ip.lo mi/Gget_proc_name.lo  mi/Gput_dynamic_unwind_info.lo mi/Gdestroy_addr_space.lo  mi/Gget_reg.lo mi/Gset_reg.lo mi/Gget_fpreg.lo  mi/Gset_fpreg.lo mi/Gset_caching_policy.lo  mi/Gset_cache_size.lo  x86_64/Gapply_reg_state.lo x86_64/Greg_states_iterate.lo  x86_64/Gcreate_addr_space.lo x86_64/Gget_save_loc.lo  x86_64/Gglobal.lo x86_64/Ginit.lo x86_64/Ginit_local.lo  x86_64/Ginit_remote.lo x86_64/Gget_proc_info.lo  x86_64/Gregs.lo x86_64/Gresume.lo x86_64/Gstash_frame.lo  x86_64/Gstep.lo x86_64/Gtrace.lo libunwind-dwarf-generic.la  libunwind-elf64.la  libunwind.la -lc 
- libtool: link: cc -shared  -fPIC -DPIC  .libs/os-freebsd.o mi/.libs/init.o mi/.libs/flush_cache.o mi/.libs/mempool.o mi/.libs/strerror.o x86_64/.libs/is_fpreg.o x86_64/.libs/regname.o x86_64/.libs/Gos-freebsd.o mi/.libs/Gdyn-extract.o mi/.libs/Gdyn-remote.o mi/.libs/Gfind_dynamic_proc_info.o mi/.libs/Gget_accessors.o mi/.libs/Gget_proc_info_by_ip.o mi/.libs/Gget_proc_name.o mi/.libs/Gput_dynamic_unwind_info.o mi/.libs/Gdestroy_addr_space.o mi/.libs/Gget_reg.o mi/.libs/Gset_reg.o mi/.libs/Gget_fpreg.o mi/.libs/Gset_fpreg.o mi/.libs/Gset_caching_policy.o mi/.libs/Gset_cache_size.o x86_64/.libs/Gapply_reg_state.o x86_64/.libs/Greg_states_iterate.o x86_64/.libs/Gcreate_addr_space.o x86_64/.libs/Gget_save_loc.o x86_64/.libs/Gglobal.o x86_64/.libs/Ginit.o x86_64/.libs/Ginit_local.o x86_64/.libs/Ginit_remote.o x86_64/.libs/Gget_proc_info.o x86_64/.libs/Gregs.o x86_64/.libs/Gresume.o x86_64/.libs/Gstash_frame.o x86_64/.libs/Gstep.o x86_64/.libs/Gtrace.o  -Wl,--whole-archive ./.libs/libunwind-dwarf-generic.a ./.libs/libunwind-elf64.a -Wl,--no-whole-archive  -Wl,-rpath -Wl,/home/opam/.opam/5.1.0/.opam-switch/build/opsian.0.1/_build/default/lib/deps/libunwind/src/.libs -Wl,-rpath -Wl,/usr/local/lib ./.libs/libunwind.so -lgcc_s -llzma -lz  -nostartfiles   -Wl,-soname -Wl,libunwind-x86_64.so.8 -o .libs/libunwind-x86_64.so.8.0.1
- libtool: link: (cd ".libs" && rm -f "libunwind-x86_64.so.8" && ln -s "libunwind-x86_64.so.8.0.1" "libunwind-x86_64.so.8")
- libtool: link: (cd ".libs" && rm -f "libunwind-x86_64.so" && ln -s "libunwind-x86_64.so.8.0.1" "libunwind-x86_64.so")
- libtool: link: (cd .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a && ar x "/home/opam/.opam/5.1.0/.opam-switch/build/opsian.0.1/_build/default/lib/deps/libunwind/src/./.libs/libunwind-dwarf-generic.a")
- libtool: link: (cd .libs/libunwind-x86_64.lax/libunwind-elf64.a && ar x "/home/opam/.opam/5.1.0/.opam-switch/build/opsian.0.1/_build/default/lib/deps/libunwind/src/./.libs/libunwind-elf64.a")
- libtool: link: ar cr .libs/libunwind-x86_64.a  os-freebsd.o mi/init.o mi/flush_cache.o mi/mempool.o mi/strerror.o x86_64/is_fpreg.o x86_64/regname.o x86_64/Gos-freebsd.o mi/Gdyn-extract.o mi/Gdyn-remote.o mi/Gfind_dynamic_proc_info.o mi/Gget_accessors.o mi/Gget_proc_info_by_ip.o mi/Gget_proc_name.o mi/Gput_dynamic_unwind_info.o mi/Gdestroy_addr_space.o mi/Gget_reg.o mi/Gset_reg.o mi/Gget_fpreg.o mi/Gset_fpreg.o mi/Gset_caching_policy.o mi/Gset_cache_size.o x86_64/Gapply_reg_state.o x86_64/Greg_states_iterate.o x86_64/Gcreate_addr_space.o x86_64/Gget_save_loc.o x86_64/Gglobal.o x86_64/Ginit.o x86_64/Ginit_local.o x86_64/Ginit_remote.o x86_64/Gget_proc_info.o x86_64/Gregs.o x86_64/Gresume.o x86_64/Gstash_frame.o x86_64/Gstep.o x86_64/Gtrace.o  .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/Gexpr.o .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/Gfde.o .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/Gfind_proc_info-lsb.o .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/Gfind_unwind_table.o .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/Gparser.o .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/Gpe.o .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/global.o  .libs/libunwind-x86_64.lax/libunwind-elf64.a/elf64.o 
- libtool: link: ranlib .libs/libunwind-x86_64.a
- libtool: link: rm -fr .libs/libunwind-x86_64.lax
- libtool: link: ( cd ".libs" && rm -f "libunwind-x86_64.la" && ln -s "../libunwind-x86_64.la" "libunwind-x86_64.la" )
- depbase=`echo setjmp/longjmp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT setjmp/longjmp.lo -MD -MP -MF $depbase.Tpo -c -o setjmp/longjmp.lo setjmp/longjmp.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT setjmp/longjmp.lo -MD -MP -MF setjmp/.deps/longjmp.Tpo -c setjmp/longjmp.c  -fPIC -DPIC -o setjmp/.libs/longjmp.o
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT setjmp/longjmp.lo -MD -MP -MF setjmp/.deps/longjmp.Tpo -c setjmp/longjmp.c -o setjmp/longjmp.o >/dev/null 2>&1
- depbase=`echo setjmp/siglongjmp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../include  -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG   -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT setjmp/siglongjmp.lo -MD -MP -MF $depbase.Tpo -c -o setjmp/siglongjmp.lo setjmp/siglongjmp.c && mv -f $depbase.Tpo $depbase.Plo
- libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -fPIC -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT setjmp/siglongjmp.lo -MD -MP -MF setjmp/.deps/siglongjmp.Tpo -c setjmp/siglongjmp.c  -fPIC -DPIC -o setjmp/.libs/siglongjmp.o
- *** Error code 1
- 
- Stop.
- make[2]: stopped in /home/opam/.opam/5.1.0/.opam-switch/build/opsian.0.1/_build/default/lib/deps/libunwind/src
- *** Error code 1
- 
- Stop.
- make[1]: stopped in /home/opam/.opam/5.1.0/.opam-switch/build/opsian.0.1/_build/default/lib/deps/libunwind/src
- *** Error code 1
- 
- Stop.
- make: stopped in /home/opam/.opam/5.1.0/.opam-switch/build/opsian.0.1/_build/default/lib/deps/libunwind
- In file included from x86_64/Lstep.c:4:
- x86_64/Gstep.c:188:55: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
-                             c->frame_info.cfa_reg_rsp = 1;
-                                                       ^ ~
- 1 warning generated.
- In file included from dwarf/Lparser.c:4:
- dwarf/Gparser.c:901:5: warning: call to undeclared function '_ULx86_64_stash_frame'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
-     tdep_stash_frame (c, rs);
-     ^
- ../include/tdep-x86_64/libunwind_i.h:213:41: note: expanded from macro 'tdep_stash_frame'
- #define tdep_stash_frame                UNW_OBJ(stash_frame)
-                                         ^
- ../include/libunwind-common.h:48:21: note: expanded from macro 'UNW_OBJ'
- #define UNW_OBJ(fn)     UNW_PASTE(UNW_PREFIX, fn)
-                         ^
- ../include/libunwind-common.h:47:24: note: expanded from macro 'UNW_PASTE'
- #define UNW_PASTE(x,y)  UNW_PASTE2(x,y)
-                         ^
- ../include/libunwind-common.h:46:25: note: expanded from macro 'UNW_PASTE2'
- #define UNW_PASTE2(x,y) x##y
-                         ^
- <scratch space>:115:1: note: expanded from here
- _ULx86_64_stash_frame
- ^
- 1 warning generated.
- ptrace/_UPT_get_dyn_info_list_addr.c:83:3: warning: Implement get_list_addr(), please. [-W#warnings]
- # warning Implement get_list_addr(), please.
-   ^
- 1 warning generated.
- coredump/_UPT_get_dyn_info_list_addr.c:86:3: warning: Implement get_list_addr(), please. [-W#warnings]
- # warning Implement get_list_addr(), please.
-   ^
- 1 warning generated.
- x86_64/Gstep.c:188:55: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
-                             c->frame_info.cfa_reg_rsp = 1;
-                                                       ^ ~
- 1 warning generated.
- dwarf/Gparser.c:901:5: warning: call to undeclared function '_Ux86_64_stash_frame'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
-     tdep_stash_frame (c, rs);
-     ^
- ../include/tdep-x86_64/libunwind_i.h:213:41: note: expanded from macro 'tdep_stash_frame'
- #define tdep_stash_frame                UNW_OBJ(stash_frame)
-                                         ^
- ../include/libunwind-common.h:48:21: note: expanded from macro 'UNW_OBJ'
- #define UNW_OBJ(fn)     UNW_PASTE(UNW_PREFIX, fn)
-                         ^
- ../include/libunwind-common.h:47:24: note: expanded from macro 'UNW_PASTE'
- #define UNW_PASTE(x,y)  UNW_PASTE2(x,y)
-                         ^
- ../include/libunwind-common.h:46:25: note: expanded from macro 'UNW_PASTE2'
- #define UNW_PASTE2(x,y) x##y
-                         ^
- <scratch space>:103:1: note: expanded from here
- _Ux86_64_stash_frame
- ^
- 1 warning generated.
- setjmp/siglongjmp.c:111:48: error: incompatible pointer to integer conversion passing 'unw_word_t *' (aka 'unsigned long *') to parameter of type 'unw_word_t' (aka 'unsigned long'); remove & [-Wint-conversion]
-           if (unw_set_reg (&c, UNW_REG_EH + 2, &wp[JB_MASK]) < 0)
-                                                ^~~~~~~~~~~~
- ../include/libunwind-common.h:283:56: note: passing argument to parameter here
- extern int unw_set_reg (unw_cursor_t *, int, unw_word_t);
-                                                        ^
- 1 error generated.
- File "lib/dune", line 45, characters 0-714:
- 45 | (rule
- 46 |  (deps (source_tree deps/protobuf))
- 47 |  (mode (promote (until-clean) (only libprotobuf.a dllprotobuf.so protoc)))
- ....
- 61 |      (run make -s -j6)))
- 62 |     (copy deps/protobuf/src/.libs/libprotobuf.a libprotobuf.a)
- 63 |     (copy deps/protobuf/src/.libs/libprotobuf.so dllprotobuf.so)))))
- (cd _build/default/lib/deps/protobuf && /usr/bin/make -s -j6)
- Making all in .
- Making all in src
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/stubs/common.lo -MD -MP -MF google/protobuf/stubs/.deps/common.Tpo -c google/protobuf/stubs/common.cc -o google/protobuf/stubs/common.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/stubs/atomicops_internals_x86_msvc.lo -MD -MP -MF google/protobuf/stubs/.deps/atomicops_internals_x86_msvc.Tpo -c google/protobuf/stubs/atomicops_internals_x86_msvc.cc -o google/protobuf/stubs/atomicops_internals_x86_msvc.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/stubs/io_win32.lo -MD -MP -MF google/protobuf/stubs/.deps/io_win32.Tpo -c google/protobuf/stubs/io_win32.cc -o google/protobuf/stubs/io_win32.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/stubs/bytestream.lo -MD -MP -MF google/protobuf/stubs/.deps/bytestream.Tpo -c google/protobuf/stubs/bytestream.cc -o google/protobuf/stubs/bytestream.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/stubs/atomicops_internals_x86_gcc.lo -MD -MP -MF google/protobuf/stubs/.deps/atomicops_internals_x86_gcc.Tpo -c google/protobuf/stubs/atomicops_internals_x86_gcc.cc -o google/protobuf/stubs/atomicops_internals_x86_gcc.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/stubs/int128.lo -MD -MP -MF google/protobuf/stubs/.deps/int128.Tpo -c google/protobuf/stubs/int128.cc -o google/protobuf/stubs/int128.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/stubs/once.lo -MD -MP -MF google/protobuf/stubs/.deps/once.Tpo -c google/protobuf/stubs/once.cc -o google/protobuf/stubs/once.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/stubs/status.lo -MD -MP -MF google/protobuf/stubs/.deps/status.Tpo -c google/protobuf/stubs/status.cc -o google/protobuf/stubs/status.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/stubs/statusor.lo -MD -MP -MF google/protobuf/stubs/.deps/statusor.Tpo -c google/protobuf/stubs/statusor.cc -o google/protobuf/stubs/statusor.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/stubs/stringprintf.lo -MD -MP -MF google/protobuf/stubs/.deps/stringprintf.Tpo -c google/protobuf/stubs/stringprintf.cc -o google/protobuf/stubs/stringprintf.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/stubs/stringpiece.lo -MD -MP -MF google/protobuf/stubs/.deps/stringpiece.Tpo -c google/protobuf/stubs/stringpiece.cc -o google/protobuf/stubs/stringpiece.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/stubs/structurally_valid.lo -MD -MP -MF google/protobuf/stubs/.deps/structurally_valid.Tpo -c google/protobuf/stubs/structurally_valid.cc -o google/protobuf/stubs/structurally_valid.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/stubs/strutil.lo -MD -MP -MF google/protobuf/stubs/.deps/strutil.Tpo -c google/protobuf/stubs/strutil.cc -o google/protobuf/stubs/strutil.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/stubs/time.lo -MD -MP -MF google/protobuf/stubs/.deps/time.Tpo -c google/protobuf/stubs/time.cc -o google/protobuf/stubs/time.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/stubs/mathlimits.lo -MD -MP -MF google/protobuf/stubs/.deps/mathlimits.Tpo -c google/protobuf/stubs/mathlimits.cc -o google/protobuf/stubs/mathlimits.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/stubs/substitute.lo -MD -MP -MF google/protobuf/stubs/.deps/substitute.Tpo -c google/protobuf/stubs/substitute.cc -o google/protobuf/stubs/substitute.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/importer.lo -MD -MP -MF google/protobuf/compiler/.deps/importer.Tpo -c google/protobuf/compiler/importer.cc -o google/protobuf/compiler/importer.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/parser.lo -MD -MP -MF google/protobuf/compiler/.deps/parser.Tpo -c google/protobuf/compiler/parser.cc -o google/protobuf/compiler/parser.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/arena.lo -MD -MP -MF google/protobuf/.deps/arena.Tpo -c google/protobuf/arena.cc -o google/protobuf/arena.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/arenastring.lo -MD -MP -MF google/protobuf/.deps/arenastring.Tpo -c google/protobuf/arenastring.cc -o google/protobuf/arenastring.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/extension_set.lo -MD -MP -MF google/protobuf/.deps/extension_set.Tpo -c google/protobuf/extension_set.cc -o google/protobuf/extension_set.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/generated_message_util.lo -MD -MP -MF google/protobuf/.deps/generated_message_util.Tpo -c google/protobuf/generated_message_util.cc -o google/protobuf/generated_message_util.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/generated_message_table_driven_lite.lo -MD -MP -MF google/protobuf/.deps/generated_message_table_driven_lite.Tpo -c google/protobuf/generated_message_table_driven_lite.cc -o google/protobuf/generated_message_table_driven_lite.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/message_lite.lo -MD -MP -MF google/protobuf/.deps/message_lite.Tpo -c google/protobuf/message_lite.cc -o google/protobuf/message_lite.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/repeated_field.lo -MD -MP -MF google/protobuf/.deps/repeated_field.Tpo -c google/protobuf/repeated_field.cc -o google/protobuf/repeated_field.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/wire_format_lite.lo -MD -MP -MF google/protobuf/.deps/wire_format_lite.Tpo -c google/protobuf/wire_format_lite.cc -o google/protobuf/wire_format_lite.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/any.pb.lo -MD -MP -MF google/protobuf/.deps/any.pb.Tpo -c google/protobuf/any.pb.cc -o google/protobuf/any.pb.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/api.pb.lo -MD -MP -MF google/protobuf/.deps/api.pb.Tpo -c google/protobuf/api.pb.cc -o google/protobuf/api.pb.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/any.lo -MD -MP -MF google/protobuf/.deps/any.Tpo -c google/protobuf/any.cc -o google/protobuf/any.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/descriptor.lo -MD -MP -MF google/protobuf/.deps/descriptor.Tpo -c google/protobuf/descriptor.cc -o google/protobuf/descriptor.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/descriptor_database.lo -MD -MP -MF google/protobuf/.deps/descriptor_database.Tpo -c google/protobuf/descriptor_database.cc -o google/protobuf/descriptor_database.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/descriptor.pb.lo -MD -MP -MF google/protobuf/.deps/descriptor.pb.Tpo -c google/protobuf/descriptor.pb.cc -o google/protobuf/descriptor.pb.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/duration.pb.lo -MD -MP -MF google/protobuf/.deps/duration.pb.Tpo -c google/protobuf/duration.pb.cc -o google/protobuf/duration.pb.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/dynamic_message.lo -MD -MP -MF google/protobuf/.deps/dynamic_message.Tpo -c google/protobuf/dynamic_message.cc -o google/protobuf/dynamic_message.o
- In file included from google/protobuf/descriptor.cc:57:
- In file included from ./google/protobuf/descriptor.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2330:19: warning: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' is deprecated [-Wdeprecated-declarations]
-     : public std::iterator<std::random_access_iterator_tag, Element> {
-                   ^
- ./google/protobuf/dynamic_message.h:164:24: note: in instantiation of template class 'google::protobuf::internal::RepeatedPtrOverPtrsIterator<const google::protobuf::Message *const, const void *const>' requested here
-              map_field.pointer_begin(); it != map_field.pointer_end(); ) {
-                        ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- In file included from google/protobuf/descriptor.cc:57:
- In file included from ./google/protobuf/descriptor.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2333:16: warning: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' is deprecated [-Wdeprecated-declarations]
-   typedef std::iterator<std::random_access_iterator_tag, Element> superclass;
-                ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/empty.pb.lo -MD -MP -MF google/protobuf/.deps/empty.pb.Tpo -c google/protobuf/empty.pb.cc -o google/protobuf/empty.pb.o
- In file included from google/protobuf/descriptor.cc:57:
- In file included from ./google/protobuf/descriptor.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2234:19: warning: 'iterator<std::random_access_iterator_tag, const std::string>' is deprecated [-Wdeprecated-declarations]
-     : public std::iterator<
-                   ^
- google/protobuf/descriptor.cc:2961:46: note: in instantiation of template class 'google::protobuf::internal::RepeatedPtrIterator<const std::string>' requested here
-             loc->leading_detached_comments().begin(),
-                                              ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, const std::string>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- In file included from google/protobuf/descriptor.cc:57:
- In file included from ./google/protobuf/descriptor.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2238:16: warning: 'iterator<std::random_access_iterator_tag, const std::string>' is deprecated [-Wdeprecated-declarations]
-   typedef std::iterator<
-                ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, const std::string>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- In file included from google/protobuf/dynamic_message.cc:74:
- In file included from ./google/protobuf/dynamic_message.h:49:
- ./google/protobuf/repeated_field.h:2330:19: warning: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' is deprecated [-Wdeprecated-declarations]
-     : public std::iterator<std::random_access_iterator_tag, Element> {
-                   ^
- ./google/protobuf/dynamic_message.h:164:24: note: in instantiation of template class 'google::protobuf::internal::RepeatedPtrOverPtrsIterator<const google::protobuf::Message *const, const void *const>' requested here
-              map_field.pointer_begin(); it != map_field.pointer_end(); ) {
-                        ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- In file included from google/protobuf/dynamic_message.cc:74:
- In file included from ./google/protobuf/dynamic_message.h:49:
- ./google/protobuf/repeated_field.h:2333:16: warning: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' is deprecated [-Wdeprecated-declarations]
-   typedef std::iterator<std::random_access_iterator_tag, Element> superclass;
-                ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/extension_set_heavy.lo -MD -MP -MF google/protobuf/.deps/extension_set_heavy.Tpo -c google/protobuf/extension_set_heavy.cc -o google/protobuf/extension_set_heavy.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/field_mask.pb.lo -MD -MP -MF google/protobuf/.deps/field_mask.pb.Tpo -c google/protobuf/field_mask.pb.cc -o google/protobuf/field_mask.pb.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/generated_message_reflection.lo -MD -MP -MF google/protobuf/.deps/generated_message_reflection.Tpo -c google/protobuf/generated_message_reflection.cc -o google/protobuf/generated_message_reflection.o
- 2 warnings generated.
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/generated_message_table_driven.lo -MD -MP -MF google/protobuf/.deps/generated_message_table_driven.Tpo -c google/protobuf/generated_message_table_driven.cc -o google/protobuf/generated_message_table_driven.o
- In file included from google/protobuf/descriptor.cc:57:
- In file included from ./google/protobuf/descriptor.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2234:19: warning: 'iterator<std::random_access_iterator_tag, std::string>' is deprecated [-Wdeprecated-declarations]
-     : public std::iterator<
-                   ^
- ./google/protobuf/repeated_field.h:2423:10: note: in instantiation of template class 'google::protobuf::internal::RepeatedPtrIterator<std::string>' requested here
-   return iterator(raw_data());
-          ^
- google/protobuf/descriptor.cc:2961:46: note: in instantiation of member function 'google::protobuf::RepeatedPtrField<std::string>::begin' requested here
-             loc->leading_detached_comments().begin(),
-                                              ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, std::string>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- In file included from google/protobuf/descriptor.cc:57:
- In file included from ./google/protobuf/descriptor.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2238:16: warning: 'iterator<std::random_access_iterator_tag, std::string>' is deprecated [-Wdeprecated-declarations]
-   typedef std::iterator<
-                ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, std::string>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/map_field.lo -MD -MP -MF google/protobuf/.deps/map_field.Tpo -c google/protobuf/map_field.cc -o google/protobuf/map_field.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/message.lo -MD -MP -MF google/protobuf/.deps/message.Tpo -c google/protobuf/message.cc -o google/protobuf/message.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/reflection_ops.lo -MD -MP -MF google/protobuf/.deps/reflection_ops.Tpo -c google/protobuf/reflection_ops.cc -o google/protobuf/reflection_ops.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/service.lo -MD -MP -MF google/protobuf/.deps/service.Tpo -c google/protobuf/service.cc -o google/protobuf/service.o
- In file included from google/protobuf/map_field.cc:31:
- In file included from ./google/protobuf/map_field.h:40:
- In file included from ./google/protobuf/map_entry.h:35:
- In file included from ./google/protobuf/map_entry_lite.h:37:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2234:19: warning: 'iterator<std::random_access_iterator_tag, google::protobuf::Message>' is deprecated [-Wdeprecated-declarations]
-     : public std::iterator<
-                   ^
- google/protobuf/map_field.cc:340:43: note: in instantiation of template class 'google::protobuf::internal::RepeatedPtrIterator<google::protobuf::Message>' requested here
-            MapFieldBase::repeated_field_->begin();
-                                           ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, google::protobuf::Message>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- In file included from google/protobuf/map_field.cc:31:
- In file included from ./google/protobuf/map_field.h:40:
- In file included from ./google/protobuf/map_entry.h:35:
- In file included from ./google/protobuf/map_entry_lite.h:37:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2238:16: warning: 'iterator<std::random_access_iterator_tag, google::protobuf::Message>' is deprecated [-Wdeprecated-declarations]
-   typedef std::iterator<
-                ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, google::protobuf::Message>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- 6 warnings generated.
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/source_context.pb.lo -MD -MP -MF google/protobuf/.deps/source_context.pb.Tpo -c google/protobuf/source_context.pb.cc -o google/protobuf/source_context.pb.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/struct.pb.lo -MD -MP -MF google/protobuf/.deps/struct.pb.Tpo -c google/protobuf/struct.pb.cc -o google/protobuf/struct.pb.o
- 2 warnings generated.
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/text_format.lo -MD -MP -MF google/protobuf/.deps/text_format.Tpo -c google/protobuf/text_format.cc -o google/protobuf/text_format.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/timestamp.pb.lo -MD -MP -MF google/protobuf/.deps/timestamp.pb.Tpo -c google/protobuf/timestamp.pb.cc -o google/protobuf/timestamp.pb.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/type.pb.lo -MD -MP -MF google/protobuf/.deps/type.pb.Tpo -c google/protobuf/type.pb.cc -o google/protobuf/type.pb.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/unknown_field_set.lo -MD -MP -MF google/protobuf/.deps/unknown_field_set.Tpo -c google/protobuf/unknown_field_set.cc -o google/protobuf/unknown_field_set.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/wire_format.lo -MD -MP -MF google/protobuf/.deps/wire_format.Tpo -c google/protobuf/wire_format.cc -o google/protobuf/wire_format.o
- In file included from google/protobuf/struct.pb.cc:4:
- In file included from ./google/protobuf/struct.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2234:19: warning: 'iterator<std::random_access_iterator_tag, google::protobuf::Struct_FieldsEntry_DoNotUse>' is deprecated [-Wdeprecated-declarations]
-     : public std::iterator<
-                   ^
- ./google/protobuf/map_field_inl.h:309:28: note: in instantiation of template class 'google::protobuf::internal::RepeatedPtrIterator<google::protobuf::Struct_FieldsEntry_DoNotUse>' requested here
-            repeated_field->begin(); it != repeated_field->end(); ++it) {
-                            ^
- google/protobuf/struct.pb.cc:241:9: note: in instantiation of member function 'google::protobuf::internal::MapField<google::protobuf::Struct_FieldsEntry_DoNotUse, std::string, google::protobuf::Value, google::protobuf::internal::WireFormatLite::TYPE_STRING, google::protobuf::internal::WireFormatLite::TYPE_MESSAGE>::SyncMapWithRepeatedFieldNoLock' requested here
- Struct::Struct()
-         ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, google::protobuf::Struct_FieldsEntry_DoNotUse>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- In file included from google/protobuf/struct.pb.cc:4:
- In file included from ./google/protobuf/struct.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2238:16: warning: 'iterator<std::random_access_iterator_tag, google::protobuf::Struct_FieldsEntry_DoNotUse>' is deprecated [-Wdeprecated-declarations]
-   typedef std::iterator<
-                ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, google::protobuf::Struct_FieldsEntry_DoNotUse>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/wrappers.pb.lo -MD -MP -MF google/protobuf/.deps/wrappers.pb.Tpo -c google/protobuf/wrappers.pb.cc -o google/protobuf/wrappers.pb.o
- In file included from google/protobuf/text_format.cc:52:
- In file included from ./google/protobuf/descriptor.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2330:19: warning: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' is deprecated [-Wdeprecated-declarations]
-     : public std::iterator<std::random_access_iterator_tag, Element> {
-                   ^
- ./google/protobuf/dynamic_message.h:164:24: note: in instantiation of template class 'google::protobuf::internal::RepeatedPtrOverPtrsIterator<const google::protobuf::Message *const, const void *const>' requested here
-              map_field.pointer_begin(); it != map_field.pointer_end(); ) {
-                        ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- In file included from google/protobuf/text_format.cc:52:
- In file included from ./google/protobuf/descriptor.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2333:16: warning: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' is deprecated [-Wdeprecated-declarations]
-   typedef std::iterator<std::random_access_iterator_tag, Element> superclass;
-                ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- 2 warnings generated.
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/code_generator.lo -MD -MP -MF google/protobuf/compiler/.deps/code_generator.Tpo -c google/protobuf/compiler/code_generator.cc -o google/protobuf/compiler/code_generator.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/command_line_interface.lo -MD -MP -MF google/protobuf/compiler/.deps/command_line_interface.Tpo -c google/protobuf/compiler/command_line_interface.cc -o google/protobuf/compiler/command_line_interface.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/plugin.lo -MD -MP -MF google/protobuf/compiler/.deps/plugin.Tpo -c google/protobuf/compiler/plugin.cc -o google/protobuf/compiler/plugin.o
- In file included from google/protobuf/wire_format.cc:39:
- In file included from ./google/protobuf/wire_format.h:46:
- In file included from ./google/protobuf/wire_format_lite.h:49:
- ./google/protobuf/repeated_field.h:2330:19: warning: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' is deprecated [-Wdeprecated-declarations]
-     : public std::iterator<std::random_access_iterator_tag, Element> {
-                   ^
- ./google/protobuf/dynamic_message.h:164:24: note: in instantiation of template class 'google::protobuf::internal::RepeatedPtrOverPtrsIterator<const google::protobuf::Message *const, const void *const>' requested here
-              map_field.pointer_begin(); it != map_field.pointer_end(); ) {
-                        ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- In file included from google/protobuf/wire_format.cc:39:
- In file included from ./google/protobuf/wire_format.h:46:
- In file included from ./google/protobuf/wire_format_lite.h:49:
- ./google/protobuf/repeated_field.h:2333:16: warning: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' is deprecated [-Wdeprecated-declarations]
-   typedef std::iterator<std::random_access_iterator_tag, Element> superclass;
-                ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- 2 warnings generated.
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/plugin.pb.lo -MD -MP -MF google/protobuf/compiler/.deps/plugin.pb.Tpo -c google/protobuf/compiler/plugin.pb.cc -o google/protobuf/compiler/plugin.pb.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/subprocess.lo -MD -MP -MF google/protobuf/compiler/.deps/subprocess.Tpo -c google/protobuf/compiler/subprocess.cc -o google/protobuf/compiler/subprocess.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/zip_writer.lo -MD -MP -MF google/protobuf/compiler/.deps/zip_writer.Tpo -c google/protobuf/compiler/zip_writer.cc -o google/protobuf/compiler/zip_writer.o
- 2 warnings generated.
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/io/coded_stream.lo -MD -MP -MF google/protobuf/io/.deps/coded_stream.Tpo -c google/protobuf/io/coded_stream.cc -o google/protobuf/io/coded_stream.o
- In file included from google/protobuf/compiler/command_line_interface.cc:74:
- In file included from ./google/protobuf/compiler/plugin.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2330:19: warning: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' is deprecated [-Wdeprecated-declarations]
-     : public std::iterator<std::random_access_iterator_tag, Element> {
-                   ^
- ./google/protobuf/dynamic_message.h:164:24: note: in instantiation of template class 'google::protobuf::internal::RepeatedPtrOverPtrsIterator<const google::protobuf::Message *const, const void *const>' requested here
-              map_field.pointer_begin(); it != map_field.pointer_end(); ) {
-                        ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- In file included from google/protobuf/compiler/command_line_interface.cc:74:
- In file included from ./google/protobuf/compiler/plugin.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2333:16: warning: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' is deprecated [-Wdeprecated-declarations]
-   typedef std::iterator<std::random_access_iterator_tag, Element> superclass;
-                ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/io/zero_copy_stream.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream.Tpo -c google/protobuf/io/zero_copy_stream.cc -o google/protobuf/io/zero_copy_stream.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/io/zero_copy_stream_impl_lite.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream_impl_lite.Tpo -c google/protobuf/io/zero_copy_stream_impl_lite.cc -o google/protobuf/io/zero_copy_stream_impl_lite.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/io/gzip_stream.lo -MD -MP -MF google/protobuf/io/.deps/gzip_stream.Tpo -c google/protobuf/io/gzip_stream.cc -o google/protobuf/io/gzip_stream.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/io/printer.lo -MD -MP -MF google/protobuf/io/.deps/printer.Tpo -c google/protobuf/io/printer.cc -o google/protobuf/io/printer.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/io/strtod.lo -MD -MP -MF google/protobuf/io/.deps/strtod.Tpo -c google/protobuf/io/strtod.cc -o google/protobuf/io/strtod.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/io/tokenizer.lo -MD -MP -MF google/protobuf/io/.deps/tokenizer.Tpo -c google/protobuf/io/tokenizer.cc -o google/protobuf/io/tokenizer.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/io/zero_copy_stream_impl.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream_impl.Tpo -c google/protobuf/io/zero_copy_stream_impl.cc -o google/protobuf/io/zero_copy_stream_impl.o
- 2 warnings generated.
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/util/internal/datapiece.lo -MD -MP -MF google/protobuf/util/internal/.deps/datapiece.Tpo -c google/protobuf/util/internal/datapiece.cc -o google/protobuf/util/internal/datapiece.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/util/internal/default_value_objectwriter.lo -MD -MP -MF google/protobuf/util/internal/.deps/default_value_objectwriter.Tpo -c google/protobuf/util/internal/default_value_objectwriter.cc -o google/protobuf/util/internal/default_value_objectwriter.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/util/internal/error_listener.lo -MD -MP -MF google/protobuf/util/internal/.deps/error_listener.Tpo -c google/protobuf/util/internal/error_listener.cc -o google/protobuf/util/internal/error_listener.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/util/internal/field_mask_utility.lo -MD -MP -MF google/protobuf/util/internal/.deps/field_mask_utility.Tpo -c google/protobuf/util/internal/field_mask_utility.cc -o google/protobuf/util/internal/field_mask_utility.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/util/internal/json_escaping.lo -MD -MP -MF google/protobuf/util/internal/.deps/json_escaping.Tpo -c google/protobuf/util/internal/json_escaping.cc -o google/protobuf/util/internal/json_escaping.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/util/internal/json_objectwriter.lo -MD -MP -MF google/protobuf/util/internal/.deps/json_objectwriter.Tpo -c google/protobuf/util/internal/json_objectwriter.cc -o google/protobuf/util/internal/json_objectwriter.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/util/internal/json_stream_parser.lo -MD -MP -MF google/protobuf/util/internal/.deps/json_stream_parser.Tpo -c google/protobuf/util/internal/json_stream_parser.cc -o google/protobuf/util/internal/json_stream_parser.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/util/internal/object_writer.lo -MD -MP -MF google/protobuf/util/internal/.deps/object_writer.Tpo -c google/protobuf/util/internal/object_writer.cc -o google/protobuf/util/internal/object_writer.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/util/internal/protostream_objectwriter.lo -MD -MP -MF google/protobuf/util/internal/.deps/protostream_objectwriter.Tpo -c google/protobuf/util/internal/protostream_objectwriter.cc -o google/protobuf/util/internal/protostream_objectwriter.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/util/internal/protostream_objectsource.lo -MD -MP -MF google/protobuf/util/internal/.deps/protostream_objectsource.Tpo -c google/protobuf/util/internal/protostream_objectsource.cc -o google/protobuf/util/internal/protostream_objectsource.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/util/internal/proto_writer.lo -MD -MP -MF google/protobuf/util/internal/.deps/proto_writer.Tpo -c google/protobuf/util/internal/proto_writer.cc -o google/protobuf/util/internal/proto_writer.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/util/internal/type_info.lo -MD -MP -MF google/protobuf/util/internal/.deps/type_info.Tpo -c google/protobuf/util/internal/type_info.cc -o google/protobuf/util/internal/type_info.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/util/internal/type_info_test_helper.lo -MD -MP -MF google/protobuf/util/internal/.deps/type_info_test_helper.Tpo -c google/protobuf/util/internal/type_info_test_helper.cc -o google/protobuf/util/internal/type_info_test_helper.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/util/internal/utility.lo -MD -MP -MF google/protobuf/util/internal/.deps/utility.Tpo -c google/protobuf/util/internal/utility.cc -o google/protobuf/util/internal/utility.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/util/delimited_message_util.lo -MD -MP -MF google/protobuf/util/.deps/delimited_message_util.Tpo -c google/protobuf/util/delimited_message_util.cc -o google/protobuf/util/delimited_message_util.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/util/field_comparator.lo -MD -MP -MF google/protobuf/util/.deps/field_comparator.Tpo -c google/protobuf/util/field_comparator.cc -o google/protobuf/util/field_comparator.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/util/field_mask_util.lo -MD -MP -MF google/protobuf/util/.deps/field_mask_util.Tpo -c google/protobuf/util/field_mask_util.cc -o google/protobuf/util/field_mask_util.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/util/json_util.lo -MD -MP -MF google/protobuf/util/.deps/json_util.Tpo -c google/protobuf/util/json_util.cc -o google/protobuf/util/json_util.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/util/message_differencer.lo -MD -MP -MF google/protobuf/util/.deps/message_differencer.Tpo -c google/protobuf/util/message_differencer.cc -o google/protobuf/util/message_differencer.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/util/time_util.lo -MD -MP -MF google/protobuf/util/.deps/time_util.Tpo -c google/protobuf/util/time_util.cc -o google/protobuf/util/time_util.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/util/type_resolver_util.lo -MD -MP -MF google/protobuf/util/.deps/type_resolver_util.Tpo -c google/protobuf/util/type_resolver_util.cc -o google/protobuf/util/type_resolver_util.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/cpp/cpp_enum.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_enum.Tpo -c google/protobuf/compiler/cpp/cpp_enum.cc -o google/protobuf/compiler/cpp/cpp_enum.o
- In file included from google/protobuf/util/field_mask_util.cc:31:
- In file included from ./google/protobuf/util/field_mask_util.h:39:
- In file included from ./google/protobuf/field_mask.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2234:19: warning: 'iterator<std::random_access_iterator_tag, const std::string>' is deprecated [-Wdeprecated-declarations]
-     : public std::iterator<
-                   ^
- ./google/protobuf/stubs/strutil.h:772:19: note: in instantiation of template class 'google::protobuf::internal::RepeatedPtrIterator<const std::string>' requested here
-   Join(components.begin(), components.end(), delim, &result);
-                   ^
- google/protobuf/util/field_mask_util.cc:43:10: note: in instantiation of function template specialization 'google::protobuf::Join<google::protobuf::RepeatedPtrField<std::string>>' requested here
-   return Join(mask.paths(), ",");
-          ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, const std::string>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- In file included from google/protobuf/util/field_mask_util.cc:31:
- In file included from ./google/protobuf/util/field_mask_util.h:39:
- In file included from ./google/protobuf/field_mask.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2238:16: warning: 'iterator<std::random_access_iterator_tag, const std::string>' is deprecated [-Wdeprecated-declarations]
-   typedef std::iterator<
-                ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, const std::string>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- In file included from google/protobuf/util/field_mask_util.cc:31:
- In file included from ./google/protobuf/util/field_mask_util.h:39:
- In file included from ./google/protobuf/field_mask.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2234:19: warning: 'iterator<std::random_access_iterator_tag, std::string>' is deprecated [-Wdeprecated-declarations]
-     : public std::iterator<
-                   ^
- ./google/protobuf/repeated_field.h:2423:10: note: in instantiation of template class 'google::protobuf::internal::RepeatedPtrIterator<std::string>' requested here
-   return iterator(raw_data());
-          ^
- ./google/protobuf/stubs/strutil.h:772:19: note: in instantiation of member function 'google::protobuf::RepeatedPtrField<std::string>::begin' requested here
-   Join(components.begin(), components.end(), delim, &result);
-                   ^
- google/protobuf/util/field_mask_util.cc:43:10: note: in instantiation of function template specialization 'google::protobuf::Join<google::protobuf::RepeatedPtrField<std::string>>' requested here
-   return Join(mask.paths(), ",");
-          ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, std::string>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- In file included from google/protobuf/util/field_mask_util.cc:31:
- In file included from ./google/protobuf/util/field_mask_util.h:39:
- In file included from ./google/protobuf/field_mask.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2238:16: warning: 'iterator<std::random_access_iterator_tag, std::string>' is deprecated [-Wdeprecated-declarations]
-   typedef std::iterator<
-                ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, std::string>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- 4 warnings generated.
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/cpp/cpp_enum_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_enum_field.Tpo -c google/protobuf/compiler/cpp/cpp_enum_field.cc -o google/protobuf/compiler/cpp/cpp_enum_field.o
- In file included from google/protobuf/util/message_differencer.cc:56:
- In file included from ./google/protobuf/descriptor.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2330:19: warning: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' is deprecated [-Wdeprecated-declarations]
-     : public std::iterator<std::random_access_iterator_tag, Element> {
-                   ^
- ./google/protobuf/dynamic_message.h:164:24: note: in instantiation of template class 'google::protobuf::internal::RepeatedPtrOverPtrsIterator<const google::protobuf::Message *const, const void *const>' requested here
-              map_field.pointer_begin(); it != map_field.pointer_end(); ) {
-                        ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- In file included from google/protobuf/util/message_differencer.cc:56:
- In file included from ./google/protobuf/descriptor.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2333:16: warning: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' is deprecated [-Wdeprecated-declarations]
-   typedef std::iterator<std::random_access_iterator_tag, Element> superclass;
-                ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/cpp/cpp_extension.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_extension.Tpo -c google/protobuf/compiler/cpp/cpp_extension.cc -o google/protobuf/compiler/cpp/cpp_extension.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/cpp/cpp_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_field.Tpo -c google/protobuf/compiler/cpp/cpp_field.cc -o google/protobuf/compiler/cpp/cpp_field.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/cpp/cpp_file.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_file.Tpo -c google/protobuf/compiler/cpp/cpp_file.cc -o google/protobuf/compiler/cpp/cpp_file.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/cpp/cpp_generator.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_generator.Tpo -c google/protobuf/compiler/cpp/cpp_generator.cc -o google/protobuf/compiler/cpp/cpp_generator.o
- 2 warnings generated.
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/cpp/cpp_helpers.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_helpers.Tpo -c google/protobuf/compiler/cpp/cpp_helpers.cc -o google/protobuf/compiler/cpp/cpp_helpers.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/cpp/cpp_map_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_map_field.Tpo -c google/protobuf/compiler/cpp/cpp_map_field.cc -o google/protobuf/compiler/cpp/cpp_map_field.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/cpp/cpp_message.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_message.Tpo -c google/protobuf/compiler/cpp/cpp_message.cc -o google/protobuf/compiler/cpp/cpp_message.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/cpp/cpp_message_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_message_field.Tpo -c google/protobuf/compiler/cpp/cpp_message_field.cc -o google/protobuf/compiler/cpp/cpp_message_field.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/cpp/cpp_padding_optimizer.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_padding_optimizer.Tpo -c google/protobuf/compiler/cpp/cpp_padding_optimizer.cc -o google/protobuf/compiler/cpp/cpp_padding_optimizer.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/cpp/cpp_primitive_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_primitive_field.Tpo -c google/protobuf/compiler/cpp/cpp_primitive_field.cc -o google/protobuf/compiler/cpp/cpp_primitive_field.o
- google/protobuf/compiler/cpp/cpp_helpers.cc:62:8: warning: unused function 'DotsToUnderscores' [-Wunused-function]
- string DotsToUnderscores(const string& name) {
-        ^
- google/protobuf/compiler/cpp/cpp_helpers.cc:97:6: warning: function 'HasExtension' is not needed and will not be emitted [-Wunneeded-internal-declaration]
- bool HasExtension(const Descriptor* descriptor) {
-      ^
- google/protobuf/compiler/cpp/cpp_helpers.cc:110:6: warning: function 'Base63Char' is not needed and will not be emitted [-Wunneeded-internal-declaration]
- char Base63Char(int value) {
-      ^
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/cpp/cpp_service.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_service.Tpo -c google/protobuf/compiler/cpp/cpp_service.cc -o google/protobuf/compiler/cpp/cpp_service.o
- 3 warnings generated.
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/cpp/cpp_string_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_string_field.Tpo -c google/protobuf/compiler/cpp/cpp_string_field.cc -o google/protobuf/compiler/cpp/cpp_string_field.o
- google/protobuf/compiler/cpp/cpp_message_field.cc:54:8: warning: unused function 'StaticCast' [-Wunused-function]
- string StaticCast(const string& type, const string& expression,
-        ^
- 1 warning generated.
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_context.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_context.Tpo -c google/protobuf/compiler/java/java_context.cc -o google/protobuf/compiler/java/java_context.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_enum.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum.Tpo -c google/protobuf/compiler/java/java_enum.cc -o google/protobuf/compiler/java/java_enum.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_enum_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum_lite.Tpo -c google/protobuf/compiler/java/java_enum_lite.cc -o google/protobuf/compiler/java/java_enum_lite.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_enum_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum_field.Tpo -c google/protobuf/compiler/java/java_enum_field.cc -o google/protobuf/compiler/java/java_enum_field.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_enum_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum_field_lite.Tpo -c google/protobuf/compiler/java/java_enum_field_lite.cc -o google/protobuf/compiler/java/java_enum_field_lite.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_extension.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_extension.Tpo -c google/protobuf/compiler/java/java_extension.cc -o google/protobuf/compiler/java/java_extension.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_extension_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_extension_lite.Tpo -c google/protobuf/compiler/java/java_extension_lite.cc -o google/protobuf/compiler/java/java_extension_lite.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_field.Tpo -c google/protobuf/compiler/java/java_field.cc -o google/protobuf/compiler/java/java_field.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_file.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_file.Tpo -c google/protobuf/compiler/java/java_file.cc -o google/protobuf/compiler/java/java_file.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_generator.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_generator.Tpo -c google/protobuf/compiler/java/java_generator.cc -o google/protobuf/compiler/java/java_generator.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_generator_factory.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_generator_factory.Tpo -c google/protobuf/compiler/java/java_generator_factory.cc -o google/protobuf/compiler/java/java_generator_factory.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_helpers.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_helpers.Tpo -c google/protobuf/compiler/java/java_helpers.cc -o google/protobuf/compiler/java/java_helpers.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_lazy_message_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_lazy_message_field.Tpo -c google/protobuf/compiler/java/java_lazy_message_field.cc -o google/protobuf/compiler/java/java_lazy_message_field.o
- In file included from google/protobuf/compiler/java/java_file.cc:48:
- In file included from ./google/protobuf/compiler/java/java_helpers.h:41:
- In file included from ./google/protobuf/descriptor.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2330:19: warning: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' is deprecated [-Wdeprecated-declarations]
-     : public std::iterator<std::random_access_iterator_tag, Element> {
-                   ^
- ./google/protobuf/dynamic_message.h:164:24: note: in instantiation of template class 'google::protobuf::internal::RepeatedPtrOverPtrsIterator<const google::protobuf::Message *const, const void *const>' requested here
-              map_field.pointer_begin(); it != map_field.pointer_end(); ) {
-                        ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- In file included from google/protobuf/compiler/java/java_file.cc:48:
- In file included from ./google/protobuf/compiler/java/java_helpers.h:41:
- In file included from ./google/protobuf/descriptor.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2333:16: warning: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' is deprecated [-Wdeprecated-declarations]
-   typedef std::iterator<std::random_access_iterator_tag, Element> superclass;
-                ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, const google::protobuf::Message *const>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_lazy_message_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_lazy_message_field_lite.Tpo -c google/protobuf/compiler/java/java_lazy_message_field_lite.cc -o google/protobuf/compiler/java/java_lazy_message_field_lite.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_map_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_map_field.Tpo -c google/protobuf/compiler/java/java_map_field.cc -o google/protobuf/compiler/java/java_map_field.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_map_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_map_field_lite.Tpo -c google/protobuf/compiler/java/java_map_field_lite.cc -o google/protobuf/compiler/java/java_map_field_lite.o
- 2 warnings generated.
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_message.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message.Tpo -c google/protobuf/compiler/java/java_message.cc -o google/protobuf/compiler/java/java_message.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_message_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_lite.Tpo -c google/protobuf/compiler/java/java_message_lite.cc -o google/protobuf/compiler/java/java_message_lite.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_message_builder.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_builder.Tpo -c google/protobuf/compiler/java/java_message_builder.cc -o google/protobuf/compiler/java/java_message_builder.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_message_builder_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_builder_lite.Tpo -c google/protobuf/compiler/java/java_message_builder_lite.cc -o google/protobuf/compiler/java/java_message_builder_lite.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_message_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_field.Tpo -c google/protobuf/compiler/java/java_message_field.cc -o google/protobuf/compiler/java/java_message_field.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_message_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_field_lite.Tpo -c google/protobuf/compiler/java/java_message_field_lite.cc -o google/protobuf/compiler/java/java_message_field_lite.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_name_resolver.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_name_resolver.Tpo -c google/protobuf/compiler/java/java_name_resolver.cc -o google/protobuf/compiler/java/java_name_resolver.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_primitive_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_primitive_field.Tpo -c google/protobuf/compiler/java/java_primitive_field.cc -o google/protobuf/compiler/java/java_primitive_field.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_primitive_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_primitive_field_lite.Tpo -c google/protobuf/compiler/java/java_primitive_field_lite.cc -o google/protobuf/compiler/java/java_primitive_field_lite.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_shared_code_generator.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_shared_code_generator.Tpo -c google/protobuf/compiler/java/java_shared_code_generator.cc -o google/protobuf/compiler/java/java_shared_code_generator.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_service.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_service.Tpo -c google/protobuf/compiler/java/java_service.cc -o google/protobuf/compiler/java/java_service.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_string_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_string_field.Tpo -c google/protobuf/compiler/java/java_string_field.cc -o google/protobuf/compiler/java/java_string_field.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_string_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_string_field_lite.Tpo -c google/protobuf/compiler/java/java_string_field_lite.cc -o google/protobuf/compiler/java/java_string_field_lite.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/java/java_doc_comment.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_doc_comment.Tpo -c google/protobuf/compiler/java/java_doc_comment.cc -o google/protobuf/compiler/java/java_doc_comment.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/js/js_generator.lo -MD -MP -MF google/protobuf/compiler/js/.deps/js_generator.Tpo -c google/protobuf/compiler/js/js_generator.cc -o google/protobuf/compiler/js/js_generator.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/javanano/javanano_enum.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_enum.Tpo -c google/protobuf/compiler/javanano/javanano_enum.cc -o google/protobuf/compiler/javanano/javanano_enum.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/javanano/javanano_enum_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_enum_field.Tpo -c google/protobuf/compiler/javanano/javanano_enum_field.cc -o google/protobuf/compiler/javanano/javanano_enum_field.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/javanano/javanano_extension.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_extension.Tpo -c google/protobuf/compiler/javanano/javanano_extension.cc -o google/protobuf/compiler/javanano/javanano_extension.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/javanano/javanano_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_field.Tpo -c google/protobuf/compiler/javanano/javanano_field.cc -o google/protobuf/compiler/javanano/javanano_field.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/javanano/javanano_file.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_file.Tpo -c google/protobuf/compiler/javanano/javanano_file.cc -o google/protobuf/compiler/javanano/javanano_file.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/javanano/javanano_generator.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_generator.Tpo -c google/protobuf/compiler/javanano/javanano_generator.cc -o google/protobuf/compiler/javanano/javanano_generator.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/javanano/javanano_helpers.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_helpers.Tpo -c google/protobuf/compiler/javanano/javanano_helpers.cc -o google/protobuf/compiler/javanano/javanano_helpers.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/javanano/javanano_map_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_map_field.Tpo -c google/protobuf/compiler/javanano/javanano_map_field.cc -o google/protobuf/compiler/javanano/javanano_map_field.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/javanano/javanano_message.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_message.Tpo -c google/protobuf/compiler/javanano/javanano_message.cc -o google/protobuf/compiler/javanano/javanano_message.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/javanano/javanano_message_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_message_field.Tpo -c google/protobuf/compiler/javanano/javanano_message_field.cc -o google/protobuf/compiler/javanano/javanano_message_field.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/javanano/javanano_primitive_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_primitive_field.Tpo -c google/protobuf/compiler/javanano/javanano_primitive_field.cc -o google/protobuf/compiler/javanano/javanano_primitive_field.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/objectivec/objectivec_enum.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_enum.Tpo -c google/protobuf/compiler/objectivec/objectivec_enum.cc -o google/protobuf/compiler/objectivec/objectivec_enum.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/objectivec/objectivec_enum_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_enum_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_enum_field.cc -o google/protobuf/compiler/objectivec/objectivec_enum_field.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/objectivec/objectivec_extension.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_extension.Tpo -c google/protobuf/compiler/objectivec/objectivec_extension.cc -o google/protobuf/compiler/objectivec/objectivec_extension.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/objectivec/objectivec_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_field.cc -o google/protobuf/compiler/objectivec/objectivec_field.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/objectivec/objectivec_file.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_file.Tpo -c google/protobuf/compiler/objectivec/objectivec_file.cc -o google/protobuf/compiler/objectivec/objectivec_file.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/objectivec/objectivec_generator.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_generator.Tpo -c google/protobuf/compiler/objectivec/objectivec_generator.cc -o google/protobuf/compiler/objectivec/objectivec_generator.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/objectivec/objectivec_helpers.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_helpers.Tpo -c google/protobuf/compiler/objectivec/objectivec_helpers.cc -o google/protobuf/compiler/objectivec/objectivec_helpers.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/objectivec/objectivec_map_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_map_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_map_field.cc -o google/protobuf/compiler/objectivec/objectivec_map_field.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/objectivec/objectivec_message.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_message.Tpo -c google/protobuf/compiler/objectivec/objectivec_message.cc -o google/protobuf/compiler/objectivec/objectivec_message.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/objectivec/objectivec_message_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_message_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_message_field.cc -o google/protobuf/compiler/objectivec/objectivec_message_field.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/objectivec/objectivec_oneof.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_oneof.Tpo -c google/protobuf/compiler/objectivec/objectivec_oneof.cc -o google/protobuf/compiler/objectivec/objectivec_oneof.o
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/objectivec/objectivec_primitive_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_primitive_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_primitive_field.cc -o google/protobuf/compiler/objectivec/objectivec_primitive_field.o
- c++: error: no input files
- --- js_embed ---
- *** [js_embed] Error code 1
- 
- make[2]: stopped in /home/opam/.opam/5.1.0/.opam-switch/build/opsian.0.1/_build/default/lib/deps/protobuf/src
- libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -fPIC -MT google/protobuf/compiler/php/php_generator.lo -MD -MP -MF google/protobuf/compiler/php/.deps/php_generator.Tpo -c google/protobuf/compiler/php/php_generator.cc -o google/protobuf/compiler/php/php_generator.o
- In file included from google/protobuf/compiler/php/php_generator.cc:36:
- In file included from ./google/protobuf/descriptor.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2234:19: warning: 'iterator<std::random_access_iterator_tag, std::string>' is deprecated [-Wdeprecated-declarations]
-     : public std::iterator<
-                   ^
- google/protobuf/compiler/php/php_generator.cc:869:62: note: in instantiation of template class 'google::protobuf::internal::RepeatedPtrIterator<std::string>' requested here
-     for (RepeatedPtrField<string>::iterator it = dependency->begin();
-                                                              ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, std::string>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- In file included from google/protobuf/compiler/php/php_generator.cc:36:
- In file included from ./google/protobuf/descriptor.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2238:16: warning: 'iterator<std::random_access_iterator_tag, std::string>' is deprecated [-Wdeprecated-declarations]
-   typedef std::iterator<
-                ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, std::string>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- In file included from google/protobuf/compiler/php/php_generator.cc:36:
- In file included from ./google/protobuf/descriptor.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2234:19: warning: 'iterator<std::random_access_iterator_tag, const std::string>' is deprecated [-Wdeprecated-declarations]
-     : public std::iterator<
-                   ^
- google/protobuf/compiler/php/php_generator.cc:872:27: note: in instantiation of template class 'google::protobuf::internal::RepeatedPtrIterator<const std::string>' requested here
-         dependency->erase(it);
-                           ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, const std::string>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- In file included from google/protobuf/compiler/php/php_generator.cc:36:
- In file included from ./google/protobuf/descriptor.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2238:16: warning: 'iterator<std::random_access_iterator_tag, const std::string>' is deprecated [-Wdeprecated-declarations]
-   typedef std::iterator<
-                ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, const std::string>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- In file included from google/protobuf/compiler/php/php_generator.cc:36:
- In file included from ./google/protobuf/descriptor.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2234:19: warning: 'iterator<std::random_access_iterator_tag, google::protobuf::DescriptorProto>' is deprecated [-Wdeprecated-declarations]
-     : public std::iterator<
-                   ^
- google/protobuf/compiler/php/php_generator.cc:881:73: note: in instantiation of template class 'google::protobuf::internal::RepeatedPtrIterator<google::protobuf::DescriptorProto>' requested here
-     for (RepeatedPtrField<DescriptorProto>::iterator it = message_type->begin();
-                                                                         ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, google::protobuf::DescriptorProto>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                                 ^
- In file included from google/protobuf/compiler/php/php_generator.cc:36:
- In file included from ./google/protobuf/descriptor.pb.h:25:
- In file included from ./google/protobuf/generated_message_table_driven.h:34:
- In file included from ./google/protobuf/map.h:48:
- In file included from ./google/protobuf/map_type_handler.h:35:
- In file included from ./google/protobuf/wire_format_lite_inl.h:44:
- ./google/protobuf/repeated_field.h:2238:16: warning: 'iterator<std::random_access_iterator_tag, google::protobuf::DescriptorProto>' is deprecated [-Wdeprecated-declarations]
-   typedef std::iterator<
-                ^
- /usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, google::protobuf::DescriptorProto>' has been explicitly marked deprecated here
- struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
-                             ^
- /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
- #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
-                                         ^
- /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED'
- #      define _LIBCPP_DEPRECATED __attribute__((deprecated))
-                                       
- ...TRUNCATED BY DUNE...
- (cd _build/default/lib/deps/openssl && /usr/bin/make -s)
- ar: warning: creating apps/libapps.a
- crypto/pem/pem_lib.c:794:14: warning: variable 'line' set but not used [-Wunused-but-set-variable]
-     int len, line, ret = 0, end = 0, prev_partial_line_read = 0, partial_line_read = 0;
-              ^
- 1 warning generated.
- crypto/txt_db/txt_db.c:24:10: warning: variable 'ln' set but not used [-Wunused-but-set-variable]
-     long ln = 0;
-          ^
- 1 warning generated.
- crypto/x509/x_name.c:496:9: warning: variable 'l' set but not used [-Wunused-but-set-variable]
-     int l, i;
-         ^
- 1 warning generated.
- ar: warning: creating libcrypto.a
- ar: warning: creating libssl.a
- ar: warning: creating test/libtestutil.a
- test/test_test.c:35:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(1, 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:35:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:35:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(1, 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:35:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:35:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(1, 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:35:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:35:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(1, 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:35:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:35:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(1, 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:35:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:35:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(1, 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:35:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:35:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(1, 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:35:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:35:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(1, 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:35:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:35:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(1, 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:35:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:35:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(1, 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:35:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:35:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(1, 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:35:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:35:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(1, 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:35:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:35:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(1, 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:35:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:58:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uint_eq(3u, 3u))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:58:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:58:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uint_eq(3u, 3u))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:58:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:58:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uint_eq(3u, 3u))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:58:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:58:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uint_eq(3u, 3u))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:58:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:58:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uint_eq(3u, 3u))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:58:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:58:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uint_eq(3u, 3u))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:58:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:58:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uint_eq(3u, 3u))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:58:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:58:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uint_eq(3u, 3u))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:58:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:58:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uint_eq(3u, 3u))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:58:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:58:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uint_eq(3u, 3u))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:58:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:58:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uint_eq(3u, 3u))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:58:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:58:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uint_eq(3u, 3u))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:58:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:58:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uint_eq(3u, 3u))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:58:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:81:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_char_eq('a', 'a'))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:81:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:81:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_char_eq('a', 'a'))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:81:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:81:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_char_eq('a', 'a'))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:81:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:81:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_char_eq('a', 'a'))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:81:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:81:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_char_eq('a', 'a'))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:81:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:81:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_char_eq('a', 'a'))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:81:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:81:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_char_eq('a', 'a'))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:81:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:81:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_char_eq('a', 'a'))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:81:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:81:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_char_eq('a', 'a'))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:81:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:81:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_char_eq('a', 'a'))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:81:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:81:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_char_eq('a', 'a'))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:81:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:81:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_char_eq('a', 'a'))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:81:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:81:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_char_eq('a', 'a'))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:81:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:104:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uchar_eq(49, 49))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:104:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:104:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uchar_eq(49, 49))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:104:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:104:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uchar_eq(49, 49))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:104:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:104:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uchar_eq(49, 49))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:104:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:104:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uchar_eq(49, 49))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:104:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:104:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uchar_eq(49, 49))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:104:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:104:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uchar_eq(49, 49))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:104:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:104:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uchar_eq(49, 49))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:104:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:104:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uchar_eq(49, 49))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:104:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:104:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uchar_eq(49, 49))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:104:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:104:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uchar_eq(49, 49))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:104:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:104:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uchar_eq(49, 49))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:104:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:104:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_uchar_eq(49, 49))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:104:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:127:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_long_eq(123l, 123l))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:127:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:127:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_long_eq(123l, 123l))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:127:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:127:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_long_eq(123l, 123l))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:127:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:127:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_long_eq(123l, 123l))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:127:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:127:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_long_eq(123l, 123l))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:127:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:127:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_long_eq(123l, 123l))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:127:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:127:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_long_eq(123l, 123l))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:127:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:127:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_long_eq(123l, 123l))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:127:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:127:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_long_eq(123l, 123l))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:127:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:127:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_long_eq(123l, 123l))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:127:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:127:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_long_eq(123l, 123l))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:127:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:127:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_long_eq(123l, 123l))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:127:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:127:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_long_eq(123l, 123l))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:127:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:150:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ulong_eq(919ul, 919ul))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:150:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:150:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ulong_eq(919ul, 919ul))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:150:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:150:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ulong_eq(919ul, 919ul))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:150:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:150:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ulong_eq(919ul, 919ul))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:150:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:150:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ulong_eq(919ul, 919ul))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:150:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:150:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ulong_eq(919ul, 919ul))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:150:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:150:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ulong_eq(919ul, 919ul))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:150:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:150:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ulong_eq(919ul, 919ul))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:150:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:150:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ulong_eq(919ul, 919ul))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:150:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:150:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ulong_eq(919ul, 919ul))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:150:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:150:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ulong_eq(919ul, 919ul))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:150:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:150:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ulong_eq(919ul, 919ul))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:150:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:150:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ulong_eq(919ul, 919ul))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:150:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:173:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_size_t_eq((size_t)10, (size_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:173:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:173:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_size_t_eq((size_t)10, (size_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:173:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:173:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_size_t_eq((size_t)10, (size_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:173:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:173:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_size_t_eq((size_t)10, (size_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:173:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:173:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_size_t_eq((size_t)10, (size_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:173:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:173:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_size_t_eq((size_t)10, (size_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:173:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:173:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_size_t_eq((size_t)10, (size_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:173:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:173:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_size_t_eq((size_t)10, (size_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:173:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:173:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_size_t_eq((size_t)10, (size_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:173:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:173:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_size_t_eq((size_t)10, (size_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:173:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:173:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_size_t_eq((size_t)10, (size_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:173:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:173:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_size_t_eq((size_t)10, (size_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:173:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:173:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_size_t_eq((size_t)10, (size_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:173:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:196:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_time_t_eq((time_t)10, (time_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:196:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:196:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_time_t_eq((time_t)10, (time_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:196:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:196:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_time_t_eq((time_t)10, (time_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:196:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:196:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_time_t_eq((time_t)10, (time_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:196:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:196:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_time_t_eq((time_t)10, (time_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:196:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:196:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_time_t_eq((time_t)10, (time_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:196:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:196:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_time_t_eq((time_t)10, (time_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:196:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:196:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_time_t_eq((time_t)10, (time_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:196:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:196:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_time_t_eq((time_t)10, (time_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:196:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:196:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_time_t_eq((time_t)10, (time_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:196:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:196:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_time_t_eq((time_t)10, (time_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:196:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:196:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_time_t_eq((time_t)10, (time_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:196:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:196:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_time_t_eq((time_t)10, (time_t)10))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:196:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:222:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ptr(&y))
-         ^~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:222:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:222:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ptr(&y))
-         ^~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:222:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:222:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ptr(&y))
-         ^~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:222:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:222:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ptr(&y))
-         ^~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:222:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:222:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ptr(&y))
-         ^~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:222:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:222:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ptr(&y))
-         ^~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:222:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:222:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ptr(&y))
-         ^~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:222:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:222:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ptr(&y))
-         ^~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:222:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:222:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ptr(&y))
-         ^~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:222:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:222:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ptr(&y))
-         ^~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:222:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:222:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ptr(&y))
-         ^~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:222:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:222:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ptr(&y))
-         ^~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:222:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:222:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_ptr(&y))
-         ^~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:222:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:245:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(0, TEST_true(0))
-         ^~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:245:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:245:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(0, TEST_true(0))
-         ^~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:245:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:245:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(0, TEST_true(0))
-         ^~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:245:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:260:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_str_eq(NULL, NULL))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:260:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:260:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_str_eq(NULL, NULL))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:260:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:260:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_str_eq(NULL, NULL))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:260:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:260:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_str_eq(NULL, NULL))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:260:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:260:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_str_eq(NULL, NULL))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:260:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:260:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_str_eq(NULL, NULL))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:260:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:260:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_str_eq(NULL, NULL))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:260:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:260:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_str_eq(NULL, NULL))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:260:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:260:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_str_eq(NULL, NULL))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:260:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:260:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_str_eq(NULL, NULL))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:260:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:260:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_str_eq(NULL, NULL))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:260:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:260:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_str_eq(NULL, NULL))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:260:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:260:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_str_eq(NULL, NULL))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:260:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:285:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_mem_eq(NULL, 0, NULL, 0))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:285:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:285:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_mem_eq(NULL, 0, NULL, 0))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:285:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:285:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_mem_eq(NULL, 0, NULL, 0))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:285:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:285:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_mem_eq(NULL, 0, NULL, 0))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:285:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:285:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_mem_eq(NULL, 0, NULL, 0))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:285:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:285:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_mem_eq(NULL, 0, NULL, 0))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:285:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:285:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_mem_eq(NULL, 0, NULL, 0))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:285:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:285:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_mem_eq(NULL, 0, NULL, 0))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:285:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:285:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_mem_eq(NULL, 0, NULL, 0))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:285:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:285:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_mem_eq(NULL, 0, NULL, 0))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:285:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
-     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
-         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
- 198 warnings generated.
[ERROR] The compilation of opsian.0.1 failed at "dune build --release -j 15".

#=== ERROR while compiling opsian.0.1 =========================================#
# context              2.2.0~beta2~dev | freebsd/x86_64 | ocaml-base-compiler.5.1.0 | file:///home/opam/opam-repository
# path                 ~/.opam/5.1.0/.opam-switch/build/opsian.0.1
# command              ~/.opam/5.1.0/bin/dune build --release -j 15
# exit-code            1
# env-file             ~/.opam/log/opsian-81444-4a4e11.env
# output-file          ~/.opam/log/opsian-81444-4a4e11.out
### output ###
# test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
# [...]
#         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
# test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
#     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
#         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
# test/test_test.c:317:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
#     if (!TEST(1, TEST_int_eq(BN_dec2bn(&a, "0"), 1))
#         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# test/test_test.c:317:9: note: cast one or both operands to int to silence this warning
# 198 warnings generated.



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build opsian 0.1
+- 
+- The following changes have been performed
| - install bigarray-compat      1.1.0
| - install cmdliner             1.2.0
| - install conf-autoconf        0.1
| - install conf-automake        1
| - install conf-cmake           1
| - install conf-libffi          2.0.0
| - install conf-liblzma         1
| - install conf-libtool         1
| - install conf-perl            2
| - install conf-pkg-config      3
| - install conf-which           1
| - install conf-zlib            1
| - install csexp                1.5.2
| - install ctypes               0.22.0
| - install ctypes-foreign       0.22.0
| - install dune                 3.15.0
| - install dune-configurator    3.15.0
| - install hdr_histogram        0.0.4
| - install integers             0.7.0
| - install ocamlfind            1.9.6
| - install runtime_events_tools 0.3
| - install stdlib-shims         0.3.0
+- 

The former state can be restored with:
    /usr/local/bin/opam switch import "/home/opam/.opam/5.1.0/.opam-switch/backup/state-20240419000155.export"
'opam install -vy opsian.0.1' failed.
jail: /usr/bin/su -l opam -c cd '/' && env OPAMCRITERIA='+removed' OPAMEXTERNALSOLVER='builtin-0install' OPAMUTF8='never' OPAMPRECISETRACKING='1' '/usr/bin/env' 'bash' '-c' '
opam remove -y "opsian.0.1"
opam install -vy "opsian.0.1"
res=$?
if [ $res = 31 ]; then
    if opam show -f x-ci-accept-failures: "opsian.0.1" | grep -q '\''"freebsd"'\''; then
        echo "This package failed and has been disabled for CI using the '\''x-ci-accept-failures'\'' field."
        exit 69
    fi
fi


exit $res
': failed
"jail" "-c" "name=obuilder_221_10313" "mount.fstab=/tmp/obuilder-jail-6dbe4a/fstab" "mount.devfs" "path=/obuilder/result/f40dede78511c59a3564acee3dbdb82b9981773919fe9c7a0c3a815ed181a537/rootfs" "host=inherit" "ip6=inherit" "ip4=inherit" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/' && env OPAMCRITERIA='+removed' OPAMEXTERNALSOLVER='builtin-0install' OPAMUTF8='never' OPAMPRECISETRACKING='1' '/usr/bin/env' 'bash' '-c' '
opam remove -y "opsian.0.1"
opam install -vy "opsian.0.1"
res=$?
if [ $res = 31 ]; then
    if opam show -f x-ci-accept-failures: "opsian.0.1" | grep -q '\''"freebsd"'\''; then
        echo "This package failed and has been disabled for CI using the '\''x-ci-accept-failures'\'' field."
        exit 69
    fi
fi


exit $res
'" failed with exit status 1
Failed: Build failed