bjorn@canardo:/usr/local/src/lede$ make -j1 V=s package/conserver/prepare Collecting package info: done make[1]: Entering directory '/usr/local/src/lede' make[2]: Entering directory '/usr/local/src/lede/feeds/packages/net/conserver' mkdir -p /usr/local/src/lede/dl SHELL= flock /usr/local/src/lede/tmp/.conserver-8.2.4.tar.gz.flock -c ' /usr/local/src/lede/scripts/dl_github_archive.py --dl-dir="/usr/local/src/lede/dl" --url="https://github.com/conserver/conserver.git" --version="v8.2.4" --subdir="conserver-8.2.4" --source="conserver-8.2.4.tar.gz" --hash="x" || ( echo "Checking out files from the git repository..."; mkdir -p /usr/local/src/lede/tmp/dl && cd /usr/local/src/lede/tmp/dl && rm -rf conserver-8.2.4 && [ \! -d conserver-8.2.4 ] && git clone https://github.com/conserver/conserver.git conserver-8.2.4 && (cd conserver-8.2.4 && git checkout v8.2.4 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd conserver-8.2.4 && git log -1 --format='\''@%ct'\''` && rm -rf conserver-8.2.4/.git && tar --numeric-owner --owner=0 --group=0 --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c conserver-8.2.4 | gzip -nc > /usr/local/src/lede/tmp/dl/conserver-8.2.4.tar.gz && mv /usr/local/src/lede/tmp/dl/conserver-8.2.4.tar.gz /usr/local/src/lede/dl/ && rm -rf conserver-8.2.4; ); ' conserver-8.2.4.tar.gz: Download from https://github.com/conserver/conserver.git failed conserver-8.2.4.tar.gz: Requires sha256sum for verification Checking out files from the git repository... Cloning into 'conserver-8.2.4'... remote: Enumerating objects: 8, done. remote: Counting objects: 100% (8/8), done. remote: Compressing objects: 100% (8/8), done. remote: Total 2446 (delta 1), reused 6 (delta 0), pack-reused 2438 Receiving objects: 100% (2446/2446), 1021.89 KiB | 1.75 MiB/s, done. Resolving deltas: 100% (1898/1898), done. Note: checking out 'v8.2.4'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at e289ba4... Merge pull request #23 from conserver/release-v8.2.4 Packing checkout... touch /usr/local/src/lede/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/conserver-8.2.4/.prepared_9f8f7712828a7ad50ce845561373f44d_6664517399ebbbc92a37c5bb081b5c53_check . /usr/local/src/lede/include/shell.sh; gzip -dc /usr/local/src/lede/dl/conserver-8.2.4.tar.gz | tar -C /usr/local/src/lede/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/conserver-8.2.4/.. -xf - [ ! -d ./src/ ] || cp -fpR ./src/. /usr/local/src/lede/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/conserver-8.2.4 Applying ./patches/001-remove-strip.patch using plaintext: patching file autologin/Makefile.in patching file conserver/Makefile.in patching file console/Makefile.in patching file contrib/chat/Makefile.in cp -fpR ./files/config.sub /usr/local/src/lede/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/conserver-8.2.4/ cp -fpR ./files/config.guess /usr/local/src/lede/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/conserver-8.2.4/ touch /usr/local/src/lede/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/conserver-8.2.4/.prepared_9f8f7712828a7ad50ce845561373f44d_6664517399ebbbc92a37c5bb081b5c53 make[2]: Leaving directory '/usr/local/src/lede/feeds/packages/net/conserver' time: package/feeds/packages/conserver/prepare#0.52#0.10#2.10 make[1]: Leaving directory '/usr/local/src/lede'