zfl9 / ipt2socks

将 iptables/nftables 传入的透明代理流量转为 socks5 流量的实用工具
GNU Affero General Public License v3.0
439 stars 101 forks source link

ERROR: package/feeds/helloworld/ipt2socks failed to build. #47

Closed wuxjjj closed 1 year ago

wuxjjj commented 1 year ago

编译过程出现错误 make[2] -C feeds/helloworld/chinadns-ng download make[2] -C feeds/helloworld/dns2tcp download make[2] -C feeds/helloworld/dns2socks download make[2] -C feeds/helloworld/hysteria download make[2] -C feeds/helloworld/ipt2socks download make[2] -C feeds/helloworld/lua-neturl download make[2] -C feeds/helloworld/microsocks download make[2] -C feeds/helloworld/luci-app-ssr-plus download make[2] -C feeds/helloworld/redsocks2 download make[2] -C feeds/helloworld/naiveproxy download make[2] -C feeds/helloworld/shadowsocksr-libev download make[2] -C feeds/helloworld/simple-obfs download make[2] -C feeds/helloworld/tcping download make[2] -C feeds/helloworld/trojan download make[2] -C feeds/helloworld/v2ray-plugin download ERROR: package/feeds/helloworld/ipt2socks failed to build. make[2] -C feeds/helloworld/xray-core download make package/download: build failed. Please re-run make with -j1 V=s or V=sc for a higher verbosity level to see what's going on make[1] target/download make[2] -C target/linux download

make[3]: Entering directory '/workdir/openwrt/feeds/helloworld/ipt2socks' mkdir -p /workdir/openwrt/dl SHELL= flock /workdir/openwrt/tmp/.ipt2socks-1.1.3.tar.gz.flock -c ' /workdir/openwrt/scripts/download.pl "/workdir/openwrt/dl" "ipt2socks-1.1.3.tar.gz" "73a2498dc95934c225d358707e7f7d060b5ce81aa45260ada09cbd15207d27d1" "" "https://codeload.github.com/zfl9/ipt2socks/tar.gz/v1.1.3?" '

cattyhouse commented 1 year ago

https://github.com/fw876/helloworld/issues/1189

zfl9 commented 1 year ago

改一下hash值应该就可以了,昨天我更新了一下v1.1.3版本的makefile。。

cattyhouse commented 1 year ago

https://github.com/fw876/helloworld/blob/b1cf4ee594d442aa02a9e579be037c19fce6c138/ipt2socks/Makefile#LL13C11-L13C75

PKG_HASH:=73a2498dc95934c225d358707e7f7d060b5ce81aa45260ada09cbd15207d27d1
改为
PKG_HASH:=5279eb1cb7555cf9292423cc9f672dc43e6e214b3411a6df26a6a1cfa59d88b7
wuxjjj commented 1 year ago

OK,多谢