/tmp/instance-7/output-1/build/sysrepo-1.4.104/src/shm_sub.c:969:13: warning: 'diff_lyb_len' may be used uninitialized in this function [-Wmaybe-uninitialized] 969 | sr_shmsub_multi_notify_write_event(multi_sub_shm, mod->request_id, cur_priority, SR_SUB_EV_CHANGE, &sid, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 970 | subscriber_count, 0, diff_lyb, diff_lyb_len, mod->ly_mod->name); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/build/sysrepo-1.4.104/src/shm_sub.c: In function 'sr_shmsub_change_notify_change_done': /tmp/instance-7/output-1/build/sysrepo-1.4.104/src/shm_sub.c:1084:13: warning: 'diff_lyb_len' may be used uninitialized in this function [-Wmaybe-uninitialized] 1084 | sr_shmsub_multi_notify_write_event(multi_sub_shm, mod->request_id, cur_priority, SR_SUB_EV_DONE, &sid, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1085 | subscriber_count, 0, diff_lyb, diff_lyb_len, mod->ly_mod->name); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/build/sysrepo-1.4.104/src/shm_sub.c: In function 'sr_shmsub_change_notify_change_abort': /tmp/instance-7/output-1/build/sysrepo-1.4.104/src/shm_sub.c:1136:82: warning: 'diff_lyb_len' may be used uninitialized in this function [-Wmaybe-uninitialized] 1136 | uint32_t cur_priority, err_priority, subscriber_count, err_subscriber_count, diff_lyb_len, *aux = NULL; | ^~~~~~~~~~~~ /tmp/instance-7/output-1/build/sysrepo-1.4.104/src/shm_sub.c:1263:34: warning: 'err_subscriber_count' may be used uninitialized in this function [-Wmaybe-uninitialized] 1263 | subscriber_count -= err_subscriber_count; | ^~ /tmp/instance-7/output-1/build/sysrepo-1.4.104/src/shm_sub.c:1261:29: warning: 'err_priority' may be used uninitialized in this function [-Wmaybe-uninitialized] 1261 | if (last_subscr && (err_priority == cur_priority)) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/build/sysrepo-1.4.104/src/lyd_mods.c: In function 'sr_lydmods_conn_ctx_update': /tmp/instance-7/output-1/build/sysrepo-1.4.104/src/lyd_mods.c:2255:8: warning: 'exists' may be used uninitialized in this function [-Wmaybe-uninitialized] 2255 | if (!exists) { | ^ /tmp/instance-7/output-1/build/sysrepo-1.4.104/src/edit_diff.c: In function 'sr_diff_ly2sr': /tmp/instance-7/output-1/build/sysrepo-1.4.104/src/edit_diff.c:3213:25: warning: 'attr_val' may be used uninitialized in this function [-Wmaybe-uninitialized] 3213 | if ((err_info = sr_diff_add_attrs(node, attr_val, prev_attr_val, op))) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/build/sysrepo-1.4.104/src/edit_diff.c: In function 'sr_edit_add': /tmp/instance-7/output-1/build/sysrepo-1.4.104/src/edit_diff.c:3548:18: warning: 'attr_val' may be used uninitialized in this function [-Wmaybe-uninitialized] 3548 | if (!lyd_insert_attr(node, NULL, (node->schema->nodetype == LYS_LIST) ? "yang:key" : "yang:value", attr_val)) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/build/sysrepo-1.4.104/src/sysrepo.c: In function 'sr_oper_get_items_subscribe': /tmp/instance-7/output-1/build/sysrepo-1.4.104/src/sysrepo.c:4559:21: warning: 'sub_type' may be used uninitialized in this function [-Wmaybe-uninitialized] 4559 | if ((err_info = sr_shmext_oper_subscription_add(conn, shm_mod, path, sub_type, sub_opts, (*subscription)->evpipe_num))) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/build/sysrepo-1.4.104/src/common.c: In function 'sr_module_file_data_append': /tmp/instance-7/output-1/build/sysrepo-1.4.104/src/common.c:4867:16: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] 4867 | mod_data = lyd_parse_fd(ly_mod->ctx, fd, LYD_LYB, flags); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[3]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.104' [ 66%] Built target srobj make[3]: Entering directory '/tmp/instance-7/output-1/build/sysrepo-1.4.104' Scanning dependencies of target sysrepo make[3]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.104' make[3]: Entering directory '/tmp/instance-7/output-1/build/sysrepo-1.4.104' [ 71%] Linking C shared library libsysrepo.so make[3]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.104' [ 71%] Built target sysrepo make[3]: Entering directory '/tmp/instance-7/output-1/build/sysrepo-1.4.104' make[3]: Entering directory '/tmp/instance-7/output-1/build/sysrepo-1.4.104' Scanning dependencies of target sysrepocfg make[3]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.104' make[3]: Entering directory '/tmp/instance-7/output-1/build/sysrepo-1.4.104' Scanning dependencies of target sysrepo-plugind make[3]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.104' make[3]: Entering directory '/tmp/instance-7/output-1/build/sysrepo-1.4.104' make[3]: Entering directory '/tmp/instance-7/output-1/build/sysrepo-1.4.104' Scanning dependencies of target sysrepoctl [ 76%] Building C object CMakeFiles/sysrepocfg.dir/src/executables/sysrepocfg.c.o make[3]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.104' [ 80%] Building C object CMakeFiles/sysrepo-plugind.dir/src/executables/sysrepo-plugind.c.o make[3]: Entering directory '/tmp/instance-7/output-1/build/sysrepo-1.4.104' [ 85%] Building C object CMakeFiles/sysrepoctl.dir/src/executables/sysrepoctl.c.o /tmp/instance-7/output-1/build/sysrepo-1.4.104/src/executables/sysrepocfg.c: In function 'op_export': /tmp/instance-7/output-1/build/sysrepo-1.4.104/src/executables/sysrepocfg.c:336:9: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] 336 | asprintf(&str, "/%s:*", module_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 90%] Linking C executable sysrepo-plugind make[3]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.104' [ 90%] Built target sysrepo-plugind [ 95%] Linking C executable sysrepocfg [100%] Linking C executable sysrepoctl make[3]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.104' [100%] Built target sysrepocfg make[3]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.104' [100%] Built target sysrepoctl make[2]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.104' make[1]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.104' >>> sysrepo 1.4.104 Installing to staging directory PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 DESTDIR=/tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot install/fast -C /tmp/instance-7/output-1/build/sysrepo-1.4.104/ make[1]: Entering directory '/tmp/instance-7/output-1/build/sysrepo-1.4.104' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib/libsysrepo.so.5.6.20 -- Installing: /tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib/libsysrepo.so.5 -- Installing: /tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib/libsysrepo.so -- Installing: /tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/sysrepo.h -- Installing: /tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/sysrepo/values.h -- Installing: /tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/sysrepo/xpath.h -- Installing: /tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/bin/sysrepoctl -- Set runtime path of "/tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/bin/sysrepoctl" to "" -- Installing: /tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/bin/sysrepocfg -- Set runtime path of "/tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/bin/sysrepocfg" to "" -- Installing: /tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/bin/sysrepo-plugind -- Set runtime path of "/tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/bin/sysrepo-plugind" to "" -- Installing: /tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/sysrepo.pc make[1]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.104' >>> sysrepo 1.4.104 Fixing libtool files for la in $(find /tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-7/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-7/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-7/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-7/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 >>> sysrepo 1.4.104 Installing to target PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 DESTDIR=/tmp/instance-7/output-1/target install/fast -C /tmp/instance-7/output-1/build/sysrepo-1.4.104/ make[1]: Entering directory '/tmp/instance-7/output-1/build/sysrepo-1.4.104' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-7/output-1/target/usr/lib/libsysrepo.so.5.6.20 -- Installing: /tmp/instance-7/output-1/target/usr/lib/libsysrepo.so.5 -- Installing: /tmp/instance-7/output-1/target/usr/lib/libsysrepo.so -- Installing: /tmp/instance-7/output-1/target/usr/include/sysrepo.h -- Installing: /tmp/instance-7/output-1/target/usr/include/sysrepo/values.h -- Installing: /tmp/instance-7/output-1/target/usr/include/sysrepo/xpath.h -- Installing: /tmp/instance-7/output-1/target/usr/bin/sysrepoctl -- Set runtime path of "/tmp/instance-7/output-1/target/usr/bin/sysrepoctl" to "" -- Installing: /tmp/instance-7/output-1/target/usr/bin/sysrepocfg -- Set runtime path of "/tmp/instance-7/output-1/target/usr/bin/sysrepocfg" to "" -- Installing: /tmp/instance-7/output-1/target/usr/bin/sysrepo-plugind -- Set runtime path of "/tmp/instance-7/output-1/target/usr/bin/sysrepo-plugind" to "" -- Installing: /tmp/instance-7/output-1/target/usr/lib/pkgconfig/sysrepo.pc make[1]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.104' /usr/bin/install -m 755 -D package/sysrepo/S51sysrepo-plugind /tmp/instance-7/output-1/target/etc/init.d/S51sysrepo-plugind vdr-2.4.6.tar.bz2: OK (md5: aa91614159ae2db45655d35918e2c24e) vdr-2.4.6.tar.bz2: OK (sha256: c8993babf2a878a0fba84558de1e35f042c3c66f7c1ec569eea00a3af1014e4b) >>> vdr 2.4.6 Extracting bzcat /tmp/instance-7/dl/vdr/vdr-2.4.6.tar.bz2 | tar --strip-components=1 -C /tmp/instance-7/output-1/build/vdr-2.4.6 -xf - >>> vdr 2.4.6 Patching >>> vdr 2.4.6 Configuring >>> vdr 2.4.6 Building PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-7/output-1/host/bin/mipsel-linux-ar" AS="/tmp/instance-7/output-1/host/bin/mipsel-linux-as" LD="/tmp/instance-7/output-1/host/bin/mipsel-linux-ld" NM="/tmp/instance-7/output-1/host/bin/mipsel-linux-nm" CC="/tmp/instance-7/output-1/host/bin/mipsel-linux-gcc" GCC="/tmp/instance-7/output-1/host/bin/mipsel-linux-gcc" CPP="/tmp/instance-7/output-1/host/bin/mipsel-linux-cpp" CXX="/tmp/instance-7/output-1/host/bin/mipsel-linux-g++" FC="/tmp/instance-7/output-1/host/bin/mipsel-linux-gfortran" F77="/tmp/instance-7/output-1/host/bin/mipsel-linux-gfortran" RANLIB="/tmp/instance-7/output-1/host/bin/mipsel-linux-ranlib" READELF="/tmp/instance-7/output-1/host/bin/mipsel-linux-readelf" STRIP="/tmp/instance-7/output-1/host/bin/mipsel-linux-strip" OBJCOPY="/tmp/instance-7/output-1/host/bin/mipsel-linux-objcopy" OBJDUMP="/tmp/instance-7/output-1/host/bin/mipsel-linux-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-7/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-7/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-7/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-7/output-1/host/lib -Wl,-rpath,/tmp/instance-7/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-7/output-1/host/bin/mipsel-linux-as" DEFAULT_LINKER="/tmp/instance-7/output-1/host/bin/mipsel-linux-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 -Os -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/tmp/instance-7/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /tmp/instance-7/output-1/build/vdr-2.4.6 LDFLAGS="" NO_KBD=yes PKG_CONFIG=/tmp/instance-7/output-1/host/bin/pkg-config PLUGINLIBDIR=/usr/lib/vdr PREFIX=/usr VIDEODIR=/var/lib/vdr vdr vdr.pc include-dir make[1]: Entering directory '/tmp/instance-7/output-1/build/vdr-2.4.6' CC args.o CC audio.o CC channels.o CC ci.o CC config.o CC cutter.o CC device.o CC diseqc.o CC dvbdevice.o CC dvbci.o CC dvbplayer.o CC dvbspu.o CC dvbsubtitle.o CC eit.o CC eitscan.o CC epg.o CC filter.o CC font.o CC i18n.o CC interface.o CC keys.o CC lirc.o CC menu.o CC menuitems.o CC mtd.o CC nit.o CC osdbase.o CC osd.o CC pat.o CC player.o CC plugin.o CC positioner.o CC receiver.o CC recorder.o CC recording.o CC remote.o CC remux.o CC ringbuffer.o CC sdt.o CC sections.o CC shutdown.o CC skinclassic.o CC skinlcars.o CC skins.o CC skinsttng.o CC sourceparams.o CC sources.o CC spu.o CC status.o CC svdrp.o CC themes.o CC thread.o CC timers.o CC tools.o CC transfer.o CC vdr.o CC videodir.o CC libsi/util.o CC libsi/si.o CC libsi/section.o CC libsi/descriptor.o AR libsi/libsi.a /tmp/instance-7/output-1/host/bin/mipsel-linux-ar: creating libsi.a a - util.o a - si.o a - section.o a - descriptor.o LD vdr make[1]: Leaving directory '/tmp/instance-7/output-1/build/vdr-2.4.6' >>> vdr 2.4.6 Installing to staging directory /usr/bin/make -j1 PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-7/output-1/host/bin/mipsel-linux-ar" AS="/tmp/instance-7/output-1/host/bin/mipsel-linux-as" LD="/tmp/instance-7/output-1/host/bin/mipsel-linux-ld" NM="/tmp/instance-7/output-1/host/bin/mipsel-linux-nm" CC="/tmp/instance-7/output-1/host/bin/mipsel-linux-gcc" GCC="/tmp/instance-7/output-1/host/bin/mipsel-linux-gcc" CPP="/tmp/instance-7/output-1/host/bin/mipsel-linux-cpp" CXX="/tmp/instance-7/output-1/host/bin/mipsel-linux-g++" FC="/tmp/instance-7/output-1/host/bin/mipsel-linux-gfortran" F77="/tmp/instance-7/output-1/host/bin/mipsel-linux-gfortran" RANLIB="/tmp/instance-7/output-1/host/bin/mipsel-linux-ranlib" READELF="/tmp/instance-7/output-1/host/bin/mipsel-linux-readelf" STRIP="/tmp/instance-7/output-1/host/bin/mipsel-linux-strip" OBJCOPY="/tmp/instance-7/output-1/host/bin/mipsel-linux-objcopy" OBJDUMP="/tmp/instance-7/output-1/host/bin/mipsel-linux-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-7/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-7/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-7/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-7/output-1/host/lib -Wl,-rpath,/tmp/instance-7/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-7/output-1/host/bin/mipsel-linux-as" DEFAULT_LINKER="/tmp/instance-7/output-1/host/bin/mipsel-linux-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 -Os -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/tmp/instance-7/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /tmp/instance-7/output-1/build/vdr-2.4.6 LDFLAGS="" NO_KBD=yes PKG_CONFIG=/tmp/instance-7/output-1/host/bin/pkg-config PLUGINLIBDIR=/usr/lib/vdr PREFIX=/usr VIDEODIR=/var/lib/vdr DESTDIR=/tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot install-dirs install-bin install-conf install-includes install-pc make[1]: Entering directory '/tmp/instance-7/output-1/build/vdr-2.4.6' if [ -n "/usr/lib/pkgconfig" ] ; then\ mkdir -p /tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig ;\ cp vdr.pc /tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig ;\ fi make[1]: Leaving directory '/tmp/instance-7/output-1/build/vdr-2.4.6' >>> vdr 2.4.6 Fixing libtool files for la in $(find /tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-7/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-7/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-7/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-7/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 >>> vdr 2.4.6 Installing to target /usr/bin/make -j1 PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-7/output-1/host/bin/mipsel-linux-ar" AS="/tmp/instance-7/output-1/host/bin/mipsel-linux-as" LD="/tmp/instance-7/output-1/host/bin/mipsel-linux-ld" NM="/tmp/instance-7/output-1/host/bin/mipsel-linux-nm" CC="/tmp/instance-7/output-1/host/bin/mipsel-linux-gcc" GCC="/tmp/instance-7/output-1/host/bin/mipsel-linux-gcc" CPP="/tmp/instance-7/output-1/host/bin/mipsel-linux-cpp" CXX="/tmp/instance-7/output-1/host/bin/mipsel-linux-g++" FC="/tmp/instance-7/output-1/host/bin/mipsel-linux-gfortran" F77="/tmp/instance-7/output-1/host/bin/mipsel-linux-gfortran" RANLIB="/tmp/instance-7/output-1/host/bin/mipsel-linux-ranlib" READELF="/tmp/instance-7/output-1/host/bin/mipsel-linux-readelf" STRIP="/tmp/instance-7/output-1/host/bin/mipsel-linux-strip" OBJCOPY="/tmp/instance-7/output-1/host/bin/mipsel-linux-objcopy" OBJDUMP="/tmp/instance-7/output-1/host/bin/mipsel-linux-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-7/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-7/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-7/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-7/output-1/host/lib -Wl,-rpath,/tmp/instance-7/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-7/output-1/host/bin/mipsel-linux-as" DEFAULT_LINKER="/tmp/instance-7/output-1/host/bin/mipsel-linux-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 -Os -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/tmp/instance-7/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /tmp/instance-7/output-1/build/vdr-2.4.6 LDFLAGS="" NO_KBD=yes PKG_CONFIG=/tmp/instance-7/output-1/host/bin/pkg-config PLUGINLIBDIR=/usr/lib/vdr PREFIX=/usr VIDEODIR=/var/lib/vdr DESTDIR=/tmp/instance-7/output-1/target install-dirs install-bin install-conf make[1]: Entering directory '/tmp/instance-7/output-1/build/vdr-2.4.6' make[1]: Leaving directory '/tmp/instance-7/output-1/build/vdr-2.4.6' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-7/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-7/output-1/host/bin/mipsel-linux-%g' -e 's%@TARGET_ARCH@%mips%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', '-Os', '-D_FORTIFY_SOURCE=1'@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', '-Os', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-7/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-7/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-7/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-7/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-7/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-7/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-7/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/ash$' /tmp/instance-7/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-7/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-7/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/hush$' /tmp/instance-7/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-7/output-1/target/etc/shells; fi rm -f /tmp/instance-7/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-7/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-7/output-1/host/bin/glib-compile-schemas /tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-7/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. rm -rf /tmp/instance-7/output-1/target/usr/share/lua/5.3/doc rm -rf /tmp/instance-7/output-1/target/usr/lib/luarocks mkdir -p /tmp/instance-7/output-1/target/etc echo "buildroot" > /tmp/instance-7/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-7/output-1/target/etc/hosts mkdir -p /tmp/instance-7/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-7/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-7/output-1/target/etc/shadow rm -f /tmp/instance-7/output-1/target/bin/sh if [ -x /tmp/instance-7/output-1/target/sbin/swapon -a -x /tmp/instance-7/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-7/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-7/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /tmp/instance-7/output-1/build/locales.nopurge for dir in /tmp/instance-7/output-1/target/usr/share/locale /tmp/instance-7/output-1/target/usr/share/X11/locale /tmp/instance-7/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-7/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-7/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-7/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-7/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-7/output-1/target/usr/include /tmp/instance-7/output-1/target/usr/share/aclocal \ /tmp/instance-7/output-1/target/usr/lib/pkgconfig /tmp/instance-7/output-1/target/usr/share/pkgconfig \ /tmp/instance-7/output-1/target/usr/lib/cmake /tmp/instance-7/output-1/target/usr/share/cmake \ /tmp/instance-7/output-1/target/usr/doc find /tmp/instance-7/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-7/output-1/target/lib/ /tmp/instance-7/output-1/target/usr/lib/ /tmp/instance-7/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-7/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-7/output-1/target/usr/share/gdb rm -rf /tmp/instance-7/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-7/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-7/output-1/target/usr/share/zsh rm -rf /tmp/instance-7/output-1/target/usr/man /tmp/instance-7/output-1/target/usr/share/man rm -rf /tmp/instance-7/output-1/target/usr/info /tmp/instance-7/output-1/target/usr/share/info rm -rf /tmp/instance-7/output-1/target/usr/doc /tmp/instance-7/output-1/target/usr/share/doc rm -rf /tmp/instance-7/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-7/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-7/output-1/target/lib/debug /tmp/instance-7/output-1/target/usr/lib/debug find /tmp/instance-7/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-7/output-1/host/bin/mipsel-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-7/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-7/output-1/host/bin/mipsel-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-7/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-7/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-7/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.02.3-72-g6a1dc0757d"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.02.3"; \ echo "PRETTY_NAME=\"Buildroot 2021.02.3\"" \ ) > /tmp/instance-7/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-7/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-7/output-1/per-package /tmp/instance-7/buildroot/support/scripts/fix-rpath target touch /tmp/instance-7/output-1/target/usr ln -snf /tmp/instance-7/output-1/host/mipsel-buildroot-linux-gnu/sysroot /tmp/instance-7/output-1/staging make: Leaving directory '/tmp/instance-7/buildroot' make: Entering directory '/tmp/instance-7/buildroot' >>> Buildroot 2021.02.3-72-g6a1dc0757d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2020.08-1 Collecting legal info >>> toolchain Collecting legal info >>> asterisk 16.14.1 Collecting legal info COPYING: OK (sha256: 82af40ed7f49c08685360811993d9396320842f021df828801d733e8fdc0312f) main/sha1.c: OK (sha256: ac5571f00e558e3b7c9b3f13f421b874cc12cf4250c4f70094c71544cf486312) codecs/speex/speex_resampler.h: OK (sha256: 6215e3ed73c3982a5c6701127d681ec0b9f1121ac78a28805bd93f93c3eb84c0) utils/db1-ast/include/db.h: OK (sha256: ea69cc96ab8a779c180a362377caeada71926897d1b55b980f04d74ba5aaa388) >>> host-asterisk 16.14.1 Collecting legal info COPYING: OK (sha256: 82af40ed7f49c08685360811993d9396320842f021df828801d733e8fdc0312f) >>> host-libxml2 2.9.12 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> 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) >>> jansson 2.13.1 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> libcurl 7.77.0 Collecting legal info COPYING: OK (sha256: 6fd1a1c008b5ef4c4741dd188c3f8af6944c14c25afa881eb064f98fb98358e7) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libedit 20191231-3.1 Collecting legal info COPYING: OK (sha256: 9da6c9c74987a36c84302982799d17d2f748ba1c1c0c471425716173c1d07649) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> libxml2 2.9.12 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> sqlite 3340100 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> util-linux 2.36.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) >>> atk 2.36.0 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-meson 0.56.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.15.5 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> host-python3 3.9.6 Collecting legal info LICENSE: OK (sha256: 599826df92bfdcd2702eac691072498bb096c55af04ee984cf90f70ed77b5a70) >>> host-autoconf-archive 2019.01.06 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> 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) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libglib2 2.66.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.66.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.36.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) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> atkmm 2.24.2 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING.tools: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> glibmm 2.62.0 Collecting legal info COPYING: OK (sha256: 3ea7fa7c5d9a3a113e950eca9cfb85107f096270d8e4dd99daa9d8abdebc60e7) COPYING.tools: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libsigc 2.10.0 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info README: OK (sha256: 58573c40770e0c0b91f3eef8192952832321a344f66a4fb2d966095cbbfc86c2) >>> gd 2.3.0 Collecting legal info COPYING: OK (sha256: 4d80b4af6c38d7a65128c881623dee2a5daee6b3a6ccab74a5cdfa0dfda96da7) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> freetype 2.10.4 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> jpeg Collecting legal info >>> libjpeg 9d Collecting legal info README: OK (sha256: 3dc4e4a145c907a96bd6a0e40be3f722fecf061951909143cdff5365cba9c78c) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> busybox 1.33.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> exfat 1.3.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> hicolor-icon-theme 0.17 Collecting legal info COPYING: OK (sha256: b0a64377d4ee87b7dbcf418ce4fb33ec3b2d7081b6732890e4af06b8118c4526) >>> initscripts Collecting legal info >>> jitterentropy-library 2.2.0 Collecting legal info COPYING: OK (sha256: 96b5a6b49aaeeba9036f9b80e6e299d613a8eca158741a25a67dc78792413e23) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> leptonica 1.80.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> libcap 2.48 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> host-libcap 2.48 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libyang 1.0.215 Collecting legal info LICENSE: OK (sha256: f942fe693e03e4e3ff67a351c00dc8f468a042e0d7273b0aa6bc53060b568112) >>> lua 5.3.6 Collecting legal info doc/readme.html: OK (sha256: 2ddff2161e0c4487d744943565538743c0721485873092f6809d072a983b06ef) >>> ndisc6 1.0.4 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> openntpd 6.2p3 Collecting legal info COPYING: OK (sha256: 6c1822ee950652c12bb3773849db18794f62c63452a70d018edf23e8cba71839) >>> paho-mqtt-c 1.3.9 Collecting legal info epl-v20: OK (sha256: 0becf16567beb77fa252b7664631dd177c8f9a1889e48995b45379c7130e5303) edl-v10: OK (sha256: 83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c) LICENSE: OK (sha256: bc0f3f447097eb82a29ad6c2f4929572bb548b6bd4c9e38fde1bf131a771b7a0) >>> paho-mqtt-cpp 1.1 Collecting legal info epl-v10: OK (sha256: 44277b2bec6093e4ac313afec251a4de599d24c4e768f8574d95b13a9d2d97b5) edl-v10: OK (sha256: 83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> shapelib 1.5.0 Collecting legal info web/license.html: OK (sha256: a638278f7f1cb7d0cdc73b47a6c87261b882e356a8e79922e90d44d7ef1dd2c7) COPYING: OK (sha256: 7eb803a70990017a1c4e38a8342d7413c5dfeec3ed1ac407e15ae2c274e560ff) >>> sysrepo 1.4.104 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-sysrepo 1.4.104 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-libyang 1.0.215 Collecting legal info LICENSE: OK (sha256: f942fe693e03e4e3ff67a351c00dc8f468a042e0d7273b0aa6bc53060b568112) >>> vdr 2.4.6 Collecting legal info COPYING: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2020.08-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) Legal info produced in /tmp/instance-7/output-1/legal-info make: Leaving directory '/tmp/instance-7/buildroot'