[ issue feedback ] Make rootfs image failed

Hi

I’m trying to create debian rootfs image, and it failed.
the system info : ubuntu 16.04
uname -a:
Linux ubuntu 4.15.0-112-generic #113~16.04.1-Ubuntu SMP Fri Jul 10 04:37:08 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

i follow the guide step by step
https://wiki.radxa.com/RockpiS/dev/Debian

RELEASE=buster TARGET=desktop ARCH=arm64 ./mk-base-debian.sh

Processing triggers for libgdk-pixbuf2.0-0:arm64 (2.38.1+dfsg-1) …

(process:18944): **GLib-ERROR : 00:58:27.459: getauxval () failed: No such file or directory

qemu: uncaught target signal 5 (Trace/breakpoint trap) - core dumped

Trace/breakpoint trap (core dumped)

Errors were encountered while processing:

openssh-server

E: Sub-process /usr/bin/dpkg returned an error code (1)

P: Begin unmounting filesystems…

P: Saving caches…

if [ -f binary-tar.tar.gz ]; then \

tar -jcf linaro-buster-alip-date +%Y%m%d-1.config.tar.bz2 auto/ config/ configure; \

sudo mv binary.contents linaro-buster-alip-date +%Y%m%d-1.contents; \

sudo mv chroot.packages.live linaro-buster-alip-date +%Y%m%d-1.packages; \

sudo mv binary-tar.tar.gz linaro-buster-alip-date +%Y%m%d-1.tar.gz; \

md5sum linaro-buster-alip-date +%Y%m%d-1.build-log.txt linaro-buster-alip-date +%Y%m%d-1.config.tar.bz2 linaro-buster-alip-date +%Y%m%d-1.contents linaro-buster-alip-date +%Y%m%d-1.packages linaro-buster-alip-date +%Y%m%d-1.tar.gz > linaro-buster-alip-date +%Y%m%d-1.md5sums.txt; \

sha1sum linaro-buster-alip-date +%Y%m%d-1.build-log.txt linaro-buster-alip-date +%Y%m%d-1.config.tar.bz2 linaro-buster-alip-date +%Y%m%d-1.contents linaro-buster-alip-date +%Y%m%d-1.packages linaro-buster-alip-date +%Y%m%d-1.tar.gz > linaro-buster-alip-date +%Y%m%d-1.sha1sums.txt; \

fi

Failed to run livebuild, please check your network connection.

Have you solved your problem, please? I have the same problem as you

no, how about you ?