Error to compile 07.09

Hi. Trying to compile firmware 07.09 for trb145 and have error with zerotier package.

make[3]: Entering directory ‘/home/administrator/1/TRB1_R_GPL_00.07.09/rutos-mdm9x07-trb1-sdk/package/network/services/zerotier’
mkdir -p /home/administrator/1/TRB1_R_GPL_00.07.09/rutos-mdm9x07-trb1-sdk/dl
count=0; until [ $count -ge 5 ]; do SHELL= flock /home/administrator/1/TRB1_R_GPL_00.07.09/rutos-mdm9x07-trb1-sdk/tmp/.zerotier-1.14.0.tar.gz.flock -c ’ /home/administrator/1/TRB1_R_GPL_00.07.09/rutos-mdm9x07-trb1-sdk/scripts/dl_github_archive.py --dl-dir=“/home/administrator/1/TRB1_R_GPL_00.07.09/rutos-mdm9x07-trb1-sdk/dl” --url=“…” --version=“1.14.0” --subdir=“zerotier-1.14.0” --source=“zerotier-1.14.0.tar.gz” --hash=“x” ( echo “Checking out files from the git repository…”; mkdir -p /home/administrator/1/TRB1_R_GPL_00.07.09/rutos-mdm9x07-trb1-sdk/tmp/dl && cd /home/administrator/1/TRB1_R_GPL_00.07.09/rutos-mdm9x07-trb1-sdk/tmp/dl && rm -rf zerotier-1.14.0 && [ ! -d zerotier-1.14.0 ] && (git clone GitHub - zerotier/ZeroTierOne: A Smart Ethernet Switch for Earth zerotier-1.14.0 git clone zerotier-1.14.0) && (cd zerotier-1.14.0 && git checkout 1.14.0 && git submodule update --init --recursive) && echo “Packing checkout…” && export TAR_TIMESTAMP=cd zerotier-1.14.0 && git log -1 --format=‘'’@%ct’'’ && find “zerotier-1.14.0” -type d -name ‘'’.git’'’ | xargs rm -fr && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:±-mtime=“$TAR_TIMESTAMP”} -c zerotier-1.14.0 | gzip -nc > /home/administrator/1/TRB1_R_GPL_00.07.09/rutos-mdm9x07-trb1-sdk/tmp/dl/zerotier-1.14.0.tar.gz && mv /home/administrator/1/TRB1_R_GPL_00.07.09/rutos-mdm9x07-trb1-sdk/tmp/dl/zerotier-1.14.0.tar.gz /home/administrator/1/TRB1_R_GPL_00.07.09/rutos-mdm9x07-trb1-sdk/dl/ && rm -rf zerotier-1.14.0; ); ’ && break; count=$((count+1)); printf “%s\n” “Warning: Package zerotier failed to download: retrying $count/5…”; sleep 20; done; if [ $count -eq 5 ]; then printf “%s\n” “Warning: Package zerotier failed to download after 5 attempts.”; exit 1; fi
zerotier-1.14.0.tar.gz: Download from … failed
zerotier-1.14.0.tar.gz: Requires sha256sum for verification
Checking out files from the git repository…
Cloning into ‘zerotier-1.14.0’…
Note: switching to ‘1.14.0’.

You are in ‘detached HEAD’ state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

git switch -c

Or undo this operation with:

git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 91e7ce87 Merge pull request #2281 from zerotier/1.14.0
Packing checkout…
touch /home/administrator/1/TRB1_R_GPL_00.07.09/rutos-mdm9x07-trb1-sdk/build_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/ZeroTierOne-1.14.0/.prepared_54a2cfa500f0854bec2765500390eddc_6664517399ebbbc92a37c5bb081b5c53_check Applying ./patches/0001-fix-miniupnpc-natpmp-include-paths.patch using plaintext:
can’t find file to patch at input line 13
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:

|From f53004bd22365900a1dbb120dae62ce8b614d31d Mon Sep 17 00:00:00 2001
|From: Moritz Warning <[moritzwarning web de](mailto:moritzwarning web de)>
|Date: Mon, 6 May 2024 22:31:57 +0200
|Subject: [PATCH 1/5] fix miniupnpc/natpmp include paths
|

Signed-off-by: Moritz Warning <[moritzwarning web de](mailto:moritzwarning web de)>
make-linux.mk
1 file changed, 3 insertions(+), 3 deletions(-)
— a/make-linux.mk
+++ b/make-linux.mk

No file to patch. Skipping patch.
2 out of 2 hunks ignored
Patch failed! Please fix ./patches/0001-fix-miniupnpc-natpmp-include-paths.patch!
make[3]: *** [Makefile:123: /home/administrator/1/TRB1_R_GPL_00.07.09/rutos-mdm9x07-trb1-sdk/build_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/ZeroTierOne-1.14.0/.prepared_54a2cfa500f0854bec2765500390eddc_6664517399ebbbc92a37c5bb081b5c53] Error 1
make[3]: Leaving directory ‘/home/administrator/1/TRB1_R_GPL_00.07.09/rutos-mdm9x07-trb1-sdk/package/network/services/zerotier’
time: package/network/services/zerotier/compile#13.86#3.30#86.86