From https://git.openwrt.org/project/uhttpd * [new branch] master -> origin/master * [new branch] openwrt-19.07 -> origin/openwrt-19.07 GIT_DIR=/tmp/instance-19/dl/uhttpd/git/.git git fetch origin -t GIT_DIR=/tmp/instance-19/dl/uhttpd/git/.git git submodule --quiet foreach 'printf "Deregistering submodule \"%s\"\n" "${path}" && cd .. && rm -rf "${path##*/}"' GIT_DIR=/tmp/instance-19/dl/uhttpd/git/.git git checkout -f -q '15346de8d3ba422002496526ee24c62a3601ab8c' warning: refname '15346de8d3ba422002496526ee24c62a3601ab8c' 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-19/dl/uhttpd/git/.git git clean -ffdx uhttpd-15346de8d3ba422002496526ee24c62a3601ab8c-br1.tar.gz: OK (sha256: 9ae10aaf6642b214e0a4ca47d6fd9693ac4b88d61e7d6446f0f0feb3a28ca510) >>> uhttpd 15346de8d3ba422002496526ee24c62a3601ab8c Extracting gzip -d -c /tmp/instance-19/dl/uhttpd/uhttpd-15346de8d3ba422002496526ee24c62a3601ab8c-br1.tar.gz | tar --strip-components=1 -C /tmp/instance-19/output-1/build/uhttpd-15346de8d3ba422002496526ee24c62a3601ab8c -xf - >>> uhttpd 15346de8d3ba422002496526ee24c62a3601ab8c Patching Applying 0001-Remove-Werror.patch using patch: patching file CMakeLists.txt Applying 0002-Fix-TCP_FASTOPEN-related-compile-error.patch using patch: patching file listen.c >>> uhttpd 15346de8d3ba422002496526ee24c62a3601ab8c Configuring (mkdir -p /tmp/instance-19/output-1/build/uhttpd-15346de8d3ba422002496526ee24c62a3601ab8c/ && cd /tmp/instance-19/output-1/build/uhttpd-15346de8d3ba422002496526ee24c62a3601ab8c/ && rm -f CMakeCache.txt && PATH="/tmp/instance-19/output-1/host/bin:/tmp/instance-19/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-19/output-1/host/bin/cmake /tmp/instance-19/output-1/build/uhttpd-15346de8d3ba422002496526ee24c62a3601ab8c/ -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/tmp/instance-19/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_RUNSTATEDIR="/run" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -DLUA_SUPPORT=OFF -DTLS_SUPPORT=OFF -DUBUS_SUPPORT=OFF ) CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 11.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Looking for getspnam -- Looking for getspnam - found -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_SHARED_LIBS BUILD_TEST BUILD_TESTING BUILD_TESTS CMAKE_INSTALL_RUNSTATEDIR -- Build files have been written to: /tmp/instance-19/output-1/build/uhttpd-15346de8d3ba422002496526ee24c62a3601ab8c >>> uhttpd 15346de8d3ba422002496526ee24c62a3601ab8c Building PATH="/tmp/instance-19/output-1/host/bin:/tmp/instance-19/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-19/output-1/build/uhttpd-15346de8d3ba422002496526ee24c62a3601ab8c/ make[1]: Entering directory '/tmp/instance-19/output-1/build/uhttpd-15346de8d3ba422002496526ee24c62a3601ab8c' [ 8%] Building C object CMakeFiles/uhttpd.dir/main.c.o [ 16%] Building C object CMakeFiles/uhttpd.dir/listen.c.o [ 25%] Building C object CMakeFiles/uhttpd.dir/client.c.o [ 33%] Building C object CMakeFiles/uhttpd.dir/utils.c.o [ 41%] Building C object CMakeFiles/uhttpd.dir/file.c.o [ 50%] Building C object CMakeFiles/uhttpd.dir/auth.c.o [ 58%] Building C object CMakeFiles/uhttpd.dir/cgi.c.o [ 66%] Building C object CMakeFiles/uhttpd.dir/relay.c.o [ 75%] Building C object CMakeFiles/uhttpd.dir/proc.c.o [ 83%] Building C object CMakeFiles/uhttpd.dir/plugin.c.o [ 91%] Building C object CMakeFiles/uhttpd.dir/handler.c.o [100%] Linking C executable uhttpd [100%] Built target uhttpd make[1]: Leaving directory '/tmp/instance-19/output-1/build/uhttpd-15346de8d3ba422002496526ee24c62a3601ab8c' >>> uhttpd 15346de8d3ba422002496526ee24c62a3601ab8c Installing to target PATH="/tmp/instance-19/output-1/host/bin:/tmp/instance-19/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-19/output-1/target install/fast -C /tmp/instance-19/output-1/build/uhttpd-15346de8d3ba422002496526ee24c62a3601ab8c/ make[1]: Entering directory '/tmp/instance-19/output-1/build/uhttpd-15346de8d3ba422002496526ee24c62a3601ab8c' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-19/output-1/target/usr/bin/uhttpd make[1]: Leaving directory '/tmp/instance-19/output-1/build/uhttpd-15346de8d3ba422002496526ee24c62a3601ab8c' >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-19/output-1/build/.xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da.tar.gz.VgolN0/output' 'https://github.com/jwm-art-net/XorCurses/archive/04b664826c5bd30dd483f6a5c8c189ef97e255da/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da.tar.gz' --2023-01-17 05:51:19-- https://github.com/jwm-art-net/XorCurses/archive/04b664826c5bd30dd483f6a5c8c189ef97e255da/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da.tar.gz Resolving github.com (github.com)... 20.248.137.48 Connecting to github.com (github.com)|20.248.137.48|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/jwm-art-net/XorCurses/tar.gz/04b664826c5bd30dd483f6a5c8c189ef97e255da [following] --2023-01-17 05:51:21-- https://codeload.github.com/jwm-art-net/XorCurses/tar.gz/04b664826c5bd30dd483f6a5c8c189ef97e255da Resolving codeload.github.com (codeload.github.com)... 20.248.137.55 Connecting to codeload.github.com (codeload.github.com)|20.248.137.55|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/tmp/instance-19/output-1/build/.xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da.tar.gz.VgolN0/output' 0K .......... .......... .......... .......... .......... 151K 50K .......... ..... 77.9M=0.3s 2023-01-17 05:51:22 (198 KB/s) - '/tmp/instance-19/output-1/build/.xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da.tar.gz.VgolN0/output' saved [67054] xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da.tar.gz: OK (sha256: 6c60a41b9a74ecd5f6ded337b9982e81eaf7b31a654a4a32b219e3a2ff638ae3) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Extracting gzip -d -c /tmp/instance-19/dl/xorcurses/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da.tar.gz | tar --strip-components=1 -C /tmp/instance-19/output-1/build/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da -xf - >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Patching >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Configuring >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Building /home/autobuild/make/make -j1 -C /tmp/instance-19/output-1/build/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da PATH="/tmp/instance-19/output-1/host/bin:/tmp/instance-19/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-as" LD="/tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-ld" NM="/tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc" GCC="/tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc" CPP="/tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-cpp" CXX="/tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-g++" FC="/tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gfortran" F77="/tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-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-19/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-19/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-19/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-19/output-1/host/lib -Wl,-rpath,/tmp/instance-19/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-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 -O1 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O1 -g0" FFLAGS=" -O1 -g0" PKG_CONFIG="/tmp/instance-19/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-19/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='\"/usr/share/xorcurses\"' -DVERSION='\"04b664826c5bd30dd483f6a5c8c189ef97e255da\"'" make[1]: Entering directory '/tmp/instance-19/output-1/build/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da' /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c actions.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c control_flow.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c data_file.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c exit.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c explode.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c fletcher.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c game_display.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c help.c help.c: In function 'read_help_text': help.c:181:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 181 | fgets(buf, HELP_WIDTH, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c icons.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c info.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c level_menu.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c map.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c movelist.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c moves.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c options.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c play_xor.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c player.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c replay.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c scores.c scores.c: In function 'load_scores': scores.c:160:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 160 | fread(tmp, sizeof(ctr_t), MAX_LEVEL + 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c screen.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c splash.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c teleport.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c xorcurses.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' actions.o control_flow.o data_file.o exit.o explode.o fletcher.o game_display.o help.o icons.o info.o level_menu.o map.o movelist.o moves.o options.o play_xor.o player.o replay.o scores.o screen.o splash.o teleport.o xorcurses.o -o xorcurses -lcurses make[1]: Leaving directory '/tmp/instance-19/output-1/build/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da' >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Installing to target /usr/bin/install -D -m 0755 /tmp/instance-19/output-1/build/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da/xorcurses /tmp/instance-19/output-1/target/usr/bin/xorcurses mkdir -p /tmp/instance-19/output-1/target/usr/share/xorcurses/maps /usr/bin/install -D -m 0644 /tmp/instance-19/output-1/build/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da/maps/*.xcm /tmp/instance-19/output-1/target/usr/share/xorcurses/maps/ >>> zlog 1.2.16 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-19/output-1/build/.zlog-1.2.16.tar.gz.t9UheL/output' 'https://github.com/HardySimpson/zlog/archive/1.2.16/zlog-1.2.16.tar.gz' --2023-01-17 05:51:27-- https://github.com/HardySimpson/zlog/archive/1.2.16/zlog-1.2.16.tar.gz Resolving github.com (github.com)... 20.248.137.48 Connecting to github.com (github.com)|20.248.137.48|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/HardySimpson/zlog/tar.gz/refs/tags/1.2.16 [following] --2023-01-17 05:51:28-- https://codeload.github.com/HardySimpson/zlog/tar.gz/refs/tags/1.2.16 Resolving codeload.github.com (codeload.github.com)... 20.248.137.55 Connecting to codeload.github.com (codeload.github.com)|20.248.137.55|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/tmp/instance-19/output-1/build/.zlog-1.2.16.tar.gz.t9UheL/output' 0K .......... .......... .......... .......... .......... 151K 50K .......... .......... .......... .......... .......... 303K 100K .......... .......... .. 23.9M=0.5s 2023-01-17 05:51:30 (246 KB/s) - '/tmp/instance-19/output-1/build/.zlog-1.2.16.tar.gz.t9UheL/output' saved [125131] zlog-1.2.16.tar.gz: OK (sha256: 742401902f2134eb272c49631fe5c38d7aeb9a2ad56fa3ec3d15219b371ba655) >>> zlog 1.2.16 Extracting gzip -d -c /tmp/instance-19/dl/zlog/zlog-1.2.16.tar.gz | tar --strip-components=1 -C /tmp/instance-19/output-1/build/zlog-1.2.16 -xf - >>> zlog 1.2.16 Patching >>> zlog 1.2.16 Configuring >>> zlog 1.2.16 Building PATH="/tmp/instance-19/output-1/host/bin:/tmp/instance-19/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-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 " -C /tmp/instance-19/output-1/build/zlog-1.2.16 all make[1]: Entering directory '/tmp/instance-19/output-1/build/zlog-1.2.16' cd src && /home/autobuild/make/make all make[2]: Entering directory '/tmp/instance-19/output-1/build/zlog-1.2.16/src' /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb buf.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb category.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb category_table.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb conf.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb event.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb format.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb level.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb level_list.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb mdc.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb record.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb record_table.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb rotater.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb rule.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb spec.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb thread.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_arraylist.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_hashtable.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_profile.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_util.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zlog.c /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -shared -Wl,-soname,libzlog.so.1.2 -o libzlog.so buf.o category.o category_table.o conf.o event.o format.o level.o level_list.o mdc.o record.o record_table.o rotater.o rule.o spec.o thread.o zc_arraylist.o zc_hashtable.o zc_profile.o zc_util.o zlog.o -pthread # for use in test folder - linux and requirement for aix runtime # resolving cp -f libzlog.so libzlog.so.1 cp -f libzlog.so libzlog.so.1.2 /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zlog-chk-conf.c ar rcs libzlog.a buf.o category.o category_table.o conf.o event.o format.o level.o level_list.o mdc.o record.o record_table.o rotater.o rule.o spec.o thread.o zc_arraylist.o zc_hashtable.o zc_profile.o zc_util.o zlog.o /tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -o zlog-chk-conf zlog-chk-conf.o -L. -lzlog -pthread make[2]: Leaving directory '/tmp/instance-19/output-1/build/zlog-1.2.16/src' make[1]: Leaving directory '/tmp/instance-19/output-1/build/zlog-1.2.16' >>> zlog 1.2.16 Installing to staging directory PATH="/tmp/instance-19/output-1/host/bin:/tmp/instance-19/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 PREFIX=/tmp/instance-19/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr -C /tmp/instance-19/output-1/build/zlog-1.2.16 install make[1]: Entering directory '/tmp/instance-19/output-1/build/zlog-1.2.16' cd src && /home/autobuild/make/make install make[2]: Entering directory '/tmp/instance-19/output-1/build/zlog-1.2.16/src' mkdir -p /tmp/instance-19/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include /tmp/instance-19/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/lib /tmp/instance-19/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/bin cp -a zlog.h /tmp/instance-19/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include cp -a zlog-chk-conf /tmp/instance-19/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/bin cp -a libzlog.so /tmp/instance-19/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/lib/libzlog.so.1.2 cd /tmp/instance-19/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/lib && ln -sf libzlog.so.1.2 libzlog.so.1 cd /tmp/instance-19/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/lib && ln -sf libzlog.so.1 libzlog.so cp -a libzlog.a /tmp/instance-19/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/lib make[2]: Leaving directory '/tmp/instance-19/output-1/build/zlog-1.2.16/src' make[1]: Leaving directory '/tmp/instance-19/output-1/build/zlog-1.2.16' >>> zlog 1.2.16 Fixing libtool files for la in $(find /tmp/instance-19/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-19/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-19/output-1/host/aarch64_be-buildroot-linux-gnu/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-19/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-19/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 >>> zlog 1.2.16 Installing to target PATH="/tmp/instance-19/output-1/host/bin:/tmp/instance-19/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 PREFIX=/tmp/instance-19/output-1/target/usr -C /tmp/instance-19/output-1/build/zlog-1.2.16 install make[1]: Entering directory '/tmp/instance-19/output-1/build/zlog-1.2.16' cd src && /home/autobuild/make/make install make[2]: Entering directory '/tmp/instance-19/output-1/build/zlog-1.2.16/src' mkdir -p /tmp/instance-19/output-1/target/usr/include /tmp/instance-19/output-1/target/usr/lib /tmp/instance-19/output-1/target/usr/bin cp -a zlog.h /tmp/instance-19/output-1/target/usr/include cp -a zlog-chk-conf /tmp/instance-19/output-1/target/usr/bin cp -a libzlog.so /tmp/instance-19/output-1/target/usr/lib/libzlog.so.1.2 cd /tmp/instance-19/output-1/target/usr/lib && ln -sf libzlog.so.1.2 libzlog.so.1 cd /tmp/instance-19/output-1/target/usr/lib && ln -sf libzlog.so.1 libzlog.so cp -a libzlog.a /tmp/instance-19/output-1/target/usr/lib make[2]: Leaving directory '/tmp/instance-19/output-1/build/zlog-1.2.16/src' make[1]: Leaving directory '/tmp/instance-19/output-1/build/zlog-1.2.16' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-19/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'@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', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a53%g" -e "s%@TARGET_ENDIAN@%big%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-19/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-19/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-19/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-19/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-19/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-19/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-19/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a53%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/tmp/instance-19/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-19/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-19/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-19/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-19/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-19/output-1/host/etc/meson/cross-compilation.conf if grep -q CONFIG_ASH=y /tmp/instance-19/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /tmp/instance-19/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-19/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-19/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /tmp/instance-19/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-19/output-1/target/etc/shells; fi rm -f -r /tmp/instance-19/output-1/target/usr/share/openrc mkdir -p /tmp/instance-19/output-1/target/etc echo "buildroot" > /tmp/instance-19/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-19/output-1/target/etc/hosts mkdir -p /tmp/instance-19/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-19/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /tmp/instance-19/output-1/target/etc/shadow rm -f /tmp/instance-19/output-1/target/bin/sh rm -rf /tmp/instance-19/output-1/target/usr/include /tmp/instance-19/output-1/target/usr/share/aclocal \ /tmp/instance-19/output-1/target/usr/lib/pkgconfig /tmp/instance-19/output-1/target/usr/share/pkgconfig \ /tmp/instance-19/output-1/target/usr/lib/cmake /tmp/instance-19/output-1/target/usr/share/cmake \ /tmp/instance-19/output-1/target/usr/lib/rpm /tmp/instance-19/output-1/target/usr/doc find /tmp/instance-19/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-19/output-1/target/lib/ /tmp/instance-19/output-1/target/usr/lib/ /tmp/instance-19/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-19/output-1/target/usr/share/gdb rm -rf /tmp/instance-19/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-19/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-19/output-1/target/usr/share/zsh rm -rf /tmp/instance-19/output-1/target/usr/man /tmp/instance-19/output-1/target/usr/share/man rm -rf /tmp/instance-19/output-1/target/usr/info /tmp/instance-19/output-1/target/usr/share/info rm -rf /tmp/instance-19/output-1/target/usr/doc /tmp/instance-19/output-1/target/usr/share/doc rm -rf /tmp/instance-19/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-19/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-19/output-1/target/lib/debug /tmp/instance-19/output-1/target/usr/lib/debug find /tmp/instance-19/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-19/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-19/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-19/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-19/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-959-g4b6ccffcfb"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /tmp/instance-19/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-19/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-19/output-1/per-package /tmp/instance-19/buildroot/support/scripts/fix-rpath target touch /tmp/instance-19/output-1/target/usr ln -snf /tmp/instance-19/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot /tmp/instance-19/output-1/staging make: Leaving directory '/tmp/instance-19/buildroot' make: Entering directory '/tmp/instance-19/buildroot' >>> Buildroot 2022.11-959-g4b6ccffcfb Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> 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-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> 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.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.4.228 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> bandwidthd 2.0.1-auto-r11 Collecting legal info README: OK (sha256: 58573c40770e0c0b91f3eef8192952832321a344f66a4fb2d966095cbbfc86c2) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> 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) >>> libpcap 1.10.2 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-libtextstyle 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 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) >>> drbd-utils 9.21.4 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> earlyoom 1.7 Collecting legal info LICENSE: OK (sha256: e730b3ec729de46d987ae73f30ed337e4cbe832f09205330acfa71848c6e0087) >>> fetchmail 6.4.35 Collecting legal info COPYING: OK (sha256: 6d87443b61041067a5eddb2cabf8aebff15b8b40771ad6b5e4754e607ec21b39) >>> hiawatha 11.2 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libglob 1.0 Collecting legal info LICENSE: OK (sha256: 4cd4bac6ef90d4a91ee6e52df30f241045fb1a27fb53541ef4a9f8e47e6103ca) >>> libiio 0.24 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libkcapi 1.4.0 Collecting legal info COPYING: OK (sha256: 9765fad61726afb2b253db2c68153672e4178d6809667ae98141f3e90fe8645b) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libldns 1.8.3 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libtalloc 2.3.4 Collecting legal info talloc.h: OK (sha256: f8340c449dd64a55c6605b02fcad2aec6f473612ac6026739a22995380a8043c) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> linuxconsoletools 1.8.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> memcached 1.6.17 Collecting legal info COPYING: OK (sha256: bc887c4ad8051fe690ace9528fe37a2e0bb362e6d963331d82e845ca9b585a0c) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> multicat 2.3 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> orc 0.4.33 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-orc 0.4.33 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sdl_sound 1.0.3 Collecting legal info COPYING: OK (sha256: 2a781dd2f8c5435c59cfa3b79dfea1c1d7df676ed318ecc802139f76ac345d07) >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> sudo 1.9.12p1 Collecting legal info LICENSE.md: OK (sha256: d2f93a3b17ed5586fddd07be33ad767146c1a81a22682baa68bb4360a31d020a) >>> uhttpd 15346de8d3ba422002496526ee24c62a3601ab8c Collecting legal info uhttpd.h: OK (sha256: ce1803f83f776cc88661e303fede0e5ff52faf1d9f74508fadbecf7705b4c84d) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> zlog 1.2.16 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.4.228: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /tmp/instance-19/output-1/legal-info make: Leaving directory '/tmp/instance-19/buildroot'