Git Product home page Git Product logo

Comments (3)

kenzok8 avatar kenzok8 commented on August 22, 2024

./scripts/feeds clean
git pull && ./scripts/feeds update -a && ./scripts/feeds install -a
我编译好好的,本地与云编译都能过啊!你们选择了什么? ssr passwall等默认配置编译就行了

from small.

dukmonki avatar dukmonki commented on August 22, 2024

再试试。

from small.

ChaingTsung avatar ChaingTsung commented on August 22, 2024

./scripts/feeds clean git pull && ./scripts/feeds update -a && ./scripts/feeds install -a 我编译好了,本地与云编译过啊!你们选择什么? ssr passwall 等默认配置编译就行了

不行啊,cp .config ~/old.config && make clean && make dirclean && git pull && ./scripts/feeds update -a && ./scripts/feeds install -a && cp ~/old.config .config && $(make -j4 || make -j1 V=s) 还是错误一堆

...
Packaged contents of /home/yoki/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-geodata/ipkg-all/v2ray-geoip into /home/yoki/openwrt/bin/packages/aarch64_cortex-a53/base/v2ray-geoip_202308240036-203_all.ipk
removed '/home/yoki/openwrt/bin/packages/aarch64_cortex-a53/base/v2ray-geosite_20230825070717-203_all.ipk'
mkdir -p /home/yoki/openwrt/bin/targets/mediatek/filogic/packages /home/yoki/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-geodata/ipkg-all/v2ray-geosite/CONTROL /home/yoki/openwrt/staging_dir/target-aarch64_cortex-a53_musl/pkginfo
install -d -m0755 /home/yoki/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-geodata/ipkg-all/v2ray-geosite/usr/share/v2ray
install -m0644 /home/yoki/openwrt/dl/dlc.dat.20230825070717 /home/yoki/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-geodata/ipkg-all/v2ray-geosite/usr/share/v2ray/geosite.dat
find /home/yoki/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-geodata/ipkg-all/v2ray-geosite -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf
export CROSS="aarch64-openwrt-linux-musl-"  NO_RENAME=1 ; NM="aarch64-openwrt-linux-musl-nm" STRIP="/home/yoki/openwrt/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/home/yoki/openwrt/scripts/strip-kmod.sh" PATCHELF="/home/yoki/openwrt/staging_dir/host/bin/patchelf" /home/yoki/openwrt/scripts/rstrip.sh /home/yoki/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-geodata/ipkg-all/v2ray-geosite
(cd /home/yoki/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-geodata/ipkg-all/v2ray-geosite/CONTROL; ( echo "$CONTROL"; printf "Description: "; echo "$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; ) > control; chmod 644 control; ( echo "#!/bin/sh"; echo "[ \"\${IPKG_NO_SCRIPT}\" = \"1\" ] && exit 0"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_postinst \$0 \$@"; ) > postinst; ( echo "#!/bin/sh"; echo "[ -s "\${IPKG_INSTROOT}/lib/functions.sh" ] || exit 0"; echo ". \${IPKG_INSTROOT}/lib/functions.sh"; echo "default_prerm \$0 \$@"; ) > prerm; chmod 0755 postinst prerm;  )
install -d -m0755 /home/yoki/openwrt/bin/packages/aarch64_cortex-a53/base
/home/yoki/openwrt/staging_dir/host/bin/fakeroot /home/yoki/openwrt/staging_dir/host/bin/bash /home/yoki/openwrt/scripts/ipkg-build -m "" /home/yoki/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-geodata/ipkg-all/v2ray-geosite /home/yoki/openwrt/bin/packages/aarch64_cortex-a53/base
Packaged contents of /home/yoki/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-geodata/ipkg-all/v2ray-geosite into /home/yoki/openwrt/bin/packages/aarch64_cortex-a53/base/v2ray-geosite_20230825070717-203_all.ipk
rm -rf /home/yoki/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-geodata/.pkgdir/v2ray-geosite.installed /home/yoki/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-geodata/.pkgdir/v2ray-geosite
mkdir -p /home/yoki/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-geodata/.pkgdir/v2ray-geosite
install -d -m0755 /home/yoki/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-geodata/.pkgdir/v2ray-geosite/usr/share/v2ray
install -m0644 /home/yoki/openwrt/dl/dlc.dat.20230825070717 /home/yoki/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-geodata/.pkgdir/v2ray-geosite/usr/share/v2ray/geosite.dat
touch /home/yoki/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-geodata/.pkgdir/v2ray-geosite.installed
mkdir -p /home/yoki/openwrt/staging_dir/target-aarch64_cortex-a53_musl/root-mediatek/stamp
SHELL= flock /home/yoki/openwrt/tmp/.root-copy.flock -c 'cp -fpR /home/yoki/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-geodata/.pkgdir/v2ray-geosite/. /home/yoki/openwrt/staging_dir/target-aarch64_cortex-a53_musl/root-mediatek/'
touch /home/yoki/openwrt/staging_dir/target-aarch64_cortex-a53_musl/root-mediatek/stamp/.v2ray-geosite_installed
make[3]: Leaving directory '/home/yoki/openwrt/package/small/v2ray-geodata'
time: package/small/v2ray-geodata/compile#1.48#0.27#1.59
make[3]: Entering directory '/home/yoki/openwrt/package/small/v2ray-core'
rm -f /home/yoki/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-core-5.7.0/.built
touch /home/yoki/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-core-5.7.0/.built_check
CONFIG_GOLANG_MOD_CACHE_WORLD_READABLE="" GO_BUILD_CACHE_DIR="/home/yoki/openwrt/tmp/go-build" GO_MOD_CACHE_DIR="/home/yoki/openwrt/dl/go-mod-cache" GO_MOD_ARGS="-modcacherw" GO_PKG="github.com/v2fly/v2ray-core/v5" GO_INSTALL_EXTRA="" GO_INSTALL_ALL="" GO_SOURCE_ONLY="" GO_BUILD_PKG="github.com/v2fly/v2ray-core/v5/main" GO_EXCLUDES="" GO_GO_GENERATE="" GO_INSTALL_BIN_PATH="/usr/bin" BUILD_DIR="/home/yoki/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-core-5.7.0" GO_BUILD_DIR="/home/yoki/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-core-5.7.0/.go_work/build" GO_BUILD_BIN_DIR="/home/yoki/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-core-5.7.0/.go_work/build/bin/linux_arm64" GO_BUILD_DEPENDS_PATH="/usr/share/gocode" GO_BUILD_DEPENDS_SRC="/home/yoki/openwrt/staging_dir/target-aarch64_cortex-a53_musl/usr/share/gocode/src" GOOS="linux" GOARCH="arm64" GO386="" GOAMD64="" GOARM="" GOMIPS="" GOMIPS64="" GOPPC64="" CGO_ENABLED=1 CC="aarch64-openwrt-linux-musl-gcc" CXX="aarch64-openwrt-linux-musl-g++" CGO_CFLAGS="-Os -pipe -mcpu=cortex-a53 -fno-caller-saves -fno-plt -fhonour-copts -fmacro-prefix-map=/home/yoki/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-core-5.7.0=v2ray-core-5.7.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" CGO_CPPFLAGS="-I/home/yoki/openwrt/staging_dir/toolchain-aarch64_cortex-a53_gcc-12.3.0_musl/usr/include -I/home/yoki/openwrt/staging_dir/toolchain-aarch64_cortex-a53_gcc-12.3.0_musl/include/fortify -I/home/yoki/openwrt/staging_dir/toolchain-aarch64_cortex-a53_gcc-12.3.0_musl/include" CGO_CXXFLAGS="-Os -pipe -mcpu=cortex-a53 -fno-caller-saves -fno-plt -fhonour-copts -fmacro-prefix-map=/home/yoki/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-core-5.7.0=v2ray-core-5.7.0 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro" CGO_LDFLAGS="-L/home/yoki/openwrt/staging_dir/toolchain-aarch64_cortex-a53_gcc-12.3.0_musl/usr/lib -L/home/yoki/openwrt/staging_dir/toolchain-aarch64_cortex-a53_gcc-12.3.0_musl/lib -fuse-ld=bfd -znow -zrelro" GOPATH="/home/yoki/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-core-5.7.0/.go_work/build" GOCACHE="/home/yoki/openwrt/tmp/go-build" GOMODCACHE="/home/yoki/openwrt/dl/go-mod-cache" GOENV=off GOTOOLCHAIN=local /usr/bin/env bash /home/yoki/openwrt/feeds/packages/lang/golang//golang-build.sh build -v -buildvcs=false -trimpath -ldflags "all=-buildid '1693623177' -linkmode external -extldflags '-L/home/yoki/openwrt/staging_dir/toolchain-aarch64_cortex-a53_gcc-12.3.0_musl/usr/lib -L/home/yoki/openwrt/staging_dir/toolchain-aarch64_cortex-a53_gcc-12.3.0_musl/lib -fuse-ld=bfd -Wl,-z,now -Wl,-z,relro'"        -ldflags " -X github.com/v2fly/v2ray-core/v5.build=OpenWrt -X github.com/v2fly/v2ray-core/v5.version=5.7.0 -buildid '1693623177' -linkmode external -extldflags '-L/home/yoki/openwrt/staging_dir/toolchain-aarch64_cortex-a53_gcc-12.3.0_musl/usr/lib -L/home/yoki/openwrt/staging_dir/toolchain-aarch64_cortex-a53_gcc-12.3.0_musl/lib -fuse-ld=bfd -Wl,-z,now -Wl,-z,relro'"  
Finding targets

Building targets
github.com/quic-go/quic-go/internal/qtls
# github.com/quic-go/quic-go/internal/qtls
../../../../../dl/go-mod-cache/github.com/quic-go/[email protected]/internal/qtls/go121.go:5:13: cannot use "The version of quic-go you're using can't be built on Go 1.21 yet. For more details, please see https://github.com/quic-go/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version of quic-go you're using can't be built on Go 1.21 yet. F...) as int value in variable declaration

make[3]: *** [Makefile:80: /home/yoki/openwrt/build_dir/target-aarch64_cortex-a53_musl/v2ray-core-5.7.0/.built] Error 1
make[3]: Leaving directory '/home/yoki/openwrt/package/small/v2ray-core'
time: package/small/v2ray-core/compile#6.19#1.34#5.99
    ERROR: package/small/v2ray-core failed to build.
make[2]: *** [package/Makefile:120: package/small/v2ray-core/compile] Error 1
make[2]: Leaving directory '/home/yoki/openwrt'
make[1]: *** [package/Makefile:114: /home/yoki/openwrt/staging_dir/target-aarch64_cortex-a53_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/yoki/openwrt'
make: *** [/home/yoki/openwrt/include/toplevel.mk:232:world] 错误 2

from small.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.