lidavidm commented on PR #356:
URL: https://github.com/apache/arrow-adbc/pull/356#issuecomment-1398624356

   Weird - it actually fails on SQlite here now.
   
   ```
   === Building driver/sqlite ===
   + mkdir -p /adbc/build/x64/driver/sqlite
   + pushd /adbc/build/x64/driver/sqlite
   /adbc/build/x64/driver/sqlite /
   + cmake -G Ninja -DADBC_BUILD_SHARED=ON -DADBC_BUILD_STATIC=OFF 
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_INSTALL_LIBDIR=lib 
-DCMAKE_INSTALL_PREFIX=/adbc/build/x64 
-DCMAKE_TOOLCHAIN_FILE=/opt/vcpkg/scripts/buildsystems/vcpkg.cmake 
-DCMAKE_UNITY_BUILD=ON -DVCPKG_OVERLAY_TRIPLETS=/adbc/ci/vcpkg/triplets/ 
-DVCPKG_TARGET_TRIPLET=x64-linux-static-release /adbc/c/driver/sqlite
   -- The C compiler identification is GNU 10.2.1
   -- The CXX compiler identification is GNU 10.2.1
   -- Detecting C compiler ABI info
   -- Detecting C compiler ABI info - failed
   -- Check for working C compiler: /opt/rh/devtoolset-10/root/usr/bin/cc
   CMake Error: The source directory 
"/adbc/build/x64/driver/sqlite/CMakeFiles/CMakeTmp" does not appear to contain 
CMakeLists.txt.
   Specify --help for usage, or press the help button on the CMake GUI.
   CMake Error at 
/usr/local/share/cmake-3.21/Modules/CMakeTestCCompiler.cmake:56 (try_compile):
     Failed to configure test project build system.
   Call Stack (most recent call first):
     /adbc/c/cmake_modules/AdbcDefines.cmake:21 (enable_language)
     CMakeLists.txt:21 (include)
   
   
   -- Configuring incomplete, errors occurred!
   See also "/adbc/build/x64/driver/sqlite/CMakeFiles/CMakeOutput.log".
   See also "/adbc/build/x64/driver/sqlite/CMakeFiles/CMakeError.log".
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to