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
Building targets
/workdir/openwrt/staging_dir/host/bin/upx --lzma --best /workdir/openwrt/build_dir/target-x86_64_musl/v2ray-plugin-4.41.0/.go_work/build/bin/v2ray-plugin bash: /workdir/openwrt/staging_dir/host/bin/upx: No such file or directory make[3]: *** [Makefile:76: /workdir/openwrt/build_dir/target-x86_64_musl/v2ray-plugin-4.41.0/.built] Error 127 make[3]: Leaving directory '/workdir/openwrt/package/openwrt-packages/openwrt-passwall/v2ray-plugin' time: package/openwrt-packages/openwrt-passwall/v2ray-plugin/compile#1.74#0.44#1.59 ERROR: package/openwrt-packages/openwrt-passwall/v2ray-plugin failed to build. make[2]: *** [package/Makefile:116: package/openwrt-packages/openwrt-passwall/v2ray-plugin/compile] Error 1 make[2]: Leaving directory '/workdir/openwrt' make[1]: *** [package/Makefile:110: /workdir/openwrt/staging_dir/target-x86_64_musl/stamp/.package_compile] Error 2 make[1]: Leaving directory '/workdir/openwrt' make: *** [/workdir/openwrt/include/toplevel.mk:230: world] Error 2 Error: Process completed with exit code 2.
The text was updated successfully, but these errors were encountered:
#1346 这里不是说了吗,原版openwrt缺少upx,从其他源码里拷贝一份就行了。或者删掉makefile里用upx压缩的命令。 https://github.com/coolsnowwolf/lede/tree/master/tools/upx coolsnowwolf/lede#3642
Sorry, something went wrong.
No branches or pull requests
Building targets
/workdir/openwrt/staging_dir/host/bin/upx --lzma --best /workdir/openwrt/build_dir/target-x86_64_musl/v2ray-plugin-4.41.0/.go_work/build/bin/v2ray-plugin
bash: /workdir/openwrt/staging_dir/host/bin/upx: No such file or directory
make[3]: *** [Makefile:76: /workdir/openwrt/build_dir/target-x86_64_musl/v2ray-plugin-4.41.0/.built] Error 127
make[3]: Leaving directory '/workdir/openwrt/package/openwrt-packages/openwrt-passwall/v2ray-plugin'
time: package/openwrt-packages/openwrt-passwall/v2ray-plugin/compile#1.74#0.44#1.59
ERROR: package/openwrt-packages/openwrt-passwall/v2ray-plugin failed to build.
make[2]: *** [package/Makefile:116: package/openwrt-packages/openwrt-passwall/v2ray-plugin/compile] Error 1
make[2]: Leaving directory '/workdir/openwrt'
make[1]: *** [package/Makefile:110: /workdir/openwrt/staging_dir/target-x86_64_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/workdir/openwrt'
make: *** [/workdir/openwrt/include/toplevel.mk:230: world] Error 2
Error: Process completed with exit code 2.
The text was updated successfully, but these errors were encountered: