openwrt 编译出错求解决方案

2023-05-16

新手入门openwrt 编译出错求解决方案

Configuring kmod-sched-cake.
Configuring kmod-ifb.
Configuring iptables-mod-conntrack-extra.
Configuring sqm-scripts.
Configuring ip6tables.
Configuring bird1-ipv4-uci.
Configuring kmod-rt2800-soc.
Configuring kmod-ipt-offload.
Configuring ppp-mod-pppoe.
Collected errors:

  • satisfy_dependencies_for: Cannot satisfy the following dependencies for luci-app-sqm:
  • luci-base *
  • opkg_install_cmd: Cannot install package luci-app-sqm.
  • satisfy_dependencies_for: Cannot satisfy the following dependencies for luci-app-bird1-ipv4:
  • luci-base *
  • opkg_install_cmd: Cannot install package luci-app-bird1-ipv4.
  • satisfy_dependencies_for: Cannot satisfy the following dependencies for luci-app-bird1-ipv6:
  • luci-base *
  • opkg_install_cmd: Cannot install package luci-app-bird1-ipv6.
  • satisfy_dependencies_for: Cannot satisfy the following dependencies for luci-app-bmx6:
  • luci-lib-json * luci-base * luci-lib-httpclient *
  • opkg_install_cmd: Cannot install package luci-app-bmx6.
  • satisfy_dependencies_for: Cannot satisfy the following dependencies for luci-app-bmx7:
  • luci-lib-json * luci-mod-admin-full * luci-lib-httpclient *
  • opkg_install_cmd: Cannot install package luci-app-bmx7.
  • satisfy_dependencies_for: Cannot satisfy the following dependencies for luci-app-cjdns:
  • luci-base *
  • opkg_install_cmd: Cannot install package luci-app-cjdns.
    package/Makefile:65: recipe for target ‘package/install’ failed
    make[2]: *** [package/install] Error 255
    make[2]: Leaving directory ‘/home/linyugui/openwrt/openwrt’
    package/Makefile:104: recipe for target ‘/home/linyugui/openwrt/openwrt/staging_dir/target-mipsel_24kc_musl/stamp/.package_install’ failed
    make[1]: *** [/home/linyugui/openwrt/openwrt/staging_dir/target-mipsel_24kc_musl/stamp/.package_install] Error 2
    make[1]: Leaving directory ‘/home/linyugui/openwrt/openwrt’
    /home/linyugui/openwrt/openwrt/include/toplevel.mk:216: recipe for target ‘world’ failed
    make: *** [world] Error 2
    linyugui@linyugui-ThinkPad-X60s:~/openwrt/openwrt$ make menuconfig
    WARNING: Makefile ‘package/feeds/packages/acme/Makefile’ has a dependency on ‘luci-base’, which does not exist
    WARNING: Makefile ‘package/feeds/routing/bird1-ipv4-openwrt/Makefile’ has a dependency on ‘luci-base’, which does not exist
    WARNING: Makefile ‘package/feeds/routing/bird1-ipv6-openwrt/Makefile’ has a dependency on ‘luci-base’, which does not exist
    WARNING: Makefile ‘package/feeds/packages/dynapoint/Makefile’ has a dependency on ‘luci-lib-nixio’, which does not exist
    WARNING: Makefile ‘package/feeds/routing/luci-app-bmx6/Makefile’ has a dependency on ‘luci-lib-json’, which does not exist
    WARNING: Makefile ‘package/feeds/routing/luci-app-bmx6/Makefile’ has a dependency on ‘luci-base’, which does not exist
    WARNING: Makefile ‘package/feeds/routing/luci-app-bmx6/Makefile’ has a dependency on ‘luci-lib-httpclient’, which does not exist
    WARNING: Makefile ‘package/feeds/routing/luci-app-bmx7/Makefile’ has a dependency on ‘luci-lib-json’, which does not exist
    WARNING: Makefile ‘package/feeds/routing/luci-app-bmx7/Makefile’ has a dependency on ‘luci-mod-admin-full’, which does not exist
    WARNING: Makefile ‘package/feeds/routing/luci-app-bmx7/Makefile’ has a dependency on ‘luci-lib-httpclient’, which does not exist
    WARNING: Makefile ‘package/feeds/routing/luci-app-cjdns/Makefile’ has a dependency on ‘luci-base’, which does not exist
    WARNING: Makefile ‘package/feeds/packages/prometheus-node-exporter-lua/Makefile’ has a dependency on ‘luci-lib-nixio’, which does not exist
    WARNING: Makefile ‘package/feeds/packages/sqm-scripts/Makefile’ has a dependency on ‘luci-base’, which does not exist
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

openwrt 编译出错求解决方案 的相关文章

  • hook之useMemo

    useMemo 这个hook的作用有点像我们以前学习的计算属性一样 xff0c 它会缓存我们上次的结果 xff0c 只有当特定的属性改变时才从新计算 并且他能 记住 任何类型的值 标准写法 useMemo 61 gt return 34 我
  • hook之useContext

    useContext这个hook xff0c 我们通过翻译就可以大致知道它的用途 xff0c 译为使用上下文 context上下文我们在前面就已经使用过了 xff0c 它是一种用于跨组件之间的传值的技术 我们学过Context xff0c
  • hook之useRoducer

    useReducer用最简单的话来说 xff0c 就是允许我们在函数组件里面像使用redux一样通过reducer和action来管理我们组件状态的变换 我们可以通过useContext配合实现一个函数组件中的redux useReduce
  • linux安装jenkins 【详细教程】

    1 确保jdk已经安装 xff0c 至少是java8以上 xff0c 如果没有安装 xff0c 可以参考https blog csdn net m0 59347746 article details 125681582 csdn share
  • 【笔记】SQL 2

    1 比较运算符 比较运算符用于比较运算 xff0c 判断逻辑是否成立 A operator B 常用的比较运算符有 61 xff08 等于 xff09 61 xff08 不等于 xff09 lt gt xff08 不等于 xff09 lt
  • Qt Creator 3.0.1 部署远程调试

    QT Creator3 0 1 部署远程调试 远程目标板连接配置 从菜单栏选择options gt devices gt add gt generic linux device gt 开始向导 输入目标板的IP与登录用户信息 完成后会自动测
  • 代码源oj--数据结构初级:105 字符串处理1

    给定一个长度为n的字符串s xff0c 字符串由小写字母a z组成 小明来对这个字符串进行操作 xff0c 他会从头到尾检查这个字符串 xff0c 如果发现有两个相同的字母并排在一起 xff0c 就会把这两个字符都删掉 小明会重复这个操作
  • Python 视频转字符画 - 进阶

    昨晚我在网上看到了别人做的视频转字符动画 xff0c 觉得很厉害 xff0c 我于是也打算玩玩 今天中午花时间实现了这样一个小玩意 顺便把过程记录在这里 1 源视频 xff1a https docs qq com doc DU3pabWFh
  • Python教程 - Tkinter布局

    之前的Tkinter教程中 xff0c 我们创建的控件默认都是从上到下依次排列的 实际上 xff0c 我们可以完全控制每个控件的位置 Tkinter主要提供pack grid place三种布局方法 pack布局 pack布局 xff0c
  • java实现字符串中的字母排序

    String str 61 34 chenughonghuiaikuangwantong1314 34 System out println 34 原字符串 xff1a 34 43 str char chars 61 str toCharA
  • 这个 Python 游戏库,打开就能玩一天

    会 Python 的小伙伴 xff0c 选择用 Python 让 大风车 吱呦呦地转 xff01 还有的小伙伴 xff0c 选择用 Turtle 库绘制童年的卡通人物 我们其实还可以选择用 Python 开发小游戏 xff0c 回忆童年的美
  • k8s集群中部署rancher v2.7高可用集群

    一 xff0c 什么是 Rancher xff1f 官网地址 xff1a 什么是 Rancher xff1f Rancher Manager Rancher 是一个 Kubernetes 管理工具 xff0c 让你能在任何地方和任何提供商上
  • [Ubuntu] 虚拟机忘记登录密码的解决方案

    前言 xff1a 此文章仅作为本人在学习过程中的学习笔记 xff0c 同时也为记录此解决方案亲测有效 特别注明 xff1a 解决方案也是借鉴前人的成就 Ubuntu 虚拟机太久没登录 xff0c 忘记密码了 多次尝试无果后 xff0c 只好
  • shell脚本中常用的基础命令

    Shell xff08 Shell Script xff09 脚本又称Shell命令稿 程序化脚本 xff0c 是一种计算机程序使用的文本文件 xff0c 其内容由一连串的shell命令组成 xff0c 经由Unix Shell直译内容后运
  • 常用DOS命令和Path环境变量的配置

    常用DOS命令和Path环境变量的配置 1 常用DOS命令1 1 打开命令提示符窗口1 2 常用DOS命令 2 Path环境变量的配置2 1 为什么要配置Path环境变量2 2 配置流程2 3 检测Path环境变量配置是否成功 1 常用DO
  • Python 打包工具 Nuitka 入门指南

    Python 打包工具 Nuitka 入门指南 起因 由于最近用Python写了一个跟目标检测相关的小工具 xff0c 如果直接分发代码文件一来是不够优雅 xff0c 二来是对非计算机领域的用户来说不够友好 xff0c 因此我萌生了给小工具
  • 彻底关闭windows Update服务

    第一步 xff1a windows services 服务管理中关闭 Windows Update 服务 第二步 xff1a 关闭任务计划中的WindowsUpdate 第三步 xff1a 修改windows update 可执行程序的注册
  • Linux常用命令——常用网络命令

    一 配置IP地址 1 配置IP地址 IP地址是计算机在互联网中唯一的地址编码 每台计算机如果需要接入网络和其他计算机进行数据通信 xff0c 就必须配置唯一的公网IP地址 配置IP地址有两种方法 xff1a 1 xff09 setup工具
  • 单链表的就地旋转

    小白刚开始跟着陈越老师学习数据结构 xff0c 遇到单链表的就地旋转苦苦思索没有想明白 xff0c 经观看多个博客后有所理解 xff0c 并进行记录 首先 xff0c 存在两个链表 xff08 一开始看主体部分以为只有一个链表 xff0c
  • 小白的proxmox ve(pve)打造AIO(all in boom)折腾日记 (一)硬件篇(硬件选择)

    一直想要一台属于自己的nas xff0c 最近在公司能够攒点闲钱 xff0c 于是就开始了第一次玩软路由 xff0c 第二次玩nas xff08 前些天在电脑装了nas虚拟机 xff09 xff0c 第一次玩pve系统 xff0c 第一次装

随机推荐