We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
main
Official downloaded image
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
install -d -m0755 /data/openwrt/bin/packages/aarch64_cortex-a53/packages/tmp$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; )
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
/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
The text was updated successfully, but these errors were encountered: