coolsnowwolf / lede

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

9月12日源码编译错误 #5450

Closed panther706 closed 4 years ago

panther706 commented 4 years ago

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

1.关于你要提交的问题

9月12日源码编译错误

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

2. 详细叙述

(1) 具体问题

A:

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

WNDR4300/OpenWrt R20.8.27 / LuCI Master (git-20.223.26773-d18ef13) A:

(3) 详细日志

A:+ cut -d= -f2 src/chrome/VERSION

sgllszr commented 4 years ago

sudo apt-get update sudo apt install curl

joketans commented 4 years ago

同编译错误,x86 软路由。 target/Makefile:19: recipe for target '/home/test/lede/staging_dir/target-x86_64_musl/stamp/.target_install' failed make[1]: *** [/home/test/lede/staging_dir/target-x86_64_musl/stamp/.target_install] Error 2 make[1]: Leaving directory '/home/test/lede' /home/test/lede/include/toplevel.mk:222: recipe for target 'world' failed

joketans commented 4 years ago

sudo apt-get update sudo apt install curl

试过了,还是这个错误

panther706 commented 4 years ago

gn/out/.cipdpkg/manifest.json ERROR at //skia/BUILD.gn:817:5: Assertion failed. assert(false, "Need to port cpu specific stuff from skia_library_opts.gyp") ^----- Need to port cpu specific stuff from skia_library_opts.gyp See //BUILD.gn:80:5: which caused the file to be included. "//skia:skia_unittests",

应该是这里出问题, 不是sudo apt-get update sudo apt install curl这个问题

x-magic commented 4 years ago

A library required by naiveproxy cannot be compiled for mips cpu. Apparently they haven't implemented it yet.

Remove naiveproxy and its luci app should solve the problem.