lede icon indicating copy to clipboard operation
lede copied to clipboard

go_bootstrap版本问题

Open bull1012 opened this issue 2 months ago • 2 comments

详细叙述

编译出错,搜索很多网站说是go_bootstrap版本低的问题,请问如何升级一下,或者如何解决此种错误呀

重复 issue

  • [x] 没有类似的 issue

具体型号

树莓派

详细日志

make[3]: Leaving directory '/home/bull/lede/feeds/luci/protocols/luci-proto-ipv6' time: package/feeds/luci/luci-proto-ipv6/compile#0.38#0.99#1.61 make[3]: Entering directory '/home/bull/lede/feeds/luci/collections/luci-light' touch /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-light/.prepared_c6848f779e6cce1a1bcf247b82ab5bd2_6664517399ebbbc92a37c5bb081b5c53_check for d in luasrc ucode htdocs root src; do if [ -d ./$d ]; then mkdir -p /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-light/$d; cp -fpR ./$d/* /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-light/$d/; fi; done true [ ! -d ./src/ ] || cp -fpR ./src/. /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-light touch /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-light/.prepared_c6848f779e6cce1a1bcf247b82ab5bd2_6664517399ebbbc92a37c5bb081b5c53 rm -f /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-light/.configured_* rm -f /home/bull/lede/staging_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/stamp/.luci-light_installed touch /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-light/.configured_1f07197ca5f17433de50c9fd74ec03b3 rm -f /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-light/.built touch /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-light/.built_check touch /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-light/.built rm -rf /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-light/.pkgdir/luci-light.installed /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-light/.pkgdir/luci-light mkdir -p /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-light/.pkgdir/luci-light touch /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-light/.pkgdir/luci-light.installed mkdir -p /home/bull/lede/staging_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/root-bcm27xx/stamp SHELL= flock /home/bull/lede/tmp/.root-copy.flock -c 'cp -fpR /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-light/.pkgdir/luci-light/. /home/bull/lede/staging_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/root-bcm27xx/' touch /home/bull/lede/staging_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/root-bcm27xx/stamp/.luci-light_installed mkdir -p /home/bull/lede/bin/targets/bcm27xx/bcm2708/packages /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-light/ipkg-all/luci-light/CONTROL /home/bull/lede/staging_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/pkginfo find /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-light/ipkg-all/luci-light -name 'CVS' -o -name '.svn' -o -name '.#' -o -name '~'| xargs -r rm -rf export CROSS="arm-openwrt-linux-muslgnueabi-" NO_RENAME=1 ; NM="arm-openwrt-linux-muslgnueabi-nm" STRIP="/home/bull/lede/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/home/bull/lede/scripts/strip-kmod.sh" PATCHELF="/home/bull/lede/staging_dir/host/bin/patchelf" /home/bull/lede/scripts/rstrip.sh /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-light/ipkg-all/luci-light (cd /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-light/ipkg-all/luci-light/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; echo "$V_Package_luci_light_postinst" > postinst-pkg; chmod 0755 postinst-pkg; ) install -d -m0755 /home/bull/lede/bin/packages/arm_arm1176jzf-s_vfp/luci /home/bull/lede/staging_dir/host/bin/fakeroot /home/bull/lede/staging_dir/host/bin/bash /home/bull/lede/scripts/ipkg-build -m "" /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-light/ipkg-all/luci-light /home/bull/lede/bin/packages/arm_arm1176jzf-s_vfp/luci Packaged contents of /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-light/ipkg-all/luci-light into /home/bull/lede/bin/packages/arm_arm1176jzf-s_vfp/luci/luci-light_git-25.243.68636-4597fa4_all.ipk echo "luci-light" >> /home/bull/lede/staging_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/pkginfo/luci-light.default.install make[3]: Leaving directory '/home/bull/lede/feeds/luci/collections/luci-light' time: package/feeds/luci/luci-light/compile#0.30#0.81#1.18 make[3]: Entering directory '/home/bull/lede/feeds/luci/collections/luci' touch /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci/.prepared_67f00910c0429086ee79dcb41e3c3496_6664517399ebbbc92a37c5bb081b5c53_check for d in luasrc ucode htdocs root src; do if [ -d ./$d ]; then mkdir -p /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci/$d; cp -fpR ./$d/ /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci/$d/; fi; done true [ ! -d ./src/ ] || cp -fpR ./src/. /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci touch /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci/.prepared_67f00910c0429086ee79dcb41e3c3496_6664517399ebbbc92a37c5bb081b5c53 rm -f /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci/.configured_* rm -f /home/bull/lede/staging_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/stamp/.luci_installed touch /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci/.configured_1f07197ca5f17433de50c9fd74ec03b3 rm -f /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci/.built touch /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci/.built_check touch /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci/.built rm -rf /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci/.pkgdir/luci.installed /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci/.pkgdir/luci mkdir -p /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci/.pkgdir/luci touch /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci/.pkgdir/luci.installed mkdir -p /home/bull/lede/staging_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/root-bcm27xx/stamp SHELL= flock /home/bull/lede/tmp/.root-copy.flock -c 'cp -fpR /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci/.pkgdir/luci/. /home/bull/lede/staging_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/root-bcm27xx/' touch /home/bull/lede/staging_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/root-bcm27xx/stamp/.luci_installed mkdir -p /home/bull/lede/bin/targets/bcm27xx/bcm2708/packages /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci/ipkg-all/luci/CONTROL /home/bull/lede/staging_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/pkginfo find /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci/ipkg-all/luci -name 'CVS' -o -name '.svn' -o -name '.#' -o -name '~'| xargs -r rm -rf export CROSS="arm-openwrt-linux-muslgnueabi-" NO_RENAME=1 ; NM="arm-openwrt-linux-muslgnueabi-nm" STRIP="/home/bull/lede/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/home/bull/lede/scripts/strip-kmod.sh" PATCHELF="/home/bull/lede/staging_dir/host/bin/patchelf" /home/bull/lede/scripts/rstrip.sh /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci/ipkg-all/luci (cd /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci/ipkg-all/luci/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; echo "$V_Package_luci_postinst" > postinst-pkg; chmod 0755 postinst-pkg; ) install -d -m0755 /home/bull/lede/bin/packages/arm_arm1176jzf-s_vfp/luci /home/bull/lede/staging_dir/host/bin/fakeroot /home/bull/lede/staging_dir/host/bin/bash /home/bull/lede/scripts/ipkg-build -m "" /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci/ipkg-all/luci /home/bull/lede/bin/packages/arm_arm1176jzf-s_vfp/luci Packaged contents of /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci/ipkg-all/luci into /home/bull/lede/bin/packages/arm_arm1176jzf-s_vfp/luci/luci_git-25.243.68636-4597fa4_all.ipk echo "luci" >> /home/bull/lede/staging_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/pkginfo/luci.default.install make[3]: Leaving directory '/home/bull/lede/feeds/luci/collections/luci' time: package/feeds/luci/luci/compile#0.29#0.82#1.13 make[3]: Entering directory '/home/bull/lede/feeds/luci/applications/luci-app-fileassistant' touch /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/.prepared_40e30ad2611ee5df49af632798308508_6664517399ebbbc92a37c5bb081b5c53_check for d in luasrc ucode htdocs root src; do if [ -d ./$d ]; then mkdir -p /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/$d; cp -fpR ./$d/ /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/$d/; fi; done true [ ! -d ./src/ ] || cp -fpR ./src/. /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant touch /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/.prepared_40e30ad2611ee5df49af632798308508_6664517399ebbbc92a37c5bb081b5c53 rm -f /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/.configured_* rm -f /home/bull/lede/staging_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/stamp/.luci-app-fileassistant_installed touch /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/.configured_1f07197ca5f17433de50c9fd74ec03b3 rm -f /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/.built touch /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/.built_check touch /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/.built rm -rf /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/.pkgdir/luci-app-fileassistant.installed /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/.pkgdir/luci-app-fileassistant mkdir -p /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/.pkgdir/luci-app-fileassistant install -d -m0755 /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/.pkgdir/luci-app-fileassistant/usr/lib/lua/luci cp -pR /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/luasrc/* /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/.pkgdir/luci-app-fileassistant/usr/lib/lua/luci/ find /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/.pkgdir/luci-app-fileassistant/usr/lib/lua/luci/ -type f -name '.luadoc' | xargs -r rm true find /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/.pkgdir/luci-app-fileassistant/usr/lib/lua/luci/ -type f -name '.htm' | while read src; do /home/bull/lede/staging_dir/host/bin/sed -i -e 's/<%# ([^ ])PKG_VERSION %>/\11.0/g' -e 's/"(<%= (media|resource) %>[^"].(js|css))"/"\1?v=1.0"/g' "$src"; done; find /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/.pkgdir/luci-app-fileassistant/usr/lib/lua/luci/ -type f -name '.ut' | while read src; do /home/bull/lede/staging_dir/host/bin/sed -i -e 's/{# ([^ ])PKG_VERSION #}/\11.0/g' -e 's/"({{ (media|resource) }}[^"].(js|css))"/"\1?v=1.0"/g' "$src"; done install -d -m0755 /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/.pkgdir/luci-app-fileassistant/www cp -pR /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/htdocs/ /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/.pkgdir/luci-app-fileassistant/www/ true true install -d -m0755 /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/.pkgdir/luci-app-fileassistant/ cp -pR /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/root/ /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/.pkgdir/luci-app-fileassistant/ touch /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/.pkgdir/luci-app-fileassistant.installed mkdir -p /home/bull/lede/staging_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/root-bcm27xx/stamp SHELL= flock /home/bull/lede/tmp/.root-copy.flock -c 'cp -fpR /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/.pkgdir/luci-app-fileassistant/. /home/bull/lede/staging_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/root-bcm27xx/' touch /home/bull/lede/staging_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/root-bcm27xx/stamp/.luci-app-fileassistant_installed mkdir -p /home/bull/lede/bin/targets/bcm27xx/bcm2708/packages /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/ipkg-all/luci-app-fileassistant/CONTROL /home/bull/lede/staging_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/pkginfo install -d -m0755 /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/ipkg-all/luci-app-fileassistant/usr/lib/lua/luci cp -pR /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/luasrc/ /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/ipkg-all/luci-app-fileassistant/usr/lib/lua/luci/ find /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/ipkg-all/luci-app-fileassistant/usr/lib/lua/luci/ -type f -name '.luadoc' | xargs -r rm true find /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/ipkg-all/luci-app-fileassistant/usr/lib/lua/luci/ -type f -name '.htm' | while read src; do /home/bull/lede/staging_dir/host/bin/sed -i -e 's/<%# ([^ ])PKG_VERSION %>/\11.0/g' -e 's/"(<%= (media|resource) %>[^"].(js|css))"/"\1?v=1.0"/g' "$src"; done; find /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/ipkg-all/luci-app-fileassistant/usr/lib/lua/luci/ -type f -name '.ut' | while read src; do /home/bull/lede/staging_dir/host/bin/sed -i -e 's/{# ([^ ])PKG_VERSION #}/\11.0/g' -e 's/"({{ (media|resource) }}[^"].(js|css))"/"\1?v=1.0"/g' "$src"; done install -d -m0755 /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/ipkg-all/luci-app-fileassistant/www cp -pR /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/htdocs/ /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/ipkg-all/luci-app-fileassistant/www/ true true install -d -m0755 /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/ipkg-all/luci-app-fileassistant/ cp -pR /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/root/ /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/ipkg-all/luci-app-fileassistant/ find /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/ipkg-all/luci-app-fileassistant -name 'CVS' -o -name '.svn' -o -name '.#' -o -name '~'| xargs -r rm -rf export CROSS="arm-openwrt-linux-muslgnueabi-" NO_RENAME=1 ; NM="arm-openwrt-linux-muslgnueabi-nm" STRIP="/home/bull/lede/staging_dir/host/bin/sstrip -z" STRIP_KMOD="/home/bull/lede/scripts/strip-kmod.sh" PATCHELF="/home/bull/lede/staging_dir/host/bin/patchelf" /home/bull/lede/scripts/rstrip.sh /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/ipkg-all/luci-app-fileassistant (cd /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/ipkg-all/luci-app-fileassistant/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; echo "$V_Package_luci_app_fileassistant_postinst" > postinst-pkg; chmod 0755 postinst-pkg; ) install -d -m0755 /home/bull/lede/bin/packages/arm_arm1176jzf-s_vfp/luci /home/bull/lede/staging_dir/host/bin/fakeroot /home/bull/lede/staging_dir/host/bin/bash /home/bull/lede/scripts/ipkg-build -m "" /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/ipkg-all/luci-app-fileassistant /home/bull/lede/bin/packages/arm_arm1176jzf-s_vfp/luci Packaged contents of /home/bull/lede/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/luci-app-fileassistant/ipkg-all/luci-app-fileassistant into /home/bull/lede/bin/packages/arm_arm1176jzf-s_vfp/luci/luci-app-fileassistant_1.0_all.ipk echo "luci-app-fileassistant" >> /home/bull/lede/staging_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/pkginfo/luci-app-fileassistant.default.install make[3]: Leaving directory '/home/bull/lede/feeds/luci/applications/luci-app-fileassistant' time: package/feeds/luci/luci-app-fileassistant/compile#0.33#0.82#1.24 make[3]: Entering directory '/home/bull/lede/feeds/packages/lang/golang/golang' tar -C "/home/bull/lede/build_dir/hostpkg/go-1.25.1" --strip-components=1 -xzf "/home/bull/lede/dl/go1.25.1.src.tar.gz" [ ! -d ./src/ ] || cp -fpR ./src/* /home/bull/lede/build_dir/hostpkg/go-1.25.1 mkdir -p "/home/bull/lede/build_dir/hostpkg/go-1.25.1/.go_bootstrap" tar -C "/home/bull/lede/build_dir/hostpkg/go-1.25.1/.go_bootstrap" --strip-components=1 -xzf "/home/bull/lede/dl/go1.20.6.linux-amd64.tar.gz" touch /home/bull/lede/build_dir/hostpkg/go-1.25.1/.prepared577d7bbb66e88ad19ebd788c3005005f_6664517399ebbbc92a37c5bb081b5c53 (cd /home/bull/lede/build_dir/hostpkg/go-1.25.1/; if [ -x configure ]; then cp -fpR /home/bull/lede/scripts/config.{guess,sub} /home/bull/lede/build_dir/hostpkg/go-1.25.1// && CC="/home/bull/lede/staging_dir/host/bin/gcc" CFLAGS="-O2 -I/home/bull/lede/staging_dir/host/include -I/home/bull/lede/staging_dir/hostpkg/include -I/home/bull/lede/staging_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/host/include" CXX="/home/bull/lede/staging_dir/host/bin/g++" CPPFLAGS="-I/home/bull/lede/staging_dir/host/include -I/home/bull/lede/staging_dir/hostpkg/include -I/home/bull/lede/staging_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/host/include" CXXFLAGS="-O2 -I/home/bull/lede/staging_dir/host/include -I/home/bull/lede/staging_dir/hostpkg/include -I/home/bull/lede/staging_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/host/include" LDFLAGS="-L/home/bull/lede/staging_dir/host/lib -L/home/bull/lede/staging_dir/hostpkg/lib -L/home/bull/lede/staging_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/host/lib" CONFIG_SHELL="/usr/bin/env bash" bash ./configure --target=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/home/bull/lede/staging_dir/hostpkg --exec-prefix=/home/bull/lede/staging_dir/hostpkg --sysconfdir=/home/bull/lede/staging_dir/hostpkg/etc --localstatedir=/home/bull/lede/staging_dir/hostpkg/var --sbindir=/home/bull/lede/staging_dir/hostpkg/bin ; fi ) touch /home/bull/lede/build_dir/hostpkg/go-1.25.1/.configured mkdir -p "/home/bull/lede/tmp/go-build" ( cd "/home/bull/lede/build_dir/hostpkg/go-1.25.1/src" ; GOROOT_FINAL="/home/bull/lede/staging_dir/hostpkg/lib/go-cross" GOROOT_BOOTSTRAP="/home/bull/lede/build_dir/hostpkg/go-1.25.1/.go_bootstrap" GO_LDFLAGS="-buildmode pie" GOCACHE="/home/bull/lede/tmp/go-build" GOENV=off CC="/home/bull/lede/staging_dir/host/bin/gcc" CXX="/home/bull/lede/staging_dir/host/bin/g++" bash make.bash --no-banner ; ) Building Go cmd/dist using /home/bull/lede/build_dir/hostpkg/go-1.25.1/.go_bootstrap. (go1.20.6 linux/amd64) found packages main (build.go) and building_Go_requires_Go_1_22_6_or_later (notgo122.go) in /home/bull/lede/build_dir/hostpkg/go-1.25.1/src/cmd/dist cmd/dist/buildtool.go:16:2: cannot find package "go/version" in any of: /home/bull/lede/build_dir/hostpkg/go-1.25.1/.go_bootstrap/src/go/version (from $GOROOT) /home/bull/go/src/go/version (from $GOPATH) cmd/dist/build.go:19:2: cannot find package "slices" in any of: /home/bull/lede/build_dir/hostpkg/go-1.25.1/.go_bootstrap/src/slices (from $GOROOT) /home/bull/go/src/slices (from $GOPATH) make[3]: *** [Makefile:379: /home/bull/lede/build_dir/hostpkg/go-1.25.1/.built] Error 1 make[3]: Leaving directory '/home/bull/lede/feeds/packages/lang/golang/golang' time: package/feeds/packages/golang/host-compile#4.73#11.06#30.24 ERROR: package/feeds/packages/golang [host] failed to build. make[2]: *** [package/Makefile:114: package/feeds/packages/golang/host/compile] Error 1 make[2]: Leaving directory '/home/bull/lede' make[1]: *** [package/Makefile:110: /home/bull/lede/staging_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/stamp/.package_compile] Error 2 make[1]: Leaving directory '/home/bull/lede' make: *** [/home/bull/lede/include/toplevel.mk:231: world] Error 2

bull1012 avatar Oct 11 '25 06:10 bull1012

我也遇到此情况,已解决。 go version看下go版本 which go看下当前go安装位置然后 rm -rf /usr/bin/go wget https://go.dev/dl/go1.25.2.linux-amd64.tar.gz tar -C /usr/local -xzf go1.25.2.linux-amd64.tar.gz 在$HOME/.profile or /etc/profile加入PATH环境变量 export PATH=$PATH:/usr/local/go/bin 重启后执行go version看下版本。 详细请参考https://go.dev/doc/install

icicy avatar Oct 12 '25 00:10 icicy

我也遇到这种情况,已解决。 go version看下go版本 which go看下当前go安装位置然后rm -rf /usr/bin/go wget https://go.dev/dl/go1.25.2.linux-amd64.tar.gz tar -C /usr/local -xzf go1.25.2.linux-amd64.tar.gz 在$HOME/.profile或/etc/profile加入环境变量 export PATH=$PATH:/usr/local/go/bin 重启后执行go版本看下版本。 详细请参考https://go.dev/doc/install

按照你的方法操作了,但是问题并没有解决还是出现这个错误呢

bull1012 avatar Oct 12 '25 15:10 bull1012