We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
始终报错,什么插件都不加也报错
小米路由器R3G
make[3]: Entering directory '/home/krohnya/lede/tools/meson' . /home/krohnya/lede/include/shell.sh; /home/krohnya/lede/staging_dir/host/bin/libdeflate-gzip -dc /home/krohnya/lede/dl/meson-1.5.1.tar.gz | tar -C /home/krohnya/lede/build_dir/host/meson-1.5.1/.. -xf - [ ! -d ./src/ ] || cp -fpR ./src/* /home/krohnya/lede/build_dir/host/meson-1.5.1 touch /home/krohnya/lede/build_dir/host/meson-1.5.1/.prepared1d032fcf37def14542604e0066b71d22_6664517399ebbbc92a37c5bb081b5c53 touch /home/krohnya/lede/build_dir/host/meson-1.5.1/.configured touch /home/krohnya/lede/build_dir/host/meson-1.5.1/.built install -d -m0755 /home/krohnya/lede/staging_dir/host/bin /home/krohnya/lede/build_dir/host/meson-1.5.1/packaging/create_zipapp.py /home/krohnya/lede/build_dir/host/meson-1.5.1 --outfile /home/krohnya/lede/staging_dir/host/bin/meson.py Traceback (most recent call last): File "/home/krohnya/lede/build_dir/host/meson-1.5.1/packaging/create_zipapp.py", line 23, in zipapp.create_archive(d, interpreter=options.interpreter, target=options.outfile, compressed=options.compress) TypeError: create_archive() got an unexpected keyword argument 'compressed' Makefile:35: recipe for target '/home/krohnya/lede/staging_dir/host/stamp/.meson_installed' failed make[3]: *** [/home/krohnya/lede/staging_dir/host/stamp/.meson_installed] Error 1 make[3]: Leaving directory '/home/krohnya/lede/tools/meson' time: tools/meson/compile#0.22#0.15#0.34 ERROR: tools/meson failed to build. tools/Makefile:229: recipe for target 'tools/meson/compile' failed make[2]: *** [tools/meson/compile] Error 1 make[2]: Leaving directory '/home/krohnya/lede' tools/Makefile:227: recipe for target '/home/krohnya/lede/staging_dir/host/stamp/.tools_compile_nyyynyynnnyyynynyyyyyyynyyynynyynnynnyyyyyynyyyyyyyyyyynynnyyyyyyyyy' failed make[1]: *** [/home/krohnya/lede/staging_dir/host/stamp/.tools_compile_nyyynyynnnyyynynyyyyyyynyyynynyynnynnyyyyyynyyyyyyyyyyynynnyyyyyyyyy] Error 2 make[1]: Leaving directory '/home/krohnya/lede' /home/krohnya/lede/include/toplevel.mk:229: recipe for target 'world' failed make: *** [world] Error 2
The text was updated successfully, but these errors were encountered:
有个跟你类似的问题参考下 #7175
Sorry, something went wrong.
python 的 版本切换到 3.8 以上
No branches or pull requests
详细叙述
始终报错,什么插件都不加也报错
重复 issue
具体型号
小米路由器R3G
详细日志
make[3]: Entering directory '/home/krohnya/lede/tools/meson'
. /home/krohnya/lede/include/shell.sh; /home/krohnya/lede/staging_dir/host/bin/libdeflate-gzip -dc /home/krohnya/lede/dl/meson-1.5.1.tar.gz | tar -C /home/krohnya/lede/build_dir/host/meson-1.5.1/.. -xf -
[ ! -d ./src/ ] || cp -fpR ./src/* /home/krohnya/lede/build_dir/host/meson-1.5.1
touch /home/krohnya/lede/build_dir/host/meson-1.5.1/.prepared1d032fcf37def14542604e0066b71d22_6664517399ebbbc92a37c5bb081b5c53
touch /home/krohnya/lede/build_dir/host/meson-1.5.1/.configured
touch /home/krohnya/lede/build_dir/host/meson-1.5.1/.built
install -d -m0755 /home/krohnya/lede/staging_dir/host/bin
/home/krohnya/lede/build_dir/host/meson-1.5.1/packaging/create_zipapp.py /home/krohnya/lede/build_dir/host/meson-1.5.1 --outfile /home/krohnya/lede/staging_dir/host/bin/meson.py
Traceback (most recent call last):
File "/home/krohnya/lede/build_dir/host/meson-1.5.1/packaging/create_zipapp.py", line 23, in
zipapp.create_archive(d, interpreter=options.interpreter, target=options.outfile, compressed=options.compress)
TypeError: create_archive() got an unexpected keyword argument 'compressed'
Makefile:35: recipe for target '/home/krohnya/lede/staging_dir/host/stamp/.meson_installed' failed
make[3]: *** [/home/krohnya/lede/staging_dir/host/stamp/.meson_installed] Error 1
make[3]: Leaving directory '/home/krohnya/lede/tools/meson'
time: tools/meson/compile#0.22#0.15#0.34
ERROR: tools/meson failed to build.
tools/Makefile:229: recipe for target 'tools/meson/compile' failed
make[2]: *** [tools/meson/compile] Error 1
make[2]: Leaving directory '/home/krohnya/lede'
tools/Makefile:227: recipe for target '/home/krohnya/lede/staging_dir/host/stamp/.tools_compile_nyyynyynnnyyynynyyyyyyynyyynynyynnynnyyyyyynyyyyyyyyyyynynnyyyyyyyyy' failed
make[1]: *** [/home/krohnya/lede/staging_dir/host/stamp/.tools_compile_nyyynyynnnyyynynyyyyyyynyyynynyynnynnyyyyyynyyyyyyyyyyynynnyyyyyyyyy] Error 2
make[1]: Leaving directory '/home/krohnya/lede'
/home/krohnya/lede/include/toplevel.mk:229: recipe for target 'world' failed
make: *** [world] Error 2
The text was updated successfully, but these errors were encountered: