samueljamesbader commented on issue #47557:
URL: https://github.com/apache/arrow/issues/47557#issuecomment-3288797461

   Thanks! Here's the relevant excerpt of that full build log, with some paths 
redacted by [[double-square-brackets]].
   
         ...
   
         CMake Error at CMakeLists.txt:289 (find_package):
           By not providing "FindArrow.cmake" in CMAKE_MODULE_PATH this project 
has
           asked CMake to find a package configuration file provided by 
"Arrow", but
           CMake did not find one.
         
           Could not find a package configuration file provided by "Arrow" with 
any of
           the following names:
         
             ArrowConfig.cmake
             arrow-config.cmake
         
           Add the installation prefix of "Arrow" to CMAKE_PREFIX_PATH or set
           "Arrow_DIR" to a directory containing one of the above files.  If 
"Arrow"
           provides a separate development package or SDK, be sure it has been
           installed.
         
         
         CMake Debug Log at CMakeLists.txt:289 (find_package):
           find_package considered the following paths for FindArrow.cmake:
         
             
/tmp/pip-install-tsqqeuy1/pyarrow_c920ab1170c54a4ab1921eba850780d4/cmake_modules/FindArrow.cmake
             [[Path to 
cmake]]/cmake/3.29.1/share/cmake-3.29/Modules/FindArrow.cmake
         
           The file was not found.
         
           The internally managed CMAKE_FIND_PACKAGE_REDIRECTS_DIR.
         
             
/tmp/pip-install-tsqqeuy1/pyarrow_c920ab1170c54a4ab1921eba850780d4/build/temp.linux-x86_64-cpython-313/CMakeFiles/pkgRedirects
         
           <PackageName>_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 Arrow_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].
         
             /tmp/pip-build-env-3lyxhu5d/overlay
             /tmp/pip-build-env-3lyxhu5d/normal
             [[Path to cmake]]/cmake/3.29.1
             [[Path to gcc]]/gcc/14.2.0
             [[Path to cmake]]/cmake/3.29.1/bin/cmake
             [[Path to pyenv]]/.pyenv/shims
             [[Path to pyenv]]/.pyenv
             [[Many more unrelated locations on my system $PATH...]]
         
           CMake User Package Registry [CMAKE_FIND_USE_PACKAGE_REGISTRY].
         
             none
         
           CMake variables defined in the Platform file
           [CMAKE_FIND_USE_CMAKE_SYSTEM_PATH].
         
             [[Path to cmake]]/cmake/3.29.1
             
/tmp/pip-install-tsqqeuy1/pyarrow_c920ab1170c54a4ab1921eba850780d4/build/lib.linux-x86_64-cpython-313/pyarrow
             /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 Arrow's Config 
module:
         
             
/tmp/pip-install-tsqqeuy1/pyarrow_c920ab1170c54a4ab1921eba850780d4/build/temp.linux-x86_64-cpython-313/CMakeFiles/pkgRedirects/ArrowConfig.cmake
             
/tmp/pip-install-tsqqeuy1/pyarrow_c920ab1170c54a4ab1921eba850780d4/build/temp.linux-x86_64-cpython-313/CMakeFiles/pkgRedirects/arrow-config.cmake
             /tmp/pip-build-env-3lyxhu5d/overlay/ArrowConfig.cmake
             /tmp/pip-build-env-3lyxhu5d/overlay/arrow-config.cmake
             [[Path to my venv]]/venv/ArrowConfig.cmake
             [[Path to my venv]]/venv/arrow-config.cmake
             [[Path to cmake]]/cmake/3.29.1/ArrowConfig.cmake
             [[Path to cmake]]/cmake/3.29.1/arrow-config.cmake
             [[Path to gcc]]/gcc/14.2.0/ArrowConfig.cmake
             [[Path to gcc]]/gcc/14.2.0/arrow-config.cmake
             [[Path to pyenv]]/.pyenv/shims/ArrowConfig.cmake
             [[Path to pyenv]]/.pyenv/shims/arrow-config.cmake
             [[Path to pyenv]]/.pyenv/ArrowConfig.cmake
             [[Path to pyenv]]/.pyenv/arrow-config.cmake
             [[Many more unrelated locations on my system $PATH...]]
             /ArrowConfig.cmake
             /arrow-config.cmake
             /usr/ArrowConfig.cmake
             /usr/arrow-config.cmake
             /usr/bin/X11/ArrowConfig.cmake
             /usr/bin/X11/arrow-config.cmake
             
/tmp/pip-install-tsqqeuy1/pyarrow_c920ab1170c54a4ab1921eba850780d4/build/temp.linux-x86_64-cpython-313/ArrowConfig.cmake
             
/tmp/pip-install-tsqqeuy1/pyarrow_c920ab1170c54a4ab1921eba850780d4/build/temp.linux-x86_64-cpython-313/arrow-config.cmake
             /usr/local/ArrowConfig.cmake
             /usr/local/arrow-config.cmake
             /usr/games/ArrowConfig.cmake
             /usr/games/arrow-config.cmake
             
/tmp/pip-install-tsqqeuy1/pyarrow_c920ab1170c54a4ab1921eba850780d4/build/lib.linux-x86_64-cpython-313/pyarrow/ArrowConfig.cmake
             
/tmp/pip-install-tsqqeuy1/pyarrow_c920ab1170c54a4ab1921eba850780d4/build/lib.linux-x86_64-cpython-313/pyarrow/arrow-config.cmake
             /usr/X11R6/ArrowConfig.cmake
             /usr/X11R6/arrow-config.cmake
             /opt/ArrowConfig.cmake
             /opt/arrow-config.cmake
         
           The file was not found.
   
   If needed, I can discuss more of the build log (after I go through and scrub 
out any protected info first, my apologies!).
   
   Thanks,
   Sam
   


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