找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 3098|回复: 5

openwrt在编译时出现关于内核依赖的错误

[复制链接]
发表于 2019-7-18 16:33 | 显示全部楼层 |阅读模式
RT,今天随便修改了一下menuconfig的配置,然后编译出错,然后将之前的配置取消选中,又继续编译,就出现如下所示的错误,小白一枚,跪求各位大佬帮助一波。
* opkg_install_cmd: Cannot install package kmod-ipt-nat.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-ipt-raw:
*         kernel (= 4.14.91-1-13e88815732b6806577b7dc4ec058f52) *
* opkg_install_cmd: Cannot install package kmod-ipt-raw.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-ip6tables:
*         kernel (= 4.14.91-1-13e88815732b6806577b7dc4ec058f52) *
* opkg_install_cmd: Cannot install package kmod-ip6tables.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-udptunnel4:
*         kernel (= 4.14.91-1-13e88815732b6806577b7dc4ec058f52) *
* opkg_install_cmd: Cannot install package kmod-udptunnel4.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-udptunnel6:
*         kernel (= 4.14.91-1-13e88815732b6806577b7dc4ec058f52) *
* opkg_install_cmd: Cannot install package kmod-udptunnel6.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-ipip:
*         kernel (= 4.14.91-1-13e88815732b6806577b7dc4ec058f52) *         kernel (= 4.14.91-1-13e88815732b6806577b7dc4ec058f52) *         kernel (= 4.14.91-1-13e88815732b6806577b7dc4ec058f52) *
* opkg_install_cmd: Cannot install package kmod-ipip.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-ipsec:
*         kernel (= 4.14.91-1-13e88815732b6806577b7dc4ec058f52) *
* opkg_install_cmd: Cannot install package kmod-ipsec.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-ipsec4:
*         kernel (= 4.14.91-1-13e88815732b6806577b7dc4ec058f52) *
* opkg_install_cmd: Cannot install package kmod-ipsec4.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-ipsec6:
*         kernel (= 4.14.91-1-13e88815732b6806577b7dc4ec058f52) *         kernel (= 4.14.91-1-13e88815732b6806577b7dc4ec058f52) *
* opkg_install_cmd: Cannot install package kmod-ipsec6.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-gre:
*         kernel (= 4.14.91-1-13e88815732b6806577b7dc4ec058f52) *
* opkg_install_cmd: Cannot install package kmod-gre.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-tun:
*         kernel (= 4.14.91-1-13e88815732b6806577b7dc4ec058f52) *
* opkg_install_cmd: Cannot install package kmod-tun.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-slhc:
*         kernel (= 4.14.91-1-13e88815732b6806577b7dc4ec058f52) *
* opkg_install_cmd: Cannot install package kmod-slhc.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-ppp:
*         kernel (= 4.14.91-1-13e88815732b6806577b7dc4ec058f52) *
* opkg_install_cmd: Cannot install package kmod-ppp.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-pppox:
*         kernel (= 4.14.91-1-13e88815732b6806577b7dc4ec058f52) *
* opkg_install_cmd: Cannot install package kmod-pppox.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-pppoe:
*         kernel (= 4.14.91-1-13e88815732b6806577b7dc4ec058f52) *
* opkg_install_cmd: Cannot install package kmod-pppoe.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-p p t p:
*         kernel (= 4.14.91-1-13e88815732b6806577b7dc4ec058f52) *
* opkg_install_cmd: Cannot install package kmod-p p t p.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-pppol2tp:
*         kernel (= 4.14.91-1-13e88815732b6806577b7dc4ec058f52) *         kernel (= 4.14.91-1-13e88815732b6806577b7dc4ec058f52) *
* opkg_install_cmd: Cannot install package kmod-pppol2tp.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-mppe:
*         kernel (= 4.14.91-1-13e88815732b6806577b7dc4ec058f52) *
* opkg_install_cmd: Cannot install package kmod-mppe.
package/Makefile:65: recipe for target 'package/install' failed
make[2]: *** [package/install] Error 255
make[2]: Leaving directory '/home/book/openwrt'
package/Makefile:104: recipe for target '/home/book/openwrt/staging_dir/target-mipsel_24kc_musl/stamp/.package_install' failed
make[1]: *** [/home/book/openwrt/staging_dir/target-mipsel_24kc_musl/stamp/.package_install] Error 2
make[1]: Leaving directory '/home/book/openwrt'
/home/book/openwrt/include/toplevel.mk:216: recipe for target 'world' failed
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
 楼主| 发表于 2019-7-18 17:37 | 显示全部楼层
自顶一下!!
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
回复 支持 反对

使用道具 举报

发表于 2019-7-18 21:54 | 显示全部楼层
make clean

点评

非常感谢你的回复,按照你说的这个方法,已经解决了; 另外,大家也可参考这个链接。http://www.mm126.cc/305.html 里面也提供了解决方法和问题所在  详情 回复 发表于 2019-7-19 11:28
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2019-7-19 11:28 | 显示全部楼层

非常感谢你的回复,按照你说的这个方法,已经解决了;
另外,大家也可参考这个链接。http://www.mm126.cc/305.html 里面也提供了解决方法和问题所在
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
回复 支持 反对

使用道具 举报

发表于 2019-7-19 16:09 | 显示全部楼层
你套件依賴的lib的版本和內核版本不相同.重新update一下feed
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
回复 支持 反对

使用道具 举报

发表于 2019-7-19 16:38 来自手机 | 显示全部楼层
以前经常遇到这个问题,都是整个删掉重来,也懒得问人了,后来觉得make clean应该也可以,果然也可以。编译过程中经历了修修补补来回折腾之后爱好要clean,不然会出现很多怪胎问题。
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

欢迎大家光临恩山无线论坛上一条 /1 下一条

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-9-23 06:33

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com

快速回复 返回顶部 返回列表