This is an automated email from the ASF dual-hosted git repository.
luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new ef8ae75e37d [fix](doc) updated node version as per given in the url.
(#28427)
ef8ae75e37d is described below
commit ef8ae75e37db2f97f4440a823e6da94bcf1f9770
Author: Nitin-Kashyap <[email protected]>
AuthorDate: Wed Dec 27 15:55:37 2023 +0700
[fix](doc) updated node version as per given in the url. (#28427)
---
docs/en/docs/install/source-install/compilation-arm.md | 10 +++++-----
docs/zh-CN/docs/install/source-install/compilation-arm.md | 8 ++++----
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/docs/en/docs/install/source-install/compilation-arm.md
b/docs/en/docs/install/source-install/compilation-arm.md
index bbd48ff3860..adc9027822f 100644
--- a/docs/en/docs/install/source-install/compilation-arm.md
+++ b/docs/en/docs/install/source-install/compilation-arm.md
@@ -64,7 +64,7 @@ For detailed instructions, please refer to [Compile with
ldb-toolchain](./compil
Note that you need to download the corresponding aarch64 versions of jdk and
nodejs:
1.
[Java8-aarch64](https://doris-thirdparty-repo.bj.bcebos.com/thirdparty/jdk-8u291-linux-aarch64.tar.gz)
-2. [Node
v12.13.0-aarch64](https://doris-thirdparty-repo.bj.bcebos.com/thirdparty/node-v16.3.0-linux-arm64.tar.xz)
+2. [Node
v16.3.0-aarch64](https://doris-thirdparty-repo.bj.bcebos.com/thirdparty/node-v16.3.0-linux-arm64.tar.xz)
## CentOS & Ubuntu
@@ -497,7 +497,7 @@ USE_AVX2=OFF sh build.sh
- Problem Description
- - A "file not found" error occurrs during compilation:
+ - A "file not found" error occurs during compilation:
> Couldn't find pkg.m4 from pkg-config. Install the appropriate package
for your distribution or set ACLOCAL_PATH to the directory containing pkg.m4.
@@ -581,11 +581,11 @@ USE_AVX2=OFF sh build.sh
- Cause
- Not compiled with ldb-toolschain
+ Not compiled with ldb-toolchain
- Solution
- - Check if the ldb-toolschain environment variable is configured
+ - Check if the ldb-toolchain environment variable is configured
- Check if gcc version is `gcc-11`
- - Delete the ldb directory after the `ldb-toolschain.sh` script is
executed, re-execute and configure the environment variables, and verify the
gcc version
+ - Delete the ldb directory after the `ldb_toolchain_gen.aarch64.sh`
script is executed, re-execute and configure the environment variables, and
verify the gcc version
diff --git a/docs/zh-CN/docs/install/source-install/compilation-arm.md
b/docs/zh-CN/docs/install/source-install/compilation-arm.md
index 4cf7e5564e2..c08821deb6e 100644
--- a/docs/zh-CN/docs/install/source-install/compilation-arm.md
+++ b/docs/zh-CN/docs/install/source-install/compilation-arm.md
@@ -64,7 +64,7 @@ under the License.
注意其中 jdk 和 nodejs 都需要下载对应的 aarch64 版本:
1.
[Java8-aarch64](https://doris-thirdparty-repo.bj.bcebos.com/thirdparty/jdk-8u291-linux-aarch64.tar.gz)
-2. [Node
v12.13.0-aarch64](https://doris-thirdparty-repo.bj.bcebos.com/thirdparty/node-v16.3.0-linux-arm64.tar.xz)
+2. [Node
v16.3.0-aarch64](https://doris-thirdparty-repo.bj.bcebos.com/thirdparty/node-v16.3.0-linux-arm64.tar.xz)
## CentOS & Ubuntu
@@ -585,11 +585,11 @@ USE_AVX2=OFF sh build.sh
- 问题原因
- 未使用 Ldb-Toolschain 进行编译
+ 未使用 ldb-toolchain 进行编译
- 解决方案
- - 检查 Ldb-Toolschain 环境变量是否配置
+ - 检查 ldb-toolchain 环境变量是否配置
- 查看 gcc 版本是否是 `gcc-11`
- - 删除 `ldb-toolschain.sh` 脚本执行后的 ldb 目录,重新执行并配置环境变量,验证 gcc 版本
+ - 删除 `ldb_toolchain_gen.aarch64.sh` 脚本执行后的 ldb 目录,重新执行并配置环境变量,验证 gcc 版本
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]