./scripts/feeds install -a 报警告
具体情况如下:
WARNING: No feed for package ‘libc’ found, maybe it’s already part of the standard packages?
WARNING: No feed for package ‘libssp’ found, maybe it’s already part of the standard packages?
WARNING: No feed for package ‘librt’ found, maybe it’s already part of the standard packages?
WARNING: No feed for package ‘libpthread’ found, maybe it’s already part of the standard packages?
WARNING: No feed for package ‘libgmp’ found, maybe it’s already part of the standard packages?
WARNING: No feed for package ‘libtool’ found, maybe it’s already part of the standard packages?
WARNING: No feed for package ‘libintl’ found, maybe it’s already part of the standard packages?
WARNING: No feed for package ‘libiconv’ found, maybe it’s already part of the standard packages?
WARNING: No feed for package ‘binutils’ found, maybe it’s already part of the standard packages?
问题分析&解决方法
1.问题分析
从warning来看,问题很明显是缺少库
2.解决方法
sudo apt-get install libssh-dev
安装libssh-dev即可
之后再次./scripts/feeds install -a 就正常了
本文针对./scripts/feeds install-a命令执行时出现的一系列警告信息进行了分析,并提供了具体的解决方案。通过安装libssh-dev包,可以有效解决缺少库的问题,确保feeds安装过程顺利进行。
1432

被折叠的 条评论
为什么被折叠?



