构建 Mendel Linux 失败

Building Mendel Linux fail

我按照 Getting Started with Mendel Linux 文档构建 Mendel linux。
之前搭建成功了,但是2021年12月之后就无法重建了。
我检查了 uboot-imx-arm64.log,我猜在构建 uboot 时出错了。

...
 dpkg-source --after-build .
 lintian --profile=mendel ../uboot-imx_5-3_arm64.changes
dpkg-buildpackage: info: full upload (original source is included)
N: 1 tag overridden (1 error)
[0mI: Copying back the cached apt archive contents[0m
[0mI: unmounting /rootdir/out/target/product/imx8m_phanbell/packages filesystem[0m
[0mI: unmounting /rootdir filesystem[0m
[0mI: unmounting dev/ptmx filesystem[0m
[0mI: unmounting dev/pts filesystem[0m
[0mI: unmounting dev/shm filesystem[0m
[0mI: unmounting proc filesystem[0m
[0mI: unmounting sys filesystem[0m
[0mI: cleaning the build env [0m
[0mI: removing directory /rootdir/out/target/product/imx8m_phanbell/obj/PBUILDER/2051 and its subdirectories[0m
[0mI: Current time: Wed Mar 16 07:34:56 UTC 2022[0m
[0mI: pbuilder-time-stamp: 1647416096[0m

但是我没有看到任何关于错误的描述。

我也尝试用the last uboot代替。
构建后我什至看不到uboot-imx-arm64.log。

有没有人遇到类似的问题?

大家 我注意到有一些证书问题。 由于构建过程是 运行 in docker.

Docker 将添加构建文件夹内容, 所以我将以下命令添加到 /build/setup.sh

export GIT_SSL_NO_VERIFY=1

然后重建 Mendel,一切又正常了。