Quanlong Huang created IMPALA-12762:
---------------------------------------
Summary: Build package from scratch failed by cmake error
Key: IMPALA-12762
URL: https://issues.apache.org/jira/browse/IMPALA-12762
Project: IMPALA
Issue Type: Bug
Components: Infrastructure
Affects Versions: Impala 4.3.0
Reporter: Quanlong Huang
Saw the following error when building the RPM package from scratch:
{noformat}
CMake Error at be/CMakeLists.txt:774 (ADD_DEPENDENCIES):
Cannot add target-level dependencies to non-existent target
"unified-be-test".
The add_dependencies works for top-level logical targets created by the
add_executable, add_library, or add_custom_target commands. If you want to
add file-level dependencies see the DEPENDS option of the add_custom_target
and add_custom_command commands.
Call Stack (most recent call first):
be/CMakeLists.txt:795 (ADD_UNIFIED_BE_TEST)
be/src/exec/json/CMakeLists.txt:36 (ADD_UNIFIED_BE_LSAN_TEST) {noformat}
The command is
{code}
./buildall.sh -noclean -notests -package{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]