Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add git-lfs as dep for macOS build in documentation #6384

Merged
merged 1 commit into from
Apr 15, 2020

Conversation

daisukixci
Copy link
Contributor

Add git-lfs as dependency in documentation because without it the cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 .. fails

Here the output, (I kept the all output if needed:

❯ mkdir build; cd buildcd
❯ cd osquery
❯ mkdir build; cd build
❯ cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 ..
...
-- Importing: source/icu
Submodule 'libraries/cmake/source/icu/src' (https://github.com/unicode-org/icu) registered for path 'src'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/icu/src'...
From https://github.com/unicode-org/icu
 * branch            e2d85306162d3a0691b070b4f0a73e4012433444 -> FETCH_HEAD
git-lfs filter-process: git-lfs: command not found
fatal: the remote end hung up unexpectedly
Unable to checkout 'e2d85306162d3a0691b070b4f0a73e4012433444' in submodule path 'src'
CMake Error at libraries/cmake/source/modules/utils.cmake:55 (message):
  Failed to update the following git submodule:
  "/Users/gaetan.piquenot/tools/osquery/libraries/cmake/source/icu/src"
Call Stack (most recent call first):
  libraries/cmake/source/modules/utils.cmake:149 (initializeGitSubmodule)
  libraries/cmake/source/modules/Findicu.cmake:10 (importSourceSubmodule)
  libraries/cmake/source_migration/modules/Findicu.cmake:7 (include)
  CMakeLists.txt:152 (find_package)
  CMakeLists.txt:68 (importLibraries)
  CMakeLists.txt:192 (main)


-- Configuring incomplete, errors occurred!
See also "/Users/gaetan.piquenot/tools/osquery/build/CMakeFiles/CMakeOutput.log".
See also "/Users/gaetan.piquenot/tools/osquery/build/CMakeFiles/CMakeError.log".

Add git-lfs as dep because without it the `cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 ..` fails
```bash
❯ mkdir build; cd buildcd
❯ cd osquery
❯ mkdir build; cd build
❯ cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 ..
-- The C compiler identification is AppleClang 11.0.3.11030032
-- The CXX compiler identification is AppleClang 11.0.3.11030032
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Not found: ccache. Install it and put it into the PATH if you want to speed up partial builds.
-- Found Git: /usr/local/bin/git (found version "2.26.0")
-- osquery version: 4.2.0-63-g702a6e04
-- Build type: RelWithDebInfo
-- Shared libraries: OFF
-- Found Python3: /usr/local/Frameworks/Python.framework/Versions/3.7/bin/python3.7 (found suitable version "3.7.7", minimum required is "3.5") found components: Interpreter
-- Importing: facebook/markupsafe
-- Importing: facebook/jinja2
-- Importing: facebook/augeas
-- Importing: source/boost
Submodule 'libraries/cmake/source/boost/src' (https://github.com/boostorg/boost) registered for path 'src'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src'...
Submodule path 'src': checked out '8f9a1cf1d15d262e09c16a305034d8bc1e39aca2'
Submodule 'fusion' (https://github.com/boostorg/fusion.git) registered for path 'fusion'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/fusion'...
From https://github.com/boostorg/fusion
 * branch            81a1c2c99a06d35852a3686d6d461c3290fbccd5 -> FETCH_HEAD
Submodule path 'fusion': checked out '81a1c2c99a06d35852a3686d6d461c3290fbccd5'
Submodule 'logic' (https://github.com/boostorg/logic.git) registered for path 'logic'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/logic'...
From https://github.com/boostorg/logic
 * branch            3a9110fc34ff0248062c83466fcfae0bc0a113c1 -> FETCH_HEAD
Submodule path 'logic': checked out '3a9110fc34ff0248062c83466fcfae0bc0a113c1'
Submodule 'conversion' (https://github.com/boostorg/conversion.git) registered for path 'conversion'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/conversion'...
From https://github.com/boostorg/conversion
 * branch            b3f8e9f014356cdc01322dd50aa9db4027656ce8 -> FETCH_HEAD
Submodule path 'conversion': checked out 'b3f8e9f014356cdc01322dd50aa9db4027656ce8'
Submodule 'xpressive' (https://github.com/boostorg/xpressive.git) registered for path 'xpressive'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/xpressive'...
From https://github.com/boostorg/xpressive
 * branch            4d4bc69f8b05e63c744e6f477df6a364affbc603 -> FETCH_HEAD
Submodule path 'xpressive': checked out '4d4bc69f8b05e63c744e6f477df6a364affbc603'
Submodule 'proto' (https://github.com/boostorg/proto.git) registered for path 'proto'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/proto'...
From https://github.com/boostorg/proto
 * branch            d70c74c3a8d2abe746fe017edee564e6e8ae0efc -> FETCH_HEAD
Submodule path 'proto': checked out 'd70c74c3a8d2abe746fe017edee564e6e8ae0efc'
Submodule 'beast' (https://github.com/boostorg/beast.git) registered for path 'beast'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/beast'...
From https://github.com/boostorg/beast
 * branch            b701d72ddbed3b6cd39ea038e67c8dbf2e8e4e24 -> FETCH_HEAD
Submodule path 'beast': checked out 'b701d72ddbed3b6cd39ea038e67c8dbf2e8e4e24'
Submodule 'mp11' (https://github.com/boostorg/mp11.git) registered for path 'mp11'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/mp11'...
From https://github.com/boostorg/mp11
 * branch            a03e644dc70facf7318432ce9bb86da9009d3944 -> FETCH_HEAD
Submodule path 'mp11': checked out 'a03e644dc70facf7318432ce9bb86da9009d3944'
Submodule 'unordered' (https://github.com/boostorg/unordered.git) registered for path 'unordered'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/unordered'...
From https://github.com/boostorg/unordered
 * branch            9abce00f240f4d7b38c335c1f86262e7ea16018d -> FETCH_HEAD
Submodule path 'unordered': checked out '9abce00f240f4d7b38c335c1f86262e7ea16018d'
Submodule 'function_types' (https://github.com/boostorg/function_types.git) registered for path 'function_types'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/function_types'...
From https://github.com/boostorg/function_types
 * branch            ae4fde2e2ae88291d6d656137169ff4003d184a1 -> FETCH_HEAD
Submodule path 'function_types': checked out 'ae4fde2e2ae88291d6d656137169ff4003d184a1'
Submodule 'tti' (https://github.com/boostorg/tti.git) registered for path 'tti'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/tti'...
From https://github.com/boostorg/tti
 * branch            31736e3dff24934430b038b85f794432eb949a29 -> FETCH_HEAD
Submodule path 'tti': checked out '31736e3dff24934430b038b85f794432eb949a29'
Submodule 'uuid' (https://github.com/boostorg/uuid.git) registered for path 'uuid'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/uuid'...
From https://github.com/boostorg/uuid
 * branch            2400f6951917cc3ad955d6850747fba48843578b -> FETCH_HEAD
Submodule path 'uuid': checked out '2400f6951917cc3ad955d6850747fba48843578b'
Submodule 'asio' (https://github.com/boostorg/asio.git) registered for path 'asio'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/asio'...
From https://github.com/boostorg/asio
 * branch            6194807812b28a29d693538950e9220b283a5c9a -> FETCH_HEAD
Submodule path 'asio': checked out '6194807812b28a29d693538950e9220b283a5c9a'
Submodule 'any' (https://github.com/boostorg/any.git) registered for path 'any'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/any'...
From https://github.com/boostorg/any
 * branch            e5032609ee382d1e32a761e00a08beecec3ac7c2 -> FETCH_HEAD
Submodule path 'any': checked out 'e5032609ee382d1e32a761e00a08beecec3ac7c2'
Submodule 'foreach' (https://github.com/boostorg/foreach.git) registered for path 'foreach'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/foreach'...
From https://github.com/boostorg/foreach
 * branch            4240a1d095cf4a5e04093a1b91b1f0c791a58da9 -> FETCH_HEAD
Submodule path 'foreach': checked out '4240a1d095cf4a5e04093a1b91b1f0c791a58da9'
Submodule 'multi_index' (https://github.com/boostorg/multi_index.git) registered for path 'multi_index'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/multi_index'...
From https://github.com/boostorg/multi_index
 * branch            f3ed1db062983e7682573c64ece318fb9ca0626a -> FETCH_HEAD
Submodule path 'multi_index': checked out 'f3ed1db062983e7682573c64ece318fb9ca0626a'
Submodule 'property_tree' (https://github.com/boostorg/property_tree.git) registered for path 'property_tree'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/property_tree'...
From https://github.com/boostorg/property_tree
 * branch            bdfe275d172ac30bc5e89a6375a5a64dea20b3c0 -> FETCH_HEAD
Submodule path 'property_tree': checked out 'bdfe275d172ac30bc5e89a6375a5a64dea20b3c0'
Submodule 'spirit' (https://github.com/boostorg/spirit.git) registered for path 'spirit'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/spirit'...
From https://github.com/boostorg/spirit
 * branch            1f81edb4fc4a63a50bc4f61e23092d98d5da4427 -> FETCH_HEAD
Submodule path 'spirit': checked out '1f81edb4fc4a63a50bc4f61e23092d98d5da4427'
Submodule 'algorithm' (https://github.com/boostorg/algorithm.git) registered for path 'algorithm'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/algorithm'...
From https://github.com/boostorg/algorithm
 * branch            5af3e3b174cdd5f06d21fc50e9b5ffa4f953cfe7 -> FETCH_HEAD
Submodule path 'algorithm': checked out '5af3e3b174cdd5f06d21fc50e9b5ffa4f953cfe7'
Submodule 'variant' (https://github.com/boostorg/variant.git) registered for path 'variant'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/variant'...
From https://github.com/boostorg/variant
 * branch            7ecf721f2b20df142d73d0dc1fe0677abb05c9d1 -> FETCH_HEAD
Submodule path 'variant': checked out '7ecf721f2b20df142d73d0dc1fe0677abb05c9d1'
Submodule 'format' (https://github.com/boostorg/format.git) registered for path 'format'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/format'...
From https://github.com/boostorg/format
 * branch            1d347079b1096f4f5a3a6ea85dfcaf5143b42802 -> FETCH_HEAD
Submodule path 'format': checked out '1d347079b1096f4f5a3a6ea85dfcaf5143b42802'
Submodule 'optional' (https://github.com/boostorg/optional.git) registered for path 'optional'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/optional'...
From https://github.com/boostorg/optional
 * branch            a192204b41bd9744d85f202849f860b66fd1c2bc -> FETCH_HEAD
Submodule path 'optional': checked out 'a192204b41bd9744d85f202849f860b66fd1c2bc'
Submodule 'type_index' (https://github.com/boostorg/type_index.git) registered for path 'type_index'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/type_index'...
From https://github.com/boostorg/type_index
 * branch            afd1b6cdc88c516d72a6a2f7a7dd3585f7a8f20c -> FETCH_HEAD
Submodule path 'type_index': checked out 'afd1b6cdc88c516d72a6a2f7a7dd3585f7a8f20c'
Submodule 'coroutine2' (https://github.com/boostorg/coroutine2.git) registered for path 'coroutine2'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/coroutine2'...
From https://github.com/boostorg/coroutine2
 * branch            8e92be839d3b2b80087289f404a7b892082513e1 -> FETCH_HEAD
Submodule path 'coroutine2': checked out '8e92be839d3b2b80087289f404a7b892082513e1'
Submodule 'function' (https://github.com/boostorg/function.git) registered for path 'function'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/function'...
From https://github.com/boostorg/function
 * branch            7f69508eacf80db039c0c1b343748f9f0d5ac1ac -> FETCH_HEAD
Submodule path 'function': checked out '7f69508eacf80db039c0c1b343748f9f0d5ac1ac'
Submodule 'ratio' (https://github.com/boostorg/ratio.git) registered for path 'ratio'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/ratio'...
From https://github.com/boostorg/ratio
 * branch            7d40521682bd5367057340c27aade5976d368f32 -> FETCH_HEAD
Submodule path 'ratio': checked out '7d40521682bd5367057340c27aade5976d368f32'
Submodule 'multiprecision' (https://github.com/boostorg/multiprecision.git) registered for path 'multiprecision'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/multiprecision'...
From https://github.com/boostorg/multiprecision
 * branch            91bd99e98735d7bec06d31f81c9196586eef9921 -> FETCH_HEAD
Submodule path 'multiprecision': checked out '91bd99e98735d7bec06d31f81c9196586eef9921'
Submodule 'tokenizer' (https://github.com/boostorg/tokenizer.git) registered for path 'tokenizer'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/tokenizer'...
From https://github.com/boostorg/tokenizer
 * branch            6665195565aebd5888d0c1aee7f416e16b26c41c -> FETCH_HEAD
Submodule path 'tokenizer': checked out '6665195565aebd5888d0c1aee7f416e16b26c41c'
Submodule 'intrusive' (https://github.com/boostorg/intrusive.git) registered for path 'intrusive'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/intrusive'...
From https://github.com/boostorg/intrusive
 * branch            f0b48ce2cfd321306efd00bd75f7ea8f45d29847 -> FETCH_HEAD
Submodule path 'intrusive': checked out 'f0b48ce2cfd321306efd00bd75f7ea8f45d29847'
Submodule 'array' (https://github.com/boostorg/array.git) registered for path 'array'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/array'...
From https://github.com/boostorg/array
 * branch            520d8987f7abc129f352b729e02a3915f3556b41 -> FETCH_HEAD
Submodule path 'array': checked out '520d8987f7abc129f352b729e02a3915f3556b41'
Submodule 'range' (https://github.com/boostorg/range.git) registered for path 'range'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/range'...
From https://github.com/boostorg/range
 * branch            9f94c8703b73d7935e4529070ec03e392a97e2a1 -> FETCH_HEAD
Submodule path 'range': checked out '9f94c8703b73d7935e4529070ec03e392a97e2a1'
Submodule 'concept_check' (https://github.com/boostorg/concept_check.git) registered for path 'concept_check'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/concept_check'...
From https://github.com/boostorg/concept_check
 * branch            b9c73e191b70eac5566f068c715f416211c9bc1e -> FETCH_HEAD
Submodule path 'concept_check': checked out 'b9c73e191b70eac5566f068c715f416211c9bc1e'
Submodule 'utility' (https://github.com/boostorg/utility.git) registered for path 'utility'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/utility'...
From https://github.com/boostorg/utility
 * branch            f03b681d0110d0a0236c2cd2fa6cb333b6454935 -> FETCH_HEAD
Submodule path 'utility': checked out 'f03b681d0110d0a0236c2cd2fa6cb333b6454935'
Submodule 'throw_exception' (https://github.com/boostorg/throw_exception.git) registered for path 'throw_exception'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/throw_exception'...
From https://github.com/boostorg/throw_exception
 * branch            37dfb7fe928be5918cea02a152f3f7ce08981a98 -> FETCH_HEAD
Submodule path 'throw_exception': checked out '37dfb7fe928be5918cea02a152f3f7ce08981a98'
Submodule 'move' (https://github.com/boostorg/move.git) registered for path 'move'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/move'...
From https://github.com/boostorg/move
 * branch            f363c21df8385c83008b1b8a91595b043fdf5398 -> FETCH_HEAD
Submodule path 'move': checked out 'f363c21df8385c83008b1b8a91595b043fdf5398'
Submodule 'container_hash' (https://github.com/boostorg/container_hash.git) registered for path 'container_hash'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/container_hash'...
From https://github.com/boostorg/container_hash
 * branch            9fbda1a98a32498c52a1c8ebf62311bb36a44ad4 -> FETCH_HEAD
Submodule path 'container_hash': checked out '9fbda1a98a32498c52a1c8ebf62311bb36a44ad4'
Submodule 'io' (https://github.com/boostorg/io.git) registered for path 'io'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/io'...
From https://github.com/boostorg/io
 * branch            5fa66f1f76fb9142765692cc0cf6e40af8d08c45 -> FETCH_HEAD
Submodule path 'io': checked out '5fa66f1f76fb9142765692cc0cf6e40af8d08c45'
Submodule 'detail' (https://github.com/boostorg/detail.git) registered for path 'detail'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/detail'...
From https://github.com/boostorg/detail
 * branch            7ce5543198a1b3023f10e28878b454115c064828 -> FETCH_HEAD
Submodule path 'detail': checked out '7ce5543198a1b3023f10e28878b454115c064828'
Submodule 'mpl' (https://github.com/boostorg/mpl.git) registered for path 'mpl'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/mpl'...
From https://github.com/boostorg/mpl
 * branch            273db7926616f5f4d98121952d3221af6b4fc049 -> FETCH_HEAD
Submodule path 'mpl': checked out '273db7926616f5f4d98121952d3221af6b4fc049'
Submodule 'static_assert' (https://github.com/boostorg/static_assert.git) registered for path 'static_assert'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/static_assert'...
From https://github.com/boostorg/static_assert
 * branch            233ef6bedd1868437a1c7fb7e7f77c6a1b6e3495 -> FETCH_HEAD
Submodule path 'static_assert': checked out '233ef6bedd1868437a1c7fb7e7f77c6a1b6e3495'
Submodule 'core' (https://github.com/boostorg/core.git) registered for path 'core'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/core'...
From https://github.com/boostorg/core
 * branch            4ea704e80a1a397c62ea01b47ed5faf6f5c699ce -> FETCH_HEAD
Submodule path 'core': checked out '4ea704e80a1a397c62ea01b47ed5faf6f5c699ce'
Submodule 'type_traits' (https://github.com/boostorg/type_traits.git) registered for path 'type_traits'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/type_traits'...
From https://github.com/boostorg/type_traits
 * branch            cbcb282722d326d90eb9c1696d06be89ba3a3acc -> FETCH_HEAD
Submodule path 'type_traits': checked out 'cbcb282722d326d90eb9c1696d06be89ba3a3acc'
Submodule 'preprocessor' (https://github.com/boostorg/preprocessor.git) registered for path 'preprocessor'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/preprocessor'...
From https://github.com/boostorg/preprocessor
 * branch            d135cad759062ba646cb4bc40c163e590d381001 -> FETCH_HEAD
Submodule path 'preprocessor': checked out 'd135cad759062ba646cb4bc40c163e590d381001'
Submodule 'bind' (https://github.com/boostorg/bind.git) registered for path 'bind'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/bind'...
From https://github.com/boostorg/bind
 * branch            42fe00190ea2c9e0a10e699139a3a61542293543 -> FETCH_HEAD
Submodule path 'bind': checked out '42fe00190ea2c9e0a10e699139a3a61542293543'
Submodule 'smart_ptr' (https://github.com/boostorg/smart_ptr.git) registered for path 'smart_ptr'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/smart_ptr'...
From https://github.com/boostorg/smart_ptr
 * branch            4fbb9ff076279c3befaaab5c4286c0b01015c437 -> FETCH_HEAD
Submodule path 'smart_ptr': checked out '4fbb9ff076279c3befaaab5c4286c0b01015c437'
Submodule 'assert' (https://github.com/boostorg/assert.git) registered for path 'assert'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/assert'...
From https://github.com/boostorg/assert
 * branch            3b6b826e160a122de4575d0bd0a47b26238287d7 -> FETCH_HEAD
Submodule path 'assert': checked out '3b6b826e160a122de4575d0bd0a47b26238287d7'
Submodule 'iterator' (https://github.com/boostorg/iterator.git) registered for path 'iterator'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/iterator'...
From https://github.com/boostorg/iterator
 * branch            814965402e250c8ceb3883e3b2c6596e0f100f92 -> FETCH_HEAD
Submodule path 'iterator': checked out '814965402e250c8ceb3883e3b2c6596e0f100f92'
Submodule 'predef' (https://github.com/boostorg/predef.git) registered for path 'predef'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/predef'...
From https://github.com/boostorg/predef
 * branch            13de873d87fd45913ea391eb5c543fc28d65b8ad -> FETCH_HEAD
Submodule path 'predef': checked out '13de873d87fd45913ea391eb5c543fc28d65b8ad'
Submodule 'integer' (https://github.com/boostorg/integer.git) registered for path 'integer'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/integer'...
From https://github.com/boostorg/integer
 * branch            33c165552cf1f9f16720acac43ad5477d58483f7 -> FETCH_HEAD
Submodule path 'integer': checked out '33c165552cf1f9f16720acac43ad5477d58483f7'
Submodule 'lexical_cast' (https://github.com/boostorg/lexical_cast.git) registered for path 'lexical_cast'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/lexical_cast'...
From https://github.com/boostorg/lexical_cast
 * branch            8f5bcd0f5e65a870fad290b127a29a24ecb59300 -> FETCH_HEAD
Submodule path 'lexical_cast': checked out '8f5bcd0f5e65a870fad290b127a29a24ecb59300'
Submodule 'system' (https://github.com/boostorg/system.git) registered for path 'system'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/system'...
From https://github.com/boostorg/system
 * branch            9b8cb7f1f674998fedcbdf85791b0d41cc8bcab4 -> FETCH_HEAD
Submodule path 'system': checked out '9b8cb7f1f674998fedcbdf85791b0d41cc8bcab4'
Submodule 'tuple' (https://github.com/boostorg/tuple.git) registered for path 'tuple'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/tuple'...
From https://github.com/boostorg/tuple
 * branch            fb55aa6d4d5e6917f55dbd7aee58afde97879b85 -> FETCH_HEAD
Submodule path 'tuple': checked out 'fb55aa6d4d5e6917f55dbd7aee58afde97879b85'
Submodule 'locale' (https://github.com/boostorg/locale.git) registered for path 'locale'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/locale'...
Submodule path 'locale': checked out 'ccb8fbb9a1a0dbdffb1054ffa34e4aba1e425642'
Submodule 'context' (https://github.com/boostorg/context.git) registered for path 'context'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/context'...
From https://github.com/boostorg/context
 * branch            fa50eb9d33ff8ea1bc8ab249f2272045ef6550bf -> FETCH_HEAD
Submodule path 'context': checked out 'fa50eb9d33ff8ea1bc8ab249f2272045ef6550bf'
Submodule 'coroutine' (https://github.com/boostorg/coroutine.git) registered for path 'coroutine'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/coroutine'...
From https://github.com/boostorg/coroutine
 * branch            f6741b38876f4290d7afc40a32c825c830e58cec -> FETCH_HEAD
Submodule path 'coroutine': checked out 'f6741b38876f4290d7afc40a32c825c830e58cec'
Submodule 'filesystem' (https://github.com/boostorg/filesystem.git) registered for path 'filesystem'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/filesystem'...
From https://github.com/boostorg/filesystem
 * branch            e49775e8bbc4d8dbea5fbf6cf7c29f4d7bbd0c67 -> FETCH_HEAD
Submodule path 'filesystem': checked out 'e49775e8bbc4d8dbea5fbf6cf7c29f4d7bbd0c67'
Submodule 'regex' (https://github.com/boostorg/regex.git) registered for path 'regex'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/regex'...
From https://github.com/boostorg/regex
 * branch            18e7b8c4635a5042db971e41cebd7889383ea00e -> FETCH_HEAD
Submodule path 'regex': checked out '18e7b8c4635a5042db971e41cebd7889383ea00e'
Submodule 'thread' (https://github.com/boostorg/thread.git) registered for path 'thread'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/thread'...
From https://github.com/boostorg/thread
 * branch            ba02b3af428706262d3cd0436f02f616a386e750 -> FETCH_HEAD
Submodule path 'thread': checked out 'ba02b3af428706262d3cd0436f02f616a386e750'
Submodule 'atomic' (https://github.com/boostorg/atomic.git) registered for path 'atomic'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/atomic'...
From https://github.com/boostorg/atomic
 * branch            fc410975146a23e0513e8164009cc1eac2d9830b -> FETCH_HEAD
Submodule path 'atomic': checked out 'fc410975146a23e0513e8164009cc1eac2d9830b'
Submodule 'date_time' (https://github.com/boostorg/date_time.git) registered for path 'date_time'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/date_time'...
From https://github.com/boostorg/date_time
 * branch            b0437e2999a65668dc4178dbb817a89a382ece94 -> FETCH_HEAD
Submodule path 'date_time': checked out 'b0437e2999a65668dc4178dbb817a89a382ece94'
Submodule 'numeric_conversion' (https://github.com/boostorg/numeric_conversion.git) registered for path 'conversion'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/numeric/conversion'...
From https://github.com/boostorg/numeric_conversion
 * branch            36f969a4c5129d11a8913fcbd8d2732ba957315b -> FETCH_HEAD
Submodule path 'conversion': checked out '36f969a4c5129d11a8913fcbd8d2732ba957315b'
Submodule 'container' (https://github.com/boostorg/container.git) registered for path 'container'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/container'...
From https://github.com/boostorg/container
 * branch            0691018321f03aad662d7d2ae5b3e060c7109e3c -> FETCH_HEAD
Submodule path 'container': checked out '0691018321f03aad662d7d2ae5b3e060c7109e3c'
Submodule 'math' (https://github.com/boostorg/math.git) registered for path 'math'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/math'...
From https://github.com/boostorg/math
 * branch            6c0ac9a8c81629dfbc38a060deb58db6e1a8871a -> FETCH_HEAD
Submodule path 'math': checked out '6c0ac9a8c81629dfbc38a060deb58db6e1a8871a'
Submodule 'chrono' (https://github.com/boostorg/chrono.git) registered for path 'chrono'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/chrono'...
From https://github.com/boostorg/chrono
 * branch            5df12496f52e00b1ea324df176a4a3199d3d8bfd -> FETCH_HEAD
Submodule path 'chrono': checked out '5df12496f52e00b1ea324df176a4a3199d3d8bfd'
Submodule 'exception' (https://github.com/boostorg/exception.git) registered for path 'exception'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/exception'...
From https://github.com/boostorg/exception
 * branch            c87b9c55b1e4d5937b32abe2b84f249171f950ba -> FETCH_HEAD
Submodule path 'exception': checked out 'c87b9c55b1e4d5937b32abe2b84f249171f950ba'
Submodule 'serialization' (https://github.com/boostorg/serialization.git) registered for path 'serialization'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/serialization'...
From https://github.com/boostorg/serialization
 * branch            f01148e421d2072294a6bc5faf70a5f6d4a709c2 -> FETCH_HEAD
Submodule path 'serialization': checked out 'f01148e421d2072294a6bc5faf70a5f6d4a709c2'
Submodule 'random' (https://github.com/boostorg/random.git) registered for path 'random'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/random'...
From https://github.com/boostorg/random
 * branch            5d9ba8578ac1d78525488077dafb99b536a399d3 -> FETCH_HEAD
Submodule path 'random': checked out '5d9ba8578ac1d78525488077dafb99b536a399d3'
Submodule 'config' (https://github.com/boostorg/config.git) registered for path 'config'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/config'...
From https://github.com/boostorg/config
 * branch            96abc66a3b3db53b3a4f48b4a9d52e866e0e4fe0 -> FETCH_HEAD
Submodule path 'config': checked out '96abc66a3b3db53b3a4f48b4a9d52e866e0e4fe0'
Submodule 'process' (https://github.com/boostorg/process.git) registered for path 'process'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/process'...
From https://github.com/boostorg/process
 * branch            3eacae5e38aabce90b1cbc46b24a4bf5bc8c2928 -> FETCH_HEAD
Submodule path 'process': checked out '3eacae5e38aabce90b1cbc46b24a4bf5bc8c2928'
Submodule 'circular_buffer' (https://github.com/boostorg/circular_buffer.git) registered for path 'circular_buffer'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/circular_buffer'...
From https://github.com/boostorg/circular_buffer
 * branch            3dc0e1c56b55ff072bb06d4bb03a236865e92497 -> FETCH_HEAD
Submodule path 'circular_buffer': checked out '3dc0e1c56b55ff072bb06d4bb03a236865e92497'
Submodule 'winapi' (https://github.com/boostorg/winapi.git) registered for path 'winapi'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/winapi'...
From https://github.com/boostorg/winapi
 * branch            1c890b7c1a85535d88f0b6549af7c9e6b1a80239 -> FETCH_HEAD
Submodule path 'winapi': checked out '1c890b7c1a85535d88f0b6549af7c9e6b1a80239'
Submodule 'iostreams' (https://github.com/boostorg/iostreams.git) registered for path 'iostreams'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/iostreams'...
From https://github.com/boostorg/iostreams
 * branch            703e9a077b899417ead9fb6c35db8f03b41247b6 -> FETCH_HEAD
Submodule path 'iostreams': checked out '703e9a077b899417ead9fb6c35db8f03b41247b6'
Submodule 'scope_exit' (https://github.com/boostorg/scope_exit.git) registered for path 'scope_exit'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/scope_exit'...
Submodule path 'scope_exit': checked out '3a2c1d7da44af2bb4bf47a4dc051998a80d3194f'
Submodule 'typeof' (https://github.com/boostorg/typeof.git) registered for path 'typeof'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/typeof'...
From https://github.com/boostorg/typeof
 * branch            e35962f3f07f9eca1efb1e816348bb42794b8a51 -> FETCH_HEAD
Submodule path 'typeof': checked out 'e35962f3f07f9eca1efb1e816348bb42794b8a51'
Submodule 'endian' (https://github.com/boostorg/endian.git) registered for path 'endian'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/boost/src/libs/endian'...
From https://github.com/boostorg/endian
 * branch            3c6c06616d9684601a4b83577db25302d90d1570 -> FETCH_HEAD
Submodule path 'endian': checked out '3c6c06616d9684601a4b83577db25302d90d1570'
HEAD is now at 3eacae5 Merge branch 'develop'
-- Importing: source/bzip2
Submodule 'libraries/cmake/source/bzip2/src' (https://github.com/osquery/third-party-bzip2) registered for path 'src'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/bzip2/src'...
Submodule path 'src': checked out '962d60610cb31e0f294a834e55ebb355be55d05a'
-- Importing: source/gflags
Submodule 'libraries/cmake/source/gflags/src' (https://github.com/gflags/gflags) registered for path 'src'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/gflags/src'...
From https://github.com/gflags/gflags
 * branch            e171aa2d15ed9eb17054558e0b3a6a413bb01067 -> FETCH_HEAD
Submodule path 'src': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067'
Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'src/doc'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/gflags/src/doc'...
From https://github.com/gflags/gflags
 * branch            8411df715cf522606e3b1aca386ddfc0b63d34b4 -> FETCH_HEAD
Submodule path 'src/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4'
-- Looking for C++ include unistd.h
-- Looking for C++ include unistd.h - found
-- Looking for C++ include stdint.h
-- Looking for C++ include stdint.h - found
-- Looking for C++ include inttypes.h
-- Looking for C++ include inttypes.h - found
-- Looking for C++ include sys/types.h
-- Looking for C++ include sys/types.h - found
-- Looking for C++ include sys/stat.h
-- Looking for C++ include sys/stat.h - found
-- Looking for C++ include fnmatch.h
-- Looking for C++ include fnmatch.h - found
-- Looking for C++ include stddef.h
-- Looking for C++ include stddef.h - found
-- Check size of uint32_t
-- Check size of uint32_t - done
-- Looking for strtoll
-- Looking for strtoll - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Check size of pthread_rwlock_t
-- Check size of pthread_rwlock_t - done
-- Importing: source/glog
Submodule 'libraries/cmake/source/glog/src' (https://github.com/google/glog) registered for path 'src'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/glog/src'...
From https://github.com/google/glog
 * branch            96a2f23dca4cc7180821ca5f32e526314395d26a -> FETCH_HEAD
Submodule path 'src': checked out '96a2f23dca4cc7180821ca5f32e526314395d26a'
-- Looking for dlfcn.h
-- Looking for dlfcn.h - found
-- Looking for execinfo.h
-- Looking for execinfo.h - found
-- Looking for glob.h
-- Looking for glob.h - found
-- Looking for libunwind.h
-- Looking for libunwind.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for pwd.h
-- Looking for pwd.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for sys/syscall.h
-- Looking for sys/syscall.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for sys/utsname.h
-- Looking for sys/utsname.h - found
-- Looking for syscall.h
-- Looking for syscall.h - not found
-- Looking for syslog.h
-- Looking for syslog.h - found
-- Looking for ucontext.h
-- Looking for ucontext.h - not found
-- Looking for unwind.h
-- Looking for unwind.h - found
-- Looking for C++ include ext/hash_map
-- Looking for C++ include ext/hash_map - found
-- Looking for C++ include ext/hash_set
-- Looking for C++ include ext/hash_set - found
-- Looking for C++ include ext/slist
-- Looking for C++ include ext/slist - not found
-- Looking for C++ include tr1/unordered_map
-- Looking for C++ include tr1/unordered_map - not found
-- Looking for C++ include tr1/unordered_set
-- Looking for C++ include tr1/unordered_set - not found
-- Looking for C++ include unordered_map
-- Looking for C++ include unordered_map - found
-- Looking for C++ include unordered_set
-- Looking for C++ include unordered_set - found
-- Check size of unsigned __int16
-- Check size of unsigned __int16 - failed
-- Check size of u_int16_t
-- Check size of u_int16_t - done
-- Check size of uint16_t
-- Check size of uint16_t - done
-- Looking for dladdr
-- Looking for dladdr - found
-- Looking for fcntl
-- Looking for fcntl - found
-- Looking for pread
-- Looking for pread - found
-- Looking for pwrite
-- Looking for pwrite - found
-- Looking for sigaction
-- Looking for sigaction - found
-- Looking for sigaltstack
-- Looking for sigaltstack - found
-- Performing Test HAVE_NO_DEPRECATED
-- Performing Test HAVE_NO_DEPRECATED - Success
-- Performing Test HAVE_NO_UNNAMED_TYPE_TEMPLATE_ARGS
-- Performing Test HAVE_NO_UNNAMED_TYPE_TEMPLATE_ARGS - Success
-- Looking for snprintf
-- Looking for snprintf - found
-- Looking for get_static_proc_name in unwind
-- Looking for get_static_proc_name in unwind - not found
-- Looking for UnDecorateSymbolName in dbghelp
-- Looking for UnDecorateSymbolName in dbghelp - not found
-- Performing Test HAVE___ATTRIBUTE__
-- Performing Test HAVE___ATTRIBUTE__ - Success
-- Performing Test HAVE___ATTRIBUTE__VISIBILITY_DEFAULT
-- Performing Test HAVE___ATTRIBUTE__VISIBILITY_DEFAULT - Success
-- Performing Test HAVE___ATTRIBUTE__VISIBILITY_HIDDEN
-- Performing Test HAVE___ATTRIBUTE__VISIBILITY_HIDDEN - Success
-- Performing Test HAVE___BUILTIN_EXPECT
-- Performing Test HAVE___BUILTIN_EXPECT - Success
-- Performing Test HAVE___SYNC_VAL_COMPARE_AND_SWAP
-- Performing Test HAVE___SYNC_VAL_COMPARE_AND_SWAP - Success
-- Performing Test HAVE___DECLSPEC
-- Performing Test HAVE___DECLSPEC - Failed
-- Performing Test STL_NO_NAMESPACE
-- Performing Test STL_NO_NAMESPACE - Failed
-- Performing Test STL_STD_NAMESPACE
-- Performing Test STL_STD_NAMESPACE - Success
-- Performing Test HAVE_USING_OPERATOR
-- Performing Test HAVE_USING_OPERATOR - Success
-- Performing Test HAVE_NAMESPACES
-- Performing Test HAVE_NAMESPACES - Success
-- Performing Test HAVE_GCC_TLS
-- Performing Test HAVE_GCC_TLS - Success
-- Performing Test HAVE_MSVC_TLS
-- Performing Test HAVE_MSVC_TLS - Failed
-- Performing Test HAVE_CXX11_TLS
-- Performing Test HAVE_CXX11_TLS - Failed
-- Performing Test HAVE_ALIGNED_STORAGE
-- Performing Test HAVE_ALIGNED_STORAGE - Failed
-- Performing Test HAVE_LOCALTIME_R
-- Performing Test HAVE_LOCALTIME_R - Success
-- Importing: source/googletest
Submodule 'libraries/cmake/source/googletest/src' (https://github.com/google/googletest) registered for path 'src'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/googletest/src'...
From https://github.com/google/googletest
 * branch            2fe3bd994b3189899d93f1d5a881e725e046fdc2 -> FETCH_HEAD
Submodule path 'src': checked out '2fe3bd994b3189899d93f1d5a881e725e046fdc2'
HEAD is now at 2fe3bd9 Merge pull request osquery#1433 from dsacre/fix-clang-warnings
-- Found PythonInterp: /Users/gaetan.piquenot/.pyenv/shims/python (found version "2.7.17")
-- Importing: source/libarchive
Submodule 'libraries/cmake/source/libarchive/src' (https://github.com/libarchive/libarchive) registered for path 'src'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/libarchive/src'...
From https://github.com/libarchive/libarchive
 * branch            98a695399e8e7420635a5448aecde8b0a82fb83a -> FETCH_HEAD
Submodule path 'src': checked out '98a695399e8e7420635a5448aecde8b0a82fb83a'
-- Importing: source/libmagic
Submodule 'libraries/cmake/source/libmagic/src' (https://github.com/file/file) registered for path 'src'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/libmagic/src'...
From https://github.com/file/file
 * branch            d474e35513940dbca039b510b4de705b44f5bd9c -> FETCH_HEAD
Submodule path 'src': checked out 'd474e35513940dbca039b510b4de705b44f5bd9c'
-- Importing: source/librdkafka
Submodule 'libraries/cmake/source/librdkafka/src' (https://github.com/edenhill/librdkafka) registered for path 'src'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/librdkafka/src'...
From https://github.com/edenhill/librdkafka
 * branch            8681f884020e880a4c6cda3cfc672f0669e1f38e -> FETCH_HEAD
Submodule path 'src': checked out '8681f884020e880a4c6cda3cfc672f0669e1f38e'
-- Importing: source/libxml2
Submodule 'libraries/cmake/source/libxml2/src' (https://github.com/GNOME/libxml2) registered for path 'src'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/libxml2/src'...
From https://github.com/GNOME/libxml2
 * branch            bc5a5d658320c37e206fe4e7b525b4a24466d0c6 -> FETCH_HEAD
Submodule path 'src': checked out 'bc5a5d658320c37e206fe4e7b525b4a24466d0c6'
-- Importing: facebook/linenoise-ng
-- Importing: facebook/lldpd
-- Importing: source/lzma
Submodule 'libraries/cmake/source/lzma/src' (https://github.com/xz-mirror/xz) registered for path 'src'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/lzma/src'...
Submodule path 'src': checked out '9815cdf6987ef91a85493bfcfd1ce2aaf3b47a0a'
-- Importing: facebook/popt
-- Importing: source/rapidjson
Submodule 'libraries/cmake/source/rapidjson/src' (https://github.com/Tencent/rapidjson) registered for path 'src'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/rapidjson/src'...
Submodule path 'src': checked out '1a825d24fa322a5fe721624b2ed7a18b6de9b48a'
-- Importing: source/rocksdb
Submodule 'libraries/cmake/source/rocksdb/src' (https://github.com/facebook/rocksdb) registered for path 'src'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/rocksdb/src'...
From https://github.com/facebook/rocksdb
 * branch            cfaeb5846bec0ac90d8da15dc11f53eafbbfd537 -> FETCH_HEAD
Submodule path 'src': checked out 'cfaeb5846bec0ac90d8da15dc11f53eafbbfd537'
-- Importing: facebook/sleuthkit
-- Importing: facebook/smartmontools
-- Importing: source/sqlite
Submodule 'libraries/cmake/source/sqlite/src' (https://github.com/osquery/third-party-sqlite) registered for path 'src'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/sqlite/src'...
Submodule path 'src': checked out 'f5cad37f6e6467f7202b8103e3b493a4c955fc16'
-- Disabling the SQLite R*Tree module
-- Disabling the SQLite FTS extensions
-- Importing: facebook/ssdeep-cpp
-- Importing: source/thrift
Submodule 'libraries/cmake/source/thrift/src' (https://github.com/apache/thrift) registered for path 'src'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/thrift/src'...
From https://github.com/apache/thrift
 * branch            327ebb6c2b6df8bf075da02ef45a2a034e9b79ba -> FETCH_HEAD
Submodule path 'src': checked out '327ebb6c2b6df8bf075da02ef45a2a034e9b79ba'
HEAD is now at 327ebb6 Version 0.11.0
-- Importing: source/yara
Submodule 'libraries/cmake/source/yara/src' (https://github.com/VirusTotal/yara) registered for path 'src'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/yara/src'...
From https://github.com/VirusTotal/yara
 * branch            d9c966b6d576ee8ba2ac5cb17cce1e28cd7cc204 -> FETCH_HEAD
Submodule path 'src': checked out 'd9c966b6d576ee8ba2ac5cb17cce1e28cd7cc204'
-- Importing: source/zlib
Submodule 'libraries/cmake/source/zlib/src' (https://github.com/madler/zlib) registered for path 'src'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/zlib/src'...
Submodule path 'src': checked out 'cacf7f1d4e3d44d871b605da3b647f07d718623f'
-- Importing: source/zstd
Submodule 'libraries/cmake/source/zstd/src' (https://github.com/facebook/zstd) registered for path 'src'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/zstd/src'...
From https://github.com/facebook/zstd
 * branch            83b51e9f886be7c2a4d477b6e7bc6db831791d8d -> FETCH_HEAD
Submodule path 'src': checked out '83b51e9f886be7c2a4d477b6e7bc6db831791d8d'
-- Importing formula: formula/openssl
-- Importing: source/aws-sdk-cpp
Submodule 'libraries/cmake/source/aws-sdk-cpp/aws-c-common_src' (https://github.com/awslabs/aws-c-common) registered for path 'aws-c-common_src'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/aws-sdk-cpp/aws-c-common_src'...
From https://github.com/awslabs/aws-c-common
 * branch            35ee33f586dfd9927f176038b2395dacf876a06f -> FETCH_HEAD
Submodule path 'aws-c-common_src': checked out '35ee33f586dfd9927f176038b2395dacf876a06f'
Submodule 'libraries/cmake/source/aws-sdk-cpp/aws-c-event-stream_src' (https://github.com/awslabs/aws-c-event-stream) registered for path 'aws-c-event-stream_src'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/aws-sdk-cpp/aws-c-event-stream_src'...
From https://github.com/awslabs/aws-c-event-stream
 * branch            ad9a8b2a42d6c6ef07ccf251b5038b89487eacb3 -> FETCH_HEAD
Submodule path 'aws-c-event-stream_src': checked out 'ad9a8b2a42d6c6ef07ccf251b5038b89487eacb3'
Submodule 'libraries/cmake/source/aws-sdk-cpp/aws-checksums_src' (https://github.com/awslabs/aws-checksums) registered for path 'aws-checksums_src'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/aws-sdk-cpp/aws-checksums_src'...
From https://github.com/awslabs/aws-checksums
 * branch            25d79474c8dfcc6a58f3bd3293753771ea8c2b71 -> FETCH_HEAD
Submodule path 'aws-checksums_src': checked out '25d79474c8dfcc6a58f3bd3293753771ea8c2b71'
Submodule 'libraries/cmake/source/aws-sdk-cpp/aws-sdk-cpp_src' (https://github.com/aws/aws-sdk-cpp) registered for path 'aws-sdk-cpp_src'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/aws-sdk-cpp/aws-sdk-cpp_src'...
From https://github.com/aws/aws-sdk-cpp
 * branch              399459b0efc4b78153c7196dcf92a2057cca3495 -> FETCH_HEAD
Submodule path 'aws-sdk-cpp_src': checked out '399459b0efc4b78153c7196dcf92a2057cca3495'
-- Importing: source/icu
Submodule 'libraries/cmake/source/icu/src' (https://github.com/unicode-org/icu) registered for path 'src'
Cloning into '/Users/gaetan.piquenot/Workspace/tools/osquery/libraries/cmake/source/icu/src'...
From https://github.com/unicode-org/icu
 * branch            e2d85306162d3a0691b070b4f0a73e4012433444 -> FETCH_HEAD
git-lfs filter-process: git-lfs: command not found
fatal: the remote end hung up unexpectedly
Unable to checkout 'e2d85306162d3a0691b070b4f0a73e4012433444' in submodule path 'src'
CMake Error at libraries/cmake/source/modules/utils.cmake:55 (message):
  Failed to update the following git submodule:
  "/Users/gaetan.piquenot/tools/osquery/libraries/cmake/source/icu/src"
Call Stack (most recent call first):
  libraries/cmake/source/modules/utils.cmake:149 (initializeGitSubmodule)
  libraries/cmake/source/modules/Findicu.cmake:10 (importSourceSubmodule)
  libraries/cmake/source_migration/modules/Findicu.cmake:7 (include)
  CMakeLists.txt:152 (find_package)
  CMakeLists.txt:68 (importLibraries)
  CMakeLists.txt:192 (main)


-- Configuring incomplete, errors occurred!
See also "/Users/gaetan.piquenot/tools/osquery/build/CMakeFiles/CMakeOutput.log".
See also "/Users/gaetan.piquenot/tools/osquery/build/CMakeFiles/CMakeError.log".
```
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Apr 9, 2020

CLA Check
The committers are authorized under a signed CLA.

@theopolis theopolis added build documentation libraries For things referring to osquery third party libraries macOS labels Apr 9, 2020
@theopolis
Copy link
Member

Good find!

Copy link
Member

@directionless directionless left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm confused?

I don't havegit-lfs installed, and I can build fine.

@daisukixci
Copy link
Contributor Author

I don't know, without it and the error was pretty explicit. Maybe I missed something

@directionless
Copy link
Member

That's a weird disrepency. @Smjert @alessandrogario either of you know?

@theopolis
Copy link
Member

This may only be a requirement if checking out https://github.com/unicode-org/icu for the first time. I was able to repro with a fresh clone of osquery.

@theopolis theopolis dismissed directionless’s stale review April 15, 2020 02:14

reproduced the error

@theopolis theopolis merged commit a9b5df4 into osquery:master Apr 15, 2020
@daisukixci daisukixci deleted the patch-1 branch April 15, 2020 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build documentation libraries For things referring to osquery third party libraries macOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants