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
1.关于你要提交的问题 make clean后 git pull最新的源码,make menuconfig之前做了清理。每次运行到下面就停止了。 UPX不支持这个打包? 之前v2ray在config里面可以手动关闭UPX压缩,但是这个不知道如何解决了?
Q:是否搜索了issue (使用 "x" 选择)
A:UBNT ERlite (mips64 octeonplus64)
A:Cleaning module download cache (golang/go#27455)
touch /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/.built rm -rf /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/.pkgdir/frpc.installed /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/.pkgdir/frpc mkdir -p /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/.pkgdir/frpc if [ -n "$(find /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/.go_work/build/bin/linux_mips64 -maxdepth 0 -type d ! -empty 2>/dev/null)" ]; then install -d -m0755 /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/ipkg-install/usr/bin ; install -m0755 /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/.go_work/build/bin/linux_mips64/* /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/ipkg-install/usr/bin/ ; fi install -d -m0755 /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/.pkgdir/frpc/usr/bin install -m0755 /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/ipkg-install/usr/bin/frpc /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/.pkgdir/frpc/usr/bin/ /home/vagrant/lede/staging_dir/host/bin/upx --lzma --best /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/.pkgdir/frpc/usr/bin/frpc Ultimate Packer for eXecutables Copyright (C) 1996 - 2018 UPX 3.95 Markus Oberhumer, Laszlo Molnar & John Reiser Aug 26th 2018
File size Ratio Format Name
upx: /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/.pkgdir/frpc/usr/bin/frpc: UnknownExecutableFormatException
Packed 0 files. Makefile:64: recipe for target '/home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/.pkgdir/frpc.installed' failed make[3]: *** [/home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/.pkgdir/frpc.installed] Error 1 make[3]: Leaving directory '/home/vagrant/lede/package/lean/frp' time: package/lean/frp/compile#49.65#14.72#64.77 package/Makefile:111: recipe for target 'package/lean/frp/compile' failed make[2]: *** [package/lean/frp/compile] Error 2 make[2]: Leaving directory '/home/vagrant/lede' package/Makefile:107: recipe for target '/home/vagrant/lede/staging_dir/target-mips64_octeonplus_64_musl/stamp/.package_compile' failed make[1]: *** [/home/vagrant/lede/staging_dir/target-mips64_octeonplus_64_musl/stamp/.package_compile] Error 2 make[1]: Leaving directory '/home/vagrant/lede' /home/vagrant/lede/include/toplevel.mk:225: recipe for target 'world' failed make: *** [world] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1.关于你要提交的问题
make clean后 git pull最新的源码,make menuconfig之前做了清理。每次运行到下面就停止了。
UPX不支持这个打包?
之前v2ray在config里面可以手动关闭UPX压缩,但是这个不知道如何解决了?
Q:是否搜索了issue (使用 "x" 选择)
2. 详细叙述
(2) 路由器型号和固件版本
A:UBNT ERlite (mips64 octeonplus64)
(3) 详细日志
A:Cleaning module download cache (golang/go#27455)
touch /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/.built
rm -rf /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/.pkgdir/frpc.installed /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/.pkgdir/frpc
mkdir -p /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/.pkgdir/frpc
if [ -n "$(find /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/.go_work/build/bin/linux_mips64 -maxdepth 0 -type d ! -empty 2>/dev/null)" ]; then install -d -m0755 /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/ipkg-install/usr/bin ; install -m0755 /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/.go_work/build/bin/linux_mips64/* /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/ipkg-install/usr/bin/ ; fi
install -d -m0755 /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/.pkgdir/frpc/usr/bin
install -m0755 /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/ipkg-install/usr/bin/frpc /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/.pkgdir/frpc/usr/bin/
/home/vagrant/lede/staging_dir/host/bin/upx --lzma --best /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/.pkgdir/frpc/usr/bin/frpc
Ultimate Packer for eXecutables
Copyright (C) 1996 - 2018
UPX 3.95 Markus Oberhumer, Laszlo Molnar & John Reiser Aug 26th 2018
upx: /home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/.pkgdir/frpc/usr/bin/frpc: UnknownExecutableFormatException
Packed 0 files.
Makefile:64: recipe for target '/home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/.pkgdir/frpc.installed' failed
make[3]: *** [/home/vagrant/lede/build_dir/target-mips64_octeonplus_64_musl/frp-0.32.0/.pkgdir/frpc.installed] Error 1
make[3]: Leaving directory '/home/vagrant/lede/package/lean/frp'
time: package/lean/frp/compile#49.65#14.72#64.77
package/Makefile:111: recipe for target 'package/lean/frp/compile' failed
make[2]: *** [package/lean/frp/compile] Error 2
make[2]: Leaving directory '/home/vagrant/lede'
package/Makefile:107: recipe for target '/home/vagrant/lede/staging_dir/target-mips64_octeonplus_64_musl/stamp/.package_compile' failed
make[1]: *** [/home/vagrant/lede/staging_dir/target-mips64_octeonplus_64_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/vagrant/lede'
/home/vagrant/lede/include/toplevel.mk:225: recipe for target 'world' failed
make: *** [world] Error 2
The text was updated successfully, but these errors were encountered: