Quanlong Huang created IMPALA-14948:
---------------------------------------
Summary: boostrap_build.sh fails with xxd: command not found
Key: IMPALA-14948
URL: https://issues.apache.org/jira/browse/IMPALA-14948
Project: IMPALA
Issue Type: Bug
Components: Infrastructure
Reporter: Quanlong Huang
Assignee: Quanlong Huang
Running bin/boostrap_build.sh in a Docker container based on Ubuntu 20.04
failed with the following error:
{noformat}
../../../bin/file2array.sh: line 92: xxd: command not found
make[3]: *** [be/src/codegen/CMakeFiles/CodeGen.dir/build.make:87:
be/generated-sources/impala-ir/impala-ir-os.cc] Error 127
make[2]: *** [CMakeFiles/Makefile2:3757:
be/src/codegen/CMakeFiles/CodeGen.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....{noformat}
The xxd command comes from the vim-common package. It's listed in
boostrap_system.sh but missing in boostrap_build.sh.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)