lede icon indicating copy to clipboard operation
lede copied to clipboard

编译X86出错,请问下这是什么原因

Open yuzhe1129 opened this issue 1 year ago • 6 comments

编译X86出错,

Configuring luci-i18n-firewall-zh-cn. Configuring ppp-mod-pppoe. Collected errors:

  • pkg_hash_check_unresolved: cannot find dependency luci-lua-runtime for luci-base
  • pkg_hash_fetch_best_installation_candidate: Packages for luci-base found, but incompatible with the architectures configured
  • satisfy_dependencies_for: Cannot satisfy the following dependencies for default-settings:
  • luci-lua-runtime
  • opkg_install_cmd: Cannot install package default-settings. make[2]: *** [package/Makefile:70: package/install] Error 255 make[2]: Leaving directory '/home/c/lede' make[1]: *** [package/Makefile:111: /home/c/lede/staging_dir/target-x86_64_musl/stamp/.package_install] Error 2 make[1]: Leaving directory '/home/c/lede' make: *** [/home/c/lede/include/toplevel.mk:231:world] 错误 2

yuzhe1129 avatar Nov 06 '23 03:11 yuzhe1129

rm -rf bin

coolsnowwolf avatar Nov 06 '23 07:11 coolsnowwolf

rm-rf bin

执行了还是一样的错误

yuzhe1129 avatar Nov 06 '23 08:11 yuzhe1129

e[1]: *** [package/Makefile:111: /home/c/lede/staging_dir/target-x86_64_musl/stamp/.package_install] Error 2 make[1]: Leaving directory '/home/c/lede' make: *** [/home/c/lede/include/toplevel.mk:231:world] 错误 2 c@ubuntu:~/lede$ rm -rf ./tmp && rm -rf .config c@ubuntu:~/lede$ make menuconfig Collecting package info: done Collecting target info: done WARNING: Makefile 'package/feeds/luci/luci-base/Makefile' has a dependency on 'luci-lua-runtime', which does not exist configuration written to .config

*** End of the configuration. *** Execute 'make' to start the build or try 'make help'.

c@ubuntu:~/lede$

yuzhe1129 avatar Nov 06 '23 08:11 yuzhe1129

rm -rf bin

删除了还是编译报错

aa4851698 avatar Nov 06 '23 08:11 aa4851698

helloworld加#

jackiezhang29 avatar Nov 06 '23 10:11 jackiezhang29

./scripts/feeds update -a ./scripts/feeds install -a 今天碰到了同样的问题,一开始执行过上面两条命令的,再执行一遍,后面就好了

DL53 avatar Feb 16 '24 10:02 DL53