kenzok8 / small

ssr passwall bypass依赖
Apache License 2.0
1.01k stars 792 forks source link

xray-core一直云编译错误,更换了golang版本,是插件冲突还是什么问题? #156

Closed allok1985 closed 3 months ago

allok1985 commented 4 months ago

make[3] -C feeds/small/microsocks compile make[3] -C feeds/small/xray-core compile make[3] -C feeds/small/shadowsocks-rust compile make[3] -C feeds/small/simple-obfs compile ERROR: package/feeds/small/xray-core 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: *** [/workdir/openwrt/include/toplevel.mk:231: world] Error 1 make[2]: Entering directory '/workdir/openwrt/scripts/config'

touch /workdir/openwrt/staging_dir/target-x86_64_musl/root-x86/stamp/.kmod-kvm-amd_installed echo "kmod-kvm-amd" >> /workdir/openwrt/staging_dir/target-x86_64_musl/pkginfo/linux.default.install mkdir -p /workdir/openwrt/staging_dir/target-x86_64_musl/root-x86/stamp

SHELL= flock /workdir/openwrt/tmp/.root-copy.flock -c 'cp -fpR /workdir/openwrt/build_dir/target-x86_64_musl/linux-x86_64/packages/.pkgdir/kmod-vfio-mdev/. /workdir/openwrt/staging_dir/target-x86_64_musl/root-x86/' touch /workdir/openwrt/staging_dir/target-x86_64_musl/root-x86/stamp/.kmod-vfio-mdev_installed echo "kmod-vfio-mdev" >> /workdir/openwrt/staging_dir/target-x86_64_musl/pkginfo/linux.default.install mkdir -p /workdir/openwrt/staging_dir/target-x86_64_musl/root-x86/stamp

SHELL= flock /workdir/openwrt/tmp/.root-copy.flock -c 'cp -fpR /workdir/openwrt/build_dir/target-x86_64_musl/linux-x86_64/packages/.pkgdir/kmod-i915-gvt/. /workdir/openwrt/staging_dir/target-x86_64_musl/root-x86/' touch /workdir/openwrt/staging_dir/target-x86_64_musl/root-x86/stamp/.kmod-i915-gvt_installed echo "kmod-i915-gvt" >> /workdir/openwrt/staging_dir/target-x86_64_musl/pkginfo/linux.default.install mkdir -p /workdir/openwrt/staging_dir/target-x86_64_musl/root-x86/stamp

SHELL= flock /workdir/openwrt/tmp/.root-copy.flock -c 'cp -fpR /workdir/openwrt/build_dir/target-x86_64_musl/linux-x86_64/packages/.pkgdir/kmod-amd-xgbe/. /workdir/openwrt/staging_dir/target-x86_64_musl/root-x86/' touch /workdir/openwrt/staging_dir/target-x86_64_musl/root-x86/stamp/.kmod-amd-xgbe_installed echo "kmod-amd-xgbe" >> /workdir/openwrt/staging_dir/target-x86_64_musl/pkginfo/linux.default.install make[3]: Leaving directory '/workdir/openwrt/package/kernel/linux' time: package/kernel/linux/compile#30.23#10.73#38.85 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:231: world] Error 2 Error: Process completed with exit code 2.

翻以前的回复,更换golang版本也不行 ./scripts/feeds update -a && rm -rf feeds/luci/applications/luci-app-mosdns && rm -rf feeds/packages/net/{alist,adguardhome,mosdns,smartdns} rm -rf feeds/packages/lang/golang git clone https://github.com/kenzok8/golang feeds/packages/lang/golang 按https://github.com/kenzok8/small/issues/128回复也不行 rm -rf feeds/packages/lang/golang git clone https://github.com/sbwml/packages_lang_golang -b 22.x feeds/packages/lang/golang

allok1985 commented 3 months ago

还是golang版本问题 去年写在diy-part2.sh的版本是21.x.,在diy-part1.sh咋写都没成功.........