cbalint13 opened a new pull request, #18246: URL: https://github.com/apache/tvm/pull/18246
This PR adds the missing URL for cmake's extrenal project (auto)-builder for ```libbacktrace```. Not sure about releng FFI intention/migration, but I added the last seen URL in [PR#18226](https://github.com/apache/tvm/pull/18226). --- * The error message, when the local system does not have a pre-installed ```libbacktrace```: ``` -- Git found: /usr/bin/git -- Found TVM_GIT_COMMIT_HASH=335bc164b2539e18523e82c53f2808f184ec0ae2 -- Found TVM_GIT_COMMIT_TIME=2025-08-27 20:27:50 -0700 -- CMAKC_C_COMPILER="/usr/bin/gcc" CMake Error at /usr/share/cmake/Modules/ExternalProject/shared_internal_commands.cmake:1323 (message): No download info given for 'project_libbacktrace' and its source directory: /home/cbalint/rpmbuild/BUILD/tvm-0.21.0-build/tvm/ffi/cmake/Utils/../../3rdparty/libbacktrace is not an existing non-empty directory. Please specify one of: * SOURCE_DIR with an existing non-empty directory * DOWNLOAD_COMMAND * URL * GIT_REPOSITORY * SVN_REPOSITORY * HG_REPOSITORY * CVS_REPOSITORY and CVS_MODULE Call Stack (most recent call first): /usr/share/cmake/Modules/ExternalProject.cmake:3041 (_ep_add_download_command) ffi/cmake/Utils/AddLibbacktrace.cmake:34 (ExternalProject_Add) ffi/cmake/Utils/AddLibbacktrace.cmake:67 (_libbacktrace_compile) ffi/CMakeLists.txt:29 (include) ``` -- 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]
