libtool: link: /tmp/instance-16/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_REENTRANT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_MATH_FUNCTIONS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_GEOPOLY -DSQLITE_HAVE_ZLIB -DSQLITE_ENABLE_EXPLAIN_COMMENTS -DSQLITE_ENABLE_DBPAGE_VTAB -DSQLITE_ENABLE_STMTVTAB -DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_NO_SYNC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -o sqlite3 sqlite3-shell.o ./.libs/libsqlite3.so -lreadline -lcurses -lz -Wl,-rpath -Wl,/tmp/instance-16/output-1/build/sqlite-3.39.4/.libs make[1]: Leaving directory '/tmp/instance-16/output-1/build/sqlite-3.39.4' >>> sqlite 3.39.4 Installing to staging directory PATH="/tmp/instance-16/output-1/host/bin:/tmp/instance-16/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-16/output-1/host/arc-buildroot-linux-uclibc/sysroot install -C /tmp/instance-16/output-1/build/sqlite-3.39.4/ make[1]: Entering directory '/tmp/instance-16/output-1/build/sqlite-3.39.4' make[2]: Entering directory '/tmp/instance-16/output-1/build/sqlite-3.39.4' /usr/bin/mkdir -p '/tmp/instance-16/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libsqlite3.la '/tmp/instance-16/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libsqlite3.so.0.8.6 /tmp/instance-16/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libsqlite3.so.0.8.6 libtool: install: (cd /tmp/instance-16/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libsqlite3.so.0.8.6 libsqlite3.so.0 || { rm -f libsqlite3.so.0 && ln -s libsqlite3.so.0.8.6 libsqlite3.so.0; }; }) libtool: install: (cd /tmp/instance-16/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libsqlite3.so.0.8.6 libsqlite3.so || { rm -f libsqlite3.so && ln -s libsqlite3.so.0.8.6 libsqlite3.so; }; }) libtool: install: /usr/bin/install -c .libs/libsqlite3.lai /tmp/instance-16/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libsqlite3.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-16/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c sqlite3 '/tmp/instance-16/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/bin' libtool: install: /usr/bin/install -c sqlite3 /tmp/instance-16/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/sqlite3 /usr/bin/mkdir -p '/tmp/instance-16/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include' /usr/bin/install -c -m 644 sqlite3.h sqlite3ext.h '/tmp/instance-16/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include' /usr/bin/mkdir -p '/tmp/instance-16/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/share/man/man1' /usr/bin/install -c -m 644 sqlite3.1 '/tmp/instance-16/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/share/man/man1' /usr/bin/mkdir -p '/tmp/instance-16/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 sqlite3.pc '/tmp/instance-16/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' make[2]: Leaving directory '/tmp/instance-16/output-1/build/sqlite-3.39.4' make[1]: Leaving directory '/tmp/instance-16/output-1/build/sqlite-3.39.4' >>> sqlite 3.39.4 Fixing libtool files for la in $(find /tmp/instance-16/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-16/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-16/output-1/host/arc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-16/output-1/host/arc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-16/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> sqlite 3.39.4 Installing to target PATH="/tmp/instance-16/output-1/host/bin:/tmp/instance-16/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-16/output-1/target install -C /tmp/instance-16/output-1/build/sqlite-3.39.4/ make[1]: Entering directory '/tmp/instance-16/output-1/build/sqlite-3.39.4' make[2]: Entering directory '/tmp/instance-16/output-1/build/sqlite-3.39.4' /usr/bin/mkdir -p '/tmp/instance-16/output-1/target/usr/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libsqlite3.la '/tmp/instance-16/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libsqlite3.so.0.8.6 /tmp/instance-16/output-1/target/usr/lib/libsqlite3.so.0.8.6 libtool: install: (cd /tmp/instance-16/output-1/target/usr/lib && { ln -s -f libsqlite3.so.0.8.6 libsqlite3.so.0 || { rm -f libsqlite3.so.0 && ln -s libsqlite3.so.0.8.6 libsqlite3.so.0; }; }) libtool: install: (cd /tmp/instance-16/output-1/target/usr/lib && { ln -s -f libsqlite3.so.0.8.6 libsqlite3.so || { rm -f libsqlite3.so && ln -s libsqlite3.so.0.8.6 libsqlite3.so; }; }) libtool: install: /usr/bin/install -c .libs/libsqlite3.lai /tmp/instance-16/output-1/target/usr/lib/libsqlite3.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-16/output-1/target/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c sqlite3 '/tmp/instance-16/output-1/target/usr/bin' libtool: install: /usr/bin/install -c sqlite3 /tmp/instance-16/output-1/target/usr/bin/sqlite3 /usr/bin/mkdir -p '/tmp/instance-16/output-1/target/usr/include' /usr/bin/install -c -m 644 sqlite3.h sqlite3ext.h '/tmp/instance-16/output-1/target/usr/include' /usr/bin/mkdir -p '/tmp/instance-16/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 sqlite3.1 '/tmp/instance-16/output-1/target/usr/share/man/man1' /usr/bin/mkdir -p '/tmp/instance-16/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 sqlite3.pc '/tmp/instance-16/output-1/target/usr/lib/pkgconfig' make[2]: Leaving directory '/tmp/instance-16/output-1/build/sqlite-3.39.4' make[1]: Leaving directory '/tmp/instance-16/output-1/build/sqlite-3.39.4' >>> tcping 1.3.6 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-16/output-1/build/.tcping-1.3.6.tar.gz.03mWWg/output' 'https://github.com/mkirchner/tcping/archive/1.3.6/tcping-1.3.6.tar.gz' --2022-11-17 07:31:58-- https://github.com/mkirchner/tcping/archive/1.3.6/tcping-1.3.6.tar.gz Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/mkirchner/tcping/tar.gz/refs/tags/1.3.6 [following] --2022-11-17 07:31:58-- https://codeload.github.com/mkirchner/tcping/tar.gz/refs/tags/1.3.6 Resolving codeload.github.com (codeload.github.com)... 140.82.112.9 Connecting to codeload.github.com (codeload.github.com)|140.82.112.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/tmp/instance-16/output-1/build/.tcping-1.3.6.tar.gz.03mWWg/output' 0K ... 47.3M=0s 2022-11-17 07:31:58 (47.3 MB/s) - '/tmp/instance-16/output-1/build/.tcping-1.3.6.tar.gz.03mWWg/output' saved [3329] tcping-1.3.6.tar.gz: OK (sha256: a731f0e48ff931d7b2a0e896e4db40867043740fe901dd225780f2164fdbdcf3) >>> tcping 1.3.6 Extracting gzip -d -c /tmp/instance-16/dl/tcping/tcping-1.3.6.tar.gz | tar --strip-components=1 -C /tmp/instance-16/output-1/build/tcping-1.3.6 -xf - >>> tcping 1.3.6 Patching >>> tcping 1.3.6 Configuring >>> tcping 1.3.6 Building PATH="/tmp/instance-16/output-1/host/bin:/tmp/instance-16/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 CC="/tmp/instance-16/output-1/host/bin/arc-buildroot-linux-uclibc-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 " -C /tmp/instance-16/output-1/build/tcping-1.3.6 tcping.linux make[1]: Entering directory '/tmp/instance-16/output-1/build/tcping-1.3.6' /tmp/instance-16/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -o tcping -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -DHAVE_HSTRERROR tcping.c make[1]: Leaving directory '/tmp/instance-16/output-1/build/tcping-1.3.6' >>> tcping 1.3.6 Installing to target /usr/bin/install -D -m 0755 /tmp/instance-16/output-1/build/tcping-1.3.6/tcping /tmp/instance-16/output-1/target/usr/bin/tcping >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Downloading GIT_DIR=/tmp/instance-16/dl/uemacs/git/.git git init . hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m Initialized empty Git repository in /tmp/instance-16/dl/uemacs/git/.git/ GIT_DIR=/tmp/instance-16/dl/uemacs/git/.git git remote add origin 'https://git.kernel.org/pub/scm/editors/uemacs/uemacs.git' GIT_DIR=/tmp/instance-16/dl/uemacs/git/.git git remote set-url origin 'https://git.kernel.org/pub/scm/editors/uemacs/uemacs.git' Fetching all references GIT_DIR=/tmp/instance-16/dl/uemacs/git/.git git fetch origin From https://git.kernel.org/pub/scm/editors/uemacs/uemacs * [new branch] master -> origin/master GIT_DIR=/tmp/instance-16/dl/uemacs/git/.git git fetch origin -t GIT_DIR=/tmp/instance-16/dl/uemacs/git/.git git submodule --quiet foreach 'printf "Deregistering submodule \"%s\"\n" "${path}" && cd .. && rm -rf "${path##*/}"' GIT_DIR=/tmp/instance-16/dl/uemacs/git/.git git checkout -f -q '1cdcf9df88144049750116e36fe20c8c39fa2517' warning: refname '1cdcf9df88144049750116e36fe20c8c39fa2517' is ambiguous. Git normally never creates a ref that ends with 40 hex characters because it will be ignored when you just specify 40-hex. These refs may be created by mistake. For example, git switch -c $br $(git rev-parse ...) where "$br" is somehow empty and a 40-hex ref is created. Please examine these refs and maybe delete them. Turn this message off by running "git config advice.objectNameWarning false" GIT_DIR=/tmp/instance-16/dl/uemacs/git/.git git clean -ffdx uemacs-1cdcf9df88144049750116e36fe20c8c39fa2517-br1.tar.gz: OK (sha256: 96e30247365bb27bd74c550b637f5b2ffd2978379872a32a840f6667cec5fa2a) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Extracting gzip -d -c /tmp/instance-16/dl/uemacs/uemacs-1cdcf9df88144049750116e36fe20c8c39fa2517-br1.tar.gz | tar --strip-components=1 -C /tmp/instance-16/output-1/build/uemacs-1cdcf9df88144049750116e36fe20c8c39fa2517 -xf - >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Patching Applying 01-clear-ixon-termios-flag.patch using patch: patching file posix.c >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Configuring >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Building PATH="/tmp/instance-16/output-1/host/bin:/tmp/instance-16/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-16/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ar" AS="/tmp/instance-16/output-1/host/bin/arc-buildroot-linux-uclibc-as" LD="/tmp/instance-16/output-1/host/bin/arc-buildroot-linux-uclibc-ld" NM="/tmp/instance-16/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-nm" CC="/tmp/instance-16/output-1/host/bin/arc-buildroot-linux-uclibc-gcc" GCC="/tmp/instance-16/output-1/host/bin/arc-buildroot-linux-uclibc-gcc" CPP="/tmp/instance-16/output-1/host/bin/arc-buildroot-linux-uclibc-cpp" CXX="/tmp/instance-16/output-1/host/bin/arc-buildroot-linux-uclibc-g++" FC="/tmp/instance-16/output-1/host/bin/arc-buildroot-linux-uclibc-gfortran" F77="/tmp/instance-16/output-1/host/bin/arc-buildroot-linux-uclibc-gfortran" RANLIB="/tmp/instance-16/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ranlib" READELF="/tmp/instance-16/output-1/host/bin/arc-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-16/output-1/host/bin/arc-buildroot-linux-uclibc-objcopy" OBJDUMP="/tmp/instance-16/output-1/host/bin/arc-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-16/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-16/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-16/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-16/output-1/host/lib -Wl,-rpath,/tmp/instance-16/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-16/output-1/host/bin/arc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/tmp/instance-16/output-1/host/bin/arc-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 " LDFLAGS="" FCFLAGS=" -O3 -g0" FFLAGS=" -O3 -g0" PKG_CONFIG="/tmp/instance-16/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-16/output-1/host/arc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /home/autobuild/make/make -j1 -C /tmp/instance-16/output-1/build/uemacs-1cdcf9df88144049750116e36fe20c8c39fa2517 CC="/tmp/instance-16/output-1/host/bin/arc-buildroot-linux-uclibc-gcc" DEFINES="-DAUTOCONF -DPOSIX -DUSG" CFLAGS+="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 " LIBS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -lncurses" make[1]: Entering directory '/tmp/instance-16/output-1/build/uemacs-1cdcf9df88144049750116e36fe20c8c39fa2517' CC ansi.o CC basic.o CC bind.o CC buffer.o CC crypt.o CC display.o CC eval.o eval.c: In function 'gtfun': cc1: warning: function may return address of local variable [-Wreturn-local-addr] eval.c:42:7: note: declared here 42 | char arg1[NSTRING]; /* value of first argument */ | ^~~~ eval.c:42:7: note: declared here eval.c:42:7: note: declared here eval.c:42:7: note: declared here CC exec.o CC file.o CC fileio.o CC ibmpc.o CC input.o CC isearch.o CC line.o CC lock.o CC main.o CC pklock.o pklock.c: In function 'dolock': pklock.c:84:3: warning: implicit declaration of function 'cuserid'; did you mean 'L_cuserid'? [-Wimplicit-function-declaration] 84 | cuserid(locker); | ^~~~~~~ | L_cuserid CC posix.o CC random.o CC region.o CC search.o CC spawn.o CC tcap.o CC termio.o CC vmsvt.o CC vt52.o CC window.o CC word.o CC names.o CC globals.o CC version.o CC usage.o CC wrapper.o CC utf8.o CC util.o LINK em make[1]: Leaving directory '/tmp/instance-16/output-1/build/uemacs-1cdcf9df88144049750116e36fe20c8c39fa2517' >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Installing to target /usr/bin/install -m 0755 -D /tmp/instance-16/output-1/build/uemacs-1cdcf9df88144049750116e36fe20c8c39fa2517/em /tmp/instance-16/output-1/target/usr/bin/em >>> urandom-scripts Extracting >>> urandom-scripts Patching >>> urandom-scripts Configuring >>> urandom-scripts Building >>> urandom-scripts Installing to target /usr/bin/install -D -m 0755 package/urandom-scripts//S20urandom /tmp/instance-16/output-1/target/etc/init.d/S20urandom >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-16/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-16/output-1/host/bin/arc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-16/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs38%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/tmp/instance-16/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-16/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-16/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-16/output-1/host/arc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-16/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-16/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-16/output-1/host/bin/arc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-16/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs38%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'%g" -e "s%@BR2_CMAKE@%/tmp/instance-16/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-16/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-16/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-16/output-1/host/arc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-16/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-16/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /tmp/instance-16/output-1/target/etc/shells || echo "/bin/bash" >> /tmp/instance-16/output-1/target/etc/shells if grep -q CONFIG_ASH=y /tmp/instance-16/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /tmp/instance-16/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-16/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-16/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /tmp/instance-16/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-16/output-1/target/etc/shells; fi grep -qsE '^/bin/dash$' /tmp/instance-16/output-1/target/etc/shells || echo "/bin/dash" >> /tmp/instance-16/output-1/target/etc/shells mkdir -p /tmp/instance-16/output-1/target/etc echo "buildroot" > /tmp/instance-16/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-16/output-1/target/etc/hosts mkdir -p /tmp/instance-16/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-16/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /tmp/instance-16/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-16/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-16/output-1/target/etc/shells ln -sf dash /tmp/instance-16/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /tmp/instance-16/output-1/target/etc/passwd if [ -x /tmp/instance-16/output-1/target/sbin/swapon -a -x /tmp/instance-16/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-16/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-16/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /tmp/instance-16/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /tmp/instance-16/output-1/target/etc/inittab rm -rf /tmp/instance-16/output-1/target/usr/include /tmp/instance-16/output-1/target/usr/share/aclocal \ /tmp/instance-16/output-1/target/usr/lib/pkgconfig /tmp/instance-16/output-1/target/usr/share/pkgconfig \ /tmp/instance-16/output-1/target/usr/lib/cmake /tmp/instance-16/output-1/target/usr/share/cmake \ /tmp/instance-16/output-1/target/usr/lib/rpm /tmp/instance-16/output-1/target/usr/doc find /tmp/instance-16/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-16/output-1/target/lib/ /tmp/instance-16/output-1/target/usr/lib/ /tmp/instance-16/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-16/output-1/target/usr/share/gdb rm -rf /tmp/instance-16/output-1/target/usr/share/zsh rm -rf /tmp/instance-16/output-1/target/usr/man /tmp/instance-16/output-1/target/usr/share/man rm -rf /tmp/instance-16/output-1/target/usr/info /tmp/instance-16/output-1/target/usr/share/info rm -rf /tmp/instance-16/output-1/target/usr/doc /tmp/instance-16/output-1/target/usr/share/doc rm -rf /tmp/instance-16/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-16/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-16/output-1/target/lib/debug /tmp/instance-16/output-1/target/usr/lib/debug find /tmp/instance-16/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /tmp/instance-16/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-16/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-16/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-16/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-rc1-202-g5f94d91ed8"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-rc1\"" \ ) > /tmp/instance-16/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-16/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-16/output-1/per-package /tmp/instance-16/buildroot/support/scripts/fix-rpath target touch /tmp/instance-16/output-1/target/usr ln -snf /tmp/instance-16/output-1/host/arc-buildroot-linux-uclibc/sysroot /tmp/instance-16/output-1/staging make: Leaving directory '/tmp/instance-16/buildroot' make: Entering directory '/tmp/instance-16/buildroot' >>> Buildroot 2022.11-rc1-202-g5f94d91ed8 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final arc-2020.09-release Collecting legal info >>> host-binutils arc-2020.09-release Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2020.09-release Collecting legal info >>> linux-headers 6.0.1 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acpica 20220331 Collecting legal info source/include/acpi.h: OK (sha256: 40d8e351f8dfdf5340ec76ac28f0c201b825077d7060bb3686ca1112cb26985d) >>> host-aespipe 2.4f Collecting legal info >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> ifenslave 2.9 Collecting legal info debian/copyright: OK (sha256: 299e00f3afc0e6ea0685340df73ad444e58e6fe0229989ba0983f5f33e275c41) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> comix-cursors 0.9.1 Collecting legal info >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dhrystone 2 Collecting legal info >>> dt 18.32 Collecting legal info LICENSE: OK (sha256: 49f47f20de4b44dc3505ed0cc55bfbfe0fc3e41956ab546f1eeedcf554def54c) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> git 2.31.4 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> libcurl 7.86.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> openssl Collecting legal info >>> libressl 3.6.1 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> initscripts Collecting legal info >>> iptraf-ng 1.2.1 Collecting legal info LICENSE: OK (sha256: 4e49bef38f621aac4a870da4b30011c7b7abc7256b218daec1c425b08448ae1e) >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libgphoto2 2.5.27 Collecting legal info COPYING: OK (sha256: ebc385a0b1d477be5177ed6d9129557aa59a3ad0f26ebe7dd97ee942a0fb68ee) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libhtp 0.5.40 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libiqrf 0.1.2 Collecting legal info src/iqrf.c: OK (sha256: 11e0700d7c23604d86fa1e7c54c7caa778d79eeb0035be8f80b5a552224ef015) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> logsurfer 1.8 Collecting legal info >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> mbedtls 2.28.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> most 5.2.0 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) COPYRIGHT: OK (sha256: 3d8f860532c9f202db9300375fb29a1e7b32f538c6033e7013266ad55317fc3e) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> neon 0.32.2 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcsc-lite 1.9.9 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> phytool 2 Collecting legal info LICENSE: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-pigz 2.7 Collecting legal info README: OK (sha256: 67e2b9e30e924724a9d72549a6004ed15a041f51d9ea9ab781e048fa27ae07a2) >>> pps-tools 1.0.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-python3 3.11.0 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> redis 7.0.5 Collecting legal info COPYING: OK (sha256: 97f0a15b7bbae580d2609dad2e11f1956ae167be296ab60f4691ab9c30ee9828) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-networking 2.5.1.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> sofia-sip 1.13.9 Collecting legal info COPYING: OK (sha256: e1c0890440efe31b6cd2ee2abf895eb917c787799f079133f5809414d90d5d60) COPYRIGHTS: OK (sha256: b402ae58cf355b33be8fa023f704a039e3d41ecaccd2bbcda43ca31d703e4556) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> speexdsp 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> sqlite 3.39.4 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> tcping 1.3.6 Collecting legal info LICENSE: OK (sha256: 4a35620e27ddb8de27898e4206c8f93633d877c1e128e98e95a035f760d94428) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> urandom-scripts Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: gcc-final-arc-2020.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2020.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: comix-cursors-0.9.1: cannot save license (COMIX_CURSORS_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /tmp/instance-16/output-1/legal-info make: Leaving directory '/tmp/instance-16/buildroot'