coolsnowwolf / lede

Lean's LEDE source
Other
29.83k stars 19.53k forks source link

编译出错 #6289

Closed luii2020 closed 3 years ago

luii2020 commented 3 years ago

反馈bug/问题模板,提建议请删除

1.关于你要提交的问题

Q:是否搜索了issue (使用 "x" 选择)

2. 详细叙述

(1) 具体问题

A:编译不成功

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

A:x86

(3) 详细日志

A:Configuring coreutils-nohup. Collected errors:

kleisth commented 3 years ago

同样的错误,把xray插件取消也一样报错

yonggedebaqi commented 3 years ago

luci-app-passwall编译问题,你要去找luci-app-passwall作者。

luii2020 commented 3 years ago

我把xray的项目地址添加到feed后再编译就成功了,不明白git pull为什么不更新feeds

ihuaer commented 3 years ago

我把xray的项目地址添加到feed后再编译就成功了,不明白git pull为什么不更新feed

xray的项目地址能贴一下么

luii2020 commented 3 years ago

https://github.com/XTLS/Xray-core.git

EnnawYang commented 3 years ago

你们就不能update一下feeds吗?

ihuaer commented 3 years ago

https://github.com/XTLS/Xray-core.git

谢谢,正在重新编译

cherrymars commented 3 years ago

你们就不能update一下feeds吗?

update feeds了也报这个错....

cherrymars commented 3 years ago

我把xray的项目地址添加到feed后再编译就成功了,不明白git pull为什么不更新feeds

你好,你是加到feeds.conf文件还是怎么弄的?我加到feeds.conf或feeds.conf.default都报错

luii2020 commented 3 years ago

编辑feeds.conf.default,添加src-git xray https://github.com/XTLS/Xray-core.git,退出后更新feeds输入./scripts/feeds update -a ./scripts/feeds install -a

cherrymars commented 3 years ago

编辑feeds.conf.default,添加src-git xray https://github.com/XTLS/Xray-core.git,退出后更新feeds输入./scripts/feeds update -a ./scripts/feeds install -a

操作没错嘛,修改后更新feed直接报错,Unable to open feeds configuration at ./scripts/feeds line 91 见了个鬼

luii2020 commented 3 years ago

编辑feeds.conf.default,添加src-git xray https://github.com/XTLS/Xray-core.git,退出后更新feeds输入./scripts/feeds update -a ./scripts/feeds install -a

操作没错嘛,修改后更新feed直接报错,Unable to open feeds configuration at ./scripts/feeds line 91 见了个鬼

要不先试试执行rm -rf ./tmp && rm -rf .config删除临时文件和配置,再不行只能删掉 feeds 整个文件夹,在 lede 目录下执行 rm -rf ./feeds,然后再 update。

Cathgao commented 3 years ago

rm -rf ./feeds/* 然后再update和install

ihuaer commented 3 years ago

rm -rf ./feeds/& 然后再update和install

感谢,有用啊