fw876 / helloworld

GNU General Public License v3.0
3.53k stars 2.62k forks source link

更新后6.1和6.6云编译错误 #1502

Open rrkai opened 1 week ago

rrkai commented 1 week ago

make[3] -C package/helloworld/hysteria compile ERROR: package/helloworld/hysteria failed to build. make -r world: 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: *** [/home/runner/work/OpenWrt-Liao/OpenWrt-Liao/openwrt/include/toplevel.mk:231: world] Error 1 WARNING: Makefile 'package/feeds/luci/luci-app-smartdns/Makefile' has a dependency on 'smartdns', which does not exist make[2]: Entering directory '/home/runner/work/OpenWrt-Liao/OpenWrt-Liao/openwrt/scripts/config' make[2]: 'conf' is up to date. make[2]: Leaving directory '/home/runner/work/OpenWrt-Liao/OpenWrt-Liao/openwrt/scripts/config' make[1] world make[2] target/compile make[3] -C target/linux compile make[2] buildinfo make[3] diffconfig buildversion feedsversion make[4] scripts/config/conf make[2] package/cleanup make[2] package/compile make[3] -C package/libs/libjson-c host-compile make[3] -C package/libs/libubox host-compile

lxwq commented 1 week ago

Finding targets no required module provides package github.com/apernet/hysteria/app; to add it: go get github.com/apernet/hysteria/app

Building targets no Go files in /home/zz/lede/build_dir/target-x86_64_musl/hysteria-app-v2.5.0/.go_work/build

make[3]: *** [Makefile:62: /home/zz/lede/build_dir/target-x86_64_musl/hysteria-app-v2.5.0/.built] Error 1 make[3]: Leaving directory '/home/zz/lede/feeds/helloworld/hysteria' time: package/feeds/helloworld/hysteria/compile#2.24#2.45#17.45 ERROR: package/feeds/helloworld/hysteria failed to build. 本地编译一样有问题

WukongMaster commented 1 week ago

不关6.1和6.6的事,它可不背锅,是hysteria 的问题

1要么把他屏蔽掉不编译,2要么等hy上游作者更新,3要么添加第三方插件库依赖包,就不会报错

rrkai commented 1 week ago

Finding targets no required module provides package github.com/apernet/hysteria/app; to add it: go get github.com/apernet/hysteria/app

Building targets no Go files in /home/zz/lede/build_dir/target-x86_64_musl/hysteria-app-v2.5.0/.go_work/build

make[3]: *** [Makefile:62: /home/zz/lede/build_dir/target-x86_64_musl/hysteria-app-v2.5.0/.built] Error 1 make[3]: Leaving directory '/home/zz/lede/feeds/helloworld/hysteria' time: package/feeds/helloworld/hysteria/compile#2.24#2.45#17.45 ERROR: package/feeds/helloworld/hysteria failed to build. 本地编译一样有问题

fork一份到自己仓库然后把版本改回2.4.3就可以正常编译了.

zxlhhyccc commented 1 week ago

fork一份到自己仓库然后把版本改回2.4.3就可以正常编译了.

本地编译一切正常。