github release V4.0.0.0_CE 源码部署失败

【 使用环境 】测试环境
【 OB or 其他组件 】
【 使用版本 】V4.0.0.0_CE
【问题描述】无法部署
【复现路径】

# build from source code
yum install git wget rpm* cpio make glibc-devel glibc-headers binutils m4
bash build.sh debug --init --make
sudo yum install rpm-build
bash build.sh rpm --init && cd build_rpm && make -j16 rpm
# install obd
sudo yum install -y yum-utils
sudo yum-config-manager --add-repo https://mirrors.aliyun.com/oceanbase/OceanBase.repo
sudo yum install -y ob-deploy
source /etc/profile.d/obd.sh
# deploy
yum install -y libtool libaio
mkdir /root/obinstall
cd /your/oceanbase/source/tools/deploy
./obd.sh prepare -p /root/obinstall
./obd.sh deploy -c single.yaml

【问题现象及影响】
请问一下,我这个编译部署怎么失败了?是流程有问题吗?如果是过程有问题,该怎么修正呢?谢谢!

prepare 报错


deploy 报错

【附件】

执行 # deploy 之前需要将 build 好的 rpm 加入到obd 本地镜像吧

参考 https://www.oceanbase.com/docs/community-obd-cn-10000000000900367

obd mirror clone

使用此命令可将一个 RPM 包复制到本地镜像库,之后您可以使用 OBD 集群中相关的命令启动镜像。

obd mirror clone <path> [-f]

参数 path 为 RPM 包的路径。

选项 -f--force-f 为可选选项,默认不开启。开启时,若镜像已经存在,则强制覆盖已有镜像。