davesworking commented on issue #39801:
URL: https://github.com/apache/arrow/issues/39801#issuecomment-1911986934

   **config-arm64-linux-rel-out.log**
   ```
   -- Cross compiling arm64 on host aarch64, use cross compiler: 
aarch64-linux-gnu-g++/aarch64-linux-gnu-gcc
   -- The C compiler identification is unknown
   -- Configuring incomplete, errors occurred!
   ```
   
   **stdout-arm64-linux.log**
   ```
   -- Configuring arm64-linux-rel
   CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:112 
(message):
       Command failed: /Dev/build/cmake-3.27.2/bin/cmake 
/Linux-ARM64/armv8a-glibc2.28/vcpkg/scripts/detect_compiler -G Ninja 
-DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_PREFIX=/Linux-ARM64/armv8a-glibc2.28/vcpkg/packages/detect_compiler_arm64-linux
 -DCMAKE_SYSTEM_NAME=Linux -DBUILD_SHARED_LIBS=OFF 
-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=/Linux-ARM64/armv8a-glibc2.28/vcpkg/scripts/toolchains/linux.cmake
 -DVCPKG_TARGET_TRIPLET=arm64-linux -DVCPKG_SET_CHARSET_FLAG=ON 
-DVCPKG_PLATFORM_TOOLSET=external -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON 
-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE -DCMAKE_VERBOSE_MAKEFILE=ON 
-DVCPKG_APPLOCAL_DEPS=OFF 
-DCMAKE_TOOLCHAIN_FILE=/Linux-ARM64/armv8a-glibc2.28/vcpkg/scripts/buildsystems/vcpkg.cmake
 -DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON "-DVCPKG_CXX_FLAGS= 
-D_GLIBCXX_USE_CXX11_ABI=1" -DVCPKG_CXX_FLAGS_RELEASE= -DVCPKG_CXX_FLAGS_DEBUG= 
"-DVCPKG_C_FLAGS= -D_GLIBCXX
 _USE_CXX11_ABI=1" -DVCPKG_C_FLAGS_RELEASE= -DVCPKG_C_FLAGS_DEBUG= 
-DVCPKG_CRT_LINKAGE=dynamic -DVCPKG_LINKER_FLAGS= -DVCPKG_LINKER_FLAGS_RELEASE= 
-DVCPKG_LINKER_FLAGS_DEBUG= -DVCPKG_TARGET_ARCHITECTURE=arm64 
-DCMAKE_INSTALL_LIBDIR:STRING=lib -DCMAKE_INSTALL_BINDIR:STRING=bin 
-D_VCPKG_ROOT_DIR=/Linux-ARM64/armv8a-glibc2.28/vcpkg 
-DZ_VCPKG_ROOT_DIR=/Linux-ARM64/armv8a-glibc2.28/vcpkg 
-D_VCPKG_INSTALLED_DIR=/Version/Linux-ARM64 -DVCPKG_MANIFEST_INSTALL=OFF
       Working Directory: 
/Linux-ARM64/armv8a-glibc2.28/vcpkg/buildtrees/detect_compiler/arm64-linux-rel
       Error code: 1
       See logs for more information:
         
/Linux-ARM64/armv8a-glibc2.28/vcpkg/buildtrees/detect_compiler/config-arm64-linux-rel-CMakeCache.txt.log
         
/Linux-ARM64/armv8a-glibc2.28/vcpkg/buildtrees/detect_compiler/config-arm64-linux-rel-out.log
         
/Linux-ARM64/armv8a-glibc2.28/vcpkg/buildtrees/detect_compiler/config-arm64-linux-rel-err.log
   
   Call Stack (most recent call first):
     scripts/cmake/vcpkg_configure_cmake.cmake:344 
(vcpkg_execute_required_process)
     scripts/detect_compiler/portfile.cmake:18 (vcpkg_configure_cmake)
     scripts/ports.cmake:170 (include)
   ```
   
   **config-arm64-linux-rel-err.log**
   ```
   CMake Error at CMakeLists.txt:11 (enable_language):
     The CMAKE_C_COMPILER:
   
       aarch64-linux-gnu-gcc
   
     is not a full path and was not found in the PATH.
   
     Tell CMake where to find the compiler by setting either the environment
     variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
     the compiler, or to the compiler name if it is in the PATH.
   ```


-- 
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