error: Something went wrong bootstrapping makefile fragments

 2023-09-05 阅读 79 评论 0

摘要:树莓派下载安装libcurl时报错 编译阶段:./configure --prefix=$PWD/_install --with-ssl 报错 config.status: executing depfiles commands config.status: error: in /home/pi/xiaowei/libcurl/curl-7.71.1’: config.status: error: Something went wrong boots

树莓派下载安装libcurl时报错
编译阶段:./configure --prefix=$PWD/_install --with-ssl
报错
config.status: executing depfiles commands
config.status: error: in /home/pi/xiaowei/libcurl/curl-7.71.1’:
config.status: error: Something went wrong bootstrapping makefile fragments
for automatic dependency tracking. If GNU make was not used, consider
re-running the configure script with MAKE=“gmake” (or whatever is
necessary). You can also try re-running configure with the
‘–disable-dependency-tracking’ option to at least be able to build
the package (albeit without support for automatic dependency tracking).
See `config.log’ for more details
解决方法

输入指令: less config.log
查看config.log日志
输入/curl-7.71.1找到报错地点curl-7.71.1

config.status:1777: cd src && sed -e ‘/# am–include-marker/d’ Makefile | make -f - am–depfiles
config.status:1782: $? = 0
config.status:1777: cd lib && sed -e ‘/# am–include-marker/d’ Makefile | make -f - am–depfiles
config.status:1782: $? = 0
config.status:1777: cd tests/server && sed -e ‘/# am–include-marker/d’ Makefile | make -f - am–depfiles
/bin/bash: line 0: echo: write error: No space left on device
/tmp/GmRdAxRn:1140: recipe for target ‘.deps/sws-sws.Po’ failed
make: *** [.deps/sws-sws.Po] Error 1
config.status:1782: $? = 2
config.status:1777: cd tests/libtest && sed -e ‘/# am–include-marker/d’ Makefile | make -f - am–depfiles
make: *** fwrite (temporary file): No space left on device. Stop.
config.status:1782: $? = 2
config.status:1777: cd tests/unit && sed -e ‘/# am–include-marker/d’ Makefile | make -f - am–depfiles
make: *** fwrite (temporary file): No space left on device. Stop.
config.status:1782: $? = 2
/bin/bash: line 0: echo: write error: No space left on device
/tmp/GmRdAxRn:1140: recipe for target ‘.deps/sws-sws.Po’ failed
make: *** [.deps/sws-sws.Po] Error 1
config.status:1782: $? = 2
config.status:1777: cd tests/libtest && sed -e ‘/# am–include-marker/d’ Makefile | make -f - am–depfiles
make: *** fwrite (temporary file): No space left on device. Stop.
config.status:1782: $? = 2
config.status:1777: cd tests/unit && sed -e ‘/# am–include-marker/d’ Makefile | make -f - am–depfiles
make: *** fwrite (temporary file): No space left on device. Stop.
config.status:1782: $? = 2
config.status:1786: error: in /home/pi/xiaowei/libcurl/curl-7.71.1’:
config.status:1788: error: Something went wrong bootstrapping makefile fragments
for automatic dependency tracking. If GNU make was not used, consider
re-running the configure script with MAKE=“gmake” (or whatever is
necessary). You can also try re-running configure with the
‘–disable-dependency-tracking’ option to at least be able to build
the package (albeit without support for automatic dependency tracking).
See `config.log’ for more details

发现报错:是因为内存不足
make: *** fwrite (temporary file): No space left on device. Stop.
make:**fwrite(临时文件):设备上没有剩余空间。停下。

删除东西,或者扩容内存,继续配置成功

版权声明:本站所有资料均为网友推荐收集整理而来,仅供学习和研究交流使用。

原文链接:https://808629.com/867.html

发表评论:

本站为非赢利网站,部分文章来源或改编自互联网及其他公众平台,主要目的在于分享信息,版权归原作者所有,内容仅供读者参考,如有侵权请联系我们删除!

Copyright © 2022 86后生记录生活 Inc. 保留所有权利。

底部版权信息