Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

最新拉取代码已编译出错,toplevel.mk:233: world] Error 2 #45

Closed
1 task done
flyingabc325 opened this issue Jun 11, 2024 · 0 comments
Closed
1 task done
Labels
bug Something isn't working

Comments

@flyingabc325
Copy link

Describe the bug

install -d -m0755 /data/openwrt/bin/packages/aarch64_cortex-a53/packages/tmp
mkdir -p /data/openwrt/build_dir/target-aarch64_cortex-a53_musl/haproxy-ssl/haproxy-3.0.0/ipkg-aarch64_cortex-a53/haproxy/CONTROL
(cd /data/openwrt/build_dir/target-aarch64_cortex-a53_musl/haproxy-ssl/haproxy-3.0.0/ipkg-aarch64_cortex-a53/haproxy/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_haproxy_conffiles" > conffiles; )
/data/openwrt/staging_dir/host/bin/fakeroot /data/openwrt/staging_dir/host/bin/bash /data/openwrt/scripts/ipkg-build -m "" /data/openwrt/build_dir/target-aarch64_cortex-a53_musl/haproxy-ssl/haproxy-3.0.0/ipkg-aarch64_cortex-a53/haproxy /data/openwrt/bin/packages/aarch64_cortex-a53/packages
Packaged contents of /data/openwrt/build_dir/target-aarch64_cortex-a53_musl/haproxy-ssl/haproxy-3.0.0/ipkg-aarch64_cortex-a53/haproxy into /data/openwrt/bin/packages/aarch64_cortex-a53/packages/haproxy_3.0.0-r1_aarch64_cortex-a53.ipk
echo "haproxy" >> /data/openwrt/staging_dir/target-aarch64_cortex-a53_musl/pkginfo/haproxy.ssl.install
make[3]: Leaving directory '/data/openwrt/feeds/packages/net/haproxy'
time: package/feeds/packages/haproxy/ssl/compile#210.74#17.46#231.38
make[2]: Leaving directory '/data/openwrt'
make[1]: *** [package/Makefile:167: /data/openwrt/staging_dir/target-aarch64_cortex-a53_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/data/openwrt'
make: *** [/data/openwrt/include/toplevel.mk:233: world] Error 2

OpenWrt version

main

OpenWrt release

main

OpenWrt target/subtarget

main

Device

main

Image kind

Official downloaded image

Steps to reproduce

No response

Actual behaviour

No response

Expected behaviour

No response

Additional info

No response

Diffconfig

No response

Terms

  • I am reporting an issue for OpenWrt, not an unsupported fork.
@flyingabc325 flyingabc325 added the bug Something isn't working label Jun 11, 2024
@flyingabc325 flyingabc325 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant