coolsnowwolf / lede

Lean's LEDE source
Other
29.59k stars 19.5k forks source link

从8月14日到现在,全新的GIT源码出现大量依赖找不到! #5342

Closed sirpdboy closed 4 years ago

sirpdboy commented 4 years ago

(1) 具体问题

全新的GIT源码,运行 ./scripts/feeds install -a 后提示大量依赖 不存在!!

(2) 路由器型号和固件版本

A:X86-64

(3) 详细日志

A: WARNING: Makefile 'package/lean/autocore/Makefile' has a dependency on 'bc', which does not exist WARNING: Makefile 'package/lean/autocore/Makefile' has a dependency on 'lm-sensors', which does not exist WARNING: Makefile 'package/lean/automount/Makefile' has a dependency on 'antfs-mount', which does not exist WARNING: Makefile 'package/lean/autosamba/Makefile' has a dependency on 'luci-app-samba', which does not exist WARNING: Makefile 'package/lean/autosamba/Makefile' has a dependency on 'wsdd2', which does not exist WARNING: Makefile 'package/utils/busybox/Makefile' has a dependency on 'libpam', which does not exist WARNING: Makefile 'package/utils/busybox/Makefile' has a build dependency on 'libpam', which does not exist WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libgnutls', which does not exist WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libopenldap', which does not exist WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libidn2', which does not exist WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libssh2', which does not exist WARNING: Makefile 'package/lean/ddns-scripts_aliyun/Makefile' has a dependency on 'ddns-scripts', which does not exist WARNING: Makefile 'package/lean/ddns-scripts_dnspod/Makefile' has a dependency on 'ddns-scripts', which does not exist WARNING: Makefile 'package/lean/default-settings/Makefile' has a dependency on 'luci-base', which does not exist WARNING: Makefile 'package/lean/default-settings/Makefile' has a dependency on 'luci', which does not exist WARNING: Makefile 'package/lean/default-settings/Makefile' has a dependency on 'luci-compat', which does not exist WARNING: Makefile 'package/lean/dnsforwarder/Makefile' has a dependency on 'coreutils-base64', which does not exist WARNING: Makefile 'package/lean/frp/Makefile' has a build dependency on 'golang/host', which does not exist WARNING: Makefile 'package/lean/gmediarender/Makefile' has a dependency on 'gstreamer1', which does not exist WARNING: Makefile 'package/lean/gmediarender/Makefile' has a dependency on 'libgstreamer1', which does not exist WARNING: Makefile 'package/lean/gmediarender/Makefile' has a dependency on 'gstreamer1-libs', which does not exist

ghost commented 4 years ago

使用github actions在线编译功能

9l commented 4 years ago

action 能编译通过

kktt007 commented 4 years ago

使用github actions在线编译功能

有教程吗,早不想用实体编译了,太容易出问题,感谢

ghost commented 4 years ago

在线编译教程:

墙内的:

https://www.bilibili.com/video/BV1yJ411q7mD https://www.bilibili.com/video/BV1VJ411C7EE

墙外油管搜索LEDE在线编译

https://github.com/KFERMercer/OpenWrt-CI

在线编译脚本的作者未更新编译完成固件上传到奶牛快传或者wetransfer的上传选项,人在墙内下载编译完成的固件会有点麻烦。速度很慢容易被防火墙干扰

Terutoki commented 4 years ago

can't reproduce

Windy-Hill commented 4 years ago

@helianling 大神,昨天看你发了一个rf命令删除两个文件夹,使用了那个命令编译就不会报错了,现在找不到那个命令了 还能再发一遍吗