bash-5.3# /usr/bin/cmake -S . -B redhat-linux-build -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_DO_STRIP:BOOL=OFF -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_FULL_SBINDIR:PATH=/usr/bin -DCMAKE_INSTALL_SBINDIR:PATH=bin -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DLIB_SUFFIX=64 -DBUILD_SHARED_LIBS:BOOL=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS=-Wno-deprecated-declarations -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_DEPS=OFF -DCUSTOM_MEMORY_MANAGEMENT=OFF -DCMAKE_MODULE_PATH=/usr/lib64/cmake/aws-c-common -DENABLE_TESTING=OFF --debug-find-pkg=aws-c-common Running with debug output on for the 'find' commands for package(s) aws-c-common. CMake Warning at CMakeLists.txt:9 (message): In 1.11 releases, we are releasing experimental alternative building mode.By setting -DLEGACY_BUILD=OFF you can test our advances in modern CMake building and provide early feedback. The legacy support is set by default in 1.11, when you complete build updating scripts please update the build flags as mentioned in README.md and set -DLEGACY_BUILD=OFF. The legacy support will be removed at 1.12.0 release. CMake Deprecation Warning at CMakeLists.txt:17 (cmake_policy): The OLD behavior for policy CMP0077 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. -- TARGET_ARCH not specified; inferring host OS to be platform compilation target -- Building AWS libraries as shared objects -- Generating linux build config -- Building project version: 1.11.700 -- The CXX compiler identification is GNU 15.2.1 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - failed -- Check for working CXX compiler: /usr/bin/g++ -- Check for working CXX compiler: /usr/bin/g++ - works -- Detecting CXX compile features -- Detecting CXX compile features - done -- Could NOT find Python3 (missing: Python3_INCLUDE_DIRS Python3_LIBRARIES Development Development.Module Development.Embed) (found version "3.14.0") CMake Warning at CMakeLists.txt:187 (message): ZLIB is not available, it will not be used to compress requests CMake Warning (dev) at /usr/share/cmake/Modules/GNUInstallDirs.cmake:253 (message): Unable to determine default CMAKE_INSTALL_LIBDIR directory because no target architecture is known. Please enable at least one language before including GNUInstallDirs. Call Stack (most recent call first): CMakeLists.txt:195 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Could NOT find ZLIB (missing: ZLIB_LIBRARY) (found version "1.3.1") -- Http client: Curl -- Found CURL: /usr/lib64/libcurl.so (found version "8.15.0") -- Curl include directory: /usr/include -- Curl target link: /usr/lib64/libcurl.so -- Performing Test HAVE_ATOMICS_WITHOUT_LIBATOMIC -- Performing Test HAVE_ATOMICS_WITHOUT_LIBATOMIC - Success CMake Error at CMakeLists.txt:250 (find_package): By not providing "Findaws-c-common.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "aws-c-common", but CMake did not find one. Could not find a package configuration file provided by "aws-c-common" with any of the following names: aws-c-commonConfig.cmake aws-c-common-config.cmake Add the installation prefix of "aws-c-common" to CMAKE_PREFIX_PATH or set "aws-c-common_DIR" to a directory containing one of the above files. If "aws-c-common" provides a separate development package or SDK, be sure it has been installed. CMake Debug Log at CMakeLists.txt:250 (find_package): find_package considered the following paths for Findaws-c-common.cmake: /usr/lib64/cmake/aws-c-common/Findaws-c-common.cmake /builddir/build/BUILD/aws-sdk-cpp-1.11.700-build/aws-sdk-cpp-1.11.700/cmake/Findaws-c-common.cmake //cmake/Findaws-c-common.cmake /usr/share/cmake/Modules/Findaws-c-common.cmake The file was not found. The internally managed CMAKE_FIND_PACKAGE_REDIRECTS_DIR. /builddir/build/BUILD/aws-sdk-cpp-1.11.700-build/aws-sdk-cpp-1.11.700/redhat-linux-build/CMakeFiles/pkgRedirects _ROOT CMake variable [CMAKE_FIND_USE_PACKAGE_ROOT_PATH]. none CMAKE_PREFIX_PATH variable [CMAKE_FIND_USE_CMAKE_PATH]. none CMAKE_FRAMEWORK_PATH and CMAKE_APPBUNDLE_PATH variables [CMAKE_FIND_USE_CMAKE_PATH]. none Env variable aws-c-common_DIR [CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH]. none CMAKE_PREFIX_PATH env variable [CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH]. none CMAKE_FRAMEWORK_PATH and CMAKE_APPBUNDLE_PATH env variables [CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH]. none Paths specified by the find_package HINTS option. none Standard system environment variables [CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH]. /usr / CMake User Package Registry [CMAKE_FIND_USE_PACKAGE_REGISTRY]. none CMake variables defined in the Platform file [CMAKE_FIND_USE_CMAKE_SYSTEM_PATH]. /usr/local /usr/X11R6 /usr/pkg /opt CMake System Package Registry [CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY]. none Paths specified by the find_package PATHS option. none find_package considered the following locations for aws-c-common's Config module: /builddir/build/BUILD/aws-sdk-cpp-1.11.700-build/aws-sdk-cpp-1.11.700/redhat-linux-build/CMakeFiles/pkgRedirects/aws-c-commonConfig.cmake /builddir/build/BUILD/aws-sdk-cpp-1.11.700-build/aws-sdk-cpp-1.11.700/redhat-linux-build/CMakeFiles/pkgRedirects/aws-c-common-config.cmake /usr/aws-c-commonConfig.cmake /usr/aws-c-common-config.cmake /aws-c-commonConfig.cmake /aws-c-common-config.cmake /usr/local/aws-c-commonConfig.cmake /usr/local/aws-c-common-config.cmake /opt/aws-c-commonConfig.cmake /opt/aws-c-common-config.cmake The file was not found. -- Configuring incomplete, errors occurred!