零、背景
笔者需要在米尔电子(MYIR)的MYD-YT113X(T113-S3)开发板上使用MQTT。首先就需要将MQTT通过交叉编译,移植到板子上。这一步已经完成,参见笔者(系列)文章:
从0到1玩转MYD-YT113X全志开发板 —— 移植MQTT(1)-CSDN博客
但如果要通过C语言代码实现MQTT功能,并在其中使用JSON功能,就需要在开发板上移植cJSON以及openssl,本文就来讲解从cJSON的详细移植过程。
一、基础工作
笔者鉴于之前移植SQLite3时的教训,不再通过传统一般性步骤:官网下载源码;配置交叉编译工具;编译构建;安装。而是先看开发板上是否已经有了cJSON相关可执行文件和库。在开发板的/user/bin以及/usr/lib/下搜索“*json*”,结果如下:
root@myd-yt113-s3:~# find ./ -name "*json*"
root@myd-yt113-s3:~#
再在/usr/lib/下搜索“*json*”,结果如下:
root@myd-yt113-s3:~# find /usr/lib/ -name "*json*"
/usr/lib/python3.7/json
/usr/lib/python3.7/lib-dynload/_json.cpython-37m-arm-linux-gnueabi.so
root@myd-yt113-s3:~#
可以看到,虽然/usr/lib/下能搜索到,但都是python下的,与需要的cJSON并无关系。因此,需要在Buildroot中添加cJSON相关选项。
二、详细步骤
1. 在Buildroot中定位cJSON相关选项的位置
(1)进入Buildroot menuconfig
进入宿主机T113工作目录执行./build.sh buildroot_menuconfig命令。实际命令及结果如下:
habit@ubuntu:~/work/myir/T113$ ./build
build/ buildroot/ build.sh
habit@ubuntu:~/work/myir/T113$ ./build.sh buildroot_menuconfig
打开menuconfig配置界面后。如下图所示:

(2)查找定位cJSON相关选项位置
输入'/',在其中搜索“json”,结果如下:


可以看到,cJSON相关选项在“Target packages -> Libraries -> JSON/XML”下。
2. 在Buildroot中添加cJSON相关选项
(1)进入到相应界面
依次进入到“Target packages” -> “Libraries” -> “JSON/XML”下:



(2)添加cJSON相关构建选项
按空格键选中选中“cJSON”选项([]会变为[*])。如下图所示:

这样后续编译的时候,cJSON会一起被编译到Buildroot中。
(3)返回Buildroot
按Exit逐层返回到(一共4次)。最后一次要退出Menuconfig时,会出现以下提示:

选择“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
>>> cjson v1.7.10 Downloading
--2025-12-08 10:37:24-- https://github.com/DaveGamble/cjson/archive/v1.7.10/cjson-v1.7.10.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... Read error (Connection reset by peer) in headers.
Retrying.
--2025-12-08 10:37:46-- (try: 2) https://github.com/DaveGamble/cjson/archive/v1.7.10/cjson-v1.7.10.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-08 10:38:28-- http://sources.buildroot.net/cjson/cjson-v1.7.10.tar.gz
Resolving sources.buildroot.net (sources.buildroot.net)... 104.26.1.37, 104.26.0.37, 172.67.72.56, ...
Connecting to sources.buildroot.net (sources.buildroot.net)|104.26.1.37|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 347063 (339K) [application/x-gtar-compressed]
Saving to: '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/.cjson-v1.7.10.tar.gz.Ipvx5F/output'
/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nan 100%[========================================================================================================================================>] 338.93K 401KB/s in 0.8s
2025-12-08 10:38:30 (401 KB/s) - '/home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/.cjson-v1.7.10.tar.gz.Ipvx5F/output' saved [347063/347063]
cjson-v1.7.10.tar.gz: OK (sha256: cc544fdd065f3dd19113f1d5ba5f61d696e0f810f291f4b585d1dec361b0188e)
>>> cjson v1.7.10 Extracting
gzip -d -c /home/habit/work/myir/T113/buildroot/buildroot-201902/dl/cjson/cjson-v1.7.10.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/cjson-v1.7.10 -xf -
>>> cjson v1.7.10 Patching
>>> cjson v1.7.10 Configuring
(mkdir -p /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/cjson-v1.7.10/ && cd /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/build/cjson-v1.7.10/ && 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/cjson-v1.7.10/ -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 -DENABLE_CJSON_TEST=OFF -DENABLE_CUSTOM_COMPILER_FLAGS=OFF -DBUILD_SHARED_AND_STATIC_LIBS=OFF )
-- 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
-- Performing Test FLAG_SUPPORTED_fvisibilityhidden
-- Performing Test FLAG_SUPPORTED_fvisibilityhidden - Success
-- 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/cjson-v1.7.10
>>> cjson v1.7.10 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/cjson-v1.7.10/
Scanning dependencies of target cjson
[ 50%] Building C object CMakeFiles/cjson.dir/cJSON.c.o
[100%] Linking C shared library libcjson.so
[100%] Built target cjson
>>> cjson v1.7.10 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/cjson-v1.7.10/
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/include/cjson/cJSON.h
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/pkgconfig/libcjson.pc
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libcjson.so.1.7.10
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libcjson.so.1
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libcjson.so
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/cmake/cJSON/cjson.cmake
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/cmake/cJSON/cjson-release.cmake
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/cmake/cJSON/cJSONConfig.cmake
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/cmake/cJSON/cJSONConfigVersion.cmake
>>> cjson v1.7.10 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
>>> cjson v1.7.10 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/cjson-v1.7.10/
Install the project...
-- Install configuration: "Release"
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/include/cjson/cJSON.h
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/pkgconfig/libcjson.pc
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/libcjson.so.1.7.10
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/libcjson.so.1
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/libcjson.so
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/cmake/cJSON/cjson.cmake
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/cmake/cJSON/cjson-release.cmake
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/cmake/cJSON/cJSONConfig.cmake
-- Installing: /home/habit/work/myir/T113/out/t113/myir_image_yt113s3_nand/buildroot/buildroot/target/usr/lib/cmake/cJSON/cJSONConfigVersion.cmake
>>> 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', u'cjson']
Warning: target file "./usr/share/i18n/locales/ug_CN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_connbytes.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/modules.alias" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libsqlite3.so.0.8.6" is touched by more than one package: [u'sqlite', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/NC_NC00-10.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/tinycap" is touched by more than one package: [u'tinyalsa', u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/g_mass_storage.ko" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/pt_PT@euro" is touched by more than one package: [u'mosquitto', u'cjson']
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 "./lib/modules/5.4.61/usb_f_acm.ko" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/script" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./sbin/fstrim" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./lib/libatomic.so.1.2.0" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libsdk_sound.so" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/sw_TZ" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_statistic.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/CP10007.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/mt_MT" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/CP1251.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/locales/tr_TR" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/wpa_passphrase" is touched by more than one package: [u'wpa_supplicant', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/es_VE" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/CP1250.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/charmaps/EBCDIC-IT.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/GEORGIAN-PS.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libip6t_ah.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./etc/ppp/peers/quectel-ppp" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_AUDIT.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/xtables/libip6t_SNPT.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/dvbv5-zap" is touched by more than one package: [u'libv4l', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib15_notify_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libbz2.so.1.0.6" is touched by more than one package: [u'bzip2', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/ts/touchkit.so" is touched by more than one package: [u'tslib', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ru_RU" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/libdbus-1.so.3.19.8" is touched by more than one package: [u'dbus', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libv4l2rds.so.0.0.0" is touched by more than one package: [u'libv4l', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libip6t_srh.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libtrecorder.so" is touched by more than one package: [u'trecorder', u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/md5.ko" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/fw_printenv" is touched by more than one package: [u'uboot-tools', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/sk_SK" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/myir/Capture/myir.bmp" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libdovecot-lda.so.0.0.0" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libipt_MASQUERADE.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
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/share/i18n/charmaps/BS_4730.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM273.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libip6t_DNPT.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_length.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/look" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
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/share/i18n/locales/translit_narrow" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/sq_MK" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libdovecot-sql.so.0.0.0" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/mg_MG" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/testj1939" is touched by more than one package: [u'can-utils', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/python3.7m" is touched by more than one package: [u'python3', u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/ntpd" is touched by more than one package: [u'ntp', u'mosquitto', u'cjson']
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', u'cjson']
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/share/i18n/charmaps/GREEK7.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/CP737.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM905.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/pppstats" is touched by more than one package: [u'pppd', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/en_HK" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/doveconf" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib11_imap_quota_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./lib/udev/mtd_probe" is touched by more than one package: [u'eudev', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libawrecorder.so" is touched by more than one package: [u'libcedarx', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib20_mailbox_alias_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/tt_RU" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libipt_DNAT.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/xtables/libip6t_HL.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/mosquitto" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/locales/csb_PL" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO-8859-6.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM500.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/flash_unlock" is touched by more than one package: [u'mtd', u'mosquitto', u'cjson']
Warning: target file "./etc/issue" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_connlabel.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_comment.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/es_UY" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/es_US" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/th_TH" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib02_imap_acl_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/backplaydemo" is touched by more than one package: [u'backplaydemo', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libldns.so.2.0.0" is touched by more than one package: [u'libldns', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./lib/modules/5.4.61/g_zero.ko" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_hashlimit.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/ubiblock" is touched by more than one package: [u'mtd', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/lsns" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
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 "./usr/bin/mosquitto_sub" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/yi_US" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./sbin/swupdate-progress" is touched by more than one package: [u'swupdate', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ja_JP" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/KOI8-U.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/sr_RS@latin" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./etc/myir_test/uart_test_rs485_read" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libnettle.so.6.5" is touched by more than one package: [u'nettle', u'mosquitto', u'cjson']
Warning: target file "./lib/bash/pathchk" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/TSCII.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_ipcomp.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libsdk_decoder.so" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/tg_TJ" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM855.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/TCVN5712-1.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/hi_IN" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/bin/ir-ctl" is touched by more than one package: [u'libv4l', u'mosquitto', u'cjson']
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/share/i18n/charmaps/IBM866.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/slcanpty" is touched by more than one package: [u'can-utils', u'mosquitto', u'cjson']
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/share/i18n/locales/ti_ER" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ti_ET" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_DSCP.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/en_DK" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/usb_f_obex.ko" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_tcpmss.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libip6t_mh.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
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', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/dovecot/lib05_pop3_migration_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/CSN_369103.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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/i18n/locales/es_NI" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/firmware/amp_dsp0.bin" is touched by more than one package: [u'mosquitto', u'cjson']
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 "./lib/modules/5.4.61/modules.builtin.bin" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./etc/myir_test/wifi_on_ap" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/wpa_cli" is touched by more than one package: [u'wpa_supplicant', u'mosquitto', u'cjson']
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', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/libvencoder.so" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/cangw" is touched by more than one package: [u'can-utils', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/ssh" is touched by more than one package: [u'openssh', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/iw_IL" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/ts/waveshare.so" is touched by more than one package: [u'tslib', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libdovecot.so.0.0.0" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_mac.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libnetfilter_conntrack.so.3.7.0" is touched by more than one package: [u'libnetfilter_conntrack', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/collectd/iptables.so" is touched by more than one package: [u'collectd', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_SET.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/libpanel.so.6.1" is touched by more than one package: [u'ncurses', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/wa_BE" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_string.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/RK1048.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO_5427-EXT.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/charmaps/IBM1133.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/pppd/2.4.7/passwordfd.so" is touched by more than one package: [u'pppd', u'mosquitto', u'cjson']
Warning: target file "./lib/libuuid.so.1.3.0" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/fi_FI@euro" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/charmaps/LATIN-GREEK.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/xml2text" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
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/share/i18n/locales/kl_GL" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/en_IE" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libaw_atrcdec.so" is touched by more than one package: [u'libcedarx', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ig_NG" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/fy_DE" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/rpmsg_test" is touched by more than one package: [u'rpmsg', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/HP-GREEK8.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/locales/yue_HK" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/ssh-pkcs11-helper" is touched by more than one package: [u'openssh', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libaw_wavdec.so" is touched by more than one package: [u'libcedarx', u'mosquitto', u'cjson']
Warning: target file "./lib/bash/tty" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/replicator" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/alsactl" is touched by more than one package: [u'alsa-utils', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_bpf.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/sbin/mtd_debug" is touched by more than one package: [u'mtd', u'mosquitto', u'cjson']
Warning: target file "./lib/libcrypt-2.25.so" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_osf.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ARMSCII-8.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/ts/lowpass.so" is touched by more than one package: [u'tslib', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libavahi-client.so.3.2.9" is touched by more than one package: [u'avahi', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM860.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/rs485_read" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/ubirmvol" is touched by more than one package: [u'mtd', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/JIS_C6220-1969-JP.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libxplayer.so" is touched by more than one package: [u'libcedarx', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libv4l2.so.0.0.0" is touched by more than one package: [u'libv4l', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/lcd_bright_test" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/DEC-MCS.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libv4lconvert.so.0.0.0" is touched by more than one package: [u'libv4l', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/isotpdump" is touched by more than one package: [u'can-utils', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib20_replication_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./lib/udev/v4l_id" is touched by more than one package: [u'eudev', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/SAMI.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/de_LU" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM891.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM918.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/NATS-SEFI-ADD.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/locales/fur_IT" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libipt_ah.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/alsa-lib/libasound_module_pcm_awrpaf.so" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/nb_NO" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libsdk_gifdecoder.so" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
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/share/i18n/locales/ks_IN@devanagari" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/python3.7/site-packages/kmod/_util.so" is touched by more than one package: [u'kmod', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO-8859-9E.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/JIS_C6229-1984-A.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM281.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib20_zlib_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ht_HT" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/nn_NO" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib20_charset_alias_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./lib/libgcc_s.so.1" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/evtest" is touched by more than one package: [u'evtest', u'mosquitto', u'cjson']
Warning: target file "./lib/udev/cdrom_id" is touched by more than one package: [u'eudev', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/tpadc_test" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/MIK.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/DIN_66003.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/gu_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/MQTTVersion" is touched by more than one package: [u'paho-mqtt-c', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM280.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./etc/dnsmasq.conf" is touched by more than one package: [u'busybox-init-base-files', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_TPROXY.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO_6937-2-ADD.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/jpegdecodedemo" is touched by more than one package: [u'jpegdecodedemo', u'mosquitto', u'cjson']
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/share/i18n/charmaps/NF_Z_62-010_1973.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/lg_UG" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libip6t_icmp6.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/jacd" is touched by more than one package: [u'can-utils', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/fo_FO" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/bash/whoami" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/ts_print_mt" is touched by more than one package: [u'tslib', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/so_SO" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
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 "./usr/share/i18n/locales/iu_CA" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/udev/ata_id" is touched by more than one package: [u'eudev', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/libcdx_parser.so" is touched by more than one package: [u'libcedarx', u'mosquitto', u'cjson']
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/i18n/locales/sc_IT" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/EUC-JP-MS.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/translit_circle" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/locales/byn_ER" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/CSA_Z243.4-1985-1.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/canlogserver" is touched by more than one package: [u'can-utils', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/lsipc" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_limit.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib02_lazy_expunge_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./lib/debug/libstdc++.so.6.0.24" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/xplayerdemo" is touched by more than one package: [u'libcedarx', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib20_listescape_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
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 "./usr/share/i18n/locales/hu_HU" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/libgfortran.so.4.0.0" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/eu_ES" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/bin/ota-burnuboot" is touched by more than one package: [u'ota-burnboot', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib10_mail_filter_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM866NAV.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/wpa_supplicant" is touched by more than one package: [u'wpa_supplicant', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM1124.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/pt_PT" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./etc/profile" is touched by more than one package: [u'skeleton-init-common', u'mosquitto', u'cjson']
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/i18n/charmaps/PT154.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/gd_GB" is touched by more than one package: [u'mosquitto', u'cjson']
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/lib/libsdk_camera.so" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/imap-hibernate" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./lib/bash/rmdir" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/dbus-test-tool" is touched by more than one package: [u'dbus', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/cansniffer" is touched by more than one package: [u'can-utils', u'mosquitto', u'cjson']
Warning: target file "./lib/libmount.so.1.1.0" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/sr_ME" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM875.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/rds-ctl" is touched by more than one package: [u'libv4l', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/locale" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/aserver" is touched by more than one package: [u'alsa-lib', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO_646.IRV.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libpaho-mqtt3a.so.1.3.0" is touched by more than one package: [u'paho-mqtt-c', u'cjson']
Warning: target file "./usr/share/i18n/locales/nds_DE" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/pap_CW" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO-8859-3.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_set.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ro_RO" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/li_BE" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_NFQUEUE.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO-8859-2.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/bash/id" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/avahi-resolve" is touched by more than one package: [u'avahi', u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/modules.dep.bin" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/nl_NL@euro" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/locales/en_SG" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ber_MA" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libexpat.so.1.6.8" is touched by more than one package: [u'expat', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/dbus-monitor" is touched by more than one package: [u'dbus', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/libhogweed.so.4.5" is touched by more than one package: [u'nettle', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/sexp-conv" is touched by more than one package: [u'nettle', u'mosquitto', u'cjson']
Warning: target file "./lib/bash/logname" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/brctl" is touched by more than one package: [u'bridge-utils', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/mn_MN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/anp_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libVE.so" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libip4tc.so.0.1.0" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libdovecot-login.so.0.0.0" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/auth" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/nettle-hash" is touched by more than one package: [u'nettle', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_socket.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM864.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ca_ES" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./etc/ppp/peers/quectel-chat-disconnect" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/translit_hangul" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/python3.7/site-packages/kmod/kmod.so" is touched by more than one package: [u'kmod', u'mosquitto', u'cjson']
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/share/i18n/locales/km_KH" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/mai_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/JIS_C6220-1969-RO.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/yo_NG" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/ts/input.so" is touched by more than one package: [u'tslib', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/gez_ET" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/gez_ER" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/python3.7/site-packages/kmod/module.so" is touched by more than one package: [u'kmod', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/fbinit" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/CP1125.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libsdk_storage.so" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_SYNPROXY.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
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 "./lib/modules/5.4.61/modules.devname" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/br_FR" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM037.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/sd_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_TCPMSS.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/KOI8-RU.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/slcan_attach" is touched by more than one package: [u'can-utils', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/mni_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/ldattach" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/pl_PL" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libconfig++.so.11.0.2" is touched by more than one package: [u'libconfig', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libawion.so" is touched by more than one package: [u'libawion', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/pap_AW" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/nl_BE@euro" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/EBCDIC-ES-A.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
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/i18n/charmaps/WINDOWS-31J.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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 "./usr/share/i18n/locales/sv_FI@euro" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/bn_BD" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/libblkid.so.1.1.0" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/tinymix" is touched by more than one package: [u'tinyalsa', u'mosquitto', u'cjson']
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/share/i18n/locales/ar_AE" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/librpbuf.so" is touched by more than one package: [u'rpbuf', u'mosquitto', u'cjson']
Warning: target file "./lib/libthread_db-1.0.so" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/se_NO" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/es_DO" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/udev/collect" is touched by more than one package: [u'eudev', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/az_AZ" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./etc/init.d/S80audio_init" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM874.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/el_GR@euro" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_standard.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ms_MY" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_devgroup.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/choom" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/collectd" is touched by more than one package: [u'collectd', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/libexec/quota-status" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/cy_GB" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/ubiattach" is touched by more than one package: [u'mtd', u'mosquitto', u'cjson']
Warning: target file "./etc/passwd" is touched by more than one package: [u'skeleton-init-common', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/CP773.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/bash/mkdir" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
Warning: target file "./etc/dvrconfig.ini" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/HP-TURKISH8.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/dvr_test" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/flock" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ta_LK" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libawmjpegplus.so" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/af_ZA" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/bo_CN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/setsid" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libhistory.so.8.0" is touched by more than one package: [u'readline', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM424.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/BIG5.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ANSI_X3.4-1968.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/dvb-format-convert" is touched by more than one package: [u'libv4l', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/bin/hwmac-R" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/EBCDIC-AT-DE-A.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_CONNMARK.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/nfnl_osf" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/EBCDIC-ES.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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/i18n/locales/li_NL" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/charmaps/IT.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM437.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib20_mail_log_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./lib/libnss_files-2.25.so" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/tig_ER" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libjpegdecode.so" is touched by more than one package: [u'jpegdecode', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/EBCDIC-FI-SE-A.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ml_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/EUC-JP.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/python3.7/site-packages/libmount/pylibmount.so" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/libssl_iostream_openssl.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/bin/whereis" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./sbin/swapoff" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libipt_SNAT.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/es_BO" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_connlimit.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/isotpserver" is touched by more than one package: [u'can-utils', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ca_AD" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/bg_BG" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO_646.BASIC.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./sbin/swupdate" is touched by more than one package: [u'swupdate', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_tos.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/iso14651_t1_common" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/fr_LU@euro" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/INIS-CYRILLIC.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/sw_KE" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./etc/udev/rules.d/automount.rules" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/vdecoderdemo" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libsdk_disp.so" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libcdx_muxer.so" is touched by more than one package: [u'libcedarx', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/mi_NZ" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM1163.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_IDLETIMER.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/bh_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/modules.order" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/JIS_C6229-1984-HAND-ADD.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libxtables.so.12.2.0" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
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/share/i18n/charmaps/ISO-IR-197.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM1162.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM290.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/EUC-JISX0213.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/de_AT@euro" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libvenc_h264.so" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
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 "./lib/modules/5.4.61/g_ether.ko" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/fr_FR" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ar_EG" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libpaho-mqtt3cs.so.1.3.0" is touched by more than one package: [u'paho-mqtt-c', u'cjson']
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/share/i18n/locales/ar_IQ" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/doveadm/lib10_doveadm_quota_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_recent.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/en_US" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libkmod.so.2.3.3" is touched by more than one package: [u'kmod', u'mosquitto', u'cjson']
Warning: target file "./etc/hostapd.conf" is touched by more than one package: [u'hostapd', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/bin/jspy" is touched by more than one package: [u'can-utils', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libpython3.7m.so.1.0" is touched by more than one package: [u'python3', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libawmpeg4dx.so" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/CWI.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/dz_BT" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libawvp6soft.so" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/JIS_X0201.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/librsync.so.2.0.2" is touched by more than one package: [u'librsync', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/JIS_C6229-1984-B.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ur_IN" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/locales/de_BE" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib20_notify_status_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/nl_AW" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/ts/invert.so" is touched by more than one package: [u'tslib', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/NEXTSTEP.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/ts_calibrate" is touched by more than one package: [u'tslib', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO-8859-7.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libaw_amrdec.so" is touched by more than one package: [u'libcedarx', u'mosquitto', u'cjson']
Warning: target file "./usr/share/myir/Music/myir_audio.wav" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/ubicrc32" is touched by more than one package: [u'mtd', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_ipvs.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM863.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
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/share/i18n/locales/mk_MK" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./etc/hostname" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/so_ET" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/localedef" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./init" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO-8859-15.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/hostapd_cli" is touched by more than one package: [u'hostapd', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/szl_PL" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/gez_ER@abegede" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./etc/sw-version" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./etc/inittab" is touched by more than one package: [u'busybox', u'mosquitto', u'cjson']
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/share/i18n/charmaps/IBM277.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM285.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/dvbv5-scan" is touched by more than one package: [u'libv4l', u'mosquitto', u'cjson']
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/share/i18n/locales/ar_KW" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/ubirsvol" is touched by more than one package: [u'mtd', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM865.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/ts/linear.so" is touched by more than one package: [u'tslib', u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/pop3" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/CP1254.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/sat_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/rpbuf_test" is touched by more than one package: [u'rpbuf', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libcrypto.so.1.1" is touched by more than one package: [u'libopenssl', u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/sftp-server" is touched by more than one package: [u'openssh', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/as_IN" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/libexec/pop3-login" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/xh_ZA" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/EBCDIC-UK.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/kk_KZ" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/hr_HR" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/CP1256.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/auth/libauthdb_imap.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
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 "./usr/share/i18n/locales/es_HN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./sbin/rtmon" is touched by more than one package: [u'iproute2', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/iperf3" is touched by more than one package: [u'iperf3', u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/pppoe-discovery" is touched by more than one package: [u'pppd', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/dbus-cleanup-sockets" is touched by more than one package: [u'dbus', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/T.101-G2.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/sunxi-ce.ko" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/avahi-browse" is touched by more than one package: [u'avahi', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib20_fts_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM870.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libawavs2.so" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/CP949.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM1047.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ar_LB" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./sbin/ifstat" is touched by more than one package: [u'iproute2', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_CLASSIFY.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/raj_IN" is touched by more than one package: [u'mosquitto', u'cjson']
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/i18n/charmaps/JUS_I.B1.003-SERB.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/bin/python3.7" is touched by more than one package: [u'python3', u'mosquitto', u'cjson']
Warning: target file "./lib/bash/strftime" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/fr_BE" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/coreutils/libstdbuf.so" is touched by more than one package: [u'coreutils', u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/avahi-autoipd" is touched by more than one package: [u'avahi', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/lslocks" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/ar_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libipt_REDIRECT.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/NATS-DANO.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/librt-2.25.so" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib20_push_notification_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/gv_GB" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/g_serial.ko" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/bin/pkcs1-conv" is touched by more than one package: [u'nettle', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM871.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/fi_FI" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib30_imap_zlib_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/nr_ZA" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/lo_LA" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/bn_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libaw_opusdec.so" is touched by more than one package: [u'libcedarx', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM256.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/en_IE@euro" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libiperf.so.0.0.0" is touched by more than one package: [u'iperf3', u'mosquitto', u'cjson']
Warning: target file "./sbin/ip" is touched by more than one package: [u'iproute2', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/gl_ES@euro" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/pt_BR" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO_5428.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libdovecot-dsync.so.0.0.0" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/Module.symvers" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/old-stats" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./sbin/findfs" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libaw_g729dec.so" is touched by more than one package: [u'libcedarx', u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/modules.builtin" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO_2033-1983.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/crh_UA" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_quota.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libipt_ECN.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/cmn_TW" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_rpfilter.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_TRACE.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/fa_IR" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/ts/iir.so" is touched by more than one package: [u'tslib', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libidn.so.12.6.0" is touched by more than one package: [u'libidn', u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/ipc" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./sbin/fsfreeze" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./lib/libudev.so.1.6.3" is touched by more than one package: [u'eudev', u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/flash_erase" is touched by more than one package: [u'mtd', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ce_RU" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/pa_PK" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libOmxVdec.so" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/isotprecv" is touched by more than one package: [u'can-utils', u'mosquitto', u'cjson']
Warning: target file "./lib/bash/head" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/de_AT" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/charmaps/ES.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ar_OM" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/pap_AN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libipt_TTL.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
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/share/i18n/charmaps/VISCII.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libsdk_misc.so" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/bho_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib99_welcome_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libawmjpeg.so" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/isosize" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/shs_CA" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO-8859-1.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libxmetadataretriever.so" is touched by more than one package: [u'libcedarx', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/JIS_C6229-1984-HAND.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/dvb-fe-tool" is touched by more than one package: [u'libv4l', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/ssh-add" is touched by more than one package: [u'openssh', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/translit_combining" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libawvp9HwAL.so" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib20_virtual_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO-8859-13.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/bzcat" is touched by more than one package: [u'busybox', u'bzip2', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/ivtv-ctl" is touched by more than one package: [u'libv4l', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/doveadm/lib20_doveadm_fts_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/sv_SE" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/pppd/2.4.7/openl2tp.so" is touched by more than one package: [u'pppd', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/i18n" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_TEE.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/MAC-SAMI.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/PT.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/charmaps/JUS_I.B1.002.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/pppd/2.4.7/rp-pppoe.so" is touched by more than one package: [u'pppd', u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/modules.builtin.modinfo" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/auth/lib20_auth_var_expand_crypt.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_esp.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/EBCDIC-PT.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/nandwrite" is touched by more than one package: [u'mtd', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/brx_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_nfacct.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./etc/asound_rpaf.conf" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/en_BW" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libipt_REJECT.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/bin/scriptreplay" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/doveadm" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO_10367-BOX.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO_8859-1,GL.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libip6t_REDIRECT.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./sbin/swapon" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/colcrt" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ar_MA" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/dbus-uuidgen" is touched by more than one package: [u'dbus', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/cec-compliance" is touched by more than one package: [u'libv4l', u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/vf-test.ko" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/pppd/2.4.7/pppol2tp.so" is touched by more than one package: [u'pppd', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/translit_cjk_variants" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./etc/myir_test/uart_test_rs485_write" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libevent_core-2.1.so.6.0.2" is touched by more than one package: [u'libevent', u'mosquitto', u'cjson']
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/share/i18n/charmaps/MAC-IS.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/he_IL" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ka_GE" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/avahi-set-host-name" is touched by more than one package: [u'avahi', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_mark.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/sd_IN@devanagari" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/mtdinfo" is touched by more than one package: [u'mtd', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libtinyalsa.so.1.1.1" is touched by more than one package: [u'tinyalsa', u'mosquitto', u'cjson']
Warning: target file "./etc/myir_test/uart_test_write" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/gez_ET@abegede" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/pppd/2.4.7/passprompt.so" is touched by more than one package: [u'pppd', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/vi_VN" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/zu_ZA" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/MAC-UK.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO-8859-11.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/charmaps/ISO-8859-10.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libiptc.so.0.0.0" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/libaw_siprdec.so" is touched by more than one package: [u'libcedarx', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO-8859-9.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/colrm" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/aa_ET" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO_6937.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/NF_Z_62-010.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/uuidgen" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/hexdump" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/de_DE@euro" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libnl-3.so.200.26.0" is touched by more than one package: [u'libnl', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/wo_SN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/CP1258.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/tn_ZA" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./bin/busybox" is touched by more than one package: [u'busybox', u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/flash_lock" is touched by more than one package: [u'mtd', u'mosquitto', u'cjson']
Warning: target file "./sbin/devlink" is touched by more than one package: [u'iproute2', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ar_SD" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ar_SA" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/fr_LU" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO-8859-8.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/mosquitto_passwd" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ar_SS" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib01_acl_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./lib/bash/mypid" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libsubdecoder.so" is touched by more than one package: [u'libcedarc', u'libcedarx', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/cangen" is touched by more than one package: [u'can-utils', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/bin/eeprom_test" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/BS_VIEWDATA.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/alsamixer" is touched by more than one package: [u'alsa-utils', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/el_GR" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/KOI-8.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/de_DE" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/ts/debounce.so" is touched by more than one package: [u'tslib', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libsdk_log.so" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libaw_oggdec.so" is touched by more than one package: [u'libcedarx', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libaw_mp3dec.so" is touched by more than one package: [u'libcedarx', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/jsr" is touched by more than one package: [u'can-utils', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/doi_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/nandtest" is touched by more than one package: [u'mtd', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/dbus-run-session" is touched by more than one package: [u'dbus', u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/usb_f_ss_lb.ko" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/bs_BA" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/NATS-DANO-ADD.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/bash/finfo" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/hy_AM" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO_10646.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/slcand" is touched by more than one package: [u'can-utils', u'mosquitto', u'cjson']
Warning: target file "./sbin/ss" is touched by more than one package: [u'iproute2', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libdaemon.so.0.5.0" is touched by more than one package: [u'libdaemon', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ga_IE" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/sid_ET" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/charmaps/HP-ROMAN9.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/watchdog" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/CP1252.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/tinyplay" is touched by more than one package: [u'tinyalsa', u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/dovecot" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/CP1253.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM1004.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/xtables/libip6t_LOG.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/MSZ_7795.3.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libvenc_common.so" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/de_LU@euro" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/bin/csi_test_usrptr" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/zh_TW" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/es_SV" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/sqlite3" is touched by more than one package: [u'sqlite', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/GB_1988-80.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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 "./lib/modules/5.4.61/usb_f_ecm_subset.ko" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libevent_extra-2.1.so.6.0.2" is touched by more than one package: [u'libevent', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_iprange.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/dovecot-lda" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./etc/myir_test/myir_audio_play" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/iso14651_t1" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_rateest.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
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/share/i18n/locales/tl_PH" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/xmetademo" is touched by more than one package: [u'libcedarx', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/it_IT@euro" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/pppd/2.4.7/winbind.so" is touched by more than one package: [u'pppd', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ar_QA" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libconfig.so.11.0.2" is touched by more than one package: [u'libconfig', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/getopt" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/rw_RW" is touched by more than one package: [u'mosquitto', u'cjson']
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 "./usr/lib/libsdk_audenc.so" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./etc/shadow" is touched by more than one package: [u'skeleton-init-common', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_cluster.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
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/share/i18n/locales/ak_GH" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/tplayerdemo" is touched by more than one package: [u'tplayerdemo', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/setusbconfig" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/aggregator" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./etc/network/interfaces" is touched by more than one package: [u'ifupdown-scripts', u'mosquitto', u'cjson']
Warning: target file "./bin/bash" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libmosquittopp.so.1" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/libdl-2.25.so" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto', u'cjson']
Warning: target file "./lib/bash/setpgid" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
Warning: target file "./etc/myir_test/uart_test_read" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/T.61-7BIT.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/modules.softdep" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libaftertreatment.so" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/GEORGIAN-ACADEMY.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/uz_UZ" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_TOS.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/EUC-TW.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/EBCDIC-CA-FR.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/bem_ZM" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/locales/tt_RU@iqtelif" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM852.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_conntrack.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libipt_LOG.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/EBCDIC-DK-NO.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/rpbuf_demo" is touched by more than one package: [u'rpbuf', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib20_quota_clone_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./lib/firmware/amp_rv0.bin" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO-8859-4.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/pa_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/VIDEOTEX-SUPPL.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libip6t_frag.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
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/i18n/locales/ru_UA" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/zh_HK" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/dovecot/lib11_trash_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./etc/udev/scripts/mount.sh" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/libfs_mail_crypt.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/GREEK7-OLD.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libMemAdapter.so" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libipt_realm.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM1129.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/indexer" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./sbin/fdisk" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/memtester" is touched by more than one package: [u'memtester', u'mosquitto', u'cjson']
Warning: target file "./lib/bash/sync" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/en_CA" is touched by more than one package: [u'mosquitto', u'cjson']
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/i18n/charmaps/EBCDIC-FI-SE.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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 "./etc/myir_test/myir_dial" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libnl-idiag-3.so.200.26.0" is touched by more than one package: [u'libnl', u'mosquitto', u'cjson']
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', u'cjson']
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/i18n/locales/el_CY" is touched by more than one package: [u'mosquitto', u'cjson']
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/i18n/charmaps/NS_4551-2.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/bin/ts_print_raw" is touched by more than one package: [u'tslib', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/translit_compat" is touched by more than one package: [u'mosquitto', u'cjson']
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 "./usr/share/i18n/locales/nan_TW" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./bin/dmesg" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/ts_print" is touched by more than one package: [u'tslib', u'mosquitto', u'cjson']
Warning: target file "./sbin/mkswap" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/col" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/tinypcminfo" is touched by more than one package: [u'tinyalsa', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libip6t_NETMAP.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/translit_wide" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/es_ES@euro" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ga_IE@euro" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/bash/dirname" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ts_ZA" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/INIS-8.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/namei" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libip6t_DNAT.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/ota-burnboot0" is touched by more than one package: [u'ota-burnboot', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libawvp9Hw.so" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
Warning: target file "./usr/share/myir/Capture/myir.jpg" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO-8859-16.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/doveadm/libdoveadm_mail_crypt_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/so_KE" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libv4l/plugins/libv4l-mplane.so" is touched by more than one package: [u'libv4l', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO_8859-SUPP.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ky_KG" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/locale/locale-archive" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./etc/ssh/sshd_config" is touched by more than one package: [u'openssh', u'mosquitto', u'cjson']
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', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/libaw_apedec.so" is touched by more than one package: [u'libcedarx', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libawmpeg4normal.so" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libip6t_eui64.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
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/i18n/locales/sv_FI" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO_11548-1.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/CP770.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libmosquitto.so.1" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_u32.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/es_PE" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/es_PA" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/es_PR" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/es_PY" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO_6937-2-25.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/udevadm" is touched by more than one package: [u'eudev', u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/xtables-legacy-multi" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/en_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/NATS-SEFI.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libip6tc.so.0.1.0" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./etc/hosts" is touched by more than one package: [u'skeleton-init-common', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/isotptun" is touched by more than one package: [u'can-utils', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/sa_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/hne_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/be_BY@latin" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/bash/ln" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libsdk_cfg.so" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libadecoder.so" is touched by more than one package: [u'libcedarx', u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/modules.alias.bin" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/T.61-8BIT.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/ubimkvol" is touched by more than one package: [u'mtd', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/GB18030.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/INVARIANT.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_connmark.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libevent-2.1.so.6.0.2" is touched by more than one package: [u'libevent', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/ss_ZA" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/locales/fr_FR@euro" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libdcrypt_openssl.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./etc/ppp/peers/ip-up" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/EUC-KR.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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/i18n/locales/es_MX" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO-8859-14.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/CP1255.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/charmaps/MAC-CYRILLIC.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./sbin/lnstat" is touched by more than one package: [u'iproute2', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/translit_font" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/GBK.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/locales/os_RU" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/lzh_TW" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/wa_BE@euro" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/CP1257.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/libfs_compress.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/bunzip2" is touched by more than one package: [u'busybox', u'bzip2', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/SEN_850200_B.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/modules.builtin.alias.bin" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/libnss_dns-2.25.so" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/GREEK-CCITT.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/DS_2089.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/rs485_write" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libts.so.0.10.1" is touched by more than one package: [u'tslib', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib10_quota_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./sbin/udevd" is touched by more than one package: [u'eudev', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/SEN_850200_C.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libnl-genl-3.so.200.26.0" is touched by more than one package: [u'libnl', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_HMARK.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/en_NZ" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/en_NG" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ku_TR" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/INIS.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/cs_CZ" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./etc/ppp/peers/quectel-chat-connect" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ar_YE" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/ts_finddev" is touched by more than one package: [u'tslib', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libsdk_player.so" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libip6t_rt.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libv4l1.so.0.0.0" is touched by more than one package: [u'libv4l', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/uz_UZ@cyrillic" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/ssh-keyscan" is touched by more than one package: [u'openssh', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM1161.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ik_CA" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/dbus-daemon-launch-helper" is touched by more than one package: [u'dbus', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_SECMARK.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM423.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/locales/translit_small" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/ts/skip.so" is touched by more than one package: [u'tslib', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/ts_harvest" is touched by more than one package: [u'tslib', u'mosquitto', u'cjson']
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/share/i18n/charmaps/IBM1160.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/hak_TW" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/anvil" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libcdx_base.so" is touched by more than one package: [u'libcedarx', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/canplayer" is touched by more than one package: [u'can-utils', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM284.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/locales/fr_BE@euro" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/collectd/logfile.so" is touched by more than one package: [u'collectd', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/SHIFT_JIS.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/amp_shell" is touched by more than one package: [u'amp_shell', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/autplayer_test" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/lij_IT" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libvideoengine.so" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/libfs_crypt.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/modules.symbols.bin" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/nettle-lfib-stream" is touched by more than one package: [u'nettle', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/bcmserver" is touched by more than one package: [u'can-utils', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ANSI_X3.110-1983.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libsdk_shm.so" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/gadgetfs.ko" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/mcookie" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ca_ES@euro" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./bin/adbd" is touched by more than one package: [u'adbd', u'mosquitto', u'cjson']
Warning: target file "./etc/os-release" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/CSA_Z243.4-1985-GR.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/wae_CH" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM857.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/dnsmasq" is touched by more than one package: [u'dnsmasq', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_policy.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/ts_verify" is touched by more than one package: [u'tslib', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM856.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM278.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/dovecot/lib95_imap_old_stats_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/ubiformat" is touched by more than one package: [u'mtd', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/adbd" is touched by more than one package: [u'android-tools', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/sbin/pppd" is touched by more than one package: [u'pppd', u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/rawlog" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib10_mail_crypt_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/EBCDIC-AT-DE.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM869.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_physdev.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/tvd_test_mmap" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libcollectdclient.so.1.0.0" is touched by more than one package: [u'collectd', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_TCPOPTSTRIP.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/column" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO-8859-5.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ps_AF" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/aa_ER@saaho" is touched by more than one package: [u'mosquitto', u'cjson']
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/i18n/charmaps/IBM1026.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./lib/bash/realpath" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/si_LK" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libawh264.so" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/the_NP" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/bash/push" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ES2.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libipt_ttl.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM038.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/bash/sleep" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libsdk_memory.so" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/sftp" is touched by more than one package: [u'openssh', u'mosquitto', u'cjson']
Warning: target file "./lib/bash/printenv" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ar_BH" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_dscp.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/ts/variance.so" is touched by more than one package: [u'tslib', u'mosquitto', u'cjson']
Warning: target file "./lib/libresolv-2.25.so" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto', u'cjson']
Warning: target file "./lib/bash/uname" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libcdx_stream.so" is touched by more than one package: [u'libcedarx', u'mosquitto', u'cjson']
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/share/i18n/locales/gl_ES" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_owner.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./sbin/blkzone" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ff_SN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/g_cdc.ko" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/niu_NU" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/niu_NZ" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./sbin/nstat" is touched by more than one package: [u'iproute2', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/es_GT" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/my_MM" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ASMO_449.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/maildirlock" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/fy_NL" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/da_DK" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/readprofile" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/nhn_MX" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/rpmsg_demo" is touched by more than one package: [u'rpmsg', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libvdecoder.so" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
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/lib/libsdk_dvr.so" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/isotpsniffer" is touched by more than one package: [u'can-utils', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/ts/dejitter.so" is touched by more than one package: [u'tslib', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM862.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/id_ID" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/sq_AL" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_MARK.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/bin/prlimit" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/cansend" is touched by more than one package: [u'can-utils', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/bin/isotpperf" is touched by more than one package: [u'can-utils', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/JIS_C6229-1984-B-ADD.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_udp.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_CT.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_cgroup.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/CP774.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/CP775.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/nds_NL" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM904.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libawmpeg4base.so" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ia_FR" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libssl.so.1.1" is touched by more than one package: [u'libopenssl', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/PT2.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libvenc_base.so" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libscaledown.so" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
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/share/i18n/locales/en_PH" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib20_autocreate_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_sctp.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
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/share/i18n/locales/it_IT" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/gdb" is touched by more than one package: [u'gdb', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/demoVencoder" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
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/share/i18n/charmaps/EBCDIC-ES-S.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libform.so.6.1" is touched by more than one package: [u'ncurses', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/log2long" is touched by more than one package: [u'can-utils', u'mosquitto', u'cjson']
Warning: target file "./lib/bash/unlink" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libdvbv5.so.0.0.0" is touched by more than one package: [u'libv4l', u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/ubirename" is touched by more than one package: [u'mtd', u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/g_multi.ko" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/mhr_RU" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/es_ES" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM297.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/es_EC" is touched by more than one package: [u'mosquitto', u'cjson']
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/libsdk_encoder.so" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/SAMI-WS2.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libip6t_REJECT.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/tr_CY" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/parserdemo" is touched by more than one package: [u'libcedarx', u'mosquitto', u'cjson']
Warning: target file "./etc/myir_test/wifi_on_sta" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/cv_RU" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/HP-THAI8.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/libnl-route-3.so.200.26.0" is touched by more than one package: [u'libnl', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/old-stats/libstats_auth.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libip6t_hl.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./sbin/bridge" is touched by more than one package: [u'iproute2', u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/flashcp" is touched by more than one package: [u'mtd', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ve_ZA" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib20_expire_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/dbus-send" is touched by more than one package: [u'dbus', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/bin/arecord" is touched by more than one package: [u'alsa-utils', u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/xr829.ko" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/bin/dvbv5-daemon" is touched by more than one package: [u'libv4l', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/EBCDIC-DK-NO-A.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/dovecot/lib20_var_expand_crypt.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/dv_MV" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM922.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/charmaps/ISO-IR-209.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libuapi.so" is touched by more than one package: [u'libuapi', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_time.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/unm_US" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/HP-ROMAN8.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/libexec/checkpassword-reply" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_ecn.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/fil_PH" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/encodertest" is touched by more than one package: [u'encodertest', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/librpmsg.so" is touched by more than one package: [u'rpmsg', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM851.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/charmaps/IBM1164.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/python3.7/site-packages/kmod/list.so" is touched by more than one package: [u'kmod', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/coreutils" is touched by more than one package: [u'coreutils', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/oc_FR" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/es_CR" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/es_CU" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libmenu.so.6.1" is touched by more than one package: [u'ncurses', u'mosquitto', u'cjson']
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 "./usr/share/i18n/locales/es_CL" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/es_CO" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/libfdisk.so.1.1.0" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./sbin/blockdev" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./sbin/genl" is touched by more than one package: [u'iproute2', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ta_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libota-burnboot.so" is touched by more than one package: [u'ota-burnboot', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/sr_RS" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/libpaho-mqtt3c.so.1.3.0" is touched by more than one package: [u'paho-mqtt-c', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_pkttype.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/canfdtest" is touched by more than one package: [u'can-utils', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/om_ET" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_CHECKSUM.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/so_DJ" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/nso_ZA" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libcdx_common.so" is touched by more than one package: [u'libcedarx', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/ts_uinput" is touched by more than one package: [u'tslib', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libpopt.so.0.0.0" is touched by more than one package: [u'popt', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libevent_pthreads-2.1.so.6.0.2" is touched by more than one package: [u'libevent', u'mosquitto', u'cjson']
Warning: target file "./bin/sh" is touched by more than one package: [u'busybox', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/log2asc" is touched by more than one package: [u'can-utils', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/ts/pthres.so" is touched by more than one package: [u'tslib', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_RATEEST.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./lib/bash/truefalse" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/mr_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ar_DZ" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/locales/kok_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/dict" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libip6t_MASQUERADE.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/JOHAB.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/br_FR@euro" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/aplay" is touched by more than one package: [u'alsa-utils', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/an_ES" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./sbin/rdma" is touched by more than one package: [u'iproute2', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/mag_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO_5427.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/zh_SG" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libcdx_playback.so" is touched by more than one package: [u'libcedarx', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/avahi-publish" is touched by more than one package: [u'avahi', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM861.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/sshd" is touched by more than one package: [u'openssh', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/gpio_test" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/nl_NL" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/KOI8-R.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libmnl.so.0.2.0" is touched by more than one package: [u'libmnl', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/v4l2-compliance" is touched by more than one package: [u'libv4l', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libmodbus.so.5.1.0" is touched by more than one package: [u'libmodbus', u'mosquitto', u'cjson']
Warning: target file "./sbin/mkfs" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/de_BE@euro" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/source" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/es_AR" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./sbin/rtacct" is touched by more than one package: [u'iproute2', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/tk_TM" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/myir/Capture/myir.png" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/stats" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM274.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM880.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/SHIFT_JISX0213.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/rtcwake" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/ar_TN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/chat" is touched by more than one package: [u'pppd', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/nl_BE" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/nan_TW@latin" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libdovecot-storage.so.0.0.0" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM275.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/bzip2" is touched by more than one package: [u'bzip2', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IEC_P27-1.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./bin/findmnt" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/zh_CN" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/locales/kn_IN" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/xtables/libip6t_SNAT.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
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', u'cjson']
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', u'cjson']
Warning: target file "./usr/libexec/ssh-keysign" is touched by more than one package: [u'openssh', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libipt_CLUSTERIP.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./sbin/chcpu" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./etc/ppp/peers/quectel-ppp-kill" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/dbus-update-activation-environment" is touched by more than one package: [u'dbus', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/ar_JO" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/v4l2-dbg" is touched by more than one package: [u'libv4l', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISO-IR-90.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/collectdctl" is touched by more than one package: [u'collectd', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/en_ZW" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ber_DZ" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libipt_ULOG.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/pppd/2.4.7/pppoatm.so" is touched by more than one package: [u'pppd', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/de_CH" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/cec-follower" is touched by more than one package: [u'libv4l', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/en_ZA" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/en_ZM" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/locales/ha_NG" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/collectd-tg" is touched by more than one package: [u'collectd', u'mosquitto', u'cjson']
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/share/i18n/charmaps/JUS_I.B1.003-MAC.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/collectd/syslog.so" is touched by more than one package: [u'collectd', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libipt_icmp.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libavahi-common.so.3.5.3" is touched by more than one package: [u'avahi', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/sl_SI" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/uk_UA" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/canbusload" is touched by more than one package: [u'can-utils', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/pppd/2.4.7/minconn.so" is touched by more than one package: [u'pppd', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libsdk_g2d.so" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_NFLOG.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/EBCDIC-IS-FRISS.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/lt_LT" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib10_last_login_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/dovecot/doveadm/lib10_doveadm_acl_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libaencoder.so" is touched by more than one package: [u'libcedarx', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/quz_PE" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/MAC-CENTRALEUROPE.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/tu_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/nettle-pbkdf2" is touched by more than one package: [u'nettle', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_LED.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/aa_ER" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/EBCDIC-US.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/amixer" is touched by more than one package: [u'alsa-utils', u'mosquitto', u'cjson']
Warning: target file "./lib/bash/basename" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
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/share/i18n/locales/st_ZA" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/CP771.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM420.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libip6t_dst.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/raw_gadget.ko" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libsdk_rpaf.so" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/gdbserver" is touched by more than one package: [u'gdb', u'mosquitto', u'cjson']
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/bin/stream_player_test" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/ko_KR" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ne_NP" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_tcp.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/GB2312.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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/libsdk_stream_player.so" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/uart_test" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/CP772.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/te_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/BIG5-HKSCS.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libreadline.so.8.0" is touched by more than one package: [u'readline', u'mosquitto', u'cjson']
Warning: target file "./lib/bash/print" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
Warning: target file "./lib/udev/scsi_id" is touched by more than one package: [u'eudev', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/bin/script" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libnfnetlink.so.0.2.0" is touched by more than one package: [u'libnfnetlink', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/fr_CA" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/fr_CH" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ISIRI-3342.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/lv_LV" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/dovecot/lib90_old_stats_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_NOTRACK.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/TIS-620.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/libv4l/v4l2convert.so" is touched by more than one package: [u'libv4l', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/hsb_DE" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/imap-urlauth-worker" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./lib/bash/tee" is touched by more than one package: [u'bash', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libdovecot-fts.so.0.0.0" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/KSC5636.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/gpadc_test" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/ld-2.25.so" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM850.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM868.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/UTF-8.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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/i18n/locales/ca_IT" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/mosquitto_pub" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/bin/ssh-agent" is touched by more than one package: [u'openssh', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libcurl.so.4.5.0" is touched by more than one package: [u'libcurl', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/kw_GB" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib05_snarf_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/MACINTOSH.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/LATIN-GREEK-1.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/usb_f_ecm.ko" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/eu_ES@euro" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/JIS_C6229-1984-KANA.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/be_BY" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/EBCDIC-FR.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/indexer-worker" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/translit_neutral" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/modules.dep" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ar_SY" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/dbus-launch" is touched by more than one package: [u'dbus', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libgmp.so.10.3.2" is touched by more than one package: [u'gmp', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/it_CH" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/iso14651_t1_pinyin" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/libnsl-2.25.so" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libipt_NETMAP.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_cpu.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/tinyplay_hub" is touched by more than one package: [u'tinyalsa', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/lb_LU" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/submission-login" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/ast_ES" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/POSIX" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./sbin/ctrlaltdel" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/submission" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/CSA_Z243.4-1985-2.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/et_EE" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libncurses.so.6.1" is touched by more than one package: [u'ncurses', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/ir-keytable" is touched by more than one package: [u'libv4l', u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/dns-client" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libv4l/ov518-decomp" is touched by more than one package: [u'libv4l', u'mosquitto', u'cjson']
Warning: target file "./sbin/tc" is touched by more than one package: [u'iproute2', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM903.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/bin/fincore" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/share/myir/Music/myir_audio.mp3" is touched by more than one package: [u'mosquitto', u'cjson']
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/i18n/locales/om_KE" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/lib/libtplayer.so" is touched by more than one package: [u'tplayer', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/en_AU" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libcdc_base.so" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/cx18-ctl" is touched by more than one package: [u'libv4l', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/en_AG" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/dovecot/lib21_fts_squat_plugin.so" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/ts_test_mt" is touched by more than one package: [u'tslib', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libsbm.so" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/KOI8-T.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libawmpeg4h263.so" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
Warning: target file "./lib/libm-2.25.so" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/bo_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/uart_test_232" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/IBM1132.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libz.so.1.2.11" is touched by more than one package: [u'libzlib', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/usbcam_test" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/ks_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/aa_DJ" is touched by more than one package: [u'mosquitto', u'cjson']
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 "./usr/share/i18n/locales/ca_FR" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./etc/ppp/peers/quectel-pppd.sh" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./sbin/swaplabel" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./lib/libc-2.25.so" is touched by more than one package: [u'toolchain-external-linaro-armsf', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/wal_ET" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./etc/ppp/peers/readme" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/ar_LY" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/os-release" is touched by more than one package: [u'mosquitto', u'cjson']
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/lib/libpaho-mqtt3as.so.1.3.0" is touched by more than one package: [u'paho-mqtt-c', u'cjson']
Warning: target file "./usr/bin/uuidparse" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/or_IN" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./sbin/sfdisk" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/nanddump" is touched by more than one package: [u'mtd', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libawmpeg2.so" is touched by more than one package: [u'libcedarc', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_addrtype.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/translit_cjk_compat" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/libexec/imap-urlauth-login" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/sbin/ubinfo" is touched by more than one package: [u'mtd', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/bin/media-ctl" is touched by more than one package: [u'libv4l', u'mosquitto', u'cjson']
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/i18n/locales/ur_PK" is touched by more than one package: [u'mosquitto', u'cjson']
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/share/i18n/charmaps/GOST_19768-74.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/lscpu" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/NS_4551-1.gz" is touched by more than one package: [u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/ayc_PE" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/translit_fraction" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/xtables/libxt_dccp.so" is touched by more than one package: [u'iptables', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/am_ET" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./sbin/blkid" is touched by more than one package: [u'util-linux', u'mosquitto', u'cjson']
Warning: target file "./usr/lib/liblive555.so" is touched by more than one package: [u'libcedarx', u'mosquitto', u'cjson']
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', u'cjson']
Warning: target file "./usr/share/i18n/locales/en_GB" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/lib/libdovecot-compression.so.0.0.0" is touched by more than one package: [u'dovecot', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/decode_tm6000" is touched by more than one package: [u'libv4l', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/locales/is_IS" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/BRF.gz" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./lib/modules/5.4.61/modules.symbols" is touched by more than one package: [u'mosquitto', u'cjson']
Warning: target file "./usr/bin/ts_conf" is touched by more than one package: [u'tslib', u'mosquitto', u'cjson']
Warning: target file "./usr/bin/xmlwf" is touched by more than one package: [u'expat', u'mosquitto', u'cjson']
Warning: target file "./usr/share/i18n/charmaps/ECMA-CYRILLIC.gz" is touched by more than one package: [u'mosquitto', u'cjson']
./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 5094/65536 inodes and 47521/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 64349.43 Kbytes (62.84 Mbytes)
44.58% of uncompressed filesystem size (144352.40 Kbytes)
Inode table size 39264 bytes (38.34 Kbytes)
24.17% of uncompressed inode table size (162441 bytes)
Directory table size 48466 bytes (47.33 Kbytes)
48.52% of uncompressed directory table size (99879 bytes)
Number of duplicate files found 20
Number of inodes 4673
Number of files 3780
Number of fragments 333
Number of symbolic links 585
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工具烧录到开发板中,即可看到系统中具有了cJSON相关组件。如下所示:
root@myd-yt113-s3:~# find /usr/lib/ -name "*json*"
/usr/lib/libcjson.so.1
/usr/lib/libcjson.so.1.7.10
/usr/lib/python3.7/json
/usr/lib/python3.7/lib-dynload/_json.cpython-37m-arm-linux-gnueabi.so
/usr/lib/libcjson.so
root@myd-yt113-s3:~#