从0到1玩转MYD-YT113X全志开发板 —— 移植MQTT(2)

  • 时间:2025-12-08 22:36 作者: 来源: 阅读:0
  • 扫一扫,手机访问
摘要:接前一篇文章:从0到1玩转MYD-YT113X全志开发板 —— 移植MQTT(1)   上一回探明了米尔全志开发板MYD-YT113X中的Buildroot中包含了MQTT相关组件,本回就来讲解详细的移植暨编译构建步骤。   二、详细步骤 1. Buildroot中添加MQTT服务 (1)进入Buildroot menuconfig 仍执行上一回中的步骤

接前一篇文章:从0到1玩转MYD-YT113X全志开发板 —— 移植MQTT(1)

 

上一回探明了米尔全志开发板MYD-YT113X中的Buildroot中包含了MQTT相关组件,本回就来讲解详细的移植暨编译构建步骤。

 

二、详细步骤

1. Buildroot中添加MQTT服务

(1)进入Buildroot menuconfig

仍执行上一回中的步骤,进入T113工作目录执行./build.sh buildroot_menuconfig命令:



habit@ubuntu:~/work$ cd myir/T113/
habit@ubuntu:~/work/myir/T113$ ls
brandy  build  buildroot  build.sh  device  kernel  openwrt  out  platform  prebuilt  rtos  tools
habit@ubuntu:~/work/myir/T113$ ./build.sh buildroot_menuconfig
========ACTION List: config_buildroot_menuconfig ;========
options : 
==mkcmd.sh: mk_buildroot_menuconfig==
make: Entering directory '/home/habit/work/myir/T113/buildroot/buildroot-201902'
mkdir -p /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config/lxdialog
PKG_CONFIG_PATH="" make CC="/usr/bin/gcc" HOSTCC="/usr/bin/gcc" 
    obj=/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config -C support/kconfig -f Makefile.br mconf
/usr/bin/gcc -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE  -I/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config -DCONFIG_=""   -c lxdialog/checklist.c -o /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config/lxdialog/checklist.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE  -I/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config -DCONFIG_=""   -c lxdialog/inputbox.c -o /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config/lxdialog/inputbox.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE  -I/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config -DCONFIG_=""   -c lxdialog/menubox.c -o /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config/lxdialog/menubox.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE  -I/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config -DCONFIG_=""   -c lxdialog/textbox.c -o /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config/lxdialog/textbox.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE  -I/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config -DCONFIG_=""   -c lxdialog/util.c -o /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config/lxdialog/util.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE  -I/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config -DCONFIG_=""   -c lxdialog/yesno.c -o /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config/lxdialog/yesno.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE  -I/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config -DCONFIG_=""   -c mconf.c -o /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config/mconf.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE  -I/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config -DCONFIG_=""   /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config/mconf.o /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config/zconf.tab.o /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config/lxdialog/checklist.o /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config/lxdialog/util.o /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config/lxdialog/inputbox.o /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config/lxdialog/textbox.o /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config/lxdialog/yesno.o /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config/lxdialog/menubox.o -Wl,-Bsymbolic-functions -lncursesw -ltinfo -o /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-config/mconf
  GEN     /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/Makefile
Config.in.legacy:1769:warning: choice value used outside its choice group

打开menuconfig配置界面后。如下图所示:

(2)添加MQTT相关构建选项

依次进入到以下各级目录:Target packages ---> Libraries ---> Networking。

向下找到“paho-mqtt-c”项:

按空格键选中([]会变为[*])。如下图所示:

这样后续编译的时候,MQTT服务会一起被编译到Buildroot中。

按Exit逐层返回到首界面(一共3次),先不要退出。

2. Buildroot中添加Mosquitto服务代理

依次进入到以下各级目录:Target packages ---> Networking applications。

向下找到“mosquitto”项:

按空格键选中([]会变为[*]),如下图所示:

这样后续编译的时候,mosquitto服务会一起被编译到Buildroot中。选中mosquitto后,mosquitto broker一起会被选中,一起被编译。

按Exit逐层返回到直到提示退出(一共3次):

选择“Yes”,按回车退出。

3. 保存buildroot配置

修改完成退出menuconfig配置界面后,执行./build.sh buildroot_saveconfig命令,保存上一步在 menuconfig中的操作。

实际命令及结果如下:



habit@ubuntu:~/work/myir/T113$ ./build.sh buildroot_saveconfig
========ACTION List: config_buildroot_saveconfig ;========
options : 
==mkcmd.sh: mk_buildroot_savedefconfig==
make: Entering directory '/home/habit/work/myir/T113/buildroot/buildroot-201902'
  GEN     /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/Makefile
Config.in.legacy:1769:warning: choice value used outside its choice group
make: Leaving directory '/home/habit/work/myir/T113/buildroot/buildroot-201902'
habit@ubuntu:~/work/myir/T113$ 

4. 单独编译Buildroot

修改改好buildroot的代码或配置之后,可以使用SDK进行整个镜像的构建。也可以单独编译buildroot源码,但不作为单独烧写使用。

这里讲解后者 —— 单独编译buildroot源码。参考《MYD-YT113X Linux 软件开发指南.pdf》中“6.4. 板载 buildroot 编译与更新”中的“2). 单独编译 buildroot”。

执行./build.sh命令,进行编译。实际命令及结果如下:



habit@ubuntu:~/work/myir/T113$ ./build.sh
========ACTION List: build_linuxdev;========
options : 
INFO: ----------------------------------------
INFO: build linuxdev ...
INFO: chip: sun8iw20p1
INFO: platform: linux
INFO: kernel: linux-5.4
INFO: board: myir_image_yt113s3_nand
INFO: output: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot
INFO: ----------------------------------------
INFO: rtos project name not set, skip build rtos.
INFO: don't build dtbo ...
INFO: build arisc
find: '/home/habit/work/myir/T113/brandy/brandy-2.0/spl': No such file or directory
find: '/home/habit/work/myir/T113/brandy/brandy-2.0/u-boot-bsp': No such file or directory
find: '/home/habit/work/myir/T113/brandy/brandy-2.0/u-boot-efex': No such file or directory
find: '/home/habit/work/myir/T113/brandy/dramlib': No such file or directory
INFO: build_bootloader: brandy_path=/home/habit/work/myir/T113/brandy/brandy-2.0
INFO: skip build brandy.
INFO: build kernel ...
INFO: prepare_buildserver
INFO: Prepare toolchain ...
Building kernel
make[1]: Entering directory '/home/habit/work/myir/T113/out/t113/kernel/build'
  GEN     Makefile
  DTC     arch/arm/boot/dts/board.dtb
  INSTALL /home/habit/work/myir/T113/out/t113/kernel/build/user_headers/include
  CALL    /home/habit/work/myir/T113/kernel/linux-5.4/scripts/atomic/check-atomics.sh
  CALL    /home/habit/work/myir/T113/kernel/linux-5.4/scripts/checksyscalls.sh
  CHK     include/generated/compile.h
  Kernel: arch/arm/boot/Image is ready
  Building modules, stage 2.
  MODPOST 17 modules
  Kernel: arch/arm/boot/zImage is ready
  Kernel: arch/arm/boot/uImage is ready
make[1]: Leaving directory '/home/habit/work/myir/T113/out/t113/kernel/build'
make[1]: Entering directory '/home/habit/work/myir/T113/out/t113/kernel/build'
  INSTALL crypto/md5.ko
  INSTALL drivers/crypto/sunxi-ce/sunxi-ce.ko
  INSTALL drivers/net/wireless/xr829/xr829.ko
  INSTALL drivers/soc/sunxi/vf-test.ko
  INSTALL drivers/usb/gadget/function/usb_f_acm.ko
  INSTALL drivers/usb/gadget/function/usb_f_ecm.ko
  INSTALL drivers/usb/gadget/function/usb_f_ecm_subset.ko
  INSTALL drivers/usb/gadget/function/usb_f_obex.ko
  INSTALL drivers/usb/gadget/function/usb_f_ss_lb.ko
  INSTALL drivers/usb/gadget/legacy/g_cdc.ko
  INSTALL drivers/usb/gadget/legacy/g_ether.ko
  INSTALL drivers/usb/gadget/legacy/g_mass_storage.ko
  INSTALL drivers/usb/gadget/legacy/g_multi.ko
  INSTALL drivers/usb/gadget/legacy/g_serial.ko
  INSTALL drivers/usb/gadget/legacy/g_zero.ko
  INSTALL drivers/usb/gadget/legacy/gadgetfs.ko
  INSTALL drivers/usb/gadget/legacy/raw_gadget.ko
  DEPMOD  5.4.61
make[1]: Leaving directory '/home/habit/work/myir/T113/out/t113/kernel/build'
[NAND]: Build module driver
make: Entering directory '/home/habit/work/myir/T113/kernel/linux-5.4/modules/nand'
[NAND] NOT buid as ko
make: Leaving directory '/home/habit/work/myir/T113/kernel/linux-5.4/modules/nand'
make: Entering directory '/home/habit/work/myir/T113/kernel/linux-5.4/modules/nand'
[NAND] NOT buid as ko
make: Leaving directory '/home/habit/work/myir/T113/kernel/linux-5.4/modules/nand'
[NAND]: Build done
/home/habit/work/myir/T113/kernel/linux-5.4/bsp/modules/nand does not exist!
[ GPU]: Build module driver
make: Entering directory '/home/habit/work/myir/T113/kernel/linux-5.4/modules/gpu'
Nothing to do for unsupport configuration
make: Leaving directory '/home/habit/work/myir/T113/kernel/linux-5.4/modules/gpu'
make: Entering directory '/home/habit/work/myir/T113/kernel/linux-5.4/modules/gpu'
Nothing to do for unsupport configuration
make: Leaving directory '/home/habit/work/myir/T113/kernel/linux-5.4/modules/gpu'
[ GPU]: Build done
/home/habit/work/myir/T113/kernel/linux-5.4/bsp/modules/gpu does not exist!
---build dts for sun8iw20p1 myir_image_yt113s3_nand-----
'/home/habit/work/myir/T113/out/t113/kernel/build/arch/arm/boot/dts//board.dtb' -> '/home/habit/work/myir/T113/out/t113/kernel/staging/sunxi.dtb'
Warning: init ramdisk file '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/ramfs/images/rootfs.cpio.gz' not exist on buildroot platform!
Use init ramdisk file: '/home/habit/work/myir/T113/kernel/linux-5.4/rootfs_32bit.cpio.gz'.
Copy modules to target ...
bootimg_build
Copy boot.img to output directory ...

sun8iw20p1 compile all(Kernel+modules+boot.img) successfulINFO: build dts ...
INFO: Prepare toolchain ...
removed '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/.board.dtb.d.dtc.tmp'
removed '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/.board.dtb.dts.tmp'
'/home/habit/work/myir/T113/out/t113/kernel/build/arch/arm/boot/dts/.board.dtb.d.dtc.tmp' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/.board.dtb.d.dtc.tmp'
'/home/habit/work/myir/T113/out/t113/kernel/build/arch/arm/boot/dts/.board.dtb.dts.tmp' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/.board.dtb.dts.tmp'
'/home/habit/work/myir/T113/out/t113/kernel/staging/sunxi.dtb' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/sunxi.dtb'
INFO: build rootfs ...
INFO: Prepare toolchain ...
INFO: build buildroot ...
make: Entering directory '/home/habit/work/myir/T113/buildroot/buildroot-201902'
/usr/bin/make -j1 O=/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot HOSTCC="/usr/bin/gcc" HOSTCXX="/usr/bin/g++" syncconfig
  GEN     /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/Makefile
Config.in.legacy:1769:warning: choice value used outside its choice group
>>> mosquitto 1.5.8 Downloading
--2025-12-04 14:23:57--  https://mosquitto.org/files/source/mosquitto-1.5.8.tar.gz
Resolving mosquitto.org (mosquitto.org)... 85.119.83.194, 2001:ba8:1f1:f271::2
Connecting to mosquitto.org (mosquitto.org)|85.119.83.194|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 442834 (432K) [application/octet-stream]
Saving to: '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/.mosquitto-1.5.8.tar.gz.iH0jZK/output'

/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nan 100%[========================================================================================================================================>] 432.46K   397KB/s    in 1.1s    

2025-12-04 14:24:00 (397 KB/s) - '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/.mosquitto-1.5.8.tar.gz.iH0jZK/output' saved [442834/442834]

mosquitto-1.5.8.tar.gz: OK (sha256: 78d7e70c3794dc3a1d484b4f2f8d3addebe9c2da3f5a1cebe557f7d13beb0da4)
>>> mosquitto 1.5.8 Extracting
gzip -d -c /home/habit/work/myir/T113/buildroot/buildroot-201902/dl/mosquitto/mosquitto-1.5.8.tar.gz | /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/tar --strip-components=1 -C /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/mosquitto-1.5.8   -xf -
>>> mosquitto 1.5.8 Patching
>>> mosquitto 1.5.8 Configuring
>>> mosquitto 1.5.8 Building
/usr/bin/make -j3 -C /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/mosquitto-1.5.8 PATH="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin:/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/sbin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/opt/gcc-linaro-5.3.1-2016.05-x86_64_arm-linux-gnueabi/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/habit/work/myir/T113/build/bin:/home/habit/work/myir/T113/build/bin:/home/habit/work/myir/T113/build/bin" AR="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-ar" AS="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-as" LD="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-ld" NM="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-nm" CC="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc" GCC="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc" CPP="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-cpp" CXX="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-g++" FC="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gfortran" F77="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gfortran" RANLIB="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-ranlib" READELF="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-readelf" STRIP="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-strip" OBJCOPY="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-objcopy" OBJDUMP="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-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/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/include" LDFLAGS_FOR_BUILD="-L/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/lib -Wl,-rpath,/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-as" DEFAULT_LINKER="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-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  " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/pkg-config" STAGING_DIR="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot" INTLTOOL_PERL=/usr/bin/perl DIRS="lib client src" UNAME=Linux STRIP=true prefix=/usr WITH_WRAP=no WITH_DOCS=no WITH_ADNS=yes WITH_THREADING=yes WITH_TLS=yes WITH_SRV=no WITH_UUID=yes WITH_WEBSOCKETS=no
set -e; for d in lib client src; do /usr/bin/make -C ${d}; done
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c mosquitto.c -o mosquitto.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c actions.c -o actions.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c callbacks.c -o callbacks.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c connect.c -o connect.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c handle_connack.c -o handle_connack.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c handle_ping.c -o handle_ping.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c handle_pubackcomp.c -o handle_pubackcomp.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c handle_publish.c -o handle_publish.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c handle_pubrec.c -o handle_pubrec.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c handle_pubrel.c -o handle_pubrel.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c handle_suback.c -o handle_suback.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c handle_unsuback.c -o handle_unsuback.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c helpers.c -o helpers.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c logging_mosq.c -o logging_mosq.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c loop.c -o loop.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c memory_mosq.c -o memory_mosq.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c messages_mosq.c -o messages_mosq.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c net_mosq.c -o net_mosq.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c options.c -o options.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c packet_mosq.c -o packet_mosq.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c read_handle.c -o read_handle.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c send_connect.c -o send_connect.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c send_disconnect.c -o send_disconnect.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c send_mosq.c -o send_mosq.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c send_publish.c -o send_publish.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c send_subscribe.c -o send_subscribe.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c send_unsubscribe.c -o send_unsubscribe.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c socks_mosq.c -o socks_mosq.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c srv_mosq.c -o srv_mosq.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c thread_mosq.c -o thread_mosq.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c time_mosq.c -o time_mosq.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c tls_mosq.c -o tls_mosq.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c utf8_mosq.c -o utf8_mosq.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c util_mosq.c -o util_mosq.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c will_mosq.c -o will_mosq.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -shared  -Wl,--version-script=linker.version -Wl,-soname,libmosquitto.so.1 mosquitto.o actions.o callbacks.o connect.o handle_connack.o handle_ping.o handle_pubackcomp.o handle_publish.o handle_pubrec.o handle_pubrel.o handle_suback.o handle_unsuback.o helpers.o logging_mosq.o loop.o memory_mosq.o messages_mosq.o net_mosq.o options.o packet_mosq.o read_handle.o send_connect.o send_disconnect.o send_mosq.o send_publish.o send_subscribe.o send_unsubscribe.o socks_mosq.o srv_mosq.o thread_mosq.o time_mosq.o tls_mosq.o utf8_mosq.o util_mosq.o will_mosq.o -o libmosquitto.so.1  -lrt -lssl -lcrypto -lpthread
/usr/bin/make -C cpp
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -fPIC -c mosquittopp.cpp -o mosquittopp.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-g++ -shared  -Wl,-soname,libmosquittopp.so.1 mosquittopp.o -o libmosquittopp.so.1 ../libmosquitto.so.1
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -c pub_client.c -o pub_client.o -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../lib -DVERSION=""1.5.8"" -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -c client_shared.c -o client_shared.o -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../lib -DVERSION=""1.5.8"" -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -c sub_client.c -o sub_client.o -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../lib -DVERSION=""1.5.8"" -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -c sub_client_output.c -o sub_client_output.o -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../lib -DVERSION=""1.5.8"" -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc pub_client.o client_shared.o -o mosquitto_pub  -L../lib ../lib/libmosquitto.so.1
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc sub_client.o sub_client_output.o client_shared.o -o mosquitto_sub  -L../lib ../lib/libmosquitto.so.1
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c mosquitto.c -o mosquitto.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c bridge.c -o bridge.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c conf.c -o conf.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c conf_includedir.c -o conf_includedir.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c context.c -o context.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c database.c -o database.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c handle_connack.c -o handle_connack.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c handle_connect.c -o handle_connect.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c ../lib/handle_ping.c -o handle_ping.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c ../lib/handle_pubackcomp.c -o handle_pubackcomp.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c handle_publish.c -o handle_publish.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c ../lib/handle_pubrec.c -o handle_pubrec.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c ../lib/handle_pubrel.c -o handle_pubrel.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c ../lib/handle_suback.c -o handle_suback.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c handle_subscribe.c -o handle_subscribe.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c ../lib/handle_unsuback.c -o handle_unsuback.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c handle_unsubscribe.c -o handle_unsubscribe.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c logging.c -o logging.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c loop.c -o loop.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c ../lib/memory_mosq.c -o memory_mosq.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c net.c -o net.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c ../lib/net_mosq.c -o net_mosq.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c ../lib/packet_mosq.c -o packet_mosq.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c persist.c -o persist.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c plugin.c -o plugin.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c read_handle.c -o read_handle.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c security.c -o security.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c security_default.c -o security_default.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c send_connack.c -o send_connack.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c ../lib/send_connect.c -o send_connect.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c ../lib/send_disconnect.c -o send_disconnect.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c ../lib/send_mosq.c -o send_mosq.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c ../lib/send_publish.c -o send_publish.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c send_suback.c -o send_suback.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c ../lib/send_subscribe.c -o send_subscribe.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c ../lib/send_unsubscribe.c -o send_unsubscribe.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c service.c -o service.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c signals.c -o signals.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c subs.c -o subs.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c sys_tree.c -o sys_tree.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c ../lib/time_mosq.c -o time_mosq.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c ../lib/tls_mosq.c -o tls_mosq.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c ../lib/utf8_mosq.c -o utf8_mosq.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c ../lib/util_mosq.c -o util_mosq.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c websockets.c -o websockets.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=""1.5.8"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_EC -DWITH_ADNS -DWITH_EPOLL -Ideps -c ../lib/will_mosq.c -o will_mosq.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c mosquitto_passwd.c -o mosquitto_passwd.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc mosquitto_passwd.o -o mosquitto_passwd  -lcrypto
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc mosquitto.o bridge.o conf.o conf_includedir.o context.o database.o handle_connack.o handle_connect.o handle_ping.o handle_pubackcomp.o handle_publish.o handle_pubrec.o handle_pubrel.o handle_suback.o handle_subscribe.o handle_unsuback.o handle_unsubscribe.o logging.o loop.o memory_mosq.o net.o net_mosq.o packet_mosq.o persist.o plugin.o read_handle.o security.o security_default.o send_connack.o send_connect.o send_disconnect.o send_mosq.o send_publish.o send_suback.o send_subscribe.o send_unsubscribe.o service.o signals.o subs.o sys_tree.o time_mosq.o tls_mosq.o utf8_mosq.o util_mosq.o websockets.o will_mosq.o -o mosquitto  -ldl -lm -lrt -Wl,--dynamic-list=linker.syms -lssl -lcrypto -luuid -lanl
>>> mosquitto 1.5.8 Installing to staging directory
/usr/bin/make -j3 -C /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/mosquitto-1.5.8 PATH="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin:/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/sbin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/opt/gcc-linaro-5.3.1-2016.05-x86_64_arm-linux-gnueabi/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/habit/work/myir/T113/build/bin:/home/habit/work/myir/T113/build/bin:/home/habit/work/myir/T113/build/bin" AR="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-ar" AS="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-as" LD="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-ld" NM="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-nm" CC="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc" GCC="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc" CPP="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-cpp" CXX="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-g++" FC="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gfortran" F77="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gfortran" RANLIB="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-ranlib" READELF="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-readelf" STRIP="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-strip" OBJCOPY="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-objcopy" OBJDUMP="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-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/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/include" LDFLAGS_FOR_BUILD="-L/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/lib -Wl,-rpath,/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-as" DEFAULT_LINKER="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-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  " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/pkg-config" STAGING_DIR="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot" INTLTOOL_PERL=/usr/bin/perl DIRS="lib client src" UNAME=Linux STRIP=true prefix=/usr WITH_WRAP=no WITH_DOCS=no WITH_ADNS=yes WITH_THREADING=yes WITH_TLS=yes WITH_SRV=no WITH_UUID=yes WITH_WEBSOCKETS=no DESTDIR=/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot install
set -e; for d in lib client src; do /usr/bin/make -C ${d}; done
/usr/bin/make -C cpp
make[4]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
set -e; for d in lib client src; do /usr/bin/make -C ${d} install; done
/usr/bin/make -C cpp
make[4]: Nothing to be done for 'all'.
install -d "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/"
install  libmosquitto.so.1 "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libmosquitto.so.1"
ln -sf libmosquitto.so.1 "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libmosquitto.so"
install -d "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/"
install mosquitto.h "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mosquitto.h"
install -d "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/pkgconfig"
install -m644 ../libmosquitto.pc.in "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/pkgconfig/libmosquitto.pc"
sed -i -e "s#@CMAKE_INSTALL_PREFIX@#/usr#" -e "s#@VERSION@#1.5.8#" "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/pkgconfig/libmosquitto.pc"
/usr/bin/make -C cpp install
install -d "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/"
install  libmosquittopp.so.1 "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libmosquittopp.so.1"
ln -sf libmosquittopp.so.1 "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libmosquittopp.so"
install -d "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/"
install mosquittopp.h "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mosquittopp.h"
install -d "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/pkgconfig/"
install -m644 ../../libmosquittopp.pc.in "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/pkgconfig/libmosquittopp.pc"
sed -i -e "s#@CMAKE_INSTALL_PREFIX@#/usr#" -e "s#@VERSION@#1.5.8#" "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/pkgconfig/libmosquittopp.pc"
install -d "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin"
install  mosquitto_pub "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/mosquitto_pub"
install  mosquitto_sub "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/mosquitto_sub"
install -d "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/sbin"
install  mosquitto "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/sbin/mosquitto"
install -d "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include"
install mosquitto_broker.h "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mosquitto_broker.h"
install mosquitto_plugin.h "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mosquitto_plugin.h"
install -d "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin"
install  mosquitto_passwd "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/mosquitto_passwd"
install -d "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/etc/mosquitto"
install -m 644 mosquitto.conf "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/etc/mosquitto/mosquitto.conf.example"
install -m 644 aclfile.example "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/etc/mosquitto/aclfile.example"
install -m 644 pwfile.example "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/etc/mosquitto/pwfile.example"
install -m 644 pskfile.example "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/etc/mosquitto/pskfile.example"
>>> mosquitto 1.5.8 Fixing libtool files
for la in $(find /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib* -name "*.la"); do 
	cp -a "${la}" "${la}.fixed" && 
	/usr/bin/sed -i -e "s:/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot:@BASE_DIR@:g" 
		-e "s:/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot:@STAGING_DIR@:g" 
		 -e "s:/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" 
		-e "s:(['= ])/usr:1@STAGING_DIR@/usr:g" 
		 -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/opt/ext-toolchain:g" 
		-e "s:@STAGING_DIR@:/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot:g" 
		-e "s:@BASE_DIR@:/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot:g" 
		"${la}.fixed" && 
	if cmp -s "${la}" "${la}.fixed"; then 
		rm -f "${la}.fixed"; 
	else 
		mv "${la}.fixed" "${la}"; 
	fi || exit 1; 
done
>>> mosquitto 1.5.8 Installing to target
/usr/bin/make -j3 -C /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/mosquitto-1.5.8 PATH="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin:/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/sbin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/opt/gcc-linaro-5.3.1-2016.05-x86_64_arm-linux-gnueabi/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/habit/work/myir/T113/build/bin:/home/habit/work/myir/T113/build/bin:/home/habit/work/myir/T113/build/bin" AR="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-ar" AS="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-as" LD="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-ld" NM="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-nm" CC="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc" GCC="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc" CPP="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-cpp" CXX="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-g++" FC="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gfortran" F77="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gfortran" RANLIB="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-ranlib" READELF="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-readelf" STRIP="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-strip" OBJCOPY="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-objcopy" OBJDUMP="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-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/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/include" LDFLAGS_FOR_BUILD="-L/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/lib -Wl,-rpath,/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-as" DEFAULT_LINKER="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-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  " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/pkg-config" STAGING_DIR="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot" INTLTOOL_PERL=/usr/bin/perl DIRS="lib client src" UNAME=Linux STRIP=true prefix=/usr WITH_WRAP=no WITH_DOCS=no WITH_ADNS=yes WITH_THREADING=yes WITH_TLS=yes WITH_SRV=no WITH_UUID=yes WITH_WEBSOCKETS=no DESTDIR=/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target install
set -e; for d in lib client src; do /usr/bin/make -C ${d}; done
/usr/bin/make -C cpp
make[4]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
set -e; for d in lib client src; do /usr/bin/make -C ${d} install; done
/usr/bin/make -C cpp
make[4]: Nothing to be done for 'all'.
install -d "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/"
install  libmosquitto.so.1 "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/libmosquitto.so.1"
ln -sf libmosquitto.so.1 "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/libmosquitto.so"
install -d "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/include/"
install mosquitto.h "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/include/mosquitto.h"
install -d "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/pkgconfig"
install -m644 ../libmosquitto.pc.in "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/pkgconfig/libmosquitto.pc"
sed -i -e "s#@CMAKE_INSTALL_PREFIX@#/usr#" -e "s#@VERSION@#1.5.8#" "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/pkgconfig/libmosquitto.pc"
/usr/bin/make -C cpp install
install -d "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/"
install  libmosquittopp.so.1 "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/libmosquittopp.so.1"
ln -sf libmosquittopp.so.1 "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/libmosquittopp.so"
install -d "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/include/"
install mosquittopp.h "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/include/mosquittopp.h"
install -d "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/pkgconfig/"
install -m644 ../../libmosquittopp.pc.in "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/pkgconfig/libmosquittopp.pc"
sed -i -e "s#@CMAKE_INSTALL_PREFIX@#/usr#" -e "s#@VERSION@#1.5.8#" "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/pkgconfig/libmosquittopp.pc"
install -d "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/bin"
install  mosquitto_pub "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/bin/mosquitto_pub"
install  mosquitto_sub "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/bin/mosquitto_sub"
install -d "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/sbin"
install  mosquitto "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/sbin/mosquitto"
install -d "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/include"
install mosquitto_broker.h "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/include/mosquitto_broker.h"
install mosquitto_plugin.h "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/include/mosquitto_plugin.h"
install -d "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/bin"
install  mosquitto_passwd "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/bin/mosquitto_passwd"
install -d "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/mosquitto"
install -m 644 mosquitto.conf "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/mosquitto/mosquitto.conf.example"
install -m 644 aclfile.example "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/mosquitto/aclfile.example"
install -m 644 pwfile.example "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/mosquitto/pwfile.example"
install -m 644 pskfile.example "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/mosquitto/pskfile.example"
rm -f /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/mosquitto/*.example
/usr/bin/install -D -m 0644 /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/mosquitto-1.5.8/mosquitto.conf /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/mosquitto/mosquitto.conf
/usr/bin/install -D -m 0755 package/mosquitto/S50mosquitto /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/init.d/S50mosquitto
>>> paho-mqtt-c v1.3.0 Downloading
--2025-12-04 14:24:08--  https://github.com/eclipse/paho.mqtt.c/archive/v1.3.0/paho-mqtt-c-v1.3.0.tar.gz
Resolving github.com (github.com)... 20.205.243.166
Connecting to github.com (github.com)|20.205.243.166|:443... connected.
HTTP request sent, awaiting response... No data received.
Retrying.
 
--2025-12-04 14:24:14--  (try: 2)  https://github.com/eclipse/paho.mqtt.c/archive/v1.3.0/paho-mqtt-c-v1.3.0.tar.gz
Connecting to github.com (github.com)|20.205.243.166|:443... failed: Connection refused.
Resolving github.com (github.com)... 20.205.243.166
Connecting to github.com (github.com)|20.205.243.166|:443... connected.
HTTP request sent, awaiting response... No data received.
Retrying.
 
--2025-12-04 14:24:43--  (try: 3)  https://github.com/eclipse/paho.mqtt.c/archive/v1.3.0/paho-mqtt-c-v1.3.0.tar.gz
Connecting to github.com (github.com)|20.205.243.166|:443... failed: Connection refused.
Resolving github.com (github.com)... 20.205.243.166
Connecting to github.com (github.com)|20.205.243.166|:443... failed: Connection refused.
--2025-12-04 14:25:25--  http://sources.buildroot.net/paho-mqtt-c/paho-mqtt-c-v1.3.0.tar.gz
Resolving sources.buildroot.net (sources.buildroot.net)... 104.26.1.37, 172.67.72.56, 104.26.0.37, ...
Connecting to sources.buildroot.net (sources.buildroot.net)|104.26.1.37|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 467211 (456K) [application/x-gtar-compressed]
Saving to: '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/.paho-mqtt-c-v1.3.0.tar.gz.Jv4OQc/output'
 
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nan 100%[========================================================================================================================================>] 456.26K   447KB/s    in 1.0s    
 
2025-12-04 14:25:27 (447 KB/s) - '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/.paho-mqtt-c-v1.3.0.tar.gz.Jv4OQc/output' saved [467211/467211]
 
paho-mqtt-c-v1.3.0.tar.gz: OK (sha256: 87cf846b02dde6328b84832287d8725d91f12f41366eecb4d59eeda1d6c7efdf)
>>> paho-mqtt-c v1.3.0 Extracting
gzip -d -c /home/habit/work/myir/T113/buildroot/buildroot-201902/dl/paho-mqtt-c/paho-mqtt-c-v1.3.0.tar.gz | /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/tar --strip-components=1 -C /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0   -xf -
>>> paho-mqtt-c v1.3.0 Patching
>>> paho-mqtt-c v1.3.0 Configuring
(mkdir -p /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/ && cd /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/ && rm -f CMakeCache.txt && PATH="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin:/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/sbin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/opt/gcc-linaro-5.3.1-2016.05-x86_64_arm-linux-gnueabi/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/habit/work/myir/T113/build/bin:/home/habit/work/myir/T113/build/bin:/home/habit/work/myir/T113/build/bin"  /usr/bin/cmake /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/ -DCMAKE_TOOLCHAIN_FILE="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -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  -DPAHO_WITH_SSL=TRUE )
-- The C compiler identification is GNU 7.3.1
-- Check for working C compiler: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc
-- Check for working C compiler: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- CMake version: 3.16.3
-- CMake system name: Linux
-- Timestamp is 2025-12-04T06:25:27Z
-- OpenSSL hints: 
-- OpenSSL headers found at /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include
-- OpenSSL library found at /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libssl.so
-- OpenSSL Crypto library found at /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libcrypto.so
-- OpenSSL hints: 
-- OpenSSL headers found at /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:
 
    BUILD_DOC
    BUILD_DOCS
    BUILD_EXAMPLE
    BUILD_EXAMPLES
    BUILD_TEST
    BUILD_TESTING
    BUILD_TESTS
 
 
-- Build files have been written to: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0
>>> paho-mqtt-c v1.3.0 Building
PATH="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin:/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/sbin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/opt/gcc-linaro-5.3.1-2016.05-x86_64_arm-linux-gnueabi/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/habit/work/myir/T113/build/bin:/home/habit/work/myir/T113/build/bin:/home/habit/work/myir/T113/build/bin"  /usr/bin/make -j3  -C /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/
Scanning dependencies of target common_obj
Scanning dependencies of target common_ssl_obj
Scanning dependencies of target thread
[  1%] Building C object src/CMakeFiles/common_obj.dir/MQTTProtocolClient.c.o
[  2%] Building C object src/CMakeFiles/common_ssl_obj.dir/MQTTProtocolClient.c.o
[  3%] Building C object test/CMakeFiles/thread.dir/thread.c.o
[  4%] Building C object test/CMakeFiles/thread.dir/__/src/Thread.c.o
[  5%] Building C object src/CMakeFiles/common_obj.dir/Clients.c.o
[  6%] Building C object src/CMakeFiles/common_ssl_obj.dir/Clients.c.o
[  8%] Linking C executable thread
[  9%] Building C object src/CMakeFiles/common_obj.dir/utf-8.c.o
[  9%] Built target thread
[ 10%] Building C object src/CMakeFiles/common_obj.dir/StackTrace.c.o
[ 12%] Building C object src/CMakeFiles/common_obj.dir/MQTTPacket.c.o
[ 13%] Building C object src/CMakeFiles/common_obj.dir/MQTTPacketOut.c.o
[ 12%] Building C object src/CMakeFiles/common_ssl_obj.dir/utf-8.c.o
[ 14%] Building C object src/CMakeFiles/common_ssl_obj.dir/StackTrace.c.o
[ 16%] Building C object src/CMakeFiles/common_obj.dir/Messages.c.o
[ 17%] Building C object src/CMakeFiles/common_obj.dir/Socket.c.o
[ 18%] Building C object src/CMakeFiles/common_obj.dir/Tree.c.o
[ 19%] Building C object src/CMakeFiles/common_ssl_obj.dir/MQTTPacket.c.o
[ 20%] Building C object src/CMakeFiles/common_obj.dir/MQTTPersistence.c.o
[ 21%] Building C object src/CMakeFiles/common_obj.dir/Log.c.o
[ 22%] Building C object src/CMakeFiles/common_obj.dir/Thread.c.o
[ 24%] Building C object src/CMakeFiles/common_obj.dir/MQTTProtocolOut.c.o
[ 25%] Building C object src/CMakeFiles/common_obj.dir/MQTTPersistenceDefault.c.o
[ 26%] Building C object src/CMakeFiles/common_ssl_obj.dir/MQTTPacketOut.c.o
[ 27%] Building C object src/CMakeFiles/common_obj.dir/SocketBuffer.c.o
[ 28%] Building C object src/CMakeFiles/common_obj.dir/Heap.c.o
[ 29%] Building C object src/CMakeFiles/common_ssl_obj.dir/Messages.c.o
[ 31%] Building C object src/CMakeFiles/common_ssl_obj.dir/Tree.c.o
[ 32%] Building C object src/CMakeFiles/common_obj.dir/LinkedList.c.o
[ 33%] Building C object src/CMakeFiles/common_obj.dir/MQTTProperties.c.o
[ 34%] Building C object src/CMakeFiles/common_ssl_obj.dir/Socket.c.o
[ 35%] Building C object src/CMakeFiles/common_obj.dir/MQTTReasonCodes.c.o
[ 36%] Building C object src/CMakeFiles/common_obj.dir/Base64.c.o
[ 37%] Building C object src/CMakeFiles/common_obj.dir/SHA1.c.o
[ 39%] Building C object src/CMakeFiles/common_obj.dir/WebSocket.c.o
[ 40%] Building C object src/CMakeFiles/common_ssl_obj.dir/Log.c.o
[ 41%] Building C object src/CMakeFiles/common_ssl_obj.dir/MQTTPersistence.c.o
[ 41%] Built target common_obj
Scanning dependencies of target paho-mqtt3a
[ 42%] Building C object src/CMakeFiles/common_ssl_obj.dir/Thread.c.o
[ 43%] Building C object src/CMakeFiles/paho-mqtt3a.dir/MQTTAsync.c.o
[ 44%] Building C object src/CMakeFiles/common_ssl_obj.dir/MQTTProtocolOut.c.o
[ 45%] Building C object src/CMakeFiles/common_ssl_obj.dir/MQTTPersistenceDefault.c.o
[ 47%] Building C object src/CMakeFiles/common_ssl_obj.dir/SocketBuffer.c.o
[ 48%] Building C object src/CMakeFiles/common_ssl_obj.dir/Heap.c.o
[ 49%] Building C object src/CMakeFiles/common_ssl_obj.dir/LinkedList.c.o
[ 50%] Building C object src/CMakeFiles/common_ssl_obj.dir/MQTTProperties.c.o
[ 51%] Building C object src/CMakeFiles/common_ssl_obj.dir/MQTTReasonCodes.c.o
[ 52%] Linking C shared library libpaho-mqtt3a.so
[ 55%] Building C object src/CMakeFiles/common_ssl_obj.dir/SHA1.c.o
[ 55%] Building C object src/CMakeFiles/common_ssl_obj.dir/Base64.c.o
[ 56%] Building C object src/CMakeFiles/common_ssl_obj.dir/WebSocket.c.o
[ 56%] Built target paho-mqtt3a
Scanning dependencies of target paho-mqtt3c
Scanning dependencies of target test_issue373
[ 57%] Building C object src/CMakeFiles/paho-mqtt3c.dir/MQTTClient.c.o
[ 58%] Building C object test/CMakeFiles/test_issue373.dir/test_issue373.c.o
[ 59%] Linking C executable test_issue373
[ 59%] Built target common_ssl_obj
Scanning dependencies of target test11
[ 59%] Built target test_issue373
[ 60%] Building C object test/CMakeFiles/test11.dir/test11.c.o
Scanning dependencies of target test4
[ 62%] Building C object test/CMakeFiles/test4.dir/test4.c.o
[ 63%] Linking C shared library libpaho-mqtt3c.so
[ 64%] Linking C executable test4
[ 64%] Built target paho-mqtt3c
Scanning dependencies of target test45
[ 64%] Built target test4
[ 65%] Building C object test/CMakeFiles/test45.dir/test45.c.o
Scanning dependencies of target test8
[ 66%] Building C object test/CMakeFiles/test8.dir/test8.c.o
[ 67%] Linking C executable test11
[ 67%] Built target test11
Scanning dependencies of target test6
[ 68%] Linking C executable test45
[ 70%] Linking C executable test8
[ 71%] Building C object test/CMakeFiles/test6.dir/test6.c.o
[ 71%] Built target test8
Scanning dependencies of target test9
[ 72%] Building C object test/CMakeFiles/test9.dir/test9.c.o
[ 72%] Built target test45
Scanning dependencies of target test95
[ 73%] Building C object test/CMakeFiles/test95.dir/test95.c.o
[ 74%] Linking C executable test6
[ 74%] Built target test6
Scanning dependencies of target test10
[ 75%] Linking C executable test9
[ 77%] Building C object test/CMakeFiles/test10.dir/test10.c.o
[ 77%] Built target test9
Scanning dependencies of target MQTTVersion
[ 78%] Building C object src/CMakeFiles/MQTTVersion.dir/MQTTVersion.c.o
[ 79%] Linking C executable test95
[ 80%] Linking C executable MQTTVersion
[ 80%] Built target test95
Scanning dependencies of target paho-mqtt3cs
[ 81%] Building C object src/CMakeFiles/paho-mqtt3cs.dir/MQTTClient.c.o
[ 81%] Built target MQTTVersion
[ 82%] Linking C executable test10
Scanning dependencies of target paho-mqtt3as
[ 83%] Building C object src/CMakeFiles/paho-mqtt3as.dir/MQTTAsync.c.o
[ 83%] Built target test10
Scanning dependencies of target test1
[ 85%] Building C object test/CMakeFiles/test1.dir/test1.c.o
[ 86%] Linking C executable test1
[ 87%] Building C object src/CMakeFiles/paho-mqtt3cs.dir/SSLSocket.c.o
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/src/SSLSocket.c: In function 'SSLSocket_createContext':
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/src/SSLSocket.c:537:4: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations]
    net->ctx = SSL_CTX_new(TLSv1_client_method());
    ^~~
In file included from /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/e_os2.h:13:0,
                 from /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/ssl.h:15,
                 from /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/src/SocketBuffer.h:28,
                 from /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/src/SSLSocket.c:31:
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/ssl.h:1866:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void))
 ^
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/src/SSLSocket.c:542:4: warning: 'TLSv1_1_client_method' is deprecated [-Wdeprecated-declarations]
    net->ctx = SSL_CTX_new(TLSv1_1_client_method());
    ^~~
In file included from /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/e_os2.h:13:0,
                 from /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/ssl.h:15,
                 from /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/src/SocketBuffer.h:28,
                 from /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/src/SSLSocket.c:31:
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/ssl.h:1872:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void))
 ^
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/src/SSLSocket.c:547:4: warning: 'TLSv1_2_client_method' is deprecated [-Wdeprecated-declarations]
    net->ctx = SSL_CTX_new(TLSv1_2_client_method());
    ^~~
In file included from /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/e_os2.h:13:0,
                 from /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/ssl.h:15,
                 from /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/src/SocketBuffer.h:28,
                 from /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/src/SSLSocket.c:31:
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/ssl.h:1878:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void))
 ^
[ 87%] Built target test1
Scanning dependencies of target test2
[ 88%] Building C object test/CMakeFiles/test2.dir/test2.c.o
[ 89%] Linking C shared library libpaho-mqtt3cs.so
[ 90%] Building C object src/CMakeFiles/paho-mqtt3as.dir/SSLSocket.c.o
[ 90%] Built target paho-mqtt3cs
[ 91%] Linking C executable test2
Scanning dependencies of target test15
[ 93%] Building C object test/CMakeFiles/test15.dir/test15.c.o
[ 93%] Built target test2
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/src/SSLSocket.c: In function 'SSLSocket_createContext':
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/src/SSLSocket.c:537:4: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations]
    net->ctx = SSL_CTX_new(TLSv1_client_method());
    ^~~
In file included from /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/e_os2.h:13:0,
                 from /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/ssl.h:15,
                 from /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/src/SocketBuffer.h:28,
                 from /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/src/SSLSocket.c:31:
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/ssl.h:1866:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void))
 ^
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/src/SSLSocket.c:542:4: warning: 'TLSv1_1_client_method' is deprecated [-Wdeprecated-declarations]
    net->ctx = SSL_CTX_new(TLSv1_1_client_method());
    ^~~
In file included from /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/e_os2.h:13:0,
                 from /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/ssl.h:15,
                 from /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/src/SocketBuffer.h:28,
                 from /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/src/SSLSocket.c:31:
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/ssl.h:1872:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void))
 ^
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/src/SSLSocket.c:547:4: warning: 'TLSv1_2_client_method' is deprecated [-Wdeprecated-declarations]
    net->ctx = SSL_CTX_new(TLSv1_2_client_method());
    ^~~
In file included from /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/e_os2.h:13:0,
                 from /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/ssl.h:15,
                 from /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/src/SocketBuffer.h:28,
                 from /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/src/SSLSocket.c:31:
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/openssl/ssl.h:1878:1: note: declared here
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void))
 ^
Scanning dependencies of target test3
[ 94%] Building C object test/CMakeFiles/test3.dir/test3.c.o
[ 95%] Linking C shared library libpaho-mqtt3as.so
[ 95%] Built target paho-mqtt3as
[ 96%] Linking C executable test15
Scanning dependencies of target test5
[ 97%] Building C object test/CMakeFiles/test5.dir/test5.c.o
[ 97%] Built target test15
[ 98%] Linking C executable test3
[ 98%] Built target test3
[100%] Linking C executable test5
[100%] Built target test5
>>> paho-mqtt-c v1.3.0 Installing to staging directory
PATH="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin:/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/sbin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/opt/gcc-linaro-5.3.1-2016.05-x86_64_arm-linux-gnueabi/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/habit/work/myir/T113/build/bin:/home/habit/work/myir/T113/build/bin:/home/habit/work/myir/T113/build/bin"  /usr/bin/make -j3  DESTDIR=/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot install/fast -C /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/
Install the project...
-- Install configuration: "Release"
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/samples/MQTTAsync_publish.c
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/samples/MQTTAsync_subscribe.c
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/samples/MQTTClient_publish.c
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/samples/MQTTClient_publish_async.c
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/samples/MQTTClient_subscribe.c
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/samples/paho_c_pub.c
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/samples/paho_c_sub.c
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/samples/paho_cs_pub.c
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/samples/paho_cs_sub.c
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/samples/pubsub_opts.c
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/./CONTRIBUTING.md
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/./epl-v10
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/./edl-v10
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/./README.md
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/./notice.html
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libpaho-mqtt3c.so.1.3.0
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libpaho-mqtt3c.so.1
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libpaho-mqtt3c.so
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libpaho-mqtt3a.so.1.3.0
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libpaho-mqtt3a.so.1
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libpaho-mqtt3a.so
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/MQTTVersion
-- Set runtime path of "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/MQTTVersion" to ""
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/MQTTAsync.h
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/MQTTClient.h
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/MQTTClientPersistence.h
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/MQTTProperties.h
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/MQTTReasonCodes.h
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/MQTTSubscribeOpts.h
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libpaho-mqtt3cs.so.1.3.0
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libpaho-mqtt3cs.so.1
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libpaho-mqtt3cs.so
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libpaho-mqtt3as.so.1.3.0
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libpaho-mqtt3as.so.1
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libpaho-mqtt3as.so
>>> paho-mqtt-c v1.3.0 Fixing libtool files
for la in $(find /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib* -name "*.la"); do 
	cp -a "${la}" "${la}.fixed" && 
	/usr/bin/sed -i -e "s:/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot:@BASE_DIR@:g" 
		-e "s:/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot:@STAGING_DIR@:g" 
		 -e "s:/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" 
		-e "s:(['= ])/usr:1@STAGING_DIR@/usr:g" 
		 -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/opt/ext-toolchain:g" 
		-e "s:@STAGING_DIR@:/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot:g" 
		-e "s:@BASE_DIR@:/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot:g" 
		"${la}.fixed" && 
	if cmp -s "${la}" "${la}.fixed"; then 
		rm -f "${la}.fixed"; 
	else 
		mv "${la}.fixed" "${la}"; 
	fi || exit 1; 
done
>>> paho-mqtt-c v1.3.0 Installing to target
PATH="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin:/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/sbin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/opt/gcc-linaro-5.3.1-2016.05-x86_64_arm-linux-gnueabi/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/habit/work/myir/T113/build/bin:/home/habit/work/myir/T113/build/bin:/home/habit/work/myir/T113/build/bin"  /usr/bin/make -j3  DESTDIR=/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target install/fast -C /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/paho-mqtt-c-v1.3.0/
Install the project...
-- Install configuration: "Release"
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/samples/MQTTAsync_publish.c
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/samples/MQTTAsync_subscribe.c
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/samples/MQTTClient_publish.c
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/samples/MQTTClient_publish_async.c
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/samples/MQTTClient_subscribe.c
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/samples/paho_c_pub.c
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/samples/paho_c_sub.c
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/samples/paho_cs_pub.c
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/samples/paho_cs_sub.c
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/samples/pubsub_opts.c
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/./CONTRIBUTING.md
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/./epl-v10
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/./edl-v10
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/./README.md
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/./notice.html
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/libpaho-mqtt3c.so.1.3.0
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/libpaho-mqtt3c.so.1
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/libpaho-mqtt3c.so
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/libpaho-mqtt3a.so.1.3.0
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/libpaho-mqtt3a.so.1
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/libpaho-mqtt3a.so
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/bin/MQTTVersion
-- Set runtime path of "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/bin/MQTTVersion" to ""
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/include/MQTTAsync.h
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/include/MQTTClient.h
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/include/MQTTClientPersistence.h
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/include/MQTTProperties.h
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/include/MQTTReasonCodes.h
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/include/MQTTSubscribeOpts.h
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/libpaho-mqtt3cs.so.1.3.0
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/libpaho-mqtt3cs.so.1
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/libpaho-mqtt3cs.so
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/libpaho-mqtt3as.so.1.3.0
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/libpaho-mqtt3as.so.1
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/libpaho-mqtt3as.so
>>>   Finalizing target directory
# Check files that are touched by more than one package
./support/scripts/check-uniq-files -t target /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/packages-file-list.txt
Warning: target file "./usr/lib/xtables/libxt_CONNSECMARK.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_connbytes.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/libsqlite3.so.0.8.6" is touched by more than one package: [u'sqlite', u'mosquitto']
Warning: target file "./usr/bin/tinycap" is touched by more than one package: [u'tinyalsa', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/GoogleNyan/GoogleNyan.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/libexec/script" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./sbin/fstrim" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./lib/libatomic.so.1.2.0" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/termios.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_statistic.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/YMF744.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/sbin/hostapd" is touched by more than one package: [u'hostapd', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5640-mono-spk-dmic1-mic/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/sbin/wpa_passphrase" is touched by more than one package: [u'wpa_supplicant', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/rt5640/IN1-InternalMic.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/xtables/libip6t_ah.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_AUDIT.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/alsa.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/sbin/ubidetach" is touched by more than one package: [u'mtd', u'mosquitto']
Warning: target file "./usr/lib/xtables/libip6t_SNPT.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/bin/dvbv5-zap" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib15_notify_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/libbz2.so.1.0.6" is touched by more than one package: [u'bzip2', u'mosquitto']
Warning: target file "./usr/lib/ts/touchkit.so" is touched by more than one package: [u'tslib', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/VEYRON-I2S/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libwpa_client.so" is touched by more than one package: [u'wpa_supplicant', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5640-stereo-spk-in3-mic/bytcr-rt5640-stereo-spk-in3-mic.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/sbin/ubinize" is touched by more than one package: [u'mtd', u'mosquitto']
Warning: target file "./usr/lib/libdbus-1.so.3.19.8" is touched by more than one package: [u'dbus', u'mosquitto']
Warning: target file "./usr/lib/libv4l2rds.so.0.0.0" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/lib/xtables/libip6t_srh.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/libtrecorder.so" is touched by more than one package: [u'trecorder', u'mosquitto']
Warning: target file "./usr/sbin/fw_printenv" is touched by more than one package: [u'uboot-tools', u'mosquitto']
Warning: target file "./usr/lib/libdovecot-lda.so.0.0.0" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/xtables/libipt_MASQUERADE.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/LENOVO-80XF-LenovoMIIX320_10ICR-LNVNB161216/LENOVO-80XF-LenovoMIIX320_10ICR-LNVNB161216.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/xtables/libip6t_DNPT.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_length.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/bin/look" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/ATIIXP.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libdovecot-sql.so.0.0.0" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/bin/testj1939" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./usr/bin/python3.7m" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/sbin/ntpd" is touched by more than one package: [u'ntp', u'mosquitto']
Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'readline', u'bash', u'gmp', u'coreutils', u'gdb']
Warning: target file "./lib/libanl-2.25.so" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5651-stereo-spk-in2-mic/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/sbin/pppstats" is touched by more than one package: [u'pppd', u'mosquitto']
Warning: target file "./usr/bin/doveconf" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib11_imap_quota_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./lib/udev/mtd_probe" is touched by more than one package: [u'eudev', u'mosquitto']
Warning: target file "./usr/lib/libawrecorder.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib20_mailbox_alias_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/xtables/libipt_DNAT.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5640-stereo-spk-in3-mic/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/setarch" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/lib/xtables/libip6t_HL.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/ENS1370.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/sbin/flash_unlock" is touched by more than one package: [u'mtd', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_connlabel.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_comment.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/chtrt5645-mono-speaker-analog-mic/chtrt5645-mono-speaker-analog-mic.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./lib/libpthread-2.25.so" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib02_imap_acl_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/bin/backplaydemo" is touched by more than one package: [u'backplaydemo', u'mosquitto']
Warning: target file "./usr/lib/libldns.so.2.0.0" is touched by more than one package: [u'libldns', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/FM801.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libaw_dsddec.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_hashlimit.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/sbin/ubiblock" is touched by more than one package: [u'mtd', u'mosquitto']
Warning: target file "./usr/bin/lsns" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5651-stereo-spk-in1-mic/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./sbin/swupdate-progress" is touched by more than one package: [u'swupdate', u'mosquitto']
Warning: target file "./usr/lib/libnettle.so.6.5" is touched by more than one package: [u'nettle', u'mosquitto']
Warning: target file "./lib/bash/pathchk" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_ipcomp.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/rt5640/DigitalMics.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./lib/libutil-2.25.so" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto']
Warning: target file "./usr/bin/ir-ctl" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5651-mono-spk-in2-mic-hp-swapped/bytcr-rt5651-mono-spk-in2-mic-hp-swapped.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/slcanpty" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/Maestro3.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/xtables/libxt_DSCP.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_tcpmss.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/xtables/libip6t_mh.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/vc4-hdmi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libv4l/ov511-decomp" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/PandaBoard/hifi" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/dovecot/old-stats/libold_stats_mail.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib05_pop3_migration_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/share/alsa/topology/sklrt286/skl_i2s.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/ucm/broadwell-rt286/HiFi" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/sbin/wpa_cli" is touched by more than one package: [u'wpa_supplicant', u'mosquitto']
Warning: target file "./usr/share/alsa/pcm/modem.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./lib/libstdc++.so.6.0.24" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/chtrt5645-mono-speaker-analog-mic/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./lib/libsmartcols.so.1.1.0" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/lib/libvencoder.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/bin/cangw" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./usr/bin/ssh" is touched by more than one package: [u'openssh', u'mosquitto']
Warning: target file "./usr/lib/ts/waveshare.so" is touched by more than one package: [u'tslib', u'mosquitto']
Warning: target file "./usr/lib/libdovecot.so.0.0.0" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_mac.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/libnetfilter_conntrack.so.3.7.0" is touched by more than one package: [u'libnetfilter_conntrack', u'mosquitto']
Warning: target file "./usr/lib/collectd/iptables.so" is touched by more than one package: [u'collectd', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_SET.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/_testmultiphase.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/lib/libpanel.so.6.1" is touched by more than one package: [u'ncurses', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_string.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/DB410c/DB410c.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/pppd/2.4.7/passwordfd.so" is touched by more than one package: [u'pppd', u'mosquitto']
Warning: target file "./lib/libuuid.so.1.3.0" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/share/alsa/pcm/surround51.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/libexec/xml2text" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/PandaBoardES/PandaBoardES.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libaw_atrcdec.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/bin/rpmsg_test" is touched by more than one package: [u'rpmsg', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5651-stereo-spk-in1-mic/bytcr-rt5651-stereo-spk-in1-mic.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/libexec/ssh-pkcs11-helper" is touched by more than one package: [u'openssh', u'mosquitto']
Warning: target file "./usr/lib/libaw_wavdec.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./lib/bash/tty" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./usr/libexec/replicator" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/sbin/alsactl" is touched by more than one package: [u'alsa-utils', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_bpf.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/CS46xx.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/ucm/PandaBoard/FMAnalog" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/xtables/libip6t_hbh.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/sbin/mtd_debug" is touched by more than one package: [u'mtd', u'mosquitto']
Warning: target file "./lib/libcrypt-2.25.so" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_osf.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/rt5640/Speaker.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/libexec/doveadm-server" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/ts/lowpass.so" is touched by more than one package: [u'tslib', u'mosquitto']
Warning: target file "./usr/lib/libavahi-client.so.3.2.9" is touched by more than one package: [u'avahi', u'mosquitto']
Warning: target file "./usr/sbin/ubirmvol" is touched by more than one package: [u'mtd', u'mosquitto']
Warning: target file "./usr/lib/libxplayer.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/lib/libv4l2.so.0.0.0" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/_testimportmultiple.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/lib/libv4lconvert.so.0.0.0" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/bin/isotpdump" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib20_replication_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./lib/udev/v4l_id" is touched by more than one package: [u'eudev', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/DAISY-I2S/DAISY-I2S.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/cards/aliases.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libOmxCore.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/FWSpeakers.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libaw_radec.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/share/alsa/pcm/surround21.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/xtables/libipt_ah.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/audioop.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5651/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/python3.7/lib-dynload/_sha1.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/lib/python3.7/site-packages/kmod/_util.so" is touched by more than one package: [u'kmod', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib20_zlib_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib20_charset_alias_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./lib/libgcc_s.so.1" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto']
Warning: target file "./usr/bin/evtest" is touched by more than one package: [u'evtest', u'mosquitto']
Warning: target file "./lib/udev/cdrom_id" is touched by more than one package: [u'eudev', u'mosquitto']
Warning: target file "./etc/dnsmasq.conf" is touched by more than one package: [u'busybox-init-base-files', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_TPROXY.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/bin/jpegdecodedemo" is touched by more than one package: [u'jpegdecodedemo', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/chtnau8824/chtnau8824.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/xtables/libip6t_icmp6.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/bin/jacd" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/rt5651/Speaker.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/pcm/surround40.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libaw_alacdec.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./lib/bash/whoami" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./usr/bin/ts_print_mt" is touched by more than one package: [u'tslib', u'mosquitto']
Warning: target file "./usr/share/alsa/pcm/default.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/pcm/dmix.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/cards/PC-Speaker.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/dovecot/doveadm/lib10_doveadm_expire_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/PMacToonie.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./lib/udev/ata_id" is touched by more than one package: [u'eudev', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/math.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/lib/libcdx_parser.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/Audigy.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5640-stereo-spk-in1-mic/bytcr-rt5640-stereo-spk-in1-mic.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./sbin/tipc" is touched by more than one package: [u'iproute2', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/ATIIXP-SPDMA.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/canlogserver" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./usr/bin/lsipc" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_limit.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib02_lazy_expunge_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./lib/debug/libstdc++.so.6.0.24" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto']
Warning: target file "./usr/bin/xplayerdemo" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib20_listescape_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/Loopback.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./lib/libgfortran.so.4.0.0" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/rt5651/IN1-InternalMic.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libawavs.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/bin/ota-burnuboot" is touched by more than one package: [u'ota-burnboot', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib10_mail_filter_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/sbin/wpa_supplicant" is touched by more than one package: [u'wpa_supplicant', u'mosquitto']
Warning: target file "./etc/profile" is touched by more than one package: [u'skeleton-init-common', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5640-mono-spk-in3-mic/bytcr-rt5640-mono-spk-in3-mic.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/ucm/skylake-rt286/HiFi" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/python3.7/lib-dynload/_csv.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5651-mono-spk-in2-mic/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/libexec/imap-hibernate" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/PandaBoard/hifiLP" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/ipcmk" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./lib/bash/rmdir" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./usr/bin/dbus-test-tool" is touched by more than one package: [u'dbus', u'mosquitto']
Warning: target file "./usr/bin/cansniffer" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./lib/libmount.so.1.1.0" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/bin/rds-ctl" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/bin/aserver" is touched by more than one package: [u'alsa-lib', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5651-mono-spk-in2-mic/bytcr-rt5651-mono-spk-in2-mic.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libawvp8.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_set.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_NFQUEUE.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./lib/bash/id" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./usr/bin/avahi-resolve" is touched by more than one package: [u'avahi', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/SB-XFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libexpat.so.1.6.8" is touched by more than one package: [u'expat', u'mosquitto']
Warning: target file "./usr/bin/dbus-monitor" is touched by more than one package: [u'dbus', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/ICE1712.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libffi.so.7.1.0" is touched by more than one package: [u'libffi', u'mosquitto']
Warning: target file "./usr/lib/libhogweed.so.4.5" is touched by more than one package: [u'nettle', u'mosquitto']
Warning: target file "./usr/bin/sexp-conv" is touched by more than one package: [u'nettle', u'mosquitto']
Warning: target file "./lib/bash/logname" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./usr/sbin/brctl" is touched by more than one package: [u'bridge-utils', u'mosquitto']
Warning: target file "./usr/lib/libVE.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/lib/libip4tc.so.0.1.0" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/libdovecot-login.so.0.0.0" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/libexec/auth" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/bin/nettle-hash" is touched by more than one package: [u'nettle', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_socket.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/HDAudio-Gigabyte-ALC1220DualCodecs/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/python3.7/lib-dynload/_sha3.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/lib/python3.7/site-packages/kmod/kmod.so" is touched by more than one package: [u'kmod', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/Dell-WD15-Dock/Dell-WD15-Dock.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/ts/input.so" is touched by more than one package: [u'tslib', u'mosquitto']
Warning: target file "./usr/lib/python3.7/site-packages/kmod/module.so" is touched by more than one package: [u'kmod', u'mosquitto']
Warning: target file "./usr/share/alsa/pcm/hdmi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/xtables/libip6t_ipv6header.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_SYNPROXY.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/CMI8738-MC8.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/xtables/libxt_TCPMSS.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/bin/slcan_attach" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./usr/sbin/ldattach" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/lib/libconfig++.so.11.0.2" is touched by more than one package: [u'libconfig', u'mosquitto']
Warning: target file "./usr/lib/libawion.so" is touched by more than one package: [u'libawion', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/PMac.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5651-mono-spk-in2-mic-hp-swapped/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/ts_test" is touched by more than one package: [u'tslib', u'mosquitto']
Warning: target file "./usr/share/alsa/pcm/dsnoop.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/pcm/rear.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./lib/libblkid.so.1.1.0" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/bin/tinymix" is touched by more than one package: [u'tinyalsa', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/ASUSTeKCOMPUTERINC.-T100HAN-1.0-T100HAN/ASUSTeKCOMPUTERINC.-T100HAN-1.0-T100HAN.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/librpbuf.so" is touched by more than one package: [u'rpbuf', u'mosquitto']
Warning: target file "./lib/libthread_db-1.0.so" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/nau8824/HeadPhones.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/cards/FireWave.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/can-calc-bit-timing" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./lib/udev/collect" is touched by more than one package: [u'eudev', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/zlib.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_standard.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_devgroup.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/bin/choom" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/sbin/collectd" is touched by more than one package: [u'collectd', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/ICH.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/dbus-daemon" is touched by more than one package: [u'dbus', u'mosquitto']
Warning: target file "./usr/libexec/quota-status" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/sbin/ubiattach" is touched by more than one package: [u'mtd', u'mosquitto']
Warning: target file "./etc/passwd" is touched by more than one package: [u'skeleton-init-common', u'mosquitto']
Warning: target file "./lib/bash/mkdir" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./usr/bin/flock" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/lib/libawmjpegplus.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/bin/setsid" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/lib/libhistory.so.8.0" is touched by more than one package: [u'readline', u'mosquitto']
Warning: target file "./usr/bin/dvb-format-convert" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/broadwell-rt286/broadwell-rt286.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/ucm/cube-i1_TF-Defaultstring-CherryTrailCR/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/python3.7/lib-dynload/_sha512.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/_opcode.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_CONNMARK.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/sbin/nfnl_osf" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/pcm/front.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/ucm/SDP4430/hifi" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/ucm/PandaBoardES/voiceCall" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/dovecot/lib20_mail_log_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./lib/libnss_files-2.25.so" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto']
Warning: target file "./usr/lib/libjpegdecode.so" is touched by more than one package: [u'jpegdecode', u'mosquitto']
Warning: target file "./usr/lib/python3.7/site-packages/libmount/pylibmount.so" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/lib/dovecot/libssl_iostream_openssl.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/_posixsubprocess.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/bin/whereis" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./sbin/swapoff" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/lib/xtables/libipt_SNAT.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_connlimit.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/bin/isotpserver" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/grp.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/NFORCE.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./bin/lsblk" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./sbin/swupdate" is touched by more than one package: [u'swupdate', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5640/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/sbin/collectdmon" is touched by more than one package: [u'collectd', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_tos.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/ICH-MODEM.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/lv_g2d_test" is touched by more than one package: [u'lv_g2d_test', u'mosquitto']
Warning: target file "./usr/bin/vdecoderdemo" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/lib/libcdx_muxer.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_IDLETIMER.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/libxtables.so.12.2.0" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/AU8820.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libvenc_h264.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/SDP4430/voice" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/ucm/chtrt5645/chtrt5645.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/dovecot/doveadm/lib10_doveadm_quota_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_recent.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/libkmod.so.2.3.3" is touched by more than one package: [u'kmod', u'mosquitto']
Warning: target file "./etc/hostapd.conf" is touched by more than one package: [u'hostapd', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/_bisect.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/bin/jspy" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./usr/lib/libpython3.7m.so.1.0" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/lib/libawmpeg4dx.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/lib/libawvp6soft.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/lib/librsync.so.2.0.2" is touched by more than one package: [u'librsync', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/Aureon51.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/dovecot/lib20_notify_status_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/ts/invert.so" is touched by more than one package: [u'tslib', u'mosquitto']
Warning: target file "./usr/bin/ts_calibrate" is touched by more than one package: [u'tslib', u'mosquitto']
Warning: target file "./usr/lib/libaw_amrdec.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/sbin/ubicrc32" is touched by more than one package: [u'mtd', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_ipvs.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/_datetime.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/gpd-win-pocket-rt5645/gpd-win-pocket-rt5645.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/ucm/PandaBoardES/FMAnalog" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/hostapd_cli" is touched by more than one package: [u'hostapd', u'mosquitto']
Warning: target file "./etc/inittab" is touched by more than one package: [u'busybox', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/ICE1724.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/dvbv5-scan" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/VIA686A.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/sbin/ubirsvol" is touched by more than one package: [u'mtd', u'mosquitto']
Warning: target file "./usr/lib/ts/linear.so" is touched by more than one package: [u'tslib', u'mosquitto']
Warning: target file "./usr/libexec/pop3" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/bin/rpbuf_test" is touched by more than one package: [u'rpbuf', u'mosquitto']
Warning: target file "./usr/lib/libcrypto.so.1.1" is touched by more than one package: [u'libopenssl', u'mosquitto']
Warning: target file "./usr/libexec/sftp-server" is touched by more than one package: [u'openssh', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/binascii.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/libexec/pop3-login" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/HdmiLpeAudio.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/xtables/libxt_helper.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/dovecot/auth/libauthdb_imap.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/nau8824/Speaker.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./sbin/rtmon" is touched by more than one package: [u'iproute2', u'mosquitto']
Warning: target file "./usr/bin/iperf3" is touched by more than one package: [u'iperf3', u'mosquitto']
Warning: target file "./usr/sbin/pppoe-discovery" is touched by more than one package: [u'pppd', u'mosquitto']
Warning: target file "./usr/bin/dbus-cleanup-sockets" is touched by more than one package: [u'dbus', u'mosquitto']
Warning: target file "./usr/bin/avahi-browse" is touched by more than one package: [u'avahi', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib20_fts_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/libawavs2.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./sbin/ifstat" is touched by more than one package: [u'iproute2', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_CLASSIFY.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/VEYRON-I2S/VEYRON-I2S.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/ucm/HDAudio-Lenovo-DualCodecs/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/python3.7/lib-dynload/parser.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/bin/python3.7" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./lib/bash/strftime" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./usr/libexec/coreutils/libstdbuf.so" is touched by more than one package: [u'coreutils', u'mosquitto']
Warning: target file "./usr/sbin/avahi-autoipd" is touched by more than one package: [u'avahi', u'mosquitto']
Warning: target file "./usr/bin/lslocks" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/nau8824/MonoSpeaker.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/libexec/lmtp" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/xtables/libipt_REDIRECT.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./lib/librt-2.25.so" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib20_push_notification_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/_blake2.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/bin/pkcs1-conv" is touched by more than one package: [u'nettle', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/rt5651/IN3-HeadsetMic.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libvenc_jpeg.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib30_imap_zlib_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/libaw_opusdec.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/lib/libiperf.so.0.0.0" is touched by more than one package: [u'iperf3', u'mosquitto']
Warning: target file "./sbin/ip" is touched by more than one package: [u'iproute2', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/ATIIXP-MODEM.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/asc2log" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/DB410c/HDMI" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/rdiff" is touched by more than one package: [u'librsync', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/array.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/lib/libdovecot-dsync.so.0.0.0" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/libexec/old-stats" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./sbin/findfs" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/lib/libaw_g729dec.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_quota.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/xtables/libipt_ECN.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_rpfilter.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_TRACE.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/ts/iir.so" is touched by more than one package: [u'tslib', u'mosquitto']
Warning: target file "./usr/lib/libidn.so.12.6.0" is touched by more than one package: [u'libidn', u'mosquitto']
Warning: target file "./usr/libexec/ipc" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./sbin/fsfreeze" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./lib/libudev.so.1.6.3" is touched by more than one package: [u'eudev', u'mosquitto']
Warning: target file "./usr/sbin/flash_erase" is touched by more than one package: [u'mtd', u'mosquitto']
Warning: target file "./usr/lib/libOmxVdec.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/bin/isotprecv" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./lib/bash/head" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/VXPocket.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/xtables/libipt_TTL.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/PandaBoardES/hifi" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/ucm/tegraalc5632/tegraalc5632.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/ucm/chtrt5645/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/dovecot/lib99_welcome_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/libawmjpeg.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/bin/isosize" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/lib/libxmetadataretriever.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/bin/dvb-fe-tool" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/bin/ssh-add" is touched by more than one package: [u'openssh', u'mosquitto']
Warning: target file "./usr/lib/libawvp9HwAL.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib20_virtual_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/syslog.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/bin/bzcat" is touched by more than one package: [u'busybox', u'bzip2', u'mosquitto']
Warning: target file "./usr/bin/ivtv-ctl" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/lib/dovecot/doveadm/lib20_doveadm_fts_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/pppd/2.4.7/openl2tp.so" is touched by more than one package: [u'pppd', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/_heapq.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_TEE.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/rt5651/EnableSeq.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/pppd/2.4.7/rp-pppoe.so" is touched by more than one package: [u'pppd', u'mosquitto']
Warning: target file "./usr/lib/dovecot/auth/lib20_auth_var_expand_crypt.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_esp.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/sbin/nandwrite" is touched by more than one package: [u'mtd', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_nfacct.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/xtables/libipt_REJECT.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/nau8824/HeadsetMic.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libvenc_h265.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/bin/scriptreplay" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/bin/doveadm" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/bytcr/PlatformDisableSeq.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/rev" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/lib/xtables/libip6t_REDIRECT.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./sbin/swapon" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/bin/colcrt" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/bin/dbus-uuidgen" is touched by more than one package: [u'dbus', u'mosquitto']
Warning: target file "./usr/bin/cec-compliance" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/lib/pppd/2.4.7/pppol2tp.so" is touched by more than one package: [u'pppd', u'mosquitto']
Warning: target file "./usr/lib/libevent_core-2.1.so.6.0.2" is touched by more than one package: [u'libevent', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/VIA8233.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/avahi-set-host-name" is touched by more than one package: [u'avahi', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_mark.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/sbin/mtdinfo" is touched by more than one package: [u'mtd', u'mosquitto']
Warning: target file "./usr/lib/libtinyalsa.so.1.1.1" is touched by more than one package: [u'tinyalsa', u'mosquitto']
Warning: target file "./usr/lib/pppd/2.4.7/passprompt.so" is touched by more than one package: [u'pppd', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/ASUSTeKCOMPUTERINC.-T100HAN-1.0-T100HAN/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5640-stereo-spk-dmic1-mic/bytcr-rt5640-stereo-spk-dmic1-mic.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/cards/CMI8338.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./sbin/cfdisk" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./etc/fw_env.config" is touched by more than one package: [u'busybox-init-base-files', u'uboot-tools']
Warning: target file "./usr/lib/libiptc.so.0.0.0" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/_multibytecodec.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/lib/libaw_siprdec.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/bin/colrm" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5640/bytcr-rt5640.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/cards/AACI.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/bzip2recover" is touched by more than one package: [u'bzip2', u'mosquitto']
Warning: target file "./usr/bin/uuidgen" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/bin/hexdump" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/lib/libnl-3.so.200.26.0" is touched by more than one package: [u'libnl', u'mosquitto']
Warning: target file "./bin/busybox" is touched by more than one package: [u'busybox', u'mosquitto']
Warning: target file "./usr/sbin/flash_lock" is touched by more than one package: [u'mtd', u'mosquitto']
Warning: target file "./sbin/devlink" is touched by more than one package: [u'iproute2', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib01_acl_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./lib/bash/mypid" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./usr/lib/libsubdecoder.so" is touched by more than one package: [u'libcedarc', u'libcedarx', u'mosquitto']
Warning: target file "./usr/bin/cangen" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./usr/share/alsa/pcm/iec958.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/sbin/ubiupdatevol" is touched by more than one package: [u'mtd', u'mosquitto']
Warning: target file "./usr/bin/alsamixer" is touched by more than one package: [u'alsa-utils', u'mosquitto']
Warning: target file "./usr/lib/ts/debounce.so" is touched by more than one package: [u'tslib', u'mosquitto']
Warning: target file "./usr/lib/libaw_oggdec.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/lib/libaw_mp3dec.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/bin/jsr" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./usr/sbin/nandtest" is touched by more than one package: [u'mtd', u'mosquitto']
Warning: target file "./usr/bin/dbus-run-session" is touched by more than one package: [u'dbus', u'mosquitto']
Warning: target file "./lib/bash/finfo" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/TRID4DWAVENX.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/v4l2-sysfs-path" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/bin/slcand" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./sbin/ss" is touched by more than one package: [u'iproute2', u'mosquitto']
Warning: target file "./usr/lib/libdaemon.so.0.5.0" is touched by more than one package: [u'libdaemon', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/CMI8338-SWIEC.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/cards/EMU10K1X.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/topology/bxtrt298/bxt_i2s.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/tinyplay" is touched by more than one package: [u'tinyalsa', u'mosquitto']
Warning: target file "./usr/sbin/dovecot" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/select.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/HDAudio-Gigabyte-ALC1220DualCodecs/HDAudio-Gigabyte-ALC1220DualCodecs.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/xtables/libxt_state.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/xtables/libip6t_LOG.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/libvenc_common.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/USB-Audio.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/libexec/gdbhelper" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/bin/sqlite3" is touched by more than one package: [u'sqlite', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/Aureon71.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libevent_extra-2.1.so.6.0.2" is touched by more than one package: [u'libevent', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_iprange.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/libexec/dovecot-lda" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/pyexpat.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_rateest.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/PIPO-W2S-Defaultstring-CherryTrailCR/PIPO-W2S-Defaultstring-CherryTrailCR.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/xmetademo" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/lib/pppd/2.4.7/winbind.so" is touched by more than one package: [u'pppd', u'mosquitto']
Warning: target file "./usr/lib/libconfig.so.11.0.2" is touched by more than one package: [u'libconfig', u'mosquitto']
Warning: target file "./usr/bin/getopt" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/share/alsa/pcm/side.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./etc/shadow" is touched by more than one package: [u'skeleton-init-common', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_cluster.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/rt5640/IN3-InternalMic.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/tplayerdemo" is touched by more than one package: [u'tplayerdemo', u'mosquitto']
Warning: target file "./usr/libexec/aggregator" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/VIA8237.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./sbin/wipefs" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./etc/network/interfaces" is touched by more than one package: [u'ifupdown-scripts', u'mosquitto']
Warning: target file "./bin/bash" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./lib/libdl-2.25.so" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto']
Warning: target file "./lib/bash/setpgid" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./usr/lib/libaftertreatment.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/LENOVO-80XF-LenovoMIIX320_10ICR-LNVNB161216/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/libexec/imap-urlauth" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_TOS.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/TECLAST-X80Pro-Defaultstring-CherryTrailCR/TECLAST-X80Pro-Defaultstring-CherryTrailCR.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/xtables/libxt_conntrack.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/xtables/libipt_LOG.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/bin/rpbuf_demo" is touched by more than one package: [u'rpbuf', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib20_quota_clone_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/xtables/libip6t_frag.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/RME9652.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/ucm/PandaBoard/record" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libv4l/v4l1compat.so" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib11_trash_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/dovecot/libfs_mail_crypt.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/libMemAdapter.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/lib/xtables/libipt_realm.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/libexec/indexer" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./sbin/fdisk" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/bin/memtester" is touched by more than one package: [u'memtester', u'mosquitto']
Warning: target file "./lib/bash/sync" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/SDP4430/voiceCall" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/cards/CMI8788.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libnl-idiag-3.so.200.26.0" is touched by more than one package: [u'libnl', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/_sha256.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/ES1968.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5651-stereo-spk-in2-mic/bytcr-rt5651-stereo-spk-in2-mic.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/cards/SI7018.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/cards/VX222.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libawh265.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/bin/ts_print_raw" is touched by more than one package: [u'tslib', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5651/bytcr-rt5651.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./bin/dmesg" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/bin/ts_print" is touched by more than one package: [u'tslib', u'mosquitto']
Warning: target file "./sbin/mkswap" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/bin/col" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/bin/tinypcminfo" is touched by more than one package: [u'tinyalsa', u'mosquitto']
Warning: target file "./usr/lib/xtables/libip6t_NETMAP.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./lib/bash/dirname" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./usr/bin/namei" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/lib/xtables/libip6t_DNAT.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/bin/ota-burnboot0" is touched by more than one package: [u'ota-burnboot', u'mosquitto']
Warning: target file "./usr/lib/libawvp9Hw.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/lib/dovecot/doveadm/libdoveadm_mail_crypt_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5640-mono-spk-in1-mic/bytcr-rt5640-mono-spk-in1-mic.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/xtables/libxt_multiport.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/libv4l/plugins/libv4l-mplane.so" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./etc/ssh/sshd_config" is touched by more than one package: [u'openssh', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/broxton-rt298/HiFi" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/libexec/imap-login" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/_md5.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/lib/libaw_apedec.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/lib/libawmpeg4normal.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/lib/xtables/libip6t_eui64.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5651-stereo-spk-in12-mic/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/ucm/PandaBoardES/voice" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5651-mono-spk-in1-mic/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/renice" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/share/alsa/pcm/surround71.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/cec-ctl" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_u32.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/rt5651/MonoSpeaker.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libnl-xfrm-3.so.200.26.0" is touched by more than one package: [u'libnl', u'mosquitto']
Warning: target file "./usr/bin/udevadm" is touched by more than one package: [u'eudev', u'mosquitto']
Warning: target file "./usr/sbin/xtables-legacy-multi" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/libip6tc.so.0.1.0" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./etc/hosts" is touched by more than one package: [u'skeleton-init-common', u'mosquitto']
Warning: target file "./usr/bin/isotptun" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./lib/bash/ln" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./usr/lib/libadecoder.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/sbin/ubimkvol" is touched by more than one package: [u'mtd', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_connmark.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/libevent-2.1.so.6.0.2" is touched by more than one package: [u'libevent', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/_elementtree.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/broxton-rt298/broxton-rt298.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libdcrypt_openssl.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/PS3.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/cards/VIA8233A.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/python3.7/lib-dynload/_ctypes_test.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./sbin/lnstat" is touched by more than one package: [u'iproute2', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5651-stereo-spk-in12-mic/bytcr-rt5651-stereo-spk-in12-mic.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/dovecot/libfs_compress.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/bin/bunzip2" is touched by more than one package: [u'busybox', u'bzip2', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/bytcr/PlatformEnableSeq.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/pcm/surround50.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libaw_aacdec.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./lib/libnss_dns-2.25.so" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto']
Warning: target file "./usr/lib/libts.so.0.10.1" is touched by more than one package: [u'tslib', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib10_quota_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./sbin/udevd" is touched by more than one package: [u'eudev', u'mosquitto']
Warning: target file "./usr/lib/libnl-genl-3.so.200.26.0" is touched by more than one package: [u'libnl', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/spwd.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_HMARK.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/bin/ts_finddev" is touched by more than one package: [u'tslib', u'mosquitto']
Warning: target file "./usr/lib/xtables/libip6t_rt.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/libv4l1.so.0.0.0" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/bin/ssh-keyscan" is touched by more than one package: [u'openssh', u'mosquitto']
Warning: target file "./usr/libexec/dbus-daemon-launch-helper" is touched by more than one package: [u'dbus', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_SECMARK.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/PandaBoard/voice" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/ts/skip.so" is touched by more than one package: [u'tslib', u'mosquitto']
Warning: target file "./usr/bin/ts_harvest" is touched by more than one package: [u'tslib', u'mosquitto']
Warning: target file "./usr/share/alsa/pcm/surround41.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/libexec/anvil" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/libcdx_base.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/bin/canplayer" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5640-stereo-spk-dmic1-mic/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/collectd/logfile.so" is touched by more than one package: [u'collectd', u'mosquitto']
Warning: target file "./usr/bin/amp_shell" is touched by more than one package: [u'amp_shell', u'mosquitto']
Warning: target file "./usr/lib/libvideoengine.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/lib/dovecot/libfs_crypt.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/bin/nettle-lfib-stream" is touched by more than one package: [u'nettle', u'mosquitto']
Warning: target file "./usr/bin/bcmserver" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./usr/bin/mcookie" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./bin/adbd" is touched by more than one package: [u'adbd', u'mosquitto']
Warning: target file "./usr/sbin/dnsmasq" is touched by more than one package: [u'dnsmasq', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_policy.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/bin/ts_verify" is touched by more than one package: [u'tslib', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/Dell-WD15-Dock/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libfbm.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib95_imap_old_stats_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/sbin/ubiformat" is touched by more than one package: [u'mtd', u'mosquitto']
Warning: target file "./usr/bin/adbd" is touched by more than one package: [u'android-tools', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/PandaBoard/PandaBoard.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/python3.7/lib-dynload/_json.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/sbin/pppd" is touched by more than one package: [u'pppd', u'mosquitto']
Warning: target file "./usr/libexec/rawlog" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib10_mail_crypt_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_physdev.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/libcollectdclient.so.1.0.0" is touched by more than one package: [u'collectd', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_TCPOPTSTRIP.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/bin/column" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/VXPocket440.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/ucm/PAZ00/Record.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/sbin/pppdump" is touched by more than one package: [u'pppd', u'mosquitto']
Warning: target file "./lib/bash/realpath" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./usr/lib/libawh264.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./lib/bash/push" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./usr/lib/xtables/libipt_ttl.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5640-stereo-spk-in1-mic/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libavahi-core.so.7.0.2" is touched by more than one package: [u'avahi', u'mosquitto']
Warning: target file "./lib/bash/sleep" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./usr/bin/sftp" is touched by more than one package: [u'openssh', u'mosquitto']
Warning: target file "./lib/bash/printenv" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_dscp.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/ts/variance.so" is touched by more than one package: [u'tslib', u'mosquitto']
Warning: target file "./lib/libresolv-2.25.so" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto']
Warning: target file "./lib/bash/uname" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./usr/lib/libcdx_stream.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/SDP4430/hifiLP" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/xtables/libxt_owner.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./sbin/blkzone" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./sbin/nstat" is touched by more than one package: [u'iproute2', u'mosquitto']
Warning: target file "./usr/libexec/maildirlock" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/sbin/readprofile" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/bin/rpmsg_demo" is touched by more than one package: [u'rpmsg', u'mosquitto']
Warning: target file "./usr/lib/libvdecoder.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/PIPO-W2S-Defaultstring-CherryTrailCR/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/isotpsniffer" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./usr/lib/ts/dejitter.so" is touched by more than one package: [u'tslib', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/_contextvars.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_MARK.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/xxlimited.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/bin/prlimit" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/bin/cansend" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/_crypt.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/bin/isotpperf" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_udp.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/PAZ00/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/libexec/imap" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_CT.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_cgroup.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/libawmpeg4base.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/lib/libssl.so.1.1" is touched by more than one package: [u'libopenssl', u'mosquitto']
Warning: target file "./usr/lib/libvenc_base.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/lib/libscaledown.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/nau8824/InternalMic.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/dovecot/lib20_autocreate_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_sctp.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/DAISY-I2S/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/gdb" is touched by more than one package: [u'gdb', u'mosquitto']
Warning: target file "./usr/bin/demoVencoder" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/share/alsa/pcm/center_lfe.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libform.so.6.1" is touched by more than one package: [u'ncurses', u'mosquitto']
Warning: target file "./usr/bin/log2long" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./lib/bash/unlink" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./usr/lib/libdvbv5.so.0.0.0" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/sbin/ubirename" is touched by more than one package: [u'mtd', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/AU8810.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/xtables/libip6t_REJECT.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/bin/parserdemo" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/_random.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/lib/libnl-route-3.so.200.26.0" is touched by more than one package: [u'libnl', u'mosquitto']
Warning: target file "./usr/lib/dovecot/old-stats/libstats_auth.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/xtables/libip6t_hl.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./sbin/bridge" is touched by more than one package: [u'iproute2', u'mosquitto']
Warning: target file "./usr/sbin/flashcp" is touched by more than one package: [u'mtd', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib20_expire_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/bin/dbus-send" is touched by more than one package: [u'dbus', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/_lsprof.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/bin/arecord" is touched by more than one package: [u'alsa-utils', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/ENS1371.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/ssh-keygen" is touched by more than one package: [u'openssh', u'mosquitto']
Warning: target file "./usr/bin/dvbv5-daemon" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/nau8824/EnableSeq.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/candump" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib20_var_expand_crypt.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/rt5640/EnableSeq.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libuapi.so" is touched by more than one package: [u'libuapi', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_time.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/resource.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/libexec/checkpassword-reply" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_ecn.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/bin/encodertest" is touched by more than one package: [u'encodertest', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/rt5640/HeadPhones.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/ucm/PandaBoardES/record" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/scp" is touched by more than one package: [u'openssh', u'mosquitto']
Warning: target file "./usr/lib/librpmsg.so" is touched by more than one package: [u'rpmsg', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/Audigy2.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/python3.7/site-packages/kmod/list.so" is touched by more than one package: [u'kmod', u'mosquitto']
Warning: target file "./usr/bin/coreutils" is touched by more than one package: [u'coreutils', u'mosquitto']
Warning: target file "./usr/lib/libmenu.so.6.1" is touched by more than one package: [u'ncurses', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5651-mono-spk-in1-mic/bytcr-rt5651-mono-spk-in1-mic.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./lib/libfdisk.so.1.1.0" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./sbin/blockdev" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/_testcapi.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./sbin/genl" is touched by more than one package: [u'iproute2', u'mosquitto']
Warning: target file "./usr/lib/libota-burnboot.so" is touched by more than one package: [u'ota-burnboot', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/RME9636.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/trecorderdemo" is touched by more than one package: [u'trecorderdemo', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_pkttype.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/bin/canfdtest" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_CHECKSUM.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/libcdx_common.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/bin/ts_uinput" is touched by more than one package: [u'tslib', u'mosquitto']
Warning: target file "./usr/lib/libpopt.so.0.0.0" is touched by more than one package: [u'popt', u'mosquitto']
Warning: target file "./usr/lib/libevent_pthreads-2.1.so.6.0.2" is touched by more than one package: [u'libevent', u'mosquitto']
Warning: target file "./bin/sh" is touched by more than one package: [u'busybox', u'mosquitto']
Warning: target file "./usr/bin/log2asc" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./usr/lib/ts/pthres.so" is touched by more than one package: [u'tslib', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_RATEEST.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./lib/bash/truefalse" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/skylake-rt286/Hdmi2" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/libexec/dict" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/xtables/libip6t_MASQUERADE.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/DB410c/HiFi" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libaw_flacdec.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/bin/aplay" is touched by more than one package: [u'alsa-utils', u'mosquitto']
Warning: target file "./sbin/rdma" is touched by more than one package: [u'iproute2', u'mosquitto']
Warning: target file "./usr/lib/libcdx_playback.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/bin/avahi-publish" is touched by more than one package: [u'avahi', u'mosquitto']
Warning: target file "./usr/sbin/sshd" is touched by more than one package: [u'openssh', u'mosquitto']
Warning: target file "./usr/lib/libmnl.so.0.2.0" is touched by more than one package: [u'libmnl', u'mosquitto']
Warning: target file "./usr/bin/v4l2-compliance" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/lib/libmodbus.so.5.1.0" is touched by more than one package: [u'libmodbus', u'mosquitto']
Warning: target file "./sbin/mkfs" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./sbin/rtacct" is touched by more than one package: [u'iproute2', u'mosquitto']
Warning: target file "./usr/libexec/stats" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/sbin/rtcwake" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/rt5651/IN12-InternalMic.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libawmpeg4vp6.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/sbin/chat" is touched by more than one package: [u'pppd', u'mosquitto']
Warning: target file "./usr/lib/libdovecot-storage.so.0.0.0" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/bin/bzip2" is touched by more than one package: [u'bzip2', u'mosquitto']
Warning: target file "./bin/findmnt" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/rt5651/HeadPhones-swapped.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/python3.7/lib-dynload/_socket.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/lib/xtables/libip6t_SNAT.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/rt5640/HeadsetMic.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/collectd/modbus.so" is touched by more than one package: [u'collectd', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/rt5651/IN2-InternalMic.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/cards/EMU10K1.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/libexec/config" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/libexec/ssh-keysign" is touched by more than one package: [u'openssh', u'mosquitto']
Warning: target file "./usr/lib/xtables/libipt_CLUSTERIP.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./sbin/chcpu" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/bin/dbus-update-activation-environment" is touched by more than one package: [u'dbus', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/skylake-rt286/skylake-rt286.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/v4l2-ctl" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/sbin/v4l2-dbg" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/bin/collectdctl" is touched by more than one package: [u'collectd', u'mosquitto']
Warning: target file "./usr/lib/xtables/libipt_ULOG.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/pppd/2.4.7/pppoatm.so" is touched by more than one package: [u'pppd', u'mosquitto']
Warning: target file "./usr/bin/cec-follower" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/share/alsa/pcm/dpl.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/collectd-tg" is touched by more than one package: [u'collectd', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5640-mono-spk-in1-mic/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/python3.7/lib-dynload/_testbuffer.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/lib/collectd/syslog.so" is touched by more than one package: [u'collectd', u'mosquitto']
Warning: target file "./usr/lib/xtables/libipt_icmp.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/libavahi-common.so.3.5.3" is touched by more than one package: [u'avahi', u'mosquitto']
Warning: target file "./usr/bin/canbusload" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./usr/lib/pppd/2.4.7/minconn.so" is touched by more than one package: [u'pppd', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_NFLOG.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib10_last_login_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/broxton-rt298/Hdmi1" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/ucm/broxton-rt298/Hdmi2" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/python3.7/lib-dynload/fcntl.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/lib/dovecot/doveadm/lib10_doveadm_acl_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/libaencoder.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/bin/nettle-pbkdf2" is touched by more than one package: [u'nettle', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_LED.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/PAZ00/PAZ00.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/libexec/director" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/bin/amixer" is touched by more than one package: [u'alsa-utils', u'mosquitto']
Warning: target file "./lib/bash/basename" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/AU8830.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/xtables/libip6t_dst.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/bin/gdbserver" is touched by more than one package: [u'gdb', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/PandaBoard/voiceCall" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/ucm/SDP4430/record" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libOmxVenc.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_tcp.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5640-mono-spk-in3-mic/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libreadline.so.8.0" is touched by more than one package: [u'readline', u'mosquitto']
Warning: target file "./lib/bash/print" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./lib/udev/scsi_id" is touched by more than one package: [u'eudev', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/unicodedata.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/bin/script" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/lib/libnfnetlink.so.0.2.0" is touched by more than one package: [u'libnfnetlink', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/mmap.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/_xxtestfuzz.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib90_old_stats_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_NOTRACK.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/_ctypes.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/cmath.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/lib/libv4l/v4l2convert.so" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/libexec/imap-urlauth-worker" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./lib/bash/tee" is touched by more than one package: [u'bash', u'mosquitto']
Warning: target file "./usr/lib/libdovecot-fts.so.0.0.0" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./lib/ld-2.25.so" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/_pickle.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/PandaBoardES/hifiLP" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/cards/pistachio-card.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/isotpsend" is touched by more than one package: [u'can-utils', u'mosquitto']
Warning: target file "./usr/bin/ssh-agent" is touched by more than one package: [u'openssh', u'mosquitto']
Warning: target file "./usr/lib/libcurl.so.4.5.0" is touched by more than one package: [u'libcurl', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib05_snarf_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/ICH4.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libnl-nf-3.so.200.26.0" is touched by more than one package: [u'libnl', u'mosquitto']
Warning: target file "./usr/libexec/indexer-worker" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/SDP4430/FMAnalog" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/ts/median.so" is touched by more than one package: [u'tslib', u'mosquitto']
Warning: target file "./usr/bin/dbus-launch" is touched by more than one package: [u'dbus', u'mosquitto']
Warning: target file "./usr/lib/libgmp.so.10.3.2" is touched by more than one package: [u'gmp', u'mosquitto']
Warning: target file "./lib/libnsl-2.25.so" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto']
Warning: target file "./usr/lib/xtables/libipt_NETMAP.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_cpu.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/bin/tinyplay_hub" is touched by more than one package: [u'tinyalsa', u'mosquitto']
Warning: target file "./usr/libexec/submission-login" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/_asyncio.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/Echo_Echo3G.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/dovecot/lib05_mail_crypt_acl_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/rt5640/MonoSpeaker.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/cards/GUS.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libevent_openssl-2.1.so.6.0.2" is touched by more than one package: [u'libevent', u'mosquitto']
Warning: target file "./sbin/ctrlaltdel" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/libexec/submission" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/bytcr-rt5640-mono-spk-dmic1-mic/bytcr-rt5640-mono-spk-dmic1-mic.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libasound.so.2.0.0" is touched by more than one package: [u'alsa-lib', u'mosquitto']
Warning: target file "./usr/lib/libncurses.so.6.1" is touched by more than one package: [u'ncurses', u'mosquitto']
Warning: target file "./usr/bin/ir-keytable" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/libexec/dns-client" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/libv4l/ov518-decomp" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./sbin/tc" is touched by more than one package: [u'iproute2', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/_struct.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/bin/fincore" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/CMI8738-MC6.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/ucm/rt5651/HeadPhones.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/libexec/script-login" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/libtplayer.so" is touched by more than one package: [u'tplayer', u'mosquitto']
Warning: target file "./usr/lib/libcdc_base.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/bin/cx18-ctl" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/lib/dovecot/lib21_fts_squat_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/bin/ts_test_mt" is touched by more than one package: [u'tslib', u'mosquitto']
Warning: target file "./usr/lib/libsbm.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/lib/libawmpeg4h263.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./lib/libm-2.25.so" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto']
Warning: target file "./usr/lib/libz.so.1.2.11" is touched by more than one package: [u'libzlib', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/chtnau8824/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./sbin/swaplabel" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/_queue.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./lib/libc-2.25.so" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto']
Warning: target file "./usr/lib/python3.7/lib-dynload/_multiprocessing.cpython-37m-arm-linux-gnueabi.so" is touched by more than one package: [u'python3', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/CA0106.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/ucm/HDAudio-Lenovo-DualCodecs/HDAudio-Lenovo-DualCodecs.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/uuidparse" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/skylake-rt286/Hdmi1" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./sbin/blkdiscard" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./sbin/sfdisk" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/sbin/nanddump" is touched by more than one package: [u'mtd', u'mosquitto']
Warning: target file "./usr/lib/libawmpeg2.so" is touched by more than one package: [u'libcedarc', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_addrtype.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./usr/libexec/imap-urlauth-login" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/sbin/ubinfo" is touched by more than one package: [u'mtd', u'mosquitto']
Warning: target file "./usr/share/alsa/cards/HDA-Intel.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libcdx_ion.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/bin/media-ctl" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/SDP4430/SDP4430.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/share/alsa/ucm/cube-i1_TF-Defaultstring-CherryTrailCR/cube-i1_TF-Defaultstring-CherryTrailCR.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/bin/lscpu" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/share/alsa/topology/broadwell/broadwell.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/lib/libpcap.so.1.9.0" is touched by more than one package: [u'libpcap', u'mosquitto']
Warning: target file "./usr/lib/xtables/libxt_dccp.so" is touched by more than one package: [u'iptables', u'mosquitto']
Warning: target file "./sbin/blkid" is touched by more than one package: [u'util-linux', u'mosquitto']
Warning: target file "./usr/lib/liblive555.so" is touched by more than one package: [u'libcedarx', u'mosquitto']
Warning: target file "./usr/share/alsa/ucm/GoogleNyan/HiFi.conf" is touched by more than one package: [u'alsa-lib', u'alsa-utils']
Warning: target file "./usr/libexec/log" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/lib/libdovecot-compression.so.0.0.0" is touched by more than one package: [u'dovecot', u'mosquitto']
Warning: target file "./usr/bin/decode_tm6000" is touched by more than one package: [u'libv4l', u'mosquitto']
Warning: target file "./usr/bin/ts_conf" is touched by more than one package: [u'tslib', u'mosquitto']
Warning: target file "./usr/bin/xmlwf" is touched by more than one package: [u'expat', u'mosquitto']
./support/scripts/check-uniq-files -t staging /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/packages-file-list-staging.txt
Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'readline', u'gmp']
Warning: staging file "./usr/include/ion_mem_alloc.h" is touched by more than one package: [u'libawion', u'libuapi']
Warning: staging file "./usr/include/surround.h" is touched by more than one package: [u'tplayer', u'trecorder']
Warning: staging file "./usr/include/tplayer.h" is touched by more than one package: [u'tplayer', u'trecorder']
Warning: staging file "./usr/include/tlog.h" is touched by more than one package: [u'tplayer', u'trecorder']
Warning: staging file "./usr/include/tina_multimedia_version.h" is touched by more than one package: [u'tplayer', u'trecorder']
Warning: staging file "./usr/include/PostProcessCom.h" is touched by more than one package: [u'tplayer', u'trecorder']
Warning: staging file "./usr/include/auGaincom.h" is touched by more than one package: [u'tplayer', u'trecorder']
Warning: staging file "./usr/lib/libsubdecoder.so" is touched by more than one package: [u'libcedarc', u'libcedarx']
./support/scripts/check-uniq-files -t host /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/packages-file-list-host.txt
Warning: host file "./share/info/dir" is touched by more than one package: [u'host-tar', u'host-m4', u'host-autoconf', u'host-automake', u'host-gettext', u'host-bison', u'host-gdb']
grep -qsE '^/bin/bash$' /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/shells || echo "/bin/bash" >> /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/shells
/usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~ttyS5::respawn:/sbin/getty -L  ttyS5 115200 vt100 #~' /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/inittab
/usr/bin/sed -i -e '/^#.*-o remount,rw /$/s~^#+~~' /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/inittab
if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/shells || echo "/bin/ash" >> /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/shells; fi
grep: ./.config: No such file or directory
if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/shells || echo "/bin/hush" >> /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/shells; fi
grep: ./.config: No such file or directory
mkdir -p /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/etc/meson
sed -e "s%@TARGET_CROSS@%/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-a7%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  `%g" -e "s%@HOST_DIR@%/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host%g" package/meson//cross-compilation.conf.in > /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/etc/meson/cross-compilation.conf
PYTHONPATH="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/python3.7/" cd /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target && /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/python3.7 /home/habit/work/myir/T113/buildroot/buildroot-201902/support/scripts/pycompile.py  usr/lib/python3.7
find /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/python3.7 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f
find /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/python3.7 -name '*.opt-1.pyc' -print0 -o -name '*.opt-2.pyc' -print0 | xargs -0 --no-run-if-empty rm -f
mkdir -p /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc
echo "myd-yt113-s3" > /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/hostname
/usr/bin/sed -i -e '$a 127.0.1.1	myd-yt113-s3' -e '/^127.0.1.1/d' /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/hosts
mkdir -p /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc
echo "Welcome to MYIR Platform" > /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/issue
/usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/shadow
grep -qsE '^/bin/sh$' /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/shells || echo "/bin/sh" >> /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/shells
ln -sf bash /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/bin/sh
rm -f /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/locales.nopurge
for i in C en_US locale-archive; do echo $i >> /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/locales.nopurge; done
for dir in /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/share/locale /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/locales.nopurge || rm -rf $langdir; fi done; done
if [ -d /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/share/X11/locale/locale.dir; fi
rm -rf /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/include /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/share/aclocal 
	/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/pkgconfig /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/share/pkgconfig 
	/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/cmake /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/share/cmake
find /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f
find /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/lib/ /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/ /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/libexec/ 
	( -name '*.a' -o -name '*.la' ) -print0 | xargs -0 rm -f
rm -rf /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/share/zsh
rm -rf /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/man /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/share/man
rm -rf /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/info /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/share/info
rm -rf /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/doc /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/share/doc
rm -rf /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/share/gtk-doc
rmdir /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/share 2>/dev/null || true
find /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target   -type f ( -perm /111 -o -name '*.so*' ) -not ( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' ) -print0 | xargs -0 /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true
find /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target   ( -name 'ld-*.so*' -o -name 'libpthread*.so*' ) -print0 | xargs -0 -r /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/arm-linux-gnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true
test -f /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/ld.so.conf && 
	{ echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true
test -d /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/ld.so.conf.d && 
	{ echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true
mkdir -p /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc
( 
	echo "NAME=Buildroot"; 
	echo "VERSION=2019.02.1-00033-gce375a9-dirty"; 
	echo "ID=buildroot"; 
	echo "VERSION_ID=2019.02.1"; 
	echo "PRETTY_NAME="Buildroot 2019.02.1"" 
) >  /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/os-release
ln -sf ../usr/lib/os-release /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc
>>>   Sanitizing RPATH in target tree
/home/habit/work/myir/T113/buildroot/buildroot-201902/support/scripts/fix-rpath target
>>>   Copying overlay board/myir/myir_buildroot_yt113s3_nand
touch /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr
>>>   Generating root filesystems common tables
rm -rf /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-fs
mkdir -p /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-fs
printf '   	avahi -1 avahi -1 * - - -
 	dbus -1 dbus -1 * /var/run/dbus - dbus DBus messagebus user
 	- - input -1 * - - - Input device group
 	mosquitto -1 nogroup -1 * - - - Mosquitto user
 	sshd -1 sshd -1 * /var/empty - - SSH drop priv user

' >> /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-fs/full_users_table.txt
printf '   	/bin/busybox                     f 4755 0  0 - - - - -
 	/usr/libexec/dbus-daemon-launch-helper f 4755 0 0 - - - - -
 	/var/empty d 755 root root - - - - -

' > /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-fs/full_devices_table.txt
cat system/device_table.txt >> /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-fs/full_devices_table.txt
>>>   Generating filesystem image rootfs.tar
mkdir -p /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/images
rm -rf /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-fs/tar
mkdir -p /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-fs/tar
rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/ /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-fs/tar/target
echo '#!/bin/sh' > /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-fs/tar/fakeroot
echo "set -e" >> /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-fs/tar/fakeroot
echo "chown -h -R 0:0 /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-fs/tar/target" >> /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-fs/tar/fakeroot
PATH="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin:/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/sbin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/opt/gcc-linaro-5.3.1-2016.05-x86_64_arm-linux-gnueabi/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/habit/work/myir/T113/build/bin:/home/habit/work/myir/T113/build/bin:/home/habit/work/myir/T113/build/bin" /home/habit/work/myir/T113/buildroot/buildroot-201902/support/scripts/mkusers /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-fs/full_users_table.txt /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-fs/tar/target >> /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-fs/tar/fakeroot
echo "/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/makedevs -d /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-fs/full_devices_table.txt /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-fs/tar/target" >> /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-fs/tar/fakeroot
printf '   
' >> /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-fs/tar/fakeroot
printf '   	(cd /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar  -cf /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/images/rootfs.tar --null --xattrs-include='''*''' --no-recursion -T - --numeric-owner)
' >> /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-fs/tar/fakeroot
chmod a+x /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-fs/tar/fakeroot
PATH="/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin:/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/sbin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/work/myir/T113/prebuilt/hostbuilt/linux-x86/bin:/home/habit/opt/gcc-linaro-5.3.1-2016.05-x86_64_arm-linux-gnueabi/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/habit/work/myir/T113/build/bin:/home/habit/work/myir/T113/build/bin:/home/habit/work/myir/T113/build/bin" /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/bin/fakeroot -- /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-fs/tar/fakeroot
rootdir=/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-fs/tar/target
table='/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/buildroot-fs/full_devices_table.txt'
make: Leaving directory '/home/habit/work/myir/T113/buildroot/buildroot-201902'
/home/habit/work/myir/T113
default
build auto ...
build  sdk_demo ...
make: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib'
for dir in sdk_log sdk_memory sdk_g2d sdk_disp sdk_misc sdk_shm sdk_sound sdk_audioenc sdk_rpaf sdk_rpaf_plugin sdk_storage sdk_config sdk_camera sdk_dvr sdk_player sdk_gifdecoder sdk_encoder sdk_decoder sdk_stream_player; do 
	make -j32 -C $dir ;
	if [ "$?" != "0" ]; then
		echo "compile $dir fail"; 
		exit 1 ; 
	fi;
done
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_log'
 
 cp -f libsdk_log.so /home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/libs 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_log'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_memory'
 
 cp -f libsdk_memory.so /home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/libs 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_memory'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_g2d'
 
 cp -f libsdk_g2d.so /home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/libs 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_g2d'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_disp'
 
 cp -f libsdk_disp.so /home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/libs 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_disp'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_misc'
 
 cp -f libsdk_misc.so /home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/libs 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_misc'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_shm'
 
 cp -f libsdk_shm.so /home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/libs 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_shm'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_sound'
 
 cp -f libsdk_sound.so /home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/libs 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_sound'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_audioenc'
 
 cp -f libsdk_audenc.so /home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/libs 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_audioenc'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_rpaf'
 
 cp -f libsdk_rpaf.so /home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/libs 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_rpaf'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_rpaf_plugin'
 
 cp -f libasound_module_pcm_awrpaf.so /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/alsa-lib/ 
 cp -f conf/30-awrpaf.conf /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/asound_rpaf.conf 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_rpaf_plugin'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_storage'
 
 cp -f libsdk_storage.so /home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/libs 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_storage'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_config'
 
 cp -f libsdk_cfg.so /home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/libs 
 cp -f etc/dvrconfig.ini /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/dvrconfig.ini 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_config'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_camera'
 
 cp -f libsdk_camera.so /home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/libs 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_camera'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_dvr'
 
 cp -f libsdk_dvr.so /home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/libs 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_dvr'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_player'
 
 cp -f libsdk_player.so /home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/libs 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_player'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_gifdecoder'
 
 cp -f libsdk_gifdecoder.so /home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/libs 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_gifdecoder'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_encoder'
 
 cp -f libsdk_encoder.so /home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/libs 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_encoder'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_decoder'
 
 cp -f libsdk_decoder.so /home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/libs 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_decoder'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_stream_player'
 
 cp -f libsdk_stream_player.so /home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/libs 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib/sdk_stream_player'
make: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_lib'
build  sdk_demo ...
make: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo'
for dir in fbinit_test lcd_bright_test gif2rgb_test awrpaf_test dsp_debug_test usbcam_test tpadc_test gpio_test alpha_test yuv_test audioenc_test autplayer_test decoder_test stream_player_test encoder_test record_test csi_test tvd_test dvr_test g2d_test mem_test; do 
	make -j32 -C $dir ;
	if [ "$?" != "0" ]; then
		echo "compile $dir fail"; 
		exit 1 ; 
	fi;
done
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/fbinit_test'
 
 cp -f fbinit /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/fbinit_test'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/lcd_bright_test'
 
 cp -f lcd_bright_test /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/lcd_bright_test'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/gif2rgb_test'
# @cp gif2rgb_test /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin
 
# @echo -e 'e[1;33m cp -f gif2rgb_test /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin e[0m'
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/gif2rgb_test'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/awrpaf_test'
# @cp awrpaf_test /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin
 
# @echo -e 'e[1;33m cp -f awrpaf_test /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin e[0m'
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/awrpaf_test'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/dsp_debug_test'
# @cp dsp_debug /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin
# @echo -e 'e[1;33m cp -f dsp_debug /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin e[0m'
 
# @cp -f dsp_log_save.sh /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/
# @echo -e 'e[1;33m cp -f dsp_log_save.sh /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/etc/ e[0m'
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/dsp_debug_test'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/usbcam_test'
 
 cp -f usbcam_test /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/usbcam_test'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/tpadc_test'
 
 cp -f tpadc_test /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/tpadc_test'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/gpio_test'
 
 cp -f gpio_test /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/gpio_test'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/alpha_test'
# @cp alpha_test /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin
 
# @echo -e 'e[1;33m cp -f alpha_test /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin e[0m'
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/alpha_test'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/yuv_test'
# @cp yuvtest /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin
 
# @echo -e 'e[1;33m cp -f yuvtest /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin e[0m'
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/yuv_test'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/audioenc_test'
 
# @cp audioenc_test /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin
# @echo -e 'e[1;33m cp -f audioenc_test /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin e[0m'
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/audioenc_test'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/autplayer_test'
 
 cp -f autplayer_test /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/autplayer_test'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/decoder_test'
# @cp decoder_test /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin
 
 cp -f decoder_test /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/decoder_test'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/stream_player_test'
 
 cp -f stream_player_test /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/stream_player_test'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/encoder_test'
# @cp encoder_test /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin
 
# @echo -e 'e[1;33m cp -f encoder_test /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin e[0m'
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/encoder_test'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/record_test'
# @cp record_test /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin
 
# @echo -e 'e[1;33m cp -f record_test /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin e[0m'
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/record_test'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/csi_test'
 
 cp -f csi_test_usrptr /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/csi_test'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/tvd_test'
 
 cp -f tvd_test_mmap /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/tvd_test'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/dvr_test'
 
 cp -f dvr_test /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin 
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/dvr_test'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/g2d_test'
# @cp g2d_test /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin
 
# @echo -e 'e[1;33m cp -f g2d_test /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin e[0m'
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/g2d_test'
make[1]: Entering directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/mem_test'
# @cp mem_test /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin
 
# @echo -e 'e[1;33m cp -f mem_test /home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/bin e[0m'
make finish!!!
make[1]: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo/mem_test'
make: Leaving directory '/home/habit/work/myir/T113/buildroot/package/auto/sdk_demo'
build auto finish
INFO: copy the config files form device ...
make: Entering directory '/home/habit/work/myir/T113/platform'
Makefile:35: "----------1--------"
Makefile:36: /home/habit/work/myir/T113/platform
make: Nothing to be done for 'INSTALL_FILES'.
make: Leaving directory '/home/habit/work/myir/T113/platform'
INFO: build buildroot OK.
INFO: pack rootfs ...
INFO: start copy firmware to /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/lib/firmware
'/home/habit/work/myir/T113/device/config/chips/t113//bin/amp_dsp0.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/lib/firmware/amp_dsp0.bin'
'/home/habit/work/myir/T113/device/config/chips/t113//bin/amp_rv0.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/lib/firmware/amp_rv0.bin'
'/home/habit/work/myir/T113/device/config/chips/t113/configs/myir_image_yt113s3_nand/bin/amp_dsp0.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/lib/firmware/amp_dsp0.bin'
'/home/habit/work/myir/T113/device/config/chips/t113/configs/myir_image_yt113s3_nand//bin/amp_dsp0.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/lib/firmware/amp_dsp0.bin'
INFO: copy firmware to /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/lib/firmware ok ...
PARTITION_FEX=/home/habit/work/myir/T113/device/config/chips/t113/configs/myir_image_yt113s3_nand/buildroot/sys_partition.fex
ROOTFS_FEX_LINE=
ROOTFS_FEX_STR=
can't find rootfs size in sys_partition.fex, use default 2097152
ROOTFS_FEX_SIZE=2097152
EXT4_SIZE=1073741824(1073741824/1024/1024)
/home/habit/work/myir/T113/device/config/chips/t113/configs/myir_image_yt113s3_nand/buildroot/sys_partition.fex rootfs.fex size is 2097152
EXT4_SIZE=2097152*512=1073741824
Creating filesystem with parameters:
    Size: 1073741824
    Block size: 4096
    Blocks per group: 32768
    Inodes per group: 8192
    Inode size: 256
    Journal blocks: 4096
    Label: 
    Blocks: 262144
    Block groups: 8
    Reserved block group size: 63
Created filesystem with 5091/65536 inodes and 47515/262144 blocks
/home/habit/work/myir/T113/build/bin/make_ext4fs -s -l 1073741824 /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/rootfs.ext4  /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target
Parallel mksquashfs: Using 2 processors
Creating 4.0 filesystem on /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/rootfs.squashfs, block size 131072.

Exportable Squashfs 4.0 filesystem, xz compressed, data block size 131072
	compressed data, compressed metadata, compressed fragments, no xattrs
	duplicates are removed
Filesystem size 64332.48 Kbytes (62.82 Mbytes)
	44.57% of uncompressed filesystem size (144330.78 Kbytes)
Inode table size 39148 bytes (38.23 Kbytes)
	24.12% of uncompressed inode table size (162330 bytes)
Directory table size 48362 bytes (47.23 Kbytes)
	48.49% of uncompressed directory table size (99741 bytes)
Number of duplicate files found 20
Number of inodes 4670
Number of files 3779
Number of fragments 332
Number of symbolic links  583
Number of device nodes 0
Number of fifo nodes 0
Number of socket nodes 0
Number of directories 308
Number of ids (unique uids + gids) 1
Number of uids 1
	root (0)
Number of gids 1
	root (0)
INFO: pack rootfs ok ...
INFO: ----------------------------------------
INFO: build OK.
INFO: ----------------------------------------
habit@ubuntu:~/work/myir/T113$ 

5. 打包镜像

执行./build.sh pack命令,打包成img文件。实际命令及结果如下:



habit@ubuntu:~/work/myir/T113$ ./build.sh pack
========ACTION List: mk_pack ;========
options : 
INFO: packing firmware ...
INFO: /home/habit/work/myir/T113/out/t113/common/keys
copying tools file
copying configs file
copying product configs file
linux copying boardt&linux_kernel_version configs file
Use u-boot env file: /home/habit/work/myir/T113/device/config/chips/t113/configs/myir_image_yt113s3_nand/buildroot/env.cfg
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/aultls32.fex
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/aultools.fex
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot_package.cfg
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot_package.fex
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot_package_nor.cfg
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/cardscript.fex
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/cardscript_secure.fex
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/cardtool.fex
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/diskfs.fex
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/dragon_toc.cfg
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/env.cfg
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/env_burn.cfg
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/env_dragon.cfg
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/esm.fex
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/image.cfg
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/image_crashdump.cfg
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/image_linux.cfg
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/image_nor.cfg
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/parameter.fex
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/split_xxxx.fex
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/sunxi.fex
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/sys_config.fex
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/sys_partition.fex
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/sys_partition_dump.fex
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/sys_partition_nor.fex
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/sys_partition_private.fex
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/sysrecovery.fex
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/toc0.fex
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/toc0_ft.fex
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/toc0_nand.fex
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/toc0_sdcard.fex
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/toc0_ufs.fex
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/toc1.fex
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/usbtool.fex
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/usbtool_crash.fex
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/usbtool_test.fex
copying boot resource
copying boot file
'/home/habit/work/myir/T113/device/config/chips/t113/bin/boot0_nand_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot0_nand.fex'
'/home/habit/work/myir/T113/device/config/chips/t113/bin/boot0_sdcard_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot0_sdcard.fex'
'/home/habit/work/myir/T113/device/config/chips/t113/bin/boot0_nandfastboot_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot0_nandfastboot_sun8iw20p1.fex'
'/home/habit/work/myir/T113/device/config/chips/t113/bin/boot0_spinor_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot0_spinor.fex'
'/home/habit/work/myir/T113/device/config/chips/t113/bin/fes1_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/fes1.fex'
'/home/habit/work/myir/T113/device/config/chips/t113/bin/u-boot-sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/u-boot.fex'
'/home/habit/work/myir/T113/device/config/chips/t113/bin/amp_dsp0.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/amp_dsp0.fex'
'/home/habit/work/myir/T113/device/config/chips/t113/bin/amp_rv0.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/amp_rv0.fex'
'/home/habit/work/myir/T113/device/config/chips/t113/bin/optee_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/optee.fex'
'/home/habit/work/myir/T113/device/config/chips/t113/bin/amp_dsp0.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/amp_dsp0.bin'
'/home/habit/work/myir/T113/device/config/chips/t113/bin/amp_rv0.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/amp_rv0.bin'
'/home/habit/work/myir/T113/device/config/chips/t113/bin/boot0_mmc_car_fastboot_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot0_mmc_car_fastboot_sun8iw20p1.bin'
'/home/habit/work/myir/T113/device/config/chips/t113/bin/boot0_mmcfastboot_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot0_mmcfastboot_sun8iw20p1.bin'
'/home/habit/work/myir/T113/device/config/chips/t113/bin/boot0_nand_car_fastboot_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot0_nand_car_fastboot_sun8iw20p1.bin'
'/home/habit/work/myir/T113/device/config/chips/t113/bin/boot0_nand_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot0_nand_sun8iw20p1.bin'
'/home/habit/work/myir/T113/device/config/chips/t113/bin/boot0_nandfastboot_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot0_nandfastboot_sun8iw20p1.bin'
'/home/habit/work/myir/T113/device/config/chips/t113/bin/boot0_sdcard_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot0_sdcard_sun8iw20p1.bin'
'/home/habit/work/myir/T113/device/config/chips/t113/bin/boot0_spinor_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot0_spinor_sun8iw20p1.bin'
'/home/habit/work/myir/T113/device/config/chips/t113/bin/fes1_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/fes1_sun8iw20p1.bin'
'/home/habit/work/myir/T113/device/config/chips/t113/bin/optee_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/optee_sun8iw20p1.bin'
'/home/habit/work/myir/T113/device/config/chips/t113/bin/sboot_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/sboot_sun8iw20p1.bin'
'/home/habit/work/myir/T113/device/config/chips/t113/bin/u-boot-sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/u-boot-sun8iw20p1.bin'
'/home/habit/work/myir/T113/device/config/chips/t113//bin/boot0_nand_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot0_nand.fex'
'/home/habit/work/myir/T113/device/config/chips/t113//bin/boot0_sdcard_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot0_sdcard.fex'
'/home/habit/work/myir/T113/device/config/chips/t113//bin/boot0_nandfastboot_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot0_nandfastboot_sun8iw20p1.fex'
'/home/habit/work/myir/T113/device/config/chips/t113//bin/boot0_spinor_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot0_spinor.fex'
'/home/habit/work/myir/T113/device/config/chips/t113//bin/fes1_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/fes1.fex'
'/home/habit/work/myir/T113/device/config/chips/t113//bin/u-boot-sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/u-boot.fex'
'/home/habit/work/myir/T113/device/config/chips/t113//bin/amp_dsp0.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/amp_dsp0.fex'
'/home/habit/work/myir/T113/device/config/chips/t113//bin/amp_rv0.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/amp_rv0.fex'
'/home/habit/work/myir/T113/device/config/chips/t113//bin/optee_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/optee.fex'
'/home/habit/work/myir/T113/device/config/chips/t113//bin/amp_dsp0.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/amp_dsp0.bin'
'/home/habit/work/myir/T113/device/config/chips/t113//bin/amp_rv0.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/amp_rv0.bin'
'/home/habit/work/myir/T113/device/config/chips/t113//bin/boot0_mmc_car_fastboot_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot0_mmc_car_fastboot_sun8iw20p1.bin'
'/home/habit/work/myir/T113/device/config/chips/t113//bin/boot0_mmcfastboot_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot0_mmcfastboot_sun8iw20p1.bin'
'/home/habit/work/myir/T113/device/config/chips/t113//bin/boot0_nand_car_fastboot_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot0_nand_car_fastboot_sun8iw20p1.bin'
'/home/habit/work/myir/T113/device/config/chips/t113//bin/boot0_nand_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot0_nand_sun8iw20p1.bin'
'/home/habit/work/myir/T113/device/config/chips/t113//bin/boot0_nandfastboot_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot0_nandfastboot_sun8iw20p1.bin'
'/home/habit/work/myir/T113/device/config/chips/t113//bin/boot0_sdcard_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot0_sdcard_sun8iw20p1.bin'
'/home/habit/work/myir/T113/device/config/chips/t113//bin/boot0_spinor_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot0_spinor_sun8iw20p1.bin'
'/home/habit/work/myir/T113/device/config/chips/t113//bin/fes1_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/fes1_sun8iw20p1.bin'
'/home/habit/work/myir/T113/device/config/chips/t113//bin/optee_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/optee_sun8iw20p1.bin'
'/home/habit/work/myir/T113/device/config/chips/t113//bin/sboot_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/sboot_sun8iw20p1.bin'
'/home/habit/work/myir/T113/device/config/chips/t113//bin/u-boot-sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/u-boot-sun8iw20p1.bin'
'/home/habit/work/myir/T113/device/config/chips/t113/configs/myir_image_yt113s3_nand/bin/amp_dsp0.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/amp_dsp0.fex'
'/home/habit/work/myir/T113/device/config/chips/t113/configs/myir_image_yt113s3_nand/bin/amp_dsp0.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/amp_dsp0.bin'
'/home/habit/work/myir/T113/device/config/chips/t113/configs/myir_image_yt113s3_nand//bin/amp_dsp0.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/amp_dsp0.fex'
'/home/habit/work/myir/T113/device/config/chips/t113/configs/myir_image_yt113s3_nand//bin/amp_dsp0.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/amp_dsp0.bin'
copying boot file 2.0
'/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/arisc' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/arisc.fex'
'/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/sunxi.dtb' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/sunxi.fex'
'/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/boot0_nand_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot0_nand.fex'
'/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/boot0_sdcard_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot0_sdcard.fex'
'/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/boot0_spinor_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/boot0_spinor.fex'
'/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/fes1_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/fes1.fex'
'/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/sboot_sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/sboot.bin'
'/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/u-boot-sun8iw20p1.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/u-boot.fex'
'/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/vmlinux.tar.bz2' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/vmlinux.fex'
copying arm secure boot file
copying additional files
handle partition_size
'/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/temp_ubootnodtb.bin' -> '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/u-boot.fex'
update optee
do not set LINUX_DTBO_FILE
pack boot package
content_count=3
2:LICHEE_REDUNDANT_ENV_SIZE:0x20000
--mkenvimage create redundant env data!--
--redundant env.cfg data size 0x20000---
verity not supported yet
packing for linux
do_fit_image
create_kernel_fit_image
can not found kernel.its
normal
cat: /home/habit/work/myir/T113/brandy/brandy-2.0/u-boot-/configs/sun8iw20p1_auto_defconfig: No such file or directory
./pack: line 1265: sunxi_flashmap_tool: command not found
commit : f7388902e9-dirty
mbr count = 4
 
partitation file Path=/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/sys_partition.bin
mbr_name file Path=/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/sunxi_mbr.fex
download_name file Path=/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/dlinfo.fex
 
mbr size = 252
mbr magic softw411
disk name=boot-resource
disk name=env
disk name=env-redund
disk name=boot
disk name=rootfs
disk name=dsp0
disk name=private
disk name=UDISK
this is not a partition key
update_for_part_info 0
crc 0 = 1b5d100f
crc 1 = 8ee04152
crc 2 = eb56b4f4
crc 3 = 7eebe5a9
MBR addr = 0x1f8,logic_offset = 0xa000 GPT:boot-resource: a1f8          127d7       
MBR addr = 0x87d8,logic_offset = 0xa000 GPT:env         : 127d8         129cf       
MBR addr = 0x89d0,logic_offset = 0xa000 GPT:env-redund  : 129d0         12bc7       
MBR addr = 0x8bc8,logic_offset = 0xa000 GPT:boot        : 12bc8         1b597       
MBR addr = 0x11598,logic_offset = 0xa000 GPT:rootfs      : 1b598         75597       
MBR addr = 0x6b598,logic_offset = 0xa000 GPT:dsp0        : 75598         75d77       
MBR addr = 0x6bd78,logic_offset = 0xa000 GPT:private     : 75d78         76557       
MBR addr = 0x6c558,logic_offset = 0xa000 GPT:UDISK       : 76558         ffffffde    
gpt_head->header_crc32 = 0xb35b5bdb
GPT----part num 8---
gpt_entry: 128
gpt_header: 92
GPT:boot-resource: a1f8          127d7       
GPT:env         : 127d8         129cf       
GPT:env-redund  : 129d0         12bc7       
GPT:boot        : 12bc8         1b597       
GPT:rootfs      : 1b598         75597       
GPT:dsp0        : 75598         75d77       
GPT:private     : 75d78         76557       
GPT:UDISK       : 76558         ffffffde    
update gpt file ok
update mbr file ok
commit : f7388902e9-dirty
temp = 40960
mbr count = 4 total_sectors = 15269888 logic_offset = 40960 media = 0
 
partitation file Path=/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/sys_partition.bin
mbr_name file Path=/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/sunxi_mbr.fex
download_name file Path=/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out/dlinfo.fex
 
mbr size = 252
mbr magic softw411
disk name=boot-resource
disk name=env
disk name=env-redund
disk name=boot
disk name=rootfs
disk name=dsp0
disk name=private
disk name=UDISK
this is not a partition key
update_for_part_info 0
crc 0 = 1b5d100f
crc 1 = 8ee04152
crc 2 = eb56b4f4
crc 3 = 7eebe5a9
MBR addr = 0x1f8,logic_offset = 0xa000 GPT:boot-resource: a1f8          127d7       
MBR addr = 0x87d8,logic_offset = 0xa000 GPT:env         : 127d8         129cf       
MBR addr = 0x89d0,logic_offset = 0xa000 GPT:env-redund  : 129d0         12bc7       
MBR addr = 0x8bc8,logic_offset = 0xa000 GPT:boot        : 12bc8         1b597       
MBR addr = 0x11598,logic_offset = 0xa000 GPT:rootfs      : 1b598         75597       
MBR addr = 0x6b598,logic_offset = 0xa000 GPT:dsp0        : 75598         75d77       
MBR addr = 0x6bd78,logic_offset = 0xa000 GPT:private     : 75d78         76557       
MBR addr = 0x6c558,logic_offset = 0xa000 GPT:UDISK       : 76558         e8ffde      
gpt_head->header_crc32 = 0x295ff249
GPT----part num 8---
gpt_entry: 128
gpt_header: 92
GPT:boot-resource: a1f8          127d7       
GPT:env         : 127d8         129cf       
GPT:env-redund  : 129d0         12bc7       
GPT:boot        : 12bc8         1b597       
GPT:rootfs      : 1b598         75597       
GPT:dsp0        : 75598         75d77       
GPT:private     : 75d78         76557       
GPT:UDISK       : 76558         e8ffde      
update gpt file ok
update mbr file ok
/home/habit/work/myir/T113/tools/pack/pctools/linux/eDragonEx/
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/pack_out
Begin Parse sys_partion.fex
 
AddPartion boot-resource.fex BOOT-RESOURCE_FEX
AddPartion very boot-resource.fex BOOT-RESOURCE_FEX 
FilePath: boot-resource.fex
FileLength=e56400
AddPartion env.fex ENV_FEX000000000
AddPartion very env.fex ENV_FEX000000000 
FilePath: env.fex
FileLength=20000
AddPartion env.fex ENV_FEX000000000
AddPartion very env.fex ENV_FEX000000000 
FilePath: env.fex
FileLength=20000
AddPartion boot.fex BOOT_FEX00000000
AddPartion very boot.fex BOOT_FEX00000000 
FilePath: boot.fex
FileLength=fbd000
AddPartion rootfs-ubifs.fex ROOTFS-UBIFS_FEX
AddPartion very rootfs-ubifs.fex ROOTFS-UBIFS_FEX 
FilePath: rootfs-ubifs.fex
FileLength=5898000
AddPartion amp_dsp0.fex AMP_DSP0_FEX0000
AddPartion very amp_dsp0.fex AMP_DSP0_FEX0000 
FilePath: amp_dsp0.fex
FileLength=52f94
BuildImg0
Dragon execute image.cfg SUCCESS !
----------image is at----------
 
206M	/home/habit/work/myir/T113/out/myir_image_yt113s3_nand.img
 
pack finish
habit@ubuntu:~/work/myir/T113$ 

经过以上步骤后,生成的镜像在out/目录下,如下所示:

6. 烧录镜像

将生成好的镜像(img)文件拷贝到Windows下,通过PhoenixSuit工具烧录到开发板中,即可看到系统中具有了MQTTX相关组件。

更多内容请看下回。

  • 全部评论(0)
最新发布的资讯信息
【系统环境|】Linux 安全审计工具 Auditd(2025-12-08 23:24)
【系统环境|】使用Supervisor守护PHP进程:告别手动重启,实现自动化运维(2025-12-08 23:24)
【系统环境|】golang高性能日志库zap的使用(2025-12-08 23:24)
【系统环境|】MySQL主从复制技术详解(2025-12-08 23:24)
【系统环境|】华为MagicBook锐龙版双系统折腾记六:matlab(2025-12-08 23:24)
【系统环境|】ArrayFire:C++高性能张量计算的极速引擎(2025-12-08 23:24)
【系统环境|】一文读懂回声消除(AEC)(2025-12-08 23:23)
【系统环境|】缺人!泰达这些企业招聘!抓紧!(2025-12-08 23:23)
【系统环境|】RS485 Modbus 超级简单轮询程序(2025-12-08 23:23)
【系统环境|】RS485接口≠Modbus协议!工业通信常见认知陷阱(2025-12-08 23:23)
手机二维码手机访问领取大礼包
返回顶部