/bin/bash build-scripts/mkinstalldirs /tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig /usr/bin/install -c -m 644 sdl2.pc /tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig /bin/bash build-scripts/mkinstalldirs /tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/cmake/SDL2 mkdir -p -- /tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/cmake/SDL2 /usr/bin/install -c -m 644 sdl2-config.cmake /tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/cmake/SDL2 /usr/bin/install -c -m 644 sdl2-config-version.cmake /tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/cmake/SDL2 /bin/bash build-scripts/mkinstalldirs /tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/SDL2 /bin/bash build-scripts/mkinstalldirs /tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib /bin/bash ./libtool --quiet --mode=install /usr/bin/install -c build/libSDL2.la /tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/libSDL2.la mkdir -p -- /tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/SDL2 for file in SDL.h SDL_assert.h SDL_atomic.h SDL_audio.h SDL_bits.h SDL_blendmode.h SDL_clipboard.h SDL_cpuinfo.h SDL_egl.h SDL_endian.h SDL_error.h SDL_events.h SDL_filesystem.h SDL_gamecontroller.h SDL_gesture.h SDL_haptic.h SDL_hints.h SDL_joystick.h SDL_keyboard.h SDL_keycode.h SDL_loadso.h SDL_log.h SDL_main.h SDL_messagebox.h SDL_metal.h SDL_mouse.h SDL_mutex.h SDL_name.h SDL_opengl.h SDL_opengl_glext.h SDL_opengles.h SDL_opengles2_gl2ext.h SDL_opengles2_gl2.h SDL_opengles2_gl2platform.h SDL_opengles2.h SDL_opengles2_khrplatform.h SDL_pixels.h SDL_platform.h SDL_power.h SDL_quit.h SDL_rect.h SDL_render.h SDL_rwops.h SDL_scancode.h SDL_sensor.h SDL_shape.h SDL_stdinc.h SDL_surface.h SDL_system.h SDL_syswm.h SDL_thread.h SDL_timer.h SDL_touch.h SDL_types.h SDL_version.h SDL_video.h SDL_vulkan.h begin_code.h close_code.h SDL_test.h SDL_test_assert.h SDL_test_common.h SDL_test_compare.h SDL_test_crc32.h SDL_test_font.h SDL_test_fuzzer.h SDL_test_harness.h SDL_test_images.h SDL_test_log.h SDL_test_md5.h SDL_test_memory.h SDL_test_random.h; do \ /usr/bin/install -c -m 644 /tmp/instance-0/output-1/build/sdl2-2.0.12/include/$file /tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/SDL2/$file; \ done libtool: install: warning: remember to run `libtool --finish /usr/lib' /bin/bash ./libtool --quiet --mode=install /usr/bin/install -c build/libSDL2main.la /tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/libSDL2main.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /bin/bash ./libtool --quiet --mode=install /usr/bin/install -c build/libSDL2_test.la /tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/libSDL2_test.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/install -c -m 644 include/SDL_config.h /tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/SDL2/SDL_config.h if test -f include/SDL_revision.h; then \ /usr/bin/install -c -m 644 include/SDL_revision.h /tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/SDL2/SDL_revision.h; \ else \ /usr/bin/install -c -m 644 /tmp/instance-0/output-1/build/sdl2-2.0.12/include/SDL_revision.h /tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/SDL2/SDL_revision.h; \ fi make[1]: Leaving directory '/tmp/instance-0/output-1/build/sdl2-2.0.12' rm -rf /tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/cmake/SDL2 >>> sdl2 2.0.12 Fixing package configuration files >>> sdl2 2.0.12 Fixing libtool files for la in $(find /tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/tmp/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-0/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/tmp/instance-0/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-0/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 >>> sdl2 2.0.12 Installing to target PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 DESTDIR=/tmp/instance-0/output-1/target install -C /tmp/instance-0/output-1/build/sdl2-2.0.12/ make[1]: Entering directory '/tmp/instance-0/output-1/build/sdl2-2.0.12' /bin/bash build-scripts/updaterev.sh /bin/bash build-scripts/mkinstalldirs /tmp/instance-0/output-1/target/usr/bin /bin/bash build-scripts/mkinstalldirs /tmp/instance-0/output-1/target/usr/share/aclocal /usr/bin/install -c -m 755 sdl2-config /tmp/instance-0/output-1/target/usr/bin/sdl2-config mkdir -p -- /tmp/instance-0/output-1/target/usr/share/aclocal /usr/bin/install -c -m 644 /tmp/instance-0/output-1/build/sdl2-2.0.12/sdl2.m4 /tmp/instance-0/output-1/target/usr/share/aclocal/sdl2.m4 /bin/bash build-scripts/mkinstalldirs /tmp/instance-0/output-1/target/usr/lib/pkgconfig /usr/bin/install -c -m 644 sdl2.pc /tmp/instance-0/output-1/target/usr/lib/pkgconfig /bin/bash build-scripts/mkinstalldirs /tmp/instance-0/output-1/target/usr/lib/cmake/SDL2 mkdir -p -- /tmp/instance-0/output-1/target/usr/lib/cmake/SDL2 /usr/bin/install -c -m 644 sdl2-config.cmake /tmp/instance-0/output-1/target/usr/lib/cmake/SDL2 /usr/bin/install -c -m 644 sdl2-config-version.cmake /tmp/instance-0/output-1/target/usr/lib/cmake/SDL2 /bin/bash build-scripts/mkinstalldirs /tmp/instance-0/output-1/target/usr/include/SDL2 /bin/bash build-scripts/mkinstalldirs /tmp/instance-0/output-1/target/usr/lib /bin/bash ./libtool --quiet --mode=install /usr/bin/install -c build/libSDL2.la /tmp/instance-0/output-1/target/usr/lib/libSDL2.la mkdir -p -- /tmp/instance-0/output-1/target/usr/include/SDL2 for file in SDL.h SDL_assert.h SDL_atomic.h SDL_audio.h SDL_bits.h SDL_blendmode.h SDL_clipboard.h SDL_cpuinfo.h SDL_egl.h SDL_endian.h SDL_error.h SDL_events.h SDL_filesystem.h SDL_gamecontroller.h SDL_gesture.h SDL_haptic.h SDL_hints.h SDL_joystick.h SDL_keyboard.h SDL_keycode.h SDL_loadso.h SDL_log.h SDL_main.h SDL_messagebox.h SDL_metal.h SDL_mouse.h SDL_mutex.h SDL_name.h SDL_opengl.h SDL_opengl_glext.h SDL_opengles.h SDL_opengles2_gl2ext.h SDL_opengles2_gl2.h SDL_opengles2_gl2platform.h SDL_opengles2.h SDL_opengles2_khrplatform.h SDL_pixels.h SDL_platform.h SDL_power.h SDL_quit.h SDL_rect.h SDL_render.h SDL_rwops.h SDL_scancode.h SDL_sensor.h SDL_shape.h SDL_stdinc.h SDL_surface.h SDL_system.h SDL_syswm.h SDL_thread.h SDL_timer.h SDL_touch.h SDL_types.h SDL_version.h SDL_video.h SDL_vulkan.h begin_code.h close_code.h SDL_test.h SDL_test_assert.h SDL_test_common.h SDL_test_compare.h SDL_test_crc32.h SDL_test_font.h SDL_test_fuzzer.h SDL_test_harness.h SDL_test_images.h SDL_test_log.h SDL_test_md5.h SDL_test_memory.h SDL_test_random.h; do \ /usr/bin/install -c -m 644 /tmp/instance-0/output-1/build/sdl2-2.0.12/include/$file /tmp/instance-0/output-1/target/usr/include/SDL2/$file; \ done libtool: install: warning: remember to run `libtool --finish /usr/lib' /bin/bash ./libtool --quiet --mode=install /usr/bin/install -c build/libSDL2main.la /tmp/instance-0/output-1/target/usr/lib/libSDL2main.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /bin/bash ./libtool --quiet --mode=install /usr/bin/install -c build/libSDL2_test.la /tmp/instance-0/output-1/target/usr/lib/libSDL2_test.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/install -c -m 644 include/SDL_config.h /tmp/instance-0/output-1/target/usr/include/SDL2/SDL_config.h if test -f include/SDL_revision.h; then \ /usr/bin/install -c -m 644 include/SDL_revision.h /tmp/instance-0/output-1/target/usr/include/SDL2/SDL_revision.h; \ else \ /usr/bin/install -c -m 644 /tmp/instance-0/output-1/build/sdl2-2.0.12/include/SDL_revision.h /tmp/instance-0/output-1/target/usr/include/SDL2/SDL_revision.h; \ fi make[1]: Leaving directory '/tmp/instance-0/output-1/build/sdl2-2.0.12' sdparm-1.10.tar.xz: OK (sha256: 7dc9e148cef22744e00809dad21b59ac544e3615001bc1b2399978f73e1d58ca) >>> sdparm 1.10 Extracting xzcat /tmp/instance-0/dl/sdparm/sdparm-1.10.tar.xz | /tmp/instance-0/output-1/host/bin/tar --strip-components=1 -C /tmp/instance-0/output-1/build/sdparm-1.10 -xf - >>> sdparm 1.10 Patching >>> sdparm 1.10 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-0/output-1/build/sdparm-1.10 -name $file); do cp support/gnuconfig/$file $i; done; done >>> sdparm 1.10 Patching libtool >>> sdparm 1.10 Configuring (cd /tmp/instance-0/output-1/build/sdparm-1.10/ && rm -rf config.cache && PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-0/output-1/host/bin/nios2-linux-gnu-ar" AS="/tmp/instance-0/output-1/host/bin/nios2-linux-gnu-as" LD="/tmp/instance-0/output-1/host/bin/nios2-linux-gnu-ld" NM="/tmp/instance-0/output-1/host/bin/nios2-linux-gnu-nm" CC="/tmp/instance-0/output-1/host/bin/nios2-linux-gnu-gcc" GCC="/tmp/instance-0/output-1/host/bin/nios2-linux-gnu-gcc" CPP="/tmp/instance-0/output-1/host/bin/nios2-linux-gnu-cpp" CXX="/tmp/instance-0/output-1/host/bin/nios2-linux-gnu-g++" FC="/tmp/instance-0/output-1/host/bin/nios2-linux-gnu-gfortran" F77="/tmp/instance-0/output-1/host/bin/nios2-linux-gnu-gfortran" RANLIB="/tmp/instance-0/output-1/host/bin/nios2-linux-gnu-ranlib" READELF="/tmp/instance-0/output-1/host/bin/nios2-linux-gnu-readelf" STRIP="/tmp/instance-0/output-1/host/bin/nios2-linux-gnu-strip" OBJCOPY="/tmp/instance-0/output-1/host/bin/nios2-linux-gnu-objcopy" OBJDUMP="/tmp/instance-0/output-1/host/bin/nios2-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-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-0/output-1/host/lib -Wl,-rpath,/tmp/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-0/output-1/host/bin/nios2-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-0/output-1/host/bin/nios2-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 -O2 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " LDFLAGS="" FCFLAGS=" -O2 " FFLAGS=" -O2 " PKG_CONFIG="/tmp/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=nios2-buildroot-linux-gnu --host=nios2-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --disable-libsgutils ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for nios2-buildroot-linux-gnu-strip... /tmp/instance-0/output-1/host/bin/nios2-linux-gnu-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for nios2-buildroot-linux-gnu-gcc... /tmp/instance-0/output-1/host/bin/nios2-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /tmp/instance-0/output-1/host/bin/nios2-linux-gnu-gcc accepts -g... yes checking for /tmp/instance-0/output-1/host/bin/nios2-linux-gnu-gcc option to accept ISO C89... none needed checking whether /tmp/instance-0/output-1/host/bin/nios2-linux-gnu-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /tmp/instance-0/output-1/host/bin/nios2-linux-gnu-gcc... none checking how to run the C preprocessor... /tmp/instance-0/output-1/host/bin/nios2-linux-gnu-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for linux/types.h... yes checking for linux/bsg.h... yes checking for linux/kdev_t.h... yes checking for getopt_long... yes checking build system type... x86_64-pc-linux-gnu checking host system type... nios2-buildroot-linux-gnu checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating scripts/Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared >>> sdparm 1.10 Building PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 -C /tmp/instance-0/output-1/build/sdparm-1.10/ make[1]: Entering directory '/tmp/instance-0/output-1/build/sdparm-1.10' /usr/bin/make all-recursive make[2]: Entering directory '/tmp/instance-0/output-1/build/sdparm-1.10' Making all in src make[3]: Entering directory '/tmp/instance-0/output-1/build/sdparm-1.10/src' /tmp/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -iquote ../include -Wall -W -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c -o sdparm.o sdparm.c /tmp/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -iquote ../include -Wall -W -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c -o sdparm_data.o sdparm_data.c /tmp/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -iquote ../include -Wall -W -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c -o sdparm_data_vendor.o sdparm_data_vendor.c /tmp/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -iquote ../include -Wall -W -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c -o sdparm_access.o sdparm_access.c /tmp/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -iquote ../include -Wall -W -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c -o sdparm_vpd.o sdparm_vpd.c /tmp/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -iquote ../include -Wall -W -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c -o sdparm_cmd.o sdparm_cmd.c /tmp/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -iquote ../include -Wall -W -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c -o sg_lib.o `test -f '../lib/sg_lib.c' || echo './'`../lib/sg_lib.c /tmp/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -iquote ../include -Wall -W -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c -o sg_lib_data.o `test -f '../lib/sg_lib_data.c' || echo './'`../lib/sg_lib_data.c /tmp/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -iquote ../include -Wall -W -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c -o sg_cmds_basic.o `test -f '../lib/sg_cmds_basic.c' || echo './'`../lib/sg_cmds_basic.c /tmp/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -iquote ../include -Wall -W -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c -o sg_cmds_basic2.o `test -f '../lib/sg_cmds_basic2.c' || echo './'`../lib/sg_cmds_basic2.c /tmp/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -iquote ../include -Wall -W -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c -o sg_cmds_mmc.o `test -f '../lib/sg_cmds_mmc.c' || echo './'`../lib/sg_cmds_mmc.c /tmp/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -iquote ../include -Wall -W -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c -o sg_pt_common.o `test -f '../lib/sg_pt_common.c' || echo './'`../lib/sg_pt_common.c /tmp/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -iquote ../include -Wall -W -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c -o sg_pt_linux.o `test -f '../lib/sg_pt_linux.c' || echo './'`../lib/sg_pt_linux.c ../lib/sg_cmds_basic.c: In function 'sg_cmds_process_helper': ../lib/sg_cmds_basic.c:139:9: warning: this statement may fall through [-Wimplicit-fallthrough=] ++check_data_in; ^~~~~~~~~~~~~~~ ../lib/sg_cmds_basic.c:141:5: note: here case SG_LIB_CAT_UNIT_ATTENTION: ^~~~ ../lib/sg_pt_linux.c: In function 'do_scsi_pt': ../lib/sg_pt_linux.c:1024:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . (bsg_major != (int)SG_DEV_MAJOR(a_stat.st_rdev))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sdparm.c: In function 'main': sdparm.c:2340:21: warning: this statement may fall through [-Wimplicit-fallthrough=] cmd_str = optarg; ~~~~~~~~^~~~~~~~ sdparm.c:2341:9: note: here case 'd': ^~~~ /tmp/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -iquote ../include -Wall -W -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o sdparm sdparm.o sdparm_data.o sdparm_data_vendor.o sdparm_access.o sdparm_vpd.o sdparm_cmd.o sg_lib.o sg_lib_data.o sg_cmds_basic.o sg_cmds_basic2.o sg_cmds_mmc.o sg_pt_common.o sg_pt_linux.o /tmp/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/nios2-linux-gnu/7.3.1/../../../../nios2-linux-gnu/bin/ld: FDE encoding in /tmp/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/nios2-linux-gnu/7.3.1/libgcc.a(_udivdi3.o)(.eh_frame) prevents .eh_frame_hdr table being created. make[3]: Leaving directory '/tmp/instance-0/output-1/build/sdparm-1.10/src' Making all in doc make[3]: Entering directory '/tmp/instance-0/output-1/build/sdparm-1.10/doc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-0/output-1/build/sdparm-1.10/doc' Making all in scripts make[3]: Entering directory '/tmp/instance-0/output-1/build/sdparm-1.10/scripts' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-0/output-1/build/sdparm-1.10/scripts' make[3]: Entering directory '/tmp/instance-0/output-1/build/sdparm-1.10' make[3]: Leaving directory '/tmp/instance-0/output-1/build/sdparm-1.10' make[2]: Leaving directory '/tmp/instance-0/output-1/build/sdparm-1.10' make[1]: Leaving directory '/tmp/instance-0/output-1/build/sdparm-1.10' >>> sdparm 1.10 Installing to target PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 DESTDIR=/tmp/instance-0/output-1/target install -C /tmp/instance-0/output-1/build/sdparm-1.10/ make[1]: Entering directory '/tmp/instance-0/output-1/build/sdparm-1.10' Making install in src make[2]: Entering directory '/tmp/instance-0/output-1/build/sdparm-1.10/src' make[3]: Entering directory '/tmp/instance-0/output-1/build/sdparm-1.10/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/tmp/instance-0/output-1/target/usr/bin' /usr/bin/install -c sdparm '/tmp/instance-0/output-1/target/usr/bin' make[3]: Leaving directory '/tmp/instance-0/output-1/build/sdparm-1.10/src' make[2]: Leaving directory '/tmp/instance-0/output-1/build/sdparm-1.10/src' Making install in doc make[2]: Entering directory '/tmp/instance-0/output-1/build/sdparm-1.10/doc' make[3]: Entering directory '/tmp/instance-0/output-1/build/sdparm-1.10/doc' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/tmp/instance-0/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 sdparm.8 sas_disk_blink.8 scsi_ch_swp.8 '/tmp/instance-0/output-1/target/usr/share/man/man8' make[3]: Leaving directory '/tmp/instance-0/output-1/build/sdparm-1.10/doc' make[2]: Leaving directory '/tmp/instance-0/output-1/build/sdparm-1.10/doc' Making install in scripts make[2]: Entering directory '/tmp/instance-0/output-1/build/sdparm-1.10/scripts' make[3]: Entering directory '/tmp/instance-0/output-1/build/sdparm-1.10/scripts' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/tmp/instance-0/output-1/target/usr/bin' /usr/bin/install -c sas_disk_blink scsi_ch_swp '/tmp/instance-0/output-1/target/usr/bin' make[3]: Leaving directory '/tmp/instance-0/output-1/build/sdparm-1.10/scripts' make[2]: Leaving directory '/tmp/instance-0/output-1/build/sdparm-1.10/scripts' make[2]: Entering directory '/tmp/instance-0/output-1/build/sdparm-1.10' make[3]: Entering directory '/tmp/instance-0/output-1/build/sdparm-1.10' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-0/output-1/build/sdparm-1.10' make[2]: Leaving directory '/tmp/instance-0/output-1/build/sdparm-1.10' make[1]: Leaving directory '/tmp/instance-0/output-1/build/sdparm-1.10' Borealis_sound_theme_ogg-0.9a.tar.bz2: OK (sha256: dd80a9c6317de29d42786ba7d95b114b64d06ec6c0c17dd18df853a5c668e727) >>> sound-theme-borealis 0.9a Extracting bzcat /tmp/instance-0/dl/sound-theme-borealis/Borealis_sound_theme_ogg-0.9a.tar.bz2 | /tmp/instance-0/output-1/host/bin/tar --strip-components=1 -C /tmp/instance-0/output-1/build/sound-theme-borealis-0.9a -xf - >>> sound-theme-borealis 0.9a Patching >>> sound-theme-borealis 0.9a Configuring >>> sound-theme-borealis 0.9a Building >>> sound-theme-borealis 0.9a Installing to target for f in /tmp/instance-0/output-1/build/sound-theme-borealis-0.9a/*.ogg ; do /usr/bin/install -D -m 0644 $f /tmp/instance-0/output-1/target/usr/share/sounds/borealis/stereo/`basename $f` || exit 1; done >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-0/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-0/output-1/host/bin/nios2-linux-gnu-%g' -e 's%@TARGET_ARCH@%nios2%g' -e 's%@TARGET_CPU@%%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-0/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e 's%@PKG_TARGET_CFLAGS@%%g' -e 's%@PKG_TARGET_LDFLAGS@%%g' -e 's%@PKG_TARGET_CXXFLAGS@%%g' /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf PYTHONPATH="/tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/python3.8/" /tmp/instance-0/output-1/host/bin/python3.8 /tmp/instance-0/buildroot/support/scripts/pycompile.py --strip-root /tmp/instance-0/output-1/target /tmp/instance-0/output-1/target/usr/lib/python3.8 find /tmp/instance-0/output-1/target/usr/lib/python3.8 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /tmp/instance-0/output-1/target/usr/lib/python3.8 -name '*.opt-1.pyc' -print0 -o -name '*.opt-2.pyc' -print0 | xargs -0 --no-run-if-empty rm -f mkdir -p /tmp/instance-0/output-1/target/etc echo "buildroot" > /tmp/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-0/output-1/target/etc/hosts mkdir -p /tmp/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-0/output-1/target/etc/shadow rm -f /tmp/instance-0/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /tmp/instance-0/output-1/build/locales.nopurge for dir in /tmp/instance-0/output-1/target/usr/share/locale /tmp/instance-0/output-1/target/usr/share/X11/locale /tmp/instance-0/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /tmp/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-0/output-1/target/usr/include /tmp/instance-0/output-1/target/usr/share/aclocal \ /tmp/instance-0/output-1/target/usr/lib/pkgconfig /tmp/instance-0/output-1/target/usr/share/pkgconfig \ /tmp/instance-0/output-1/target/usr/lib/cmake /tmp/instance-0/output-1/target/usr/share/cmake \ /tmp/instance-0/output-1/target/usr/doc find /tmp/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-0/output-1/target/lib/ /tmp/instance-0/output-1/target/usr/lib/ /tmp/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-0/output-1/target/usr/share/gdb rm -rf /tmp/instance-0/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-0/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-0/output-1/target/usr/share/zsh rm -rf /tmp/instance-0/output-1/target/usr/man /tmp/instance-0/output-1/target/usr/share/man rm -rf /tmp/instance-0/output-1/target/usr/info /tmp/instance-0/output-1/target/usr/share/info rm -rf /tmp/instance-0/output-1/target/usr/doc /tmp/instance-0/output-1/target/usr/share/doc rm -rf /tmp/instance-0/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-0/output-1/target/lib/debug /tmp/instance-0/output-1/target/usr/lib/debug find /tmp/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /tmp/instance-0/output-1/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-0/output-1/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-0/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-0/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-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.08.1-32-g5e44e80e09"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.08.1"; \ echo "PRETTY_NAME=\"Buildroot 2020.08.1\"" \ ) > /tmp/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-0/output-1/per-package /tmp/instance-0/buildroot/support/scripts/fix-rpath target touch /tmp/instance-0/output-1/target/usr ln -snf /tmp/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot /tmp/instance-0/output-1/staging make: Leaving directory '/tmp/instance-0/buildroot' make: Entering directory '/tmp/instance-0/buildroot' >>> Buildroot 2020.08.1-32-g5e44e80e09 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info sourceryg++-2018.05-5-nios2-linux-gnu.src.tar.bz2: OK (md5: be42ab83da2e8db7b73dc890c2549570) sourceryg++-2018.05-5-nios2-linux-gnu.src.tar.bz2: OK (sha256: d73a6364106dd62352711f932d3be8e97fdaaa548995678b5d38d9f21e22437a) >>> toolchain-external-codesourcery-niosII 2018.05-5 Collecting legal info >>> toolchain Collecting legal info >>> acpitool 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> checkpolicy 3.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 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-bison 3.6.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libselinux 3.1 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> libsepol 3.1 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> python3 3.8.6 Collecting legal info LICENSE: OK (sha256: 1dceef1677a39befa8bf0285ab2db441ba117520bb2de839547ace006a17750d) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python3 3.8.6 Collecting legal info LICENSE: OK (sha256: 1dceef1677a39befa8bf0285ab2db441ba117520bb2de839547ace006a17750d) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> openssl Collecting legal info >>> libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> circus 0.16.1 Collecting legal info LICENSE: OK (sha256: 3df739c05a4eed7efdf4987142658d2a4f1243e5f08e72a5ecedac5749c92a49) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> docker-compose 1.24.1 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> gpm 1.20.7 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> libloki 0.1.7 Collecting legal info >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmodbus 3.1.6 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnftnl 1.1.7 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libstrophe 0.9.3 Collecting legal info MIT-LICENSE.txt: OK (sha256: 82476f36ffd5e895a176013c0812166ba7b7d99f3d536fc7f5ed2e33e9f74a08) GPL-LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcsc-lite 1.9.0 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pv 1.6.6 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> python-aioredis 1.3.1 Collecting legal info LICENSE: OK (sha256: a288b4f41b5531ff7e9e2df9cd3f17a1844badebc52d7a9205b131f8b8a50744) >>> python-asgiref 3.2.3 Collecting legal info LICENSE: OK (sha256: b846415d1b514e9c1dff14a22deb906d794bc546ca6129f950a18cd091e2a669) >>> python-asn1crypto 1.3.0 Collecting legal info LICENSE: OK (sha256: a88480656ec98943fb04344f6a477ee74062896f3ddb1a6f99e5f05f0109a286) >>> python-async-timeout 3.0.1 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> python-bcrypt 3.1.7 Collecting legal info LICENSE: OK (sha256: 8173d5c29b4f956d532781d2b86e4e30f83e6b7878dce18c919451d6ba707c90) >>> host-python-cffi 1.14.0 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> host-python-pycparser 2.20 Collecting legal info LICENSE: OK (sha256: 3c76629880aec2f8578ed914701a4ff9e5da8b60acb8b7ec675abf83c90c5168) >>> python-cached-property 1.5.1 Collecting legal info LICENSE: OK (sha256: ba4756c8039b25b66e3c456cc5bf635aa528cf459b97ee1499d06684ccd89b9a) >>> python-certifi 2020.4.5.1 Collecting legal info LICENSE: OK (sha256: 6a70a4bf6b010016d59a64b8ae4ad8dc7f5ef16f1fb453cc2ecd771c5a341131) >>> python-cffi 1.14.0 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> python-chardet 3.0.4 Collecting legal info LICENSE: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> python-cryptography 3.0 Collecting legal info LICENSE: OK (sha256: 35452b557fab0efb1e80d7edb9c4e5118b9384082adaa051dde342102cb9de8d) LICENSE.APACHE: OK (sha256: aac73b3148f6d1d7111dbca32099f68d26c644c6813ae1e4f05f6579aa2663fe) LICENSE.BSD: OK (sha256: 602c4c7482de6479dd2e9793cda275e5e63d773dacd1eca689232ab7008fb4fb) >>> python-django 3.0.10 Collecting legal info LICENSE: OK (sha256: b846415d1b514e9c1dff14a22deb906d794bc546ca6129f950a18cd091e2a669) >>> python-docker 4.1.0 Collecting legal info LICENSE: OK (sha256: f2f0b07fa5e492c11d27aa0d2f3f1a0e64b9d17f32d8aa489ae2af9609af33b2) >>> python-dockerpty 0.4.1 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> python-docopt 0.6.2 Collecting legal info LICENSE-MIT: OK (sha256: 3d5df78f592ff2433c3c6ce4984091b7f497059ddb8c6b08a061ba48e37b67f2) >>> python-future 0.18.2 Collecting legal info LICENSE.txt: OK (sha256: 916e561392d48471b9c23437f56e2652f320cb3b119ceaa162edf41016f746b9) >>> python-hiredis 1.0.1 Collecting legal info COPYING: OK (sha256: 70edfa6d3e11f9d7497c2c2f298d06f33b11d10f37f76605102c5ab3b1f28262) vendor/hiredis/COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> python-idna 2.9 Collecting legal info LICENSE.rst: OK (sha256: 412014420d2473dba06117c3d4d9e0eecaa6dde0ca30cd951f4ec2be39426f32) >>> python-iowait 0.2 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> python-jaraco-classes 2.0 Collecting legal info LICENSE: OK (sha256: a55e2ffe9b44998e621d51d8c094bed09acc4b5236ee73d7df395a33ba3c18fd) >>> host-python-setuptools-scm 3.5.0 Collecting legal info LICENSE: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> python-jsonschema 2.5.1 Collecting legal info COPYING: OK (sha256: 4f92a015a13c4d1a040bef018aa13430b4f1bc73b41b16bb846c346766de7439) json/LICENSE: OK (sha256: 837402bd25fad9b704265801ca3f92566a98157c1f9a7acd6f446299ba1c305a) >>> host-python-vcversioner 2.16.0.0 Collecting legal info >>> python-paramiko 2.7.1 Collecting legal info LICENSE: OK (sha256: 5fa25bf5f395fd26e701c2e1de4ca7d162816986dc791c22f8f4226857ad1bb2) >>> python-psutil 5.7.0 Collecting legal info LICENSE: OK (sha256: 24c12984500caa07ffdce19eebc06396c5e6d244b573bc6c438f4a6ef8e56c1b) >>> python-pyasn1 0.4.8 Collecting legal info LICENSE.rst: OK (sha256: 22c5cc6922ab5d69fba32d8c5ee4cdd14981508cb53afc0ebd85593847fd95a5) >>> python-pycparser 2.20 Collecting legal info LICENSE: OK (sha256: 3c76629880aec2f8578ed914701a4ff9e5da8b60acb8b7ec675abf83c90c5168) >>> python-pynacl 1.4.0 Collecting legal info LICENSE: OK (sha256: d3174ad63e721d4c9dccb8ad4320848992d314369bc46319720b5802c9153fe9) >>> python-pysendfile 2.0.1 Collecting legal info LICENSE: OK (sha256: 259f433563cfe0296c84c00381c600e82e0ab1b617ce20fe6e7f555a2b95af26) >>> python-pytz 2019.3 Collecting legal info LICENSE.txt: OK (sha256: 39f07c72a1bfda349cbd27bac9bcb1e6f8c5b4e5cc3fadf56900406e8cc0b792) >>> python-pyyaml 5.3.1 Collecting legal info LICENSE: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> python-pyzmq 19.0.1 Collecting legal info COPYING.LESSER: OK (sha256: 44b23767df3c0fe27f88981f09bc7f50a1695cec4b24252fa5f55f03e76bcd6d) COPYING.BSD: OK (sha256: aef3b80570351d44e29c22d080d4e9e106b34f3fdbc5cdf9636994474c72b1a2) >>> zeromq 4.3.3 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) >>> util-linux 2.35.2 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) >>> python-requests 2.23.0 Collecting legal info LICENSE: OK (sha256: 8837a2f33a61bcee175c028ff16d1c160aba48a3aebe1495ace709be4e62636b) >>> python-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> python-six 1.15.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> python-sqlparse 0.3.0 Collecting legal info LICENSE: OK (sha256: c1938235b80d39e93138eae89edc3af67e18ecbc40d266529fa57b2dce426310) >>> python-texttable 1.6.3 Collecting legal info LICENSE: OK (sha256: 4ba7bdab54504a3bc44eb33ecca873a26a63ab902822101a87bb46235da63594) >>> python-tornado 6.0.4 Collecting legal info LICENSE: OK (sha256: 3ddf9be5c28fe27dad143a5dc76eea25222ad1dd68934a047064e56ed2fa40c5) >>> python-urllib3 1.25.9 Collecting legal info LICENSE.txt: OK (sha256: 7c0d136ee0585389adf2d25671bb99687a1f75929f465b7f16ee3f01da37255e) >>> python-websocket-client 0.57.0 Collecting legal info LICENSE: OK (sha256: a47b06717e8a3cf01d1307141287b1b4fa17fe4bb8785633d2fc6f57cb71d05e) >>> s6-linux-utils 2.5.1.1 Collecting legal info COPYING: OK (sha256: d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c) >>> skalibs 2.9.2.1 Collecting legal info COPYING: OK (sha256: 5443ac67e8d74ac614ced7bc64211ce90ccedb7778a68bfe9e68a8b234c9503e) >>> sdl2 2.0.12 Collecting legal info COPYING.txt: OK (sha256: ae4df3759a726538607b84c00ab8f8a5567d9f38ad5397486eb9b5c5f626caef) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> sound-theme-borealis 0.9a Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-codesourcery-niosII-2018.05-5: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII_LICENSE_FILES not defined) WARNING: libloki-0.1.7: cannot save license (LIBLOKI_LICENSE_FILES not defined) WARNING: python-vcversioner-2.16.0.0: cannot save license (HOST_PYTHON_VCVERSIONER_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) Legal info produced in /tmp/instance-0/output-1/legal-info make: Leaving directory '/tmp/instance-0/buildroot'