我遵循开始使用Mendel Linux文档来构建Mendel。
我以前成功地建造了它,但是从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但我没有看到任何关于错误的描述。
我也尝试使用最后一次uboot来代替。
我甚至都看不见楼后的uboot-imx-arm64日志。
有人面临类似的问题吗?
发布于 2022-04-29 00:55:24
我注意到每个人都有一些证书问题。因为构建进程在docker中运行。
Docker将添加build文件夹内容,因此我将下面的命令添加到/build/setup.sh中
export GIT_SSL_NO_VERIFY=1重建孟德尔,一切都恢复正常。
https://stackoverflow.com/questions/71493573
复制相似问题