首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >构建Mendel Linux失败

构建Mendel Linux失败
EN

Stack Overflow用户
提问于 2022-03-16 08:09:03
回答 1查看 51关注 0票数 0

我遵循开始使用Mendel Linux文档来构建Mendel。

我以前成功地建造了它,但是从2021年12月开始我就无法重建它了。

我检查了uboot-imx-arm64.log,我猜在构建uboot时出现了错误。

代码语言:javascript
复制
...
 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日志。

有人面临类似的问题吗?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2022-04-29 00:55:24

我注意到每个人都有一些证书问题。因为构建进程在docker中运行。

Docker将添加build文件夹内容,因此我将下面的命令添加到/build/setup.sh中

代码语言:javascript
复制
export GIT_SSL_NO_VERIFY=1

重建孟德尔,一切都恢复正常。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/71493573

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档