mozilla-services / hindsight

Hindsight - light weight data processing skeleton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker build fails with "Could not find a package configuration file provided by "aws-cpp-sdk-core""

g-k opened this issue · comments

Running docker build . fails on the https://github.com/mozilla-services/lua_sandbox_extensions/ build step with:

CMake Error at aws/CMakeLists.txt:9 (find_package):
  Could not find a package configuration file provided by "aws-cpp-sdk-core"
  (requested version 1.1.46) with any of the following names:

    aws-cpp-sdk-coreConfig.cmake
    aws-cpp-sdk-core-config.cmake

  Add the installation prefix of "aws-cpp-sdk-core" to CMAKE_PREFIX_PATH or
  set "aws-cpp-sdk-core_DIR" to a directory containing one of the above
  files.  If "aws-cpp-sdk-core" provides a separate development package or
  SDK, be sure it has been installed.

Adding –DEXT_aws=false to

cmake -DCMAKE_BUILD_TYPE=release -DENABLE_ALL_EXT=true -DEXT_geoip=false -DEXT_snappy=false \
failed with the same error too.

I'm curious whether other people are see this error on a clean checkout too.

Yeah that list should be inverted and specify what is wanted. Instead it picks up new stuff that in many cases will break the build because of dependency issues.