20220513-rk3568编译linux4.19的buildroot4-(rootrs)

2023-05-16

20220513-rk3568编译linux4.19的buildroot4-(rootrs)

这里会出现两个错误:

1、SourceHanSansCN.zip这个包找不到,

Z:\rk3568_linux4.19\buildroot\dl

https://raw.githubusercontent.com/adobe-fonts/source-han-sans/2.001R/SubsetOTF/SourceHanSansCN.zip

百度可以知道:思源字体 SourceHanSansCN

这个链接应该是失效了或者是外网链接!可以适用迅雷下载或者115下载。

2、unixbench-master.tar.gz找不到!

http://sources.buildroot.net/unixbench-master.tar.gz

这个就更佳可恶了,迅雷和115都没有办法!

最后是在码云找到了!

https://gitee.com/caesar-wang/buildroot-download/tree/master
caesar wang / buildroot-download

希望Rockchip原厂的工程师,定期(比如每季度)自己重新编译一下buildroot,如果存在库下载不了的情况,就直接上传到服务器上!工程师何苦为难工程师呢?

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ ./build.sh rootfs
processing option: rootfs
==========Start building buildroot==========
TARGET_BUILDROOT_CONFIG=rockchip_rk3568
=========================================
Top of tree: /home/rootroot/rk3568_linux4.19
===========================================

#TARGET_BOARD=rk3568
#OUTPUT_DIR=output/rockchip_rk3568
#CONFIG=rockchip_rk3568_defconfig

===========================================
make: Entering directory '/home/rootroot/rk3568_linux4.19/buildroot'
mkdir -p /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/lxdialog
PKG_CONFIG_PATH="" make CC="/usr/bin/gcc" HOSTCC="/usr/bin/gcc" \
    obj=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config -C support/kconfig -f Makefile.br conf
/usr/bin/gcc -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE  -I/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config -DCONFIG_=\"\"  -MM *.c > /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/.depend 2>/dev/null || :
/usr/bin/gcc -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE  -I/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config -DCONFIG_=\"\"   -c conf.c -o /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/conf.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE  -I/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config -DCONFIG_=\"\"  -I. -c /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/zconf.tab.c -o /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/zconf.tab.o
In file included from /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/zconf.tab.c:2533:
./util.c: In function 'file_write_dep':
./util.c:54:15: warning: '..config.tmp' directive writing 12 bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
   54 |  sprintf(buf, "%s..config.tmp", dir);
      |               ^~~~~~~~~~~~~~~~
./util.c:54:2: note: 'sprintf' output between 13 and 4109 bytes into a destination of size 4097
   54 |  sprintf(buf, "%s..config.tmp", dir);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/zconf.tab.c:2534:
./confdata.c: In function 'conf_write':
./confdata.c:772:20: warning: '.tmpconfig.' directive writing 11 bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
  772 |   sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid());
      |                    ^~~~~~~~~~~~~~~~~
./confdata.c:772:3: note: 'sprintf' output between 13 and 4119 bytes into a destination of size 4097
  772 |   sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid());
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./confdata.c: In function 'conf_write_autoconf':
./confdata.c:982:15: warning: '.config.cmd' directive writing 11 bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
  982 |  sprintf(buf, "%s.config.cmd", dir);
      |               ^~~~~~~~~~~~~~~
./confdata.c:982:2: note: 'sprintf' output between 12 and 4108 bytes into a destination of size 4097
  982 |  sprintf(buf, "%s.config.cmd", dir);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./confdata.c:988:15: warning: '.tmpconfig' directive writing 10 bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
  988 |  sprintf(buf, "%s.tmpconfig", dir);
      |               ^~~~~~~~~~~~~~
./confdata.c:988:2: note: 'sprintf' output between 11 and 4107 bytes into a destination of size 4097
  988 |  sprintf(buf, "%s.tmpconfig", dir);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./confdata.c:993:15: warning: '.tmpconfig_tristate' directive writing 19 bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
  993 |  sprintf(buf, "%s.tmpconfig_tristate", dir);
      |               ^~~~~~~~~~~~~~~~~~~~~~~
./confdata.c:993:2: note: 'sprintf' output between 20 and 4116 bytes into a destination of size 4097
  993 |  sprintf(buf, "%s.tmpconfig_tristate", dir);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./confdata.c:1000:15: warning: '.tmpconfig.h' directive writing 12 bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
 1000 |  sprintf(buf, "%s.tmpconfig.h", dir);
      |               ^~~~~~~~~~~~~~~~
./confdata.c:1000:2: note: 'sprintf' output between 13 and 4109 bytes into a destination of size 4097
 1000 |  sprintf(buf, "%s.tmpconfig.h", dir);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./confdata.c:1033:15: warning: '.tmpconfig.h' directive writing 12 bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
 1033 |  sprintf(buf, "%s.tmpconfig.h", dir);
      |               ^~~~~~~~~~~~~~~~
./confdata.c:1033:2: note: 'sprintf' output between 13 and 4109 bytes into a destination of size 4097
 1033 |  sprintf(buf, "%s.tmpconfig.h", dir);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./confdata.c:1039:15: warning: '.tmpconfig_tristate' directive writing 19 bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
 1039 |  sprintf(buf, "%s.tmpconfig_tristate", dir);
      |               ^~~~~~~~~~~~~~~~~~~~~~~
./confdata.c:1039:2: note: 'sprintf' output between 20 and 4116 bytes into a destination of size 4097
 1039 |  sprintf(buf, "%s.tmpconfig_tristate", dir);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./confdata.c:1047:15: warning: '.tmpconfig' directive writing 10 bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
 1047 |  sprintf(buf, "%s.tmpconfig", dir);
      |               ^~~~~~~~~~~~~~
./confdata.c:1047:2: note: 'sprintf' output between 11 and 4107 bytes into a destination of size 4097
 1047 |  sprintf(buf, "%s.tmpconfig", dir);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/gcc -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE  -I/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config -DCONFIG_=\"\"   /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/conf.o /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/zconf.tab.o  -o /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/conf
rm /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/zconf.tab.c
  GEN     /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/Makefile
/home/rootroot/rk3568_linux4.19/buildroot/build/defconfig_hook.py -m /home/rootroot/rk3568_linux4.19/buildroot/configs/rockchip_rk3568_defconfig /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig
BR2_DEFCONFIG='' KCONFIG_AUTOCONFIG=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/auto.conf KCONFIG_AUTOHEADER=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/autoconf.h KCONFIG_TRISTATE=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/tristate.config BR2_CONFIG=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.config HOST_GCC_VERSION="9" BUILD_DIR=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build SKIP_LEGACY= BR2_DEFCONFIG=/home/rootroot/rk3568_linux4.19/buildroot/configs/rockchip_rk3568_defconfig /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/conf --defconfig=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig Config.in
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:285:warning: override: reassigning to symbol BR2_PACKAGE_MPP
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:286:warning: override: reassigning to symbol BR2_PACKAGE_MPP_ALLOCATOR_DRM
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:288:warning: override: reassigning to symbol BR2_PACKAGE_LINUX_RGA
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:313:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTP
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:314:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTPMANAGER
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:315:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTSP
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:321:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEORATE
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:322:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VORBIS
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:323:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_OGG
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:342:warning: override: reassigning to symbol BR2_PACKAGE_ROCKCHIP_TEST
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:345:warning: override: reassigning to symbol BR2_PACKAGE_RKWIFIBT
#
# configuration written to /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.config
#
make: Leaving directory '/home/rootroot/rk3568_linux4.19/buildroot'
2022-05-10T18:22:19 >>> host-tar 1.29 Extracting
2022-05-10T18:22:19 >>> host-tar 1.29 Patching
2022-05-10T18:22:19 >>> host-tar 1.29 Updating config.sub and config.guess
2022-05-10T18:22:19 >>> host-tar 1.29 Patching libtool
2022-05-10T18:22:19 >>> host-tar 1.29 Configuring
2022-05-10T18:22:51 >>> host-tar 1.29 Building
2022-05-10T18:22:52 >>> host-tar 1.29 Installing to host directory
2022-05-10T18:22:53 >>> host-lzip 1.19 Extracting
2022-05-10T18:22:53 >>> host-lzip 1.19 Patching
2022-05-10T18:22:53 >>> host-lzip 1.19 Configuring
2022-05-10T18:22:53 >>> host-lzip 1.19 Building
2022-05-10T18:22:54 >>> host-lzip 1.19 Installing to host directory
2022-05-10T18:22:54 >>> host-m4 1.4.18 Extracting
2022-05-10T18:22:54 >>> host-m4 1.4.18 Patching
2022-05-10T18:22:54 >>> host-m4 1.4.18 Updating config.sub and config.guess
2022-05-10T18:22:54 >>> host-m4 1.4.18 Patching libtool
2022-05-10T18:22:54 >>> host-m4 1.4.18 Configuring
2022-05-10T18:23:12 >>> host-m4 1.4.18 Building
2022-05-10T18:23:13 >>> host-m4 1.4.18 Installing to host directory
2022-05-10T18:23:14 >>> host-bison 3.0.4 Extracting
2022-05-10T18:23:14 >>> host-bison 3.0.4 Patching
2022-05-10T18:23:14 >>> host-bison 3.0.4 Updating config.sub and config.guess
2022-05-10T18:23:14 >>> host-bison 3.0.4 Patching libtool
2022-05-10T18:23:14 >>> host-bison 3.0.4 Configuring
2022-05-10T18:23:40 >>> host-bison 3.0.4 Building
2022-05-10T18:23:42 >>> host-bison 3.0.4 Installing to host directory
2022-05-10T18:23:42 >>> host-gawk 4.1.4 Extracting
2022-05-10T18:23:43 >>> host-gawk 4.1.4 Patching
2022-05-10T18:23:43 >>> host-gawk 4.1.4 Updating config.sub and config.guess
2022-05-10T18:23:43 >>> host-gawk 4.1.4 Patching libtool
2022-05-10T18:23:43 >>> host-gawk 4.1.4 Configuring
2022-05-10T18:23:53 >>> host-gawk 4.1.4 Building
2022-05-10T18:23:55 >>> host-gawk 4.1.4 Installing to host directory
2022-05-10T18:23:56 >>> host-binutils 2.36.1 Extracting
2022-05-10T18:23:58 >>> host-binutils 2.36.1 Patching
2022-05-10T18:23:58 >>> host-binutils 2.36.1 Updating config.sub and config.guess
2022-05-10T18:23:58 >>> host-binutils 2.36.1 Patching libtool
2022-05-10T18:23:58 >>> host-binutils 2.36.1 Configuring
2022-05-10T18:24:00 >>> host-binutils 2.36.1 Building
2022-05-10T18:24:47 >>> host-binutils 2.36.1 Installing to host directory
2022-05-10T18:24:48 >>> host-gmp 6.1.2 Extracting
2022-05-10T18:24:49 >>> host-gmp 6.1.2 Patching
2022-05-10T18:24:49 >>> host-gmp 6.1.2 Updating config.sub and config.guess
2022-05-10T18:24:49 >>> host-gmp 6.1.2 Patching libtool
2022-05-10T18:24:49 >>> host-gmp 6.1.2 Configuring
2022-05-10T18:25:03 >>> host-gmp 6.1.2 Building
2022-05-10T18:25:08 >>> host-gmp 6.1.2 Installing to host directory
2022-05-10T18:25:09 >>> host-mpfr 3.1.6 Extracting
2022-05-10T18:25:09 >>> host-mpfr 3.1.6 Patching
2022-05-10T18:25:09 >>> host-mpfr 3.1.6 Updating config.sub and config.guess
2022-05-10T18:25:09 >>> host-mpfr 3.1.6 Patching libtool
2022-05-10T18:25:09 >>> host-mpfr 3.1.6 Configuring
2022-05-10T18:25:14 >>> host-mpfr 3.1.6 Building
2022-05-10T18:25:17 >>> host-mpfr 3.1.6 Installing to host directory
2022-05-10T18:25:17 >>> host-mpc 1.0.3 Extracting
2022-05-10T18:25:17 >>> host-mpc 1.0.3 Patching
2022-05-10T18:25:17 >>> host-mpc 1.0.3 Updating config.sub and config.guess
2022-05-10T18:25:17 >>> host-mpc 1.0.3 Patching libtool
2022-05-10T18:25:17 >>> host-mpc 1.0.3 Configuring
2022-05-10T18:25:21 >>> host-mpc 1.0.3 Building
2022-05-10T18:25:21 >>> host-mpc 1.0.3 Installing to host directory
2022-05-10T18:25:22 >>> host-gcc-initial 10.3.0 Extracting
2022-05-10T18:25:26 >>> host-gcc-initial 10.3.0 Patching
2022-05-10T18:25:27 >>> host-gcc-initial 10.3.0 Updating config.sub and config.guess
2022-05-10T18:25:27 >>> host-gcc-initial 10.3.0 Patching libtool
2022-05-10T18:25:27 >>> host-gcc-initial 10.3.0 Configuring
2022-05-10T18:25:29 >>> host-gcc-initial 10.3.0 Building
2022-05-10T18:27:31 >>> host-gcc-initial 10.3.0 Installing to host directory
2022-05-10T18:27:35 >>> host-libtool 2.4.6 Extracting
2022-05-10T18:27:35 >>> host-libtool 2.4.6 Patching
2022-05-10T18:27:35 >>> host-libtool 2.4.6 Updating config.sub and config.guess
2022-05-10T18:27:35 >>> host-libtool 2.4.6 Configuring
2022-05-10T18:27:41 >>> host-libtool 2.4.6 Building
2022-05-10T18:27:43 >>> host-libtool 2.4.6 Installing to host directory
2022-05-10T18:27:44 >>> host-autoconf 2.69 Extracting
2022-05-10T18:27:44 >>> host-autoconf 2.69 Patching
2022-05-10T18:27:44 >>> host-autoconf 2.69 Updating config.sub and config.guess
2022-05-10T18:27:44 >>> host-autoconf 2.69 Patching libtool
2022-05-10T18:27:44 >>> host-autoconf 2.69 Configuring
2022-05-10T18:27:46 >>> host-autoconf 2.69 Building
2022-05-10T18:27:47 >>> host-autoconf 2.69 Installing to host directory
2022-05-10T18:27:47 >>> host-automake 1.15.1 Extracting
2022-05-10T18:27:47 >>> host-automake 1.15.1 Patching
2022-05-10T18:27:47 >>> host-automake 1.15.1 Updating config.sub and config.guess
2022-05-10T18:27:47 >>> host-automake 1.15.1 Patching libtool
2022-05-10T18:27:47 >>> host-automake 1.15.1 Configuring
2022-05-10T18:27:49 >>> host-automake 1.15.1 Building
2022-05-10T18:27:49 >>> host-automake 1.15.1 Installing to host directory
2022-05-10T18:27:49 >>> host-pkgconf 0.9.12 Extracting
2022-05-10T18:27:50 >>> host-pkgconf 0.9.12 Patching
2022-05-10T18:27:50 >>> host-pkgconf 0.9.12 Updating config.sub and config.guess
2022-05-10T18:27:50 >>> host-pkgconf 0.9.12 Patching libtool
2022-05-10T18:27:50 >>> host-pkgconf 0.9.12 Configuring
2022-05-10T18:27:50 >>> host-pkgconf 0.9.12 Building
2022-05-10T18:27:51 >>> host-pkgconf 0.9.12 Installing to host directory
2022-05-10T18:27:51 >>> host-libxml2 2.9.7 Extracting
2022-05-10T18:27:51 >>> host-libxml2 2.9.7 Patching
2022-05-10T18:27:51 >>> host-libxml2 2.9.7 Updating config.sub and config.guess
2022-05-10T18:27:51 >>> host-libxml2 2.9.7 Patching libtool
2022-05-10T18:27:51 >>> host-libxml2 2.9.7 Configuring
2022-05-10T18:27:58 >>> host-libxml2 2.9.7 Building
2022-05-10T18:28:02 >>> host-libxml2 2.9.7 Installing to host directory
2022-05-10T18:28:02 >>> host-gettext 0.19.8.1 Extracting
2022-05-10T18:28:03 >>> host-gettext 0.19.8.1 Patching
2022-05-10T18:28:03 >>> host-gettext 0.19.8.1 Updating config.sub and config.guess
2022-05-10T18:28:03 >>> host-gettext 0.19.8.1 Configuring
2022-05-10T18:28:03 >>> host-gettext 0.19.8.1 Autoreconfiguring
2022-05-10T18:28:23 >>> host-gettext 0.19.8.1 Patching libtool
2022-05-10T18:29:03 >>> host-gettext 0.19.8.1 Building
2022-05-10T18:29:23 >>> host-gettext 0.19.8.1 Installing to host directory
2022-05-10T18:29:39 >>> host-libffi 3.2.1 Extracting
2022-05-10T18:29:39 >>> host-libffi 3.2.1 Patching
2022-05-10T18:29:39 >>> host-libffi 3.2.1 Updating config.sub and config.guess
2022-05-10T18:29:39 >>> host-libffi 3.2.1 Configuring
2022-05-10T18:29:39 >>> host-libffi 3.2.1 Autoreconfiguring
2022-05-10T18:29:44 >>> host-libffi 3.2.1 Patching libtool
2022-05-10T18:29:48 >>> host-libffi 3.2.1 Building
2022-05-10T18:29:49 >>> host-libffi 3.2.1 Installing to host directory
2022-05-10T18:29:49 >>> host-expat 2.2.5 Extracting
2022-05-10T18:29:50 >>> host-expat 2.2.5 Patching
2022-05-10T18:29:50 >>> host-expat 2.2.5 Updating config.sub and config.guess
2022-05-10T18:29:50 >>> host-expat 2.2.5 Patching libtool
2022-05-10T18:29:50 >>> host-expat 2.2.5 Configuring
2022-05-10T18:29:54 >>> host-expat 2.2.5 Building
2022-05-10T18:29:56 >>> host-expat 2.2.5 Installing to host directory
2022-05-10T18:29:56 >>> host-libzlib 1.2.11 Extracting
2022-05-10T18:29:56 >>> host-libzlib 1.2.11 Patching
2022-05-10T18:29:56 >>> host-libzlib 1.2.11 Configuring
2022-05-10T18:29:57 >>> host-libzlib 1.2.11 Building
2022-05-10T18:30:00 >>> host-libzlib 1.2.11 Installing to host directory
2022-05-10T18:30:01 >>> host-zlib  Extracting
2022-05-10T18:30:01 >>> host-zlib  Patching
2022-05-10T18:30:01 >>> host-zlib  Configuring
2022-05-10T18:30:01 >>> host-zlib  Building
2022-05-10T18:30:01 >>> host-zlib  Installing to host directory
2022-05-10T18:30:01 >>> host-libopenssl 1.1.1m Extracting
2022-05-10T18:30:02 >>> host-libopenssl 1.1.1m Patching
2022-05-10T18:30:02 >>> host-libopenssl 1.1.1m Configuring
2022-05-10T18:30:02 >>> host-libopenssl 1.1.1m Building
2022-05-10T18:30:11 >>> host-libopenssl 1.1.1m Installing to host directory
2022-05-10T18:30:13 >>> host-openssl  Extracting
2022-05-10T18:30:13 >>> host-openssl  Patching
2022-05-10T18:30:13 >>> host-openssl  Configuring
2022-05-10T18:30:13 >>> host-openssl  Building
2022-05-10T18:30:13 >>> host-openssl  Installing to host directory
2022-05-10T18:30:13 >>> host-python 2.7.16 Extracting
2022-05-10T18:30:14 >>> host-python 2.7.16 Patching
2022-05-10T18:30:14 >>> host-python 2.7.16 Updating config.sub and config.guess
2022-05-10T18:30:14 >>> host-python 2.7.16 Configuring
2022-05-10T18:30:14 >>> host-python 2.7.16 Autoreconfiguring
2022-05-10T18:30:34 >>> host-python 2.7.16 Building
2022-05-10T18:31:35 >>> host-python 2.7.16 Installing to host directory
2022-05-10T18:31:38 >>> host-ninja v1.8.2 Extracting
2022-05-10T18:31:38 >>> host-ninja v1.8.2 Patching
2022-05-10T18:31:38 >>> host-ninja v1.8.2 Configuring
2022-05-10T18:31:38 >>> host-ninja v1.8.2 Building
2022-05-10T18:31:52 >>> host-ninja v1.8.2 Installing to host directory
2022-05-10T18:31:52 >>> host-python3 3.8.6 Extracting
2022-05-10T18:31:53 >>> host-python3 3.8.6 Patching
2022-05-10T18:31:53 >>> host-python3 3.8.6 Updating config.sub and config.guess
2022-05-10T18:31:53 >>> host-python3 3.8.6 Configuring
2022-05-10T18:31:53 >>> host-python3 3.8.6 Autoreconfiguring
2022-05-10T18:31:56 >>> host-python3 3.8.6 Patching libtool
2022-05-10T18:32:19 >>> host-python3 3.8.6 Building
2022-05-10T18:32:35 >>> host-python3 3.8.6 Installing to host directory
2022-05-10T18:32:38 >>> host-python3-setuptools 44.0.0 Extracting
2022-05-10T18:32:38 >>> host-python3-setuptools 44.0.0 Patching
2022-05-10T18:32:38 >>> host-python3-setuptools 44.0.0 Configuring
2022-05-10T18:32:38 >>> host-python3-setuptools 44.0.0 Building
2022-05-10T18:32:39 >>> host-python3-setuptools 44.0.0 Installing to host directory
2022-05-10T18:32:40 >>> host-meson 0.60.3 Extracting
2022-05-10T18:32:40 >>> host-meson 0.60.3 Patching
2022-05-10T18:32:40 >>> host-meson 0.60.3 Configuring
2022-05-10T18:32:40 >>> host-meson 0.60.3 Building
2022-05-10T18:32:40 >>> host-meson 0.60.3 Installing to host directory
2022-05-10T18:32:41 >>> host-pcre 8.45 Extracting
2022-05-10T18:32:42 >>> host-pcre 8.45 Patching
2022-05-10T18:32:42 >>> host-pcre 8.45 Updating config.sub and config.guess
2022-05-10T18:32:42 >>> host-pcre 8.45 Patching libtool
2022-05-10T18:32:42 >>> host-pcre 8.45 Configuring
2022-05-10T18:32:46 >>> host-pcre 8.45 Building
2022-05-10T18:32:50 >>> host-pcre 8.45 Installing to host directory
2022-05-10T18:32:50 >>> host-util-linux 2.37.2 Extracting
2022-05-10T18:32:51 >>> host-util-linux 2.37.2 Patching
2022-05-10T18:32:51 >>> host-util-linux 2.37.2 Updating config.sub and config.guess
2022-05-10T18:32:51 >>> host-util-linux 2.37.2 Patching libtool
2022-05-10T18:32:51 >>> host-util-linux 2.37.2 Configuring
2022-05-10T18:33:05 >>> host-util-linux 2.37.2 Building
2022-05-10T18:33:11 >>> host-util-linux 2.37.2 Installing to host directory
2022-05-10T18:33:12 >>> host-libglib2 2.68.4 Extracting
2022-05-10T18:33:13 >>> host-libglib2 2.68.4 Patching
2022-05-10T18:33:13 >>> host-libglib2 2.68.4 Configuring
2022-05-10T18:33:21 >>> host-libglib2 2.68.4 Building
2022-05-10T18:33:28 >>> host-libglib2 2.68.4 Installing to host directory
2022-05-10T18:33:30 >>> host-pixman 0.40.0 Extracting
2022-05-10T18:33:30 >>> host-pixman 0.40.0 Patching
2022-05-10T18:33:30 >>> host-pixman 0.40.0 Updating config.sub and config.guess
2022-05-10T18:33:30 >>> host-pixman 0.40.0 Configuring
2022-05-10T18:33:30 >>> host-pixman 0.40.0 Autoreconfiguring
2022-05-10T18:33:34 >>> host-pixman 0.40.0 Patching libtool
2022-05-10T18:33:38 >>> host-pixman 0.40.0 Building
2022-05-10T18:33:42 >>> host-pixman 0.40.0 Installing to host directory
2022-05-10T18:33:43 >>> host-qemu 5.1.0 Extracting
2022-05-10T18:33:46 >>> host-qemu 5.1.0 Patching
2022-05-10T18:33:46 >>> host-qemu 5.1.0 Configuring
2022-05-10T18:33:52 >>> host-qemu 5.1.0 Building
2022-05-10T18:34:18 >>> host-qemu 5.1.0 Installing to host directory
2022-05-10T18:34:19 >>> skeleton-init-common  Extracting
2022-05-10T18:34:20 >>> skeleton-init-common  Patching
2022-05-10T18:34:20 >>> skeleton-init-common  Configuring
2022-05-10T18:34:20 >>> skeleton-init-common  Building
2022-05-10T18:34:20 >>> skeleton-init-common  Installing to staging directory
2022-05-10T18:34:20 >>> skeleton-init-common  Fixing libtool files
2022-05-10T18:34:20 >>> skeleton-init-common  Installing to target
2022-05-10T18:34:20 >>> skeleton-init-sysv  Extracting
2022-05-10T18:34:20 >>> skeleton-init-sysv  Patching
2022-05-10T18:34:20 >>> skeleton-init-sysv  Configuring
2022-05-10T18:34:20 >>> skeleton-init-sysv  Building
2022-05-10T18:34:20 >>> skeleton-init-sysv  Installing to target
2022-05-10T18:34:20 >>> skeleton  Extracting
2022-05-10T18:34:20 >>> skeleton  Patching
2022-05-10T18:34:20 >>> skeleton  Configuring
2022-05-10T18:34:20 >>> skeleton  Building
2022-05-10T18:34:20 >>> skeleton  Installing to target
2022-05-10T18:34:20 >>> linux-headers custom Syncing from source dir /home/rootroot/rk3568_linux4.19/buildroot/../kernel
2022-05-10T18:34:29 >>> linux-headers custom Configuring
2022-05-10T18:34:35 >>> linux-headers custom Building
2022-05-10T18:34:35 >>> linux-headers custom Installing to staging directory
2022-05-10T18:34:40 >>> linux-headers custom Fixing libtool files
2022-05-10T18:34:40 >>> linux-headers custom Installing to target
2022-05-10T18:34:40 >>> glibc 2.34-9-g9acab0bba6a5a57323b1f94bf95b21618a9e5aa4 Extracting
2022-05-10T18:34:41 >>> glibc 2.34-9-g9acab0bba6a5a57323b1f94bf95b21618a9e5aa4 Patching
2022-05-10T18:34:41 >>> glibc 2.34-9-g9acab0bba6a5a57323b1f94bf95b21618a9e5aa4 Updating config.sub and config.guess
2022-05-10T18:34:41 >>> glibc 2.34-9-g9acab0bba6a5a57323b1f94bf95b21618a9e5aa4 Patching libtool
2022-05-10T18:34:41 >>> glibc 2.34-9-g9acab0bba6a5a57323b1f94bf95b21618a9e5aa4 Configuring
2022-05-10T18:34:43 >>> glibc 2.34-9-g9acab0bba6a5a57323b1f94bf95b21618a9e5aa4 Building
2022-05-10T18:35:38 >>> glibc 2.34-9-g9acab0bba6a5a57323b1f94bf95b21618a9e5aa4 Installing to staging directory
2022-05-10T18:35:59 >>> glibc 2.34-9-g9acab0bba6a5a57323b1f94bf95b21618a9e5aa4 Fixing libtool files
2022-05-10T18:35:59 >>> glibc 2.34-9-g9acab0bba6a5a57323b1f94bf95b21618a9e5aa4 Installing to target
2022-05-10T18:35:59 >>> host-gcc-final 10.3.0 Extracting
2022-05-10T18:36:03 >>> host-gcc-final 10.3.0 Patching
2022-05-10T18:36:04 >>> host-gcc-final 10.3.0 Updating config.sub and config.guess
2022-05-10T18:36:04 >>> host-gcc-final 10.3.0 Patching libtool
2022-05-10T18:36:04 >>> host-gcc-final 10.3.0 Configuring
2022-05-10T18:36:07 >>> host-gcc-final 10.3.0 Building
2022-05-10T18:39:32 >>> host-gcc-final 10.3.0 Installing to host directory
2022-05-10T18:39:37 >>> toolchain-buildroot  Extracting
2022-05-10T18:39:37 >>> toolchain-buildroot  Patching
2022-05-10T18:39:37 >>> toolchain-buildroot  Configuring
2022-05-10T18:39:37 >>> toolchain-buildroot  Building
2022-05-10T18:39:37 >>> toolchain-buildroot  Installing to target
2022-05-10T18:39:37 >>> toolchain  Extracting
2022-05-10T18:39:37 >>> toolchain  Patching
2022-05-10T18:39:37 >>> toolchain  Configuring
2022-05-10T18:39:37 >>> toolchain  Building
2022-05-10T18:39:37 >>> toolchain  Installing to target
2022-05-10T18:39:37 >>> alsa-lib 1.1.5 Downloading
2022-05-10T18:39:42 >>> alsa-lib 1.1.5 Extracting
2022-05-10T18:39:43 >>> alsa-lib 1.1.5 Patching
2022-05-10T18:39:43 >>> alsa-lib 1.1.5 Updating config.sub and config.guess
2022-05-10T18:39:43 >>> alsa-lib 1.1.5 Configuring
2022-05-10T18:39:43 >>> alsa-lib 1.1.5 Autoreconfiguring
2022-05-10T18:39:48 >>> alsa-lib 1.1.5 Patching libtool
2022-05-10T18:39:53 >>> alsa-lib 1.1.5 Building
2022-05-10T18:40:00 >>> alsa-lib 1.1.5 Installing to staging directory
2022-05-10T18:40:00 >>> alsa-lib 1.1.5 Fixing libtool files
2022-05-10T18:40:00 >>> alsa-lib 1.1.5 Installing to target
2022-05-10T18:40:01 >>> alsa-plugins 1.1.5 Downloading
2022-05-10T18:40:06 >>> alsa-plugins 1.1.5 Extracting
2022-05-10T18:40:06 >>> alsa-plugins 1.1.5 Patching
2022-05-10T18:40:06 >>> alsa-plugins 1.1.5 Updating config.sub and config.guess
2022-05-10T18:40:06 >>> alsa-plugins 1.1.5 Patching libtool
2022-05-10T18:40:06 >>> alsa-plugins 1.1.5 Configuring
2022-05-10T18:40:09 >>> alsa-plugins 1.1.5 Building
2022-05-10T18:40:10 >>> alsa-plugins 1.1.5 Installing to staging directory
2022-05-10T18:40:10 >>> alsa-plugins 1.1.5 Fixing libtool files
2022-05-10T18:40:10 >>> alsa-plugins 1.1.5 Installing to target
2022-05-10T18:40:11 >>> host-ncurses 6.0 Downloading
2022-05-10T18:40:12 >>> host-ncurses 6.0 Extracting
2022-05-10T18:40:12 >>> host-ncurses 6.0 Patching
2022-05-10T18:40:12 >>> host-ncurses 6.0 Updating config.sub and config.guess
2022-05-10T18:40:12 >>> host-ncurses 6.0 Patching libtool
2022-05-10T18:40:12 >>> host-ncurses 6.0 Configuring
2022-05-10T18:40:20 >>> host-ncurses 6.0 Building
2022-05-10T18:40:23 >>> host-ncurses 6.0 Installing to host directory
2022-05-10T18:40:27 >>> ncurses 6.0 Extracting
2022-05-10T18:40:27 >>> ncurses 6.0 Patching
2022-05-10T18:40:27 >>> ncurses 6.0 Updating config.sub and config.guess
2022-05-10T18:40:27 >>> ncurses 6.0 Patching libtool
2022-05-10T18:40:27 >>> ncurses 6.0 Configuring
2022-05-10T18:40:34 >>> ncurses 6.0 Building
2022-05-10T18:40:36 >>> ncurses 6.0 Installing to staging directory
2022-05-10T18:40:37 >>> ncurses 6.0 Fixing package configuration files
2022-05-10T18:40:37 >>> ncurses 6.0 Fixing libtool files
2022-05-10T18:40:37 >>> ncurses 6.0 Installing to target
2022-05-10T18:40:38 >>> alsa-utils 1.1.5 Downloading
2022-05-10T18:40:44 >>> alsa-utils 1.1.5 Extracting
2022-05-10T18:40:44 >>> alsa-utils 1.1.5 Patching
2022-05-10T18:40:44 >>> alsa-utils 1.1.5 Updating config.sub and config.guess
2022-05-10T18:40:44 >>> alsa-utils 1.1.5 Configuring
2022-05-10T18:40:44 >>> alsa-utils 1.1.5 Gettextizing
2022-05-10T18:40:46 >>> alsa-utils 1.1.5 Autoreconfiguring
2022-05-10T18:40:49 >>> alsa-utils 1.1.5 Patching libtool
2022-05-10T18:40:52 >>> alsa-utils 1.1.5 Building
2022-05-10T18:40:55 >>> alsa-utils 1.1.5 Installing to staging directory
2022-05-10T18:40:55 >>> alsa-utils 1.1.5 Fixing libtool files
2022-05-10T18:40:55 >>> alsa-utils 1.1.5 Installing to target
2022-05-10T18:40:56 >>> libzlib 1.2.11 Extracting
2022-05-10T18:40:56 >>> libzlib 1.2.11 Patching
2022-05-10T18:40:56 >>> libzlib 1.2.11 Configuring
2022-05-10T18:40:56 >>> libzlib 1.2.11 Building
2022-05-10T18:41:00 >>> libzlib 1.2.11 Installing to staging directory
2022-05-10T18:41:00 >>> libzlib 1.2.11 Fixing libtool files
2022-05-10T18:41:00 >>> libzlib 1.2.11 Installing to target
2022-05-10T18:41:00 >>> zlib  Extracting
2022-05-10T18:41:00 >>> zlib  Patching
2022-05-10T18:41:00 >>> zlib  Configuring
2022-05-10T18:41:00 >>> zlib  Building
2022-05-10T18:41:00 >>> zlib  Installing to target
2022-05-10T18:41:00 >>> libopenssl 1.1.1m Extracting
2022-05-10T18:41:00 >>> libopenssl 1.1.1m Patching
2022-05-10T18:41:00 >>> libopenssl 1.1.1m Configuring
2022-05-10T18:41:01 >>> libopenssl 1.1.1m Building
2022-05-10T18:41:10 >>> libopenssl 1.1.1m Installing to staging directory
2022-05-10T18:41:11 >>> libopenssl 1.1.1m Fixing libtool files
2022-05-10T18:41:11 >>> libopenssl 1.1.1m Installing to target
2022-05-10T18:41:12 >>> openssl  Extracting
2022-05-10T18:41:12 >>> openssl  Patching
2022-05-10T18:41:12 >>> openssl  Configuring
2022-05-10T18:41:12 >>> openssl  Building
2022-05-10T18:41:12 >>> openssl  Installing to target
2022-05-10T18:41:12 >>> android-tools 4.2.2+git20130218 Extracting
2022-05-10T18:41:12 >>> android-tools 4.2.2+git20130218 Patching
2022-05-10T18:41:13 >>> android-tools 4.2.2+git20130218 Configuring
2022-05-10T18:41:13 >>> android-tools 4.2.2+git20130218 Building
2022-05-10T18:41:13 >>> android-tools 4.2.2+git20130218 Installing to target
2022-05-10T18:41:13 >>> attr 2.4.47 Extracting
2022-05-10T18:41:13 >>> attr 2.4.47 Patching
2022-05-10T18:41:13 >>> attr 2.4.47 Updating config.sub and config.guess
2022-05-10T18:41:13 >>> attr 2.4.47 Patching libtool
2022-05-10T18:41:13 >>> attr 2.4.47 Configuring
2022-05-10T18:41:16 >>> attr 2.4.47 Building
2022-05-10T18:41:16 >>> attr 2.4.47 Installing to staging directory
2022-05-10T18:41:16 >>> attr 2.4.47 Fixing libtool files
2022-05-10T18:41:16 >>> attr 2.4.47 Installing to target
2022-05-10T18:41:17 >>> readline 7.0 Downloading
2022-05-10T18:41:17 >>> readline 7.0 Extracting
2022-05-10T18:41:18 >>> readline 7.0 Patching
2022-05-10T18:41:18 >>> readline 7.0 Updating config.sub and config.guess
2022-05-10T18:41:18 >>> readline 7.0 Patching libtool
2022-05-10T18:41:18 >>> readline 7.0 Configuring
2022-05-10T18:41:23 >>> readline 7.0 Building
2022-05-10T18:41:23 >>> readline 7.0 Installing to staging directory
2022-05-10T18:41:24 >>> readline 7.0 Fixing libtool files
2022-05-10T18:41:24 >>> readline 7.0 Installing to target
2022-05-10T18:41:24 >>> bash 5.1.16 Downloading
2022-05-10T18:41:25 >>> bash 5.1.16 Extracting
2022-05-10T18:41:25 >>> bash 5.1.16 Patching
2022-05-10T18:41:25 >>> bash 5.1.16 Updating config.sub and config.guess
2022-05-10T18:41:25 >>> bash 5.1.16 Patching libtool
2022-05-10T18:41:25 >>> bash 5.1.16 Configuring
2022-05-10T18:41:43 >>> bash 5.1.16 Building
2022-05-10T18:41:47 >>> bash 5.1.16 Installing to target
2022-05-10T18:41:47 >>> bitstream-vera 1.10 Downloading
2022-05-10T18:41:51 >>> bitstream-vera 1.10 Extracting
2022-05-10T18:41:51 >>> bitstream-vera 1.10 Patching
2022-05-10T18:41:51 >>> bitstream-vera 1.10 Configuring
2022-05-10T18:41:51 >>> bitstream-vera 1.10 Building
2022-05-10T18:41:51 >>> bitstream-vera 1.10 Installing to target
2022-05-10T18:41:51 >>> expat 2.2.5 Extracting
2022-05-10T18:41:51 >>> expat 2.2.5 Patching
2022-05-10T18:41:51 >>> expat 2.2.5 Updating config.sub and config.guess
2022-05-10T18:41:51 >>> expat 2.2.5 Patching libtool
2022-05-10T18:41:51 >>> expat 2.2.5 Configuring
2022-05-10T18:41:55 >>> expat 2.2.5 Building
2022-05-10T18:41:57 >>> expat 2.2.5 Installing to staging directory
2022-05-10T18:41:57 >>> expat 2.2.5 Fixing libtool files
2022-05-10T18:41:57 >>> expat 2.2.5 Installing to target
2022-05-10T18:41:57 >>> dbus 1.12.2 Downloading
2022-05-10T18:41:59 >>> dbus 1.12.2 Extracting
2022-05-10T18:41:59 >>> dbus 1.12.2 Patching
2022-05-10T18:41:59 >>> dbus 1.12.2 Updating config.sub and config.guess
2022-05-10T18:41:59 >>> dbus 1.12.2 Patching libtool
2022-05-10T18:41:59 >>> dbus 1.12.2 Configuring
2022-05-10T18:42:12 >>> dbus 1.12.2 Building
2022-05-10T18:42:15 >>> dbus 1.12.2 Installing to staging directory
2022-05-10T18:42:16 >>> dbus 1.12.2 Fixing libtool files
2022-05-10T18:42:16 >>> dbus 1.12.2 Installing to target
2022-05-10T18:42:16 >>> libffi 3.2.1 Extracting
2022-05-10T18:42:16 >>> libffi 3.2.1 Patching
2022-05-10T18:42:16 >>> libffi 3.2.1 Updating config.sub and config.guess
2022-05-10T18:42:16 >>> libffi 3.2.1 Configuring
2022-05-10T18:42:16 >>> libffi 3.2.1 Autoreconfiguring
2022-05-10T18:42:21 >>> libffi 3.2.1 Patching libtool
2022-05-10T18:42:27 >>> libffi 3.2.1 Building
2022-05-10T18:42:27 >>> libffi 3.2.1 Installing to staging directory
2022-05-10T18:42:27 >>> libffi 3.2.1 Fixing libtool files
2022-05-10T18:42:27 >>> libffi 3.2.1 Installing to target
2022-05-10T18:42:28 >>> pcre 8.45 Extracting
2022-05-10T18:42:28 >>> pcre 8.45 Patching
2022-05-10T18:42:28 >>> pcre 8.45 Updating config.sub and config.guess
2022-05-10T18:42:28 >>> pcre 8.45 Patching libtool
2022-05-10T18:42:28 >>> pcre 8.45 Configuring
2022-05-10T18:42:32 >>> pcre 8.45 Building
2022-05-10T18:42:36 >>> pcre 8.45 Installing to staging directory
2022-05-10T18:42:36 >>> pcre 8.45 Fixing package configuration files
2022-05-10T18:42:36 >>> pcre 8.45 Fixing libtool files
2022-05-10T18:42:36 >>> pcre 8.45 Installing to target
2022-05-10T18:42:36 >>> util-linux-libs 2.37.2 Extracting
2022-05-10T18:42:37 >>> util-linux-libs 2.37.2 Patching
2022-05-10T18:42:37 >>> util-linux-libs 2.37.2 Updating config.sub and config.guess
2022-05-10T18:42:37 >>> util-linux-libs 2.37.2 Patching libtool
2022-05-10T18:42:37 >>> util-linux-libs 2.37.2 Configuring
2022-05-10T18:42:50 >>> util-linux-libs 2.37.2 Building
2022-05-10T18:42:53 >>> util-linux-libs 2.37.2 Installing to staging directory
2022-05-10T18:42:53 >>> util-linux-libs 2.37.2 Fixing libtool files
2022-05-10T18:42:54 >>> util-linux-libs 2.37.2 Installing to target
2022-05-10T18:42:54 >>> libglib2 2.68.4 Extracting
2022-05-10T18:42:54 >>> libglib2 2.68.4 Patching
2022-05-10T18:42:54 >>> libglib2 2.68.4 Configuring
2022-05-10T18:43:06 >>> libglib2 2.68.4 Building
2022-05-10T18:43:13 >>> libglib2 2.68.4 Installing to staging directory
2022-05-10T18:43:13 >>> libglib2 2.68.4 Fixing libtool files
2022-05-10T18:43:13 >>> libglib2 2.68.4 Installing to target
2022-05-10T18:43:15 >>> libical 1.0.1 Downloading
2022-05-10T18:46:23 >>> libical 1.0.1 Extracting
2022-05-10T18:46:23 >>> libical 1.0.1 Patching
2022-05-10T18:46:23 >>> libical 1.0.1 Configuring
2022-05-10T18:46:26 >>> libical 1.0.1 Building
2022-05-10T18:46:27 >>> libical 1.0.1 Installing to staging directory
2022-05-10T18:46:27 >>> libical 1.0.1 Fixing libtool files
2022-05-10T18:46:27 >>> libical 1.0.1 Installing to target
2022-05-10T18:46:28 >>> host-gperf 3.0.4 Extracting
2022-05-10T18:46:28 >>> host-gperf 3.0.4 Patching
2022-05-10T18:46:28 >>> host-gperf 3.0.4 Updating config.sub and config.guess
2022-05-10T18:46:28 >>> host-gperf 3.0.4 Patching libtool
2022-05-10T18:46:28 >>> host-gperf 3.0.4 Configuring
2022-05-10T18:46:31 >>> host-gperf 3.0.4 Building
2022-05-10T18:46:32 >>> host-gperf 3.0.4 Installing to host directory
2022-05-10T18:46:33 >>> kmod 26 Extracting
2022-05-10T18:46:33 >>> kmod 26 Patching
2022-05-10T18:46:33 >>> kmod 26 Updating config.sub and config.guess
2022-05-10T18:46:33 >>> kmod 26 Configuring
2022-05-10T18:46:33 >>> kmod 26 Autoreconfiguring
2022-05-10T18:46:38 >>> kmod 26 Patching libtool
2022-05-10T18:46:43 >>> kmod 26 Building
2022-05-10T18:46:44 >>> kmod 26 Installing to staging directory
2022-05-10T18:46:44 >>> kmod 26 Fixing libtool files
2022-05-10T18:46:44 >>> kmod 26 Installing to target
2022-05-10T18:46:44 >>> eudev 3.2.7 Extracting
2022-05-10T18:46:44 >>> eudev 3.2.7 Patching
2022-05-10T18:46:44 >>> eudev 3.2.7 Updating config.sub and config.guess
2022-05-10T18:46:44 >>> eudev 3.2.7 Patching libtool
2022-05-10T18:46:45 >>> eudev 3.2.7 Configuring
2022-05-10T18:46:53 >>> eudev 3.2.7 Building
2022-05-10T18:46:56 >>> eudev 3.2.7 Installing to staging directory
2022-05-10T18:46:57 >>> eudev 3.2.7 Fixing libtool files
2022-05-10T18:46:57 >>> eudev 3.2.7 Installing to target
2022-05-10T18:46:58 >>> udev  Extracting
2022-05-10T18:46:58 >>> udev  Patching
2022-05-10T18:46:58 >>> udev  Configuring
2022-05-10T18:46:58 >>> udev  Building
2022-05-10T18:46:58 >>> udev  Installing to target
2022-05-10T18:46:58 >>> bluez5_utils 5.50 Downloading
2022-05-10T18:47:00 >>> bluez5_utils 5.50 Extracting
2022-05-10T18:47:00 >>> bluez5_utils 5.50 Patching
2022-05-10T18:47:01 >>> bluez5_utils 5.50 Updating config.sub and config.guess
2022-05-10T18:47:01 >>> bluez5_utils 5.50 Patching libtool
2022-05-10T18:47:01 >>> bluez5_utils 5.50 Configuring
2022-05-10T18:47:04 >>> bluez5_utils 5.50 Building
2022-05-10T18:47:09 >>> bluez5_utils 5.50 Installing to staging directory
2022-05-10T18:47:09 >>> bluez5_utils 5.50 Fixing libtool files
2022-05-10T18:47:09 >>> bluez5_utils 5.50 Installing to target
2022-05-10T18:47:10 >>> gmp 6.1.2 Extracting
2022-05-10T18:47:10 >>> gmp 6.1.2 Patching
2022-05-10T18:47:10 >>> gmp 6.1.2 Updating config.sub and config.guess
2022-05-10T18:47:10 >>> gmp 6.1.2 Patching libtool
2022-05-10T18:47:10 >>> gmp 6.1.2 Configuring
2022-05-10T18:47:25 >>> gmp 6.1.2 Building
2022-05-10T18:47:30 >>> gmp 6.1.2 Installing to staging directory
2022-05-10T18:47:31 >>> gmp 6.1.2 Fixing libtool files
2022-05-10T18:47:31 >>> gmp 6.1.2 Installing to target
2022-05-10T18:47:31 >>> coreutils 8.30 Downloading
2022-05-10T18:47:32 >>> coreutils 8.30 Extracting
2022-05-10T18:47:32 >>> coreutils 8.30 Patching
2022-05-10T18:47:32 >>> coreutils 8.30 Updating config.sub and config.guess
2022-05-10T18:47:32 >>> coreutils 8.30 Configuring
2022-05-10T18:47:32 >>> coreutils 8.30 Gettextizing
2022-05-10T18:47:33 >>> coreutils 8.30 Autoreconfiguring
2022-05-10T18:47:42 >>> coreutils 8.30 Patching libtool
2022-05-10T18:48:11 >>> coreutils 8.30 Building
2022-05-10T18:48:15 >>> coreutils 8.30 Installing to target
2022-05-10T18:48:16 >>> dosfstools 4.1 Extracting
2022-05-10T18:48:16 >>> dosfstools 4.1 Patching
2022-05-10T18:48:16 >>> dosfstools 4.1 Updating config.sub and config.guess
2022-05-10T18:48:16 >>> dosfstools 4.1 Patching libtool
2022-05-10T18:48:16 >>> dosfstools 4.1 Configuring
2022-05-10T18:48:18 >>> dosfstools 4.1 Building
2022-05-10T18:48:18 >>> dosfstools 4.1 Installing to target
2022-05-10T18:48:18 >>> pcre2 10.30 Downloading
2022-05-10T18:48:23 >>> pcre2 10.30 Extracting
2022-05-10T18:48:23 >>> pcre2 10.30 Patching
2022-05-10T18:48:23 >>> pcre2 10.30 Updating config.sub and config.guess
2022-05-10T18:48:23 >>> pcre2 10.30 Patching libtool
2022-05-10T18:48:23 >>> pcre2 10.30 Configuring
2022-05-10T18:48:26 >>> pcre2 10.30 Building
2022-05-10T18:48:32 >>> pcre2 10.30 Installing to staging directory
2022-05-10T18:48:32 >>> pcre2 10.30 Fixing package configuration files
2022-05-10T18:48:32 >>> pcre2 10.30 Fixing libtool files
2022-05-10T18:48:32 >>> pcre2 10.30 Installing to target
2022-05-10T18:48:32 >>> util-linux 2.37.2 Extracting
2022-05-10T18:48:33 >>> util-linux 2.37.2 Patching
2022-05-10T18:48:33 >>> util-linux 2.37.2 Updating config.sub and config.guess
2022-05-10T18:48:33 >>> util-linux 2.37.2 Patching libtool
2022-05-10T18:48:33 >>> util-linux 2.37.2 Configuring
2022-05-10T18:48:47 >>> util-linux 2.37.2 Building
2022-05-10T18:48:50 >>> util-linux 2.37.2 Installing to staging directory
2022-05-10T18:48:50 >>> util-linux 2.37.2 Fixing libtool files
2022-05-10T18:48:50 >>> util-linux 2.37.2 Installing to target
2022-05-10T18:48:51 >>> e2fsprogs 1.46.5 Extracting
2022-05-10T18:48:51 >>> e2fsprogs 1.46.5 Patching
2022-05-10T18:48:51 >>> e2fsprogs 1.46.5 Updating config.sub and config.guess
2022-05-10T18:48:51 >>> e2fsprogs 1.46.5 Patching libtool
2022-05-10T18:48:51 >>> e2fsprogs 1.46.5 Configuring
2022-05-10T18:49:02 >>> e2fsprogs 1.46.5 Building
2022-05-10T18:49:08 >>> e2fsprogs 1.46.5 Installing to staging directory
2022-05-10T18:49:08 >>> e2fsprogs 1.46.5 Fixing libtool files
2022-05-10T18:49:08 >>> e2fsprogs 1.46.5 Installing to target
2022-05-10T18:49:09 >>> i2c-tools 4.2 Downloading
2022-05-10T18:49:12 >>> i2c-tools 4.2 Extracting
2022-05-10T18:49:12 >>> i2c-tools 4.2 Patching
2022-05-10T18:49:12 >>> i2c-tools 4.2 Configuring
2022-05-10T18:49:12 >>> i2c-tools 4.2 Building
2022-05-10T18:49:12 >>> i2c-tools 4.2 Installing to staging directory
2022-05-10T18:49:12 >>> i2c-tools 4.2 Fixing libtool files
2022-05-10T18:49:12 >>> i2c-tools 4.2 Installing to target
2022-05-10T18:49:12 >>> iputils 20210722 Downloading
2022-05-10T18:49:14 >>> iputils 20210722 Extracting
2022-05-10T18:49:14 >>> iputils 20210722 Patching
2022-05-10T18:49:14 >>> iputils 20210722 Configuring
2022-05-10T18:49:15 >>> iputils 20210722 Building
2022-05-10T18:49:16 >>> iputils 20210722 Installing to target
2022-05-10T18:49:17 >>> host-libtirpc 1.2.6 Downloading
2022-05-10T18:49:22 >>> host-libtirpc 1.2.6 Extracting
2022-05-10T18:49:22 >>> host-libtirpc 1.2.6 Patching
2022-05-10T18:49:22 >>> host-libtirpc 1.2.6 Configuring
2022-05-10T18:49:22 >>> host-libtirpc 1.2.6 Building
2022-05-10T18:49:22 >>> host-libtirpc 1.2.6 Installing to host directory
2022-05-10T18:49:23 >>> host-nfs-utils 2.5.1 Downloading
2022-05-10T18:49:25 >>> host-nfs-utils 2.5.1 Extracting
2022-05-10T18:49:25 >>> host-nfs-utils 2.5.1 Patching
2022-05-10T18:49:25 >>> host-nfs-utils 2.5.1 Updating config.sub and config.guess
2022-05-10T18:49:25 >>> host-nfs-utils 2.5.1 Patching libtool
2022-05-10T18:49:25 >>> host-nfs-utils 2.5.1 Configuring
2022-05-10T18:49:35 >>> host-nfs-utils 2.5.1 Building
2022-05-10T18:49:35 >>> host-nfs-utils 2.5.1 Installing to host directory
2022-05-10T18:49:37 >>> libtirpc 1.2.6 Extracting
2022-05-10T18:49:37 >>> libtirpc 1.2.6 Patching
2022-05-10T18:49:37 >>> libtirpc 1.2.6 Updating config.sub and config.guess
2022-05-10T18:49:37 >>> libtirpc 1.2.6 Configuring
2022-05-10T18:49:37 >>> libtirpc 1.2.6 Autoreconfiguring
2022-05-10T18:49:41 >>> libtirpc 1.2.6 Patching libtool
2022-05-10T18:49:45 >>> libtirpc 1.2.6 Building
2022-05-10T18:49:46 >>> libtirpc 1.2.6 Installing to staging directory
2022-05-10T18:49:46 >>> libtirpc 1.2.6 Fixing libtool files
2022-05-10T18:49:46 >>> libtirpc 1.2.6 Installing to target
2022-05-10T18:49:46 >>> libevent 2.1.8-stable Downloading
2022-05-10T18:51:50 >>> libevent 2.1.8-stable Extracting
2022-05-10T18:51:50 >>> libevent 2.1.8-stable Patching
2022-05-10T18:51:50 >>> libevent 2.1.8-stable Updating config.sub and config.guess
2022-05-10T18:51:50 >>> libevent 2.1.8-stable Configuring
2022-05-10T18:51:50 >>> libevent 2.1.8-stable Autoreconfiguring
2022-05-10T18:51:55 >>> libevent 2.1.8-stable Patching libtool
2022-05-10T18:52:05 >>> libevent 2.1.8-stable Building
2022-05-10T18:52:07 >>> libevent 2.1.8-stable Installing to staging directory
2022-05-10T18:52:07 >>> libevent 2.1.8-stable Fixing libtool files
2022-05-10T18:52:07 >>> libevent 2.1.8-stable Installing to target
2022-05-10T18:52:07 >>> ntp 4.2.8p15 Downloading
2022-05-10T18:52:12 >>> ntp 4.2.8p15 Extracting
2022-05-10T18:52:12 >>> ntp 4.2.8p15 Patching
2022-05-10T18:52:12 >>> ntp 4.2.8p15 Updating config.sub and config.guess
2022-05-10T18:52:12 >>> ntp 4.2.8p15 Configuring
2022-05-10T18:52:12 >>> ntp 4.2.8p15 Autoreconfiguring
2022-05-10T18:52:32 >>> ntp 4.2.8p15 Patching libtool
2022-05-10T18:53:06 >>> ntp 4.2.8p15 Building
2022-05-10T18:53:31 >>> ntp 4.2.8p15 Installing to target
2022-05-10T18:53:31 >>> procps-ng 3.3.17 Downloading
2022-05-10T18:53:38 >>> procps-ng 3.3.17 Extracting
2022-05-10T18:53:38 >>> procps-ng 3.3.17 Patching
2022-05-10T18:53:38 >>> procps-ng 3.3.17 Updating config.sub and config.guess
2022-05-10T18:53:38 >>> procps-ng 3.3.17 Configuring
2022-05-10T18:53:38 >>> procps-ng 3.3.17 Autoreconfiguring
2022-05-10T18:53:43 >>> procps-ng 3.3.17 Patching libtool
2022-05-10T18:53:50 >>> procps-ng 3.3.17 Building
2022-05-10T18:53:52 >>> procps-ng 3.3.17 Installing to staging directory
2022-05-10T18:53:53 >>> procps-ng 3.3.17 Fixing libtool files
2022-05-10T18:53:53 >>> procps-ng 3.3.17 Installing to target
2022-05-10T18:53:53 >>> busybox 1.34.1 Extracting
2022-05-10T18:53:53 >>> busybox 1.34.1 Patching
2022-05-10T18:54:02 >>> busybox 1.34.1 Configuring
2022-05-10T18:54:02 >>> busybox 1.34.1 Building
2022-05-10T18:54:08 >>> busybox 1.34.1 Installing to target
2022-05-10T18:54:11 >>> ca-certificates 20170717 Downloading
2022-05-10T18:54:13 >>> ca-certificates 20170717 Extracting
2022-05-10T18:54:13 >>> ca-certificates 20170717 Patching
2022-05-10T18:54:13 >>> ca-certificates 20170717 Configuring
2022-05-10T18:54:13 >>> ca-certificates 20170717 Building
2022-05-10T18:54:14 >>> ca-certificates 20170717 Installing to target
2022-05-10T18:54:15 >>> libpng 1.6.37 Extracting
2022-05-10T18:54:16 >>> libpng 1.6.37 Patching
2022-05-10T18:54:16 >>> libpng 1.6.37 Updating config.sub and config.guess
2022-05-10T18:54:16 >>> libpng 1.6.37 Patching libtool
2022-05-10T18:54:16 >>> libpng 1.6.37 Configuring
2022-05-10T18:54:19 >>> libpng 1.6.37 Building
2022-05-10T18:54:20 >>> libpng 1.6.37 Installing to staging directory
2022-05-10T18:54:21 >>> libpng 1.6.37 Fixing package configuration files
2022-05-10T18:54:21 >>> libpng 1.6.37 Fixing libtool files
2022-05-10T18:54:21 >>> libpng 1.6.37 Installing to target
2022-05-10T18:54:21 >>> freetype 2.10.1 Downloading
2022-05-10T18:54:24 >>> freetype 2.10.1 Extracting
2022-05-10T18:54:24 >>> freetype 2.10.1 Patching
2022-05-10T18:54:24 >>> freetype 2.10.1 Updating config.sub and config.guess
2022-05-10T18:54:24 >>> freetype 2.10.1 Patching libtool
2022-05-10T18:54:24 >>> freetype 2.10.1 Configuring
2022-05-10T18:54:29 >>> freetype 2.10.1 Building
2022-05-10T18:54:31 >>> freetype 2.10.1 Installing to staging directory
2022-05-10T18:54:31 >>> freetype 2.10.1 Fixing package configuration files
2022-05-10T18:54:31 >>> freetype 2.10.1 Fixing libtool files
2022-05-10T18:54:31 >>> freetype 2.10.1 Installing to target
2022-05-10T18:54:31 >>> fontconfig 2.13.1 Downloading
2022-05-10T18:54:36 >>> fontconfig 2.13.1 Extracting
2022-05-10T18:54:36 >>> fontconfig 2.13.1 Patching
2022-05-10T18:54:36 >>> fontconfig 2.13.1 Updating config.sub and config.guess
2022-05-10T18:54:36 >>> fontconfig 2.13.1 Configuring
2022-05-10T18:54:36 >>> fontconfig 2.13.1 Autoreconfiguring
2022-05-10T18:54:42 >>> fontconfig 2.13.1 Patching libtool
2022-05-10T18:54:49 >>> fontconfig 2.13.1 Building
2022-05-10T18:54:53 >>> fontconfig 2.13.1 Installing to staging directory
2022-05-10T18:54:53 >>> fontconfig 2.13.1 Fixing libtool files
2022-05-10T18:54:53 >>> fontconfig 2.13.1 Installing to target
2022-05-10T18:54:54 >>> libpthread-stubs 0.4 Extracting
2022-05-10T18:54:54 >>> libpthread-stubs 0.4 Patching
2022-05-10T18:54:54 >>> libpthread-stubs 0.4 Updating config.sub and config.guess
2022-05-10T18:54:54 >>> libpthread-stubs 0.4 Patching libtool
2022-05-10T18:54:54 >>> libpthread-stubs 0.4 Configuring
2022-05-10T18:54:55 >>> libpthread-stubs 0.4 Building
2022-05-10T18:54:55 >>> libpthread-stubs 0.4 Installing to staging directory
2022-05-10T18:54:55 >>> libpthread-stubs 0.4 Fixing libtool files
2022-05-10T18:54:55 >>> libpthread-stubs 0.4 Installing to target
2022-05-10T18:54:56 >>> libdrm 2.4.109 Extracting
2022-05-10T18:54:56 >>> libdrm 2.4.109 Patching
2022-05-10T18:54:56 >>> libdrm 2.4.109 Configuring
2022-05-10T18:54:57 >>> libdrm 2.4.109 Building
2022-05-10T18:54:58 >>> libdrm 2.4.109 Installing to staging directory
2022-05-10T18:54:58 >>> libdrm 2.4.109 Fixing libtool files
2022-05-10T18:54:59 >>> libdrm 2.4.109 Installing to target
2022-05-10T18:54:59 >>> host-wayland 1.19.0 Downloading
2022-05-10T18:55:06 >>> host-wayland 1.19.0 Extracting
2022-05-10T18:55:06 >>> host-wayland 1.19.0 Patching
2022-05-10T18:55:06 >>> host-wayland 1.19.0 Configuring
2022-05-10T18:55:07 >>> host-wayland 1.19.0 Building
2022-05-10T18:55:08 >>> host-wayland 1.19.0 Installing to host directory
2022-05-10T18:55:10 >>> libxml2 2.9.7 Extracting
2022-05-10T18:55:10 >>> libxml2 2.9.7 Patching
2022-05-10T18:55:10 >>> libxml2 2.9.7 Updating config.sub and config.guess
2022-05-10T18:55:10 >>> libxml2 2.9.7 Patching libtool
2022-05-10T18:55:10 >>> libxml2 2.9.7 Configuring
2022-05-10T18:55:16 >>> libxml2 2.9.7 Building
2022-05-10T18:55:20 >>> libxml2 2.9.7 Installing to staging directory
2022-05-10T18:55:21 >>> libxml2 2.9.7 Fixing package configuration files
2022-05-10T18:55:21 >>> libxml2 2.9.7 Fixing libtool files
2022-05-10T18:55:21 >>> libxml2 2.9.7 Installing to target
2022-05-10T18:55:21 >>> wayland 1.19.0 Extracting
2022-05-10T18:55:21 >>> wayland 1.19.0 Patching
2022-05-10T18:55:21 >>> wayland 1.19.0 Configuring
2022-05-10T18:55:23 >>> wayland 1.19.0 Building
2022-05-10T18:55:23 >>> wayland 1.19.0 Installing to staging directory
2022-05-10T18:55:24 >>> wayland 1.19.0 Fixing libtool files
2022-05-10T18:55:24 >>> wayland 1.19.0 Installing to target
2022-05-10T18:55:24 >>> libmali develop Syncing from source dir /home/rootroot/rk3568_linux4.19/buildroot/../external/libmali
2022-05-10T18:55:28 >>> libmali develop Configuring
2022-05-10T18:55:30 >>> libmali develop Building
2022-05-10T18:55:30 >>> libmali develop Installing to staging directory
2022-05-10T18:55:30 >>> libmali develop Fixing libtool files
2022-05-10T18:55:31 >>> libmali develop Installing to target
2022-05-10T18:55:31 >>> libgles  Extracting
2022-05-10T18:55:31 >>> libgles  Patching
2022-05-10T18:55:31 >>> libgles  Configuring
2022-05-10T18:55:31 >>> libgles  Building
2022-05-10T18:55:31 >>> libgles  Installing to target
2022-05-10T18:55:31 >>> linux-rga master Syncing from source dir /home/rootroot/rk3568_linux4.19/buildroot/../external/linux-rga
2022-05-10T18:55:31 >>> linux-rga master Configuring
2022-05-10T18:55:32 >>> linux-rga master Building
2022-05-10T18:55:33 >>> linux-rga master Installing to staging directory
2022-05-10T18:55:34 >>> linux-rga master Fixing libtool files
2022-05-10T18:55:34 >>> linux-rga master Installing to target
2022-05-10T18:55:34 >>> pixman 0.40.0 Extracting
2022-05-10T18:55:34 >>> pixman 0.40.0 Patching
2022-05-10T18:55:34 >>> pixman 0.40.0 Updating config.sub and config.guess
2022-05-10T18:55:34 >>> pixman 0.40.0 Configuring
2022-05-10T18:55:34 >>> pixman 0.40.0 Autoreconfiguring
2022-05-10T18:55:38 >>> pixman 0.40.0 Patching libtool
2022-05-10T18:55:43 >>> pixman 0.40.0 Building
2022-05-10T18:55:45 >>> pixman 0.40.0 Installing to staging directory
2022-05-10T18:55:45 >>> pixman 0.40.0 Fixing libtool files
2022-05-10T18:55:45 >>> pixman 0.40.0 Installing to target
2022-05-10T18:55:45 >>> cairo 1.16.0 Downloading
2022-05-10T18:56:20 >>> cairo 1.16.0 Extracting
2022-05-10T18:56:21 >>> cairo 1.16.0 Patching
2022-05-10T18:56:21 >>> cairo 1.16.0 Updating config.sub and config.guess
2022-05-10T18:56:21 >>> cairo 1.16.0 Patching libtool
2022-05-10T18:56:21 >>> cairo 1.16.0 Configuring
2022-05-10T18:56:32 >>> cairo 1.16.0 Building
2022-05-10T18:56:42 >>> cairo 1.16.0 Installing to staging directory
2022-05-10T18:56:43 >>> cairo 1.16.0 Fixing libtool files
2022-05-10T18:56:43 >>> cairo 1.16.0 Installing to target
2022-05-10T18:56:44 >>> can-utils c3305fdd515464153d20199db232b6124bc962c0 Downloading
2022-05-10T18:56:45 >>> can-utils c3305fdd515464153d20199db232b6124bc962c0 Extracting
2022-05-10T18:56:45 >>> can-utils c3305fdd515464153d20199db232b6124bc962c0 Patching
2022-05-10T18:56:45 >>> can-utils c3305fdd515464153d20199db232b6124bc962c0 Updating config.sub and config.guess
2022-05-10T18:56:45 >>> can-utils c3305fdd515464153d20199db232b6124bc962c0 Configuring
2022-05-10T18:56:45 >>> can-utils c3305fdd515464153d20199db232b6124bc962c0 Autoreconfiguring
2022-05-10T18:56:49 >>> can-utils c3305fdd515464153d20199db232b6124bc962c0 Patching libtool
2022-05-10T18:56:53 >>> can-utils c3305fdd515464153d20199db232b6124bc962c0 Building
2022-05-10T18:56:54 >>> can-utils c3305fdd515464153d20199db232b6124bc962c0 Installing to target
2022-05-10T18:56:54 >>> cantarell 0.0.25 Downloading
2022-05-10T18:56:58 >>> cantarell 0.0.25 Extracting
2022-05-10T18:56:58 >>> cantarell 0.0.25 Patching
2022-05-10T18:56:58 >>> cantarell 0.0.25 Updating config.sub and config.guess
2022-05-10T18:56:58 >>> cantarell 0.0.25 Patching libtool
2022-05-10T18:56:58 >>> cantarell 0.0.25 Configuring
2022-05-10T18:56:59 >>> cantarell 0.0.25 Building
2022-05-10T18:56:59 >>> cantarell 0.0.25 Installing to target
2022-05-10T18:56:59 >>> dejavu 2.37 Downloading
2022-05-10T18:57:14 >>> dejavu 2.37 Extracting
2022-05-10T18:57:15 >>> dejavu 2.37 Patching
2022-05-10T18:57:15 >>> dejavu 2.37 Configuring
2022-05-10T18:57:15 >>> dejavu 2.37 Building
2022-05-10T18:57:15 >>> dejavu 2.37 Installing to target
2022-05-10T18:57:15 >>> dhcpcd 6.11.5 Downloading
2022-05-10T18:57:18 >>> dhcpcd 6.11.5 Extracting
2022-05-10T18:57:18 >>> dhcpcd 6.11.5 Patching
2022-05-10T18:57:18 >>> dhcpcd 6.11.5 Configuring
2022-05-10T18:57:19 >>> dhcpcd 6.11.5 Building
2022-05-10T18:57:20 >>> dhcpcd 6.11.5 Installing to target
2022-05-10T18:57:20 >>> dhrystone 2 Downloading
2022-05-10T18:57:22 >>> dhrystone 2 Extracting
2022-05-10T18:57:22 >>> dhrystone 2 Patching
2022-05-10T18:57:22 >>> dhrystone 2 Configuring
2022-05-10T18:57:22 >>> dhrystone 2 Building
2022-05-10T18:57:23 >>> dhrystone 2 Installing to target
2022-05-10T18:57:23 >>> dnsmasq 2.85 Downloading
2022-05-10T18:57:26 >>> dnsmasq 2.85 Extracting
2022-05-10T18:57:26 >>> dnsmasq 2.85 Patching
2022-05-10T18:57:26 >>> dnsmasq 2.85 Configuring
2022-05-10T18:57:26 >>> dnsmasq 2.85 Building
2022-05-10T18:57:27 >>> dnsmasq 2.85 Installing to target
2022-05-10T18:57:28 >>> dropbear 2019.78 Downloading
2022-05-10T18:57:39 >>> dropbear 2019.78 Extracting
2022-05-10T18:57:39 >>> dropbear 2019.78 Patching
2022-05-10T18:57:39 >>> dropbear 2019.78 Updating config.sub and config.guess
2022-05-10T18:57:39 >>> dropbear 2019.78 Patching libtool
2022-05-10T18:57:39 >>> dropbear 2019.78 Configuring
2022-05-10T18:57:46 >>> dropbear 2019.78 Building
2022-05-10T18:57:48 >>> dropbear 2019.78 Installing to target
2022-05-10T18:57:48 >>> host-e2fsprogs 1.46.5 Extracting
2022-05-10T18:57:48 >>> host-e2fsprogs 1.46.5 Patching
2022-05-10T18:57:48 >>> host-e2fsprogs 1.46.5 Updating config.sub and config.guess
2022-05-10T18:57:48 >>> host-e2fsprogs 1.46.5 Patching libtool
2022-05-10T18:57:48 >>> host-e2fsprogs 1.46.5 Configuring
2022-05-10T18:57:57 >>> host-e2fsprogs 1.46.5 Building
2022-05-10T18:58:04 >>> host-e2fsprogs 1.46.5 Installing to host directory
2022-05-10T18:58:08 >>> ethtool 4.13 Downloading
2022-05-10T18:58:09 >>> ethtool 4.13 Extracting
2022-05-10T18:58:09 >>> ethtool 4.13 Patching
2022-05-10T18:58:09 >>> ethtool 4.13 Updating config.sub and config.guess
2022-05-10T18:58:09 >>> ethtool 4.13 Patching libtool
2022-05-10T18:58:09 >>> ethtool 4.13 Configuring
2022-05-10T18:58:11 >>> ethtool 4.13 Building
2022-05-10T18:58:12 >>> ethtool 4.13 Installing to target
2022-05-10T18:58:12 >>> evtest 1.33 Downloading
2022-05-10T18:58:13 >>> evtest 1.33 Extracting
2022-05-10T18:58:13 >>> evtest 1.33 Patching
2022-05-10T18:58:13 >>> evtest 1.33 Updating config.sub and config.guess
2022-05-10T18:58:13 >>> evtest 1.33 Configuring
2022-05-10T18:58:13 >>> evtest 1.33 Autoreconfiguring
2022-05-10T18:58:15 >>> evtest 1.33 Patching libtool
2022-05-10T18:58:17 >>> evtest 1.33 Building
2022-05-10T18:58:17 >>> evtest 1.33 Installing to target
2022-05-10T18:58:17 >>> exfat-utils 1.2.6 Downloading
2022-05-10T18:58:19 >>> exfat-utils 1.2.6 Extracting
2022-05-10T18:58:19 >>> exfat-utils 1.2.6 Patching
2022-05-10T18:58:19 >>> exfat-utils 1.2.6 Updating config.sub and config.guess
2022-05-10T18:58:19 >>> exfat-utils 1.2.6 Patching libtool
2022-05-10T18:58:19 >>> exfat-utils 1.2.6 Configuring
2022-05-10T18:58:21 >>> exfat-utils 1.2.6 Building
2022-05-10T18:58:21 >>> exfat-utils 1.2.6 Installing to target
2022-05-10T18:58:21 >>> libfuse 2.9.9 Downloading
2022-05-10T19:01:29 >>> libfuse 2.9.9 Extracting
2022-05-10T19:01:29 >>> libfuse 2.9.9 Patching
2022-05-10T19:01:29 >>> libfuse 2.9.9 Updating config.sub and config.guess
2022-05-10T19:01:29 >>> libfuse 2.9.9 Configuring
2022-05-10T19:01:29 >>> libfuse 2.9.9 Autoreconfiguring
2022-05-10T19:01:33 >>> libfuse 2.9.9 Patching libtool
2022-05-10T19:01:36 >>> libfuse 2.9.9 Building
2022-05-10T19:01:38 >>> libfuse 2.9.9 Installing to staging directory
2022-05-10T19:01:38 >>> libfuse 2.9.9 Fixing libtool files
2022-05-10T19:01:38 >>> libfuse 2.9.9 Installing to target
2022-05-10T19:01:38 >>> exfat 1.2.6 Downloading
2022-05-10T19:01:40 >>> exfat 1.2.6 Extracting
2022-05-10T19:01:40 >>> exfat 1.2.6 Patching
2022-05-10T19:01:40 >>> exfat 1.2.6 Updating config.sub and config.guess
2022-05-10T19:01:40 >>> exfat 1.2.6 Patching libtool
2022-05-10T19:01:40 >>> exfat 1.2.6 Configuring
2022-05-10T19:01:42 >>> exfat 1.2.6 Building
2022-05-10T19:01:42 >>> exfat 1.2.6 Installing to target
2022-05-10T19:01:42 >>> faad2 2.8.8 Downloading
2022-05-10T19:01:52 >>> faad2 2.8.8 Extracting
2022-05-10T19:01:53 >>> faad2 2.8.8 Patching
2022-05-10T19:01:53 >>> faad2 2.8.8 Updating config.sub and config.guess
2022-05-10T19:01:53 >>> faad2 2.8.8 Patching libtool
2022-05-10T19:01:53 >>> faad2 2.8.8 Configuring
2022-05-10T19:01:57 >>> faad2 2.8.8 Building
2022-05-10T19:01:58 >>> faad2 2.8.8 Installing to staging directory
2022-05-10T19:01:59 >>> faad2 2.8.8 Fixing libtool files
2022-05-10T19:01:59 >>> faad2 2.8.8 Installing to target
2022-05-10T19:01:59 >>> fio 3.28 Downloading
2022-05-10T19:02:05 >>> fio 3.28 Extracting
2022-05-10T19:02:05 >>> fio 3.28 Patching
2022-05-10T19:02:05 >>> fio 3.28 Configuring
2022-05-10T19:02:08 >>> fio 3.28 Building
2022-05-10T19:02:10 >>> fio 3.28 Installing to target
2022-05-10T19:02:10 >>> font-awesome v4.7.0 Downloading
2022-05-10T19:02:11 >>> font-awesome v4.7.0 Extracting
2022-05-10T19:02:11 >>> font-awesome v4.7.0 Patching
2022-05-10T19:02:11 >>> font-awesome v4.7.0 Configuring
2022-05-10T19:02:11 >>> font-awesome v4.7.0 Building
2022-05-10T19:02:11 >>> font-awesome v4.7.0 Installing to target
2022-05-10T19:02:11 >>> gdb 10.2 Downloading
2022-05-10T19:02:14 >>> gdb 10.2 Extracting
2022-05-10T19:02:15 >>> gdb 10.2 Patching
2022-05-10T19:02:15 >>> gdb 10.2 Updating config.sub and config.guess
2022-05-10T19:02:15 >>> gdb 10.2 Patching libtool
2022-05-10T19:02:15 >>> gdb 10.2 Configuring
2022-05-10T19:02:18 >>> gdb 10.2 Building
2022-05-10T19:02:43 >>> gdb 10.2 Installing to target
2022-05-10T19:02:44 >>> host-libjpeg 9b Downloading
2022-05-10T19:02:45 >>> host-libjpeg 9b Extracting
2022-05-10T19:02:45 >>> host-libjpeg 9b Patching
2022-05-10T19:02:45 >>> host-libjpeg 9b Updating config.sub and config.guess
2022-05-10T19:02:45 >>> host-libjpeg 9b Patching libtool
2022-05-10T19:02:45 >>> host-libjpeg 9b Configuring
2022-05-10T19:02:48 >>> host-libjpeg 9b Building
2022-05-10T19:02:50 >>> host-libjpeg 9b Installing to host directory
2022-05-10T19:02:51 >>> host-libpng 1.6.37 Extracting
2022-05-10T19:02:51 >>> host-libpng 1.6.37 Patching
2022-05-10T19:02:52 >>> host-libpng 1.6.37 Updating config.sub and config.guess
2022-05-10T19:02:52 >>> host-libpng 1.6.37 Patching libtool
2022-05-10T19:02:52 >>> host-libpng 1.6.37 Configuring
2022-05-10T19:02:55 >>> host-libpng 1.6.37 Building
2022-05-10T19:02:57 >>> host-libpng 1.6.37 Installing to host directory
2022-05-10T19:02:58 >>> host-gdk-pixbuf 2.36.10 Downloading
2022-05-10T19:03:01 >>> host-gdk-pixbuf 2.36.10 Extracting
2022-05-10T19:03:01 >>> host-gdk-pixbuf 2.36.10 Patching
2022-05-10T19:03:01 >>> host-gdk-pixbuf 2.36.10 Updating config.sub and config.guess
2022-05-10T19:03:01 >>> host-gdk-pixbuf 2.36.10 Patching libtool
2022-05-10T19:03:01 >>> host-gdk-pixbuf 2.36.10 Configuring
2022-05-10T19:03:06 >>> host-gdk-pixbuf 2.36.10 Building
2022-05-10T19:03:10 >>> host-gdk-pixbuf 2.36.10 Installing to host directory
2022-05-10T19:03:13 >>> jpeg-turbo 2.0.2 Downloading
2022-05-10T19:03:23 >>> jpeg-turbo 2.0.2 Extracting
2022-05-10T19:03:23 >>> jpeg-turbo 2.0.2 Patching
2022-05-10T19:03:23 >>> jpeg-turbo 2.0.2 Configuring
2022-05-10T19:03:24 >>> jpeg-turbo 2.0.2 Building
2022-05-10T19:03:27 >>> jpeg-turbo 2.0.2 Installing to staging directory
2022-05-10T19:03:27 >>> jpeg-turbo 2.0.2 Fixing libtool files
2022-05-10T19:03:27 >>> jpeg-turbo 2.0.2 Installing to target
2022-05-10T19:03:27 >>> jpeg  Extracting
2022-05-10T19:03:27 >>> jpeg  Patching
2022-05-10T19:03:27 >>> jpeg  Configuring
2022-05-10T19:03:27 >>> jpeg  Building
2022-05-10T19:03:27 >>> jpeg  Installing to target
2022-05-10T19:03:27 >>> gdk-pixbuf 2.36.10 Extracting
2022-05-10T19:03:27 >>> gdk-pixbuf 2.36.10 Patching
2022-05-10T19:03:27 >>> gdk-pixbuf 2.36.10 Updating config.sub and config.guess
2022-05-10T19:03:27 >>> gdk-pixbuf 2.36.10 Patching libtool
2022-05-10T19:03:27 >>> gdk-pixbuf 2.36.10 Configuring
2022-05-10T19:03:32 >>> gdk-pixbuf 2.36.10 Building
2022-05-10T19:03:35 >>> gdk-pixbuf 2.36.10 Installing to staging directory
2022-05-10T19:03:36 >>> gdk-pixbuf 2.36.10 Fixing libtool files
2022-05-10T19:03:36 >>> gdk-pixbuf 2.36.10 Installing to target
2022-05-10T19:03:36 >>> gesftpserver 0.2.2 Downloading
2022-05-10T19:03:42 >>> gesftpserver 0.2.2 Extracting
2022-05-10T19:03:42 >>> gesftpserver 0.2.2 Patching
2022-05-10T19:03:42 >>> gesftpserver 0.2.2 Updating config.sub and config.guess
2022-05-10T19:03:42 >>> gesftpserver 0.2.2 Patching libtool
2022-05-10T19:03:42 >>> gesftpserver 0.2.2 Configuring
2022-05-10T19:03:45 >>> gesftpserver 0.2.2 Building
2022-05-10T19:03:46 >>> gesftpserver 0.2.2 Installing to target
2022-05-10T19:03:46 >>> ghostscript-fonts 8.11 Downloading
2022-05-10T19:04:36 >>> ghostscript-fonts 8.11 Extracting
2022-05-10T19:04:36 >>> ghostscript-fonts 8.11 Patching
2022-05-10T19:04:36 >>> ghostscript-fonts 8.11 Configuring
2022-05-10T19:04:36 >>> ghostscript-fonts 8.11 Building
2022-05-10T19:04:36 >>> ghostscript-fonts 8.11 Installing to target
2022-05-10T19:04:36 >>> libtasn1 4.13 Downloading
2022-05-10T19:04:37 >>> libtasn1 4.13 Extracting
2022-05-10T19:04:37 >>> libtasn1 4.13 Patching
2022-05-10T19:04:37 >>> libtasn1 4.13 Updating config.sub and config.guess
2022-05-10T19:04:37 >>> libtasn1 4.13 Patching libtool
2022-05-10T19:04:37 >>> libtasn1 4.13 Configuring
2022-05-10T19:04:52 >>> libtasn1 4.13 Building
2022-05-10T19:04:53 >>> libtasn1 4.13 Installing to staging directory
2022-05-10T19:04:53 >>> libtasn1 4.13 Fixing libtool files
2022-05-10T19:04:53 >>> libtasn1 4.13 Installing to target
2022-05-10T19:04:54 >>> libunistring 0.9.10 Downloading
2022-05-10T19:04:55 >>> libunistring 0.9.10 Extracting
2022-05-10T19:04:55 >>> libunistring 0.9.10 Patching
2022-05-10T19:04:55 >>> libunistring 0.9.10 Updating config.sub and config.guess
2022-05-10T19:04:55 >>> libunistring 0.9.10 Patching libtool
2022-05-10T19:04:55 >>> libunistring 0.9.10 Configuring
2022-05-10T19:05:15 >>> libunistring 0.9.10 Building
2022-05-10T19:05:44 >>> libunistring 0.9.10 Installing to staging directory
2022-05-10T19:05:45 >>> libunistring 0.9.10 Fixing libtool files
2022-05-10T19:05:45 >>> libunistring 0.9.10 Installing to target
2022-05-10T19:05:45 >>> nettle 3.4 Downloading
2022-05-10T19:05:49 >>> nettle 3.4 Extracting
2022-05-10T19:05:49 >>> nettle 3.4 Patching
2022-05-10T19:05:49 >>> nettle 3.4 Updating config.sub and config.guess
2022-05-10T19:05:49 >>> nettle 3.4 Patching libtool
2022-05-10T19:05:49 >>> nettle 3.4 Configuring
2022-05-10T19:05:52 >>> nettle 3.4 Building
2022-05-10T19:05:57 >>> nettle 3.4 Installing to staging directory
2022-05-10T19:05:57 >>> nettle 3.4 Fixing libtool files
2022-05-10T19:05:57 >>> nettle 3.4 Installing to target
2022-05-10T19:05:58 >>> gnutls 3.5.17 Downloading
2022-05-10T19:06:01 >>> gnutls 3.5.17 Extracting
2022-05-10T19:06:01 >>> gnutls 3.5.17 Patching
2022-05-10T19:06:01 >>> gnutls 3.5.17 Updating config.sub and config.guess
2022-05-10T19:06:01 >>> gnutls 3.5.17 Patching libtool
2022-05-10T19:06:01 >>> gnutls 3.5.17 Configuring
2022-05-10T19:06:31 >>> gnutls 3.5.17 Building
2022-05-10T19:06:42 >>> gnutls 3.5.17 Installing to staging directory
2022-05-10T19:06:43 >>> gnutls 3.5.17 Fixing libtool files
2022-05-10T19:06:43 >>> gnutls 3.5.17 Installing to target
2022-05-10T19:06:44 >>> host-libxml-parser-perl 2.44 Extracting
2022-05-10T19:06:44 >>> host-libxml-parser-perl 2.44 Patching
2022-05-10T19:06:44 >>> host-libxml-parser-perl 2.44 Configuring
2022-05-10T19:06:44 >>> host-libxml-parser-perl 2.44 Building
2022-05-10T19:06:45 >>> host-libxml-parser-perl 2.44 Installing to host directory
2022-05-10T19:06:47 >>> host-intltool 0.51.0 Extracting
2022-05-10T19:06:47 >>> host-intltool 0.51.0 Patching
2022-05-10T19:06:47 >>> host-intltool 0.51.0 Updating config.sub and config.guess
2022-05-10T19:06:47 >>> host-intltool 0.51.0 Patching libtool
2022-05-10T19:06:47 >>> host-intltool 0.51.0 Configuring
2022-05-10T19:06:49 >>> host-intltool 0.51.0 Building
2022-05-10T19:06:49 >>> host-intltool 0.51.0 Installing to host directory
2022-05-10T19:06:50 >>> glib-networking 2.50.0 Downloading
2022-05-10T19:06:56 >>> glib-networking 2.50.0 Extracting
2022-05-10T19:06:56 >>> glib-networking 2.50.0 Patching
2022-05-10T19:06:56 >>> glib-networking 2.50.0 Updating config.sub and config.guess
2022-05-10T19:06:56 >>> glib-networking 2.50.0 Patching libtool
2022-05-10T19:06:56 >>> glib-networking 2.50.0 Configuring
2022-05-10T19:06:59 >>> glib-networking 2.50.0 Building
2022-05-10T19:07:00 >>> glib-networking 2.50.0 Installing to staging directory
2022-05-10T19:07:00 >>> glib-networking 2.50.0 Fixing libtool files
2022-05-10T19:07:01 >>> glib-networking 2.50.0 Installing to target
2022-05-10T19:07:01 >>> libegl  Extracting
2022-05-10T19:07:01 >>> libegl  Patching
2022-05-10T19:07:01 >>> libegl  Configuring
2022-05-10T19:07:01 >>> libegl  Building
2022-05-10T19:07:01 >>> libegl  Installing to target
2022-05-10T19:07:01 >>> libgbm  Extracting
2022-05-10T19:07:01 >>> libgbm  Patching
2022-05-10T19:07:01 >>> libgbm  Configuring
2022-05-10T19:07:01 >>> libgbm  Building
2022-05-10T19:07:01 >>> libgbm  Installing to target
2022-05-10T19:07:01 >>> wayland-protocols 1.24 Downloading
2022-05-10T19:07:03 >>> wayland-protocols 1.24 Extracting
2022-05-10T19:07:03 >>> wayland-protocols 1.24 Patching
2022-05-10T19:07:03 >>> wayland-protocols 1.24 Configuring
2022-05-10T19:07:04 >>> wayland-protocols 1.24 Building
2022-05-10T19:07:04 >>> wayland-protocols 1.24 Installing to staging directory
2022-05-10T19:07:04 >>> wayland-protocols 1.24 Fixing libtool files
2022-05-10T19:07:04 >>> glmark2 06e78b67702b5413335ecdf1ae816da9c20f6ed9 Downloading
2022-05-10T19:07:06 >>> glmark2 06e78b67702b5413335ecdf1ae816da9c20f6ed9 Extracting
2022-05-10T19:07:06 >>> glmark2 06e78b67702b5413335ecdf1ae816da9c20f6ed9 Patching
2022-05-10T19:07:06 >>> glmark2 06e78b67702b5413335ecdf1ae816da9c20f6ed9 Configuring
2022-05-10T19:07:07 >>> glmark2 06e78b67702b5413335ecdf1ae816da9c20f6ed9 Building
2022-05-10T19:07:13 >>> glmark2 06e78b67702b5413335ecdf1ae816da9c20f6ed9 Installing to target
2022-05-10T19:07:13 >>> host-flex 2.6.4 Downloading
2022-05-10T19:12:25 >>> host-flex 2.6.4 Extracting
2022-05-10T19:12:25 >>> host-flex 2.6.4 Patching
2022-05-10T19:12:25 >>> host-flex 2.6.4 Updating config.sub and config.guess
2022-05-10T19:12:25 >>> host-flex 2.6.4 Configuring
2022-05-10T19:12:25 >>> host-flex 2.6.4 Gettextizing
2022-05-10T19:12:26 >>> host-flex 2.6.4 Autoreconfiguring
2022-05-10T19:12:31 >>> host-flex 2.6.4 Patching libtool
2022-05-10T19:12:37 >>> host-flex 2.6.4 Building
2022-05-10T19:12:39 >>> host-flex 2.6.4 Installing to host directory
2022-05-10T19:12:41 >>> gstreamer1 1.20.0 Downloading
2022-05-10T19:12:43 >>> gstreamer1 1.20.0 Extracting
2022-05-10T19:12:43 >>> gstreamer1 1.20.0 Patching
2022-05-10T19:12:43 >>> gstreamer1 1.20.0 Configuring
2022-05-10T19:12:47 >>> gstreamer1 1.20.0 Building
2022-05-10T19:12:51 >>> gstreamer1 1.20.0 Installing to staging directory
2022-05-10T19:12:52 >>> gstreamer1 1.20.0 Fixing libtool files
2022-05-10T19:12:52 >>> gstreamer1 1.20.0 Installing to target
2022-05-10T19:12:53 >>> libogg 1.3.3 Downloading
2022-05-10T19:12:57 >>> libogg 1.3.3 Extracting
2022-05-10T19:12:57 >>> libogg 1.3.3 Patching
2022-05-10T19:12:57 >>> libogg 1.3.3 Updating config.sub and config.guess
2022-05-10T19:12:57 >>> libogg 1.3.3 Patching libtool
2022-05-10T19:12:57 >>> libogg 1.3.3 Configuring
2022-05-10T19:13:02 >>> libogg 1.3.3 Building
2022-05-10T19:13:03 >>> libogg 1.3.3 Installing to staging directory
2022-05-10T19:13:03 >>> libogg 1.3.3 Fixing libtool files
2022-05-10T19:13:03 >>> libogg 1.3.3 Installing to target
2022-05-10T19:13:03 >>> libvorbis 1.3.5 Downloading
2022-05-10T19:14:36 >>> libvorbis 1.3.5 Extracting
2022-05-10T19:14:36 >>> libvorbis 1.3.5 Patching
2022-05-10T19:14:36 >>> libvorbis 1.3.5 Updating config.sub and config.guess
2022-05-10T19:14:36 >>> libvorbis 1.3.5 Patching libtool
2022-05-10T19:14:36 >>> libvorbis 1.3.5 Configuring
2022-05-10T19:14:39 >>> libvorbis 1.3.5 Building
2022-05-10T19:14:40 >>> libvorbis 1.3.5 Installing to staging directory
2022-05-10T19:14:40 >>> libvorbis 1.3.5 Fixing libtool files
2022-05-10T19:14:40 >>> libvorbis 1.3.5 Installing to target
2022-05-10T19:14:41 >>> libtheora 1.1.1 Downloading
2022-05-10T19:14:43 >>> libtheora 1.1.1 Extracting
2022-05-10T19:14:43 >>> libtheora 1.1.1 Patching
2022-05-10T19:14:44 >>> libtheora 1.1.1 Updating config.sub and config.guess
2022-05-10T19:14:44 >>> libtheora 1.1.1 Configuring
2022-05-10T19:14:44 >>> libtheora 1.1.1 Autoreconfiguring
2022-05-10T19:14:48 >>> libtheora 1.1.1 Patching libtool
2022-05-10T19:14:51 >>> libtheora 1.1.1 Building
2022-05-10T19:14:53 >>> libtheora 1.1.1 Installing to staging directory
2022-05-10T19:14:53 >>> libtheora 1.1.1 Fixing libtool files
2022-05-10T19:14:53 >>> libtheora 1.1.1 Installing to target
2022-05-10T19:14:54 >>> gst1-plugins-base 1.20.0 Downloading
2022-05-10T19:16:28 >>> gst1-plugins-base 1.20.0 Extracting
2022-05-10T19:16:28 >>> gst1-plugins-base 1.20.0 Patching
2022-05-10T19:16:28 >>> gst1-plugins-base 1.20.0 Configuring
2022-05-10T19:16:32 >>> gst1-plugins-base 1.20.0 Building
2022-05-10T19:16:38 >>> gst1-plugins-base 1.20.0 Installing to staging directory
2022-05-10T19:16:39 >>> gst1-plugins-base 1.20.0 Fixing libtool files
2022-05-10T19:16:39 >>> gst1-plugins-base 1.20.0 Installing to target
2022-05-10T19:16:40 >>> libmpeg2 0.5.1 Downloading
2022-05-10T19:16:43 >>> libmpeg2 0.5.1 Extracting
2022-05-10T19:16:43 >>> libmpeg2 0.5.1 Patching
2022-05-10T19:16:43 >>> libmpeg2 0.5.1 Updating config.sub and config.guess
2022-05-10T19:16:43 >>> libmpeg2 0.5.1 Configuring
2022-05-10T19:16:43 >>> libmpeg2 0.5.1 Autoreconfiguring
2022-05-10T19:16:47 >>> libmpeg2 0.5.1 Patching libtool
2022-05-10T19:16:50 >>> libmpeg2 0.5.1 Building
2022-05-10T19:16:53 >>> libmpeg2 0.5.1 Installing to staging directory
2022-05-10T19:16:53 >>> libmpeg2 0.5.1 Fixing libtool files
2022-05-10T19:16:53 >>> libmpeg2 0.5.1 Installing to target
2022-05-10T19:16:53 >>> mjpegtools 2.2.1 Downloading
2022-05-10T19:23:05 >>> mjpegtools 2.2.1 Extracting
2022-05-10T19:23:05 >>> mjpegtools 2.2.1 Patching
2022-05-10T19:23:05 >>> mjpegtools 2.2.1 Updating config.sub and config.guess
2022-05-10T19:23:05 >>> mjpegtools 2.2.1 Patching libtool
2022-05-10T19:23:05 >>> mjpegtools 2.2.1 Configuring
2022-05-10T19:23:10 >>> mjpegtools 2.2.1 Building
2022-05-10T19:23:19 >>> mjpegtools 2.2.1 Installing to staging directory
2022-05-10T19:23:20 >>> mjpegtools 2.2.1 Fixing libtool files
2022-05-10T19:23:20 >>> mjpegtools 2.2.1 Installing to target
2022-05-10T19:23:21 >>> rtmpdump fa8646daeb19dfd12c181f7d19de708d623704c0 Downloading
2022-05-10T19:23:26 >>> rtmpdump fa8646daeb19dfd12c181f7d19de708d623704c0 Extracting
2022-05-10T19:23:26 >>> rtmpdump fa8646daeb19dfd12c181f7d19de708d623704c0 Patching
2022-05-10T19:23:26 >>> rtmpdump fa8646daeb19dfd12c181f7d19de708d623704c0 Configuring
2022-05-10T19:23:26 >>> rtmpdump fa8646daeb19dfd12c181f7d19de708d623704c0 Building
2022-05-10T19:23:27 >>> rtmpdump fa8646daeb19dfd12c181f7d19de708d623704c0 Installing to staging directory
2022-05-10T19:23:27 >>> rtmpdump fa8646daeb19dfd12c181f7d19de708d623704c0 Fixing libtool files
2022-05-10T19:23:27 >>> rtmpdump fa8646daeb19dfd12c181f7d19de708d623704c0 Installing to target
2022-05-10T19:23:27 >>> gst1-plugins-bad 1.20.0 Downloading
2022-05-10T19:30:34 >>> gst1-plugins-bad 1.20.0 Extracting
2022-05-10T19:30:34 >>> gst1-plugins-bad 1.20.0 Patching
2022-05-10T19:30:35 >>> gst1-plugins-bad 1.20.0 Configuring
2022-05-10T19:30:39 >>> gst1-plugins-bad 1.20.0 Building
2022-05-10T19:30:45 >>> gst1-plugins-bad 1.20.0 Installing to staging directory
2022-05-10T19:30:45 >>> gst1-plugins-bad 1.20.0 Fixing libtool files
2022-05-10T19:30:45 >>> gst1-plugins-bad 1.20.0 Installing to target
2022-05-10T19:30:46 >>> libgudev 230 Extracting
2022-05-10T19:30:46 >>> libgudev 230 Patching
2022-05-10T19:30:46 >>> libgudev 230 Updating config.sub and config.guess
2022-05-10T19:30:46 >>> libgudev 230 Patching libtool
2022-05-10T19:30:46 >>> libgudev 230 Configuring
2022-05-10T19:30:49 >>> libgudev 230 Building
2022-05-10T19:30:49 >>> libgudev 230 Installing to staging directory
2022-05-10T19:30:49 >>> libgudev 230 Fixing libtool files
2022-05-10T19:30:50 >>> libgudev 230 Installing to target
2022-05-10T19:30:50 >>> sqlite 3210000 Downloading
2022-05-10T19:30:54 >>> sqlite 3210000 Extracting
2022-05-10T19:30:54 >>> sqlite 3210000 Patching
2022-05-10T19:30:54 >>> sqlite 3210000 Updating config.sub and config.guess
2022-05-10T19:30:54 >>> sqlite 3210000 Patching libtool
2022-05-10T19:30:54 >>> sqlite 3210000 Configuring
2022-05-10T19:30:57 >>> sqlite 3210000 Building
2022-05-10T19:31:10 >>> sqlite 3210000 Installing to staging directory
2022-05-10T19:31:10 >>> sqlite 3210000 Fixing libtool files
2022-05-10T19:31:10 >>> sqlite 3210000 Installing to target
2022-05-10T19:31:10 >>> libsoup 2.56.1 Downloading
2022-05-10T19:31:14 >>> libsoup 2.56.1 Extracting
2022-05-10T19:31:14 >>> libsoup 2.56.1 Patching
2022-05-10T19:31:14 >>> libsoup 2.56.1 Updating config.sub and config.guess
2022-05-10T19:31:14 >>> libsoup 2.56.1 Patching libtool
2022-05-10T19:31:14 >>> libsoup 2.56.1 Configuring
2022-05-10T19:31:17 >>> libsoup 2.56.1 Building
2022-05-10T19:31:21 >>> libsoup 2.56.1 Installing to staging directory
2022-05-10T19:31:21 >>> libsoup 2.56.1 Fixing libtool files
2022-05-10T19:31:21 >>> libsoup 2.56.1 Installing to target
2022-05-10T19:31:22 >>> libevdev 1.5.8 Downloading
2022-05-10T19:31:24 >>> libevdev 1.5.8 Extracting
2022-05-10T19:31:24 >>> libevdev 1.5.8 Patching
2022-05-10T19:31:24 >>> libevdev 1.5.8 Updating config.sub and config.guess
2022-05-10T19:31:24 >>> libevdev 1.5.8 Configuring
2022-05-10T19:31:24 >>> libevdev 1.5.8 Autoreconfiguring
2022-05-10T19:31:28 >>> libevdev 1.5.8 Patching libtool
2022-05-10T19:31:32 >>> libevdev 1.5.8 Building
2022-05-10T19:31:33 >>> libevdev 1.5.8 Installing to staging directory
2022-05-10T19:31:33 >>> libevdev 1.5.8 Fixing libtool files
2022-05-10T19:31:33 >>> libevdev 1.5.8 Installing to target
2022-05-10T19:31:34 >>> mtdev 1.1.4 Downloading
2022-05-10T19:31:48 >>> mtdev 1.1.4 Extracting
2022-05-10T19:31:48 >>> mtdev 1.1.4 Patching
2022-05-10T19:31:49 >>> mtdev 1.1.4 Updating config.sub and config.guess
2022-05-10T19:31:49 >>> mtdev 1.1.4 Patching libtool
2022-05-10T19:31:49 >>> mtdev 1.1.4 Configuring
2022-05-10T19:31:51 >>> mtdev 1.1.4 Building
2022-05-10T19:31:51 >>> mtdev 1.1.4 Installing to staging directory
2022-05-10T19:31:51 >>> mtdev 1.1.4 Fixing libtool files
2022-05-10T19:31:51 >>> mtdev 1.1.4 Installing to target
2022-05-10T19:31:52 >>> libinput 1.19.3 Downloading
2022-05-10T19:31:54 >>> libinput 1.19.3 Extracting
2022-05-10T19:31:54 >>> libinput 1.19.3 Patching
2022-05-10T19:31:54 >>> libinput 1.19.3 Configuring
2022-05-10T19:31:55 >>> libinput 1.19.3 Building
2022-05-10T19:31:57 >>> libinput 1.19.3 Installing to staging directory
2022-05-10T19:31:57 >>> libinput 1.19.3 Fixing libtool files
2022-05-10T19:31:58 >>> libinput 1.19.3 Installing to target
2022-05-10T19:31:58 >>> qt5base 5.15.2 Downloading
2022-05-10T19:32:16 >>> qt5base 5.15.2 Extracting
2022-05-10T19:32:18 >>> qt5base 5.15.2 Patching
2022-05-10T19:32:19 >>> qt5base 5.15.2 Configuring
2022-05-10T19:32:46 >>> qt5base 5.15.2 Building
2022-05-10T19:35:58 >>> qt5base 5.15.2 Installing to staging directory
2022-05-10T19:36:00 >>> qt5base 5.15.2 Fixing libtool files
2022-05-10T19:36:00 >>> qt5base 5.15.2 Installing to target
2022-05-10T19:36:10 >>> libv4l 1.20.0 Downloading
2022-05-10T19:36:15 >>> libv4l 1.20.0 Extracting
2022-05-10T19:36:15 >>> libv4l 1.20.0 Patching
2022-05-10T19:36:15 >>> libv4l 1.20.0 Updating config.sub and config.guess
2022-05-10T19:36:15 >>> libv4l 1.20.0 Configuring
2022-05-10T19:36:15 >>> libv4l 1.20.0 Autoreconfiguring
2022-05-10T19:36:22 >>> libv4l 1.20.0 Patching libtool
2022-05-10T19:36:28 >>> libv4l 1.20.0 Building
2022-05-10T19:36:49 >>> libv4l 1.20.0 Installing to staging directory
2022-05-10T19:36:50 >>> libv4l 1.20.0 Fixing libtool files
2022-05-10T19:36:50 >>> libv4l 1.20.0 Installing to target
2022-05-10T19:36:52 >>> mpg123 1.25.15 Downloading
2022-05-10T19:37:01 >>> mpg123 1.25.15 Extracting
2022-05-10T19:37:01 >>> mpg123 1.25.15 Patching
2022-05-10T19:37:01 >>> mpg123 1.25.15 Updating config.sub and config.guess
2022-05-10T19:37:01 >>> mpg123 1.25.15 Patching libtool
2022-05-10T19:37:01 >>> mpg123 1.25.15 Configuring
2022-05-10T19:37:08 >>> mpg123 1.25.15 Building
2022-05-10T19:37:10 >>> mpg123 1.25.15 Installing to staging directory
2022-05-10T19:37:10 >>> mpg123 1.25.15 Fixing libtool files
2022-05-10T19:37:10 >>> mpg123 1.25.15 Installing to target
2022-05-10T19:37:10 >>> gst1-plugins-good 1.20.0 Downloading
2022-05-10T19:41:16 >>> gst1-plugins-good 1.20.0 Extracting
2022-05-10T19:41:17 >>> gst1-plugins-good 1.20.0 Patching
2022-05-10T19:41:17 >>> gst1-plugins-good 1.20.0 Configuring
2022-05-10T19:41:21 >>> gst1-plugins-good 1.20.0 Building
2022-05-10T19:41:28 >>> gst1-plugins-good 1.20.0 Installing to target
2022-05-10T19:41:28 >>> gst1-plugins-ugly 1.20.0 Downloading
2022-05-10T19:41:30 >>> gst1-plugins-ugly 1.20.0 Extracting
2022-05-10T19:41:30 >>> gst1-plugins-ugly 1.20.0 Patching
2022-05-10T19:41:30 >>> gst1-plugins-ugly 1.20.0 Configuring
2022-05-10T19:41:33 >>> gst1-plugins-ugly 1.20.0 Building
2022-05-10T19:41:34 >>> gst1-plugins-ugly 1.20.0 Installing to target
2022-05-10T19:41:35 >>> hicolor-icon-theme 0.15 Downloading
2022-05-10T19:41:36 >>> hicolor-icon-theme 0.15 Extracting
2022-05-10T19:41:37 >>> hicolor-icon-theme 0.15 Patching
2022-05-10T19:41:37 >>> hicolor-icon-theme 0.15 Updating config.sub and config.guess
2022-05-10T19:41:37 >>> hicolor-icon-theme 0.15 Patching libtool
2022-05-10T19:41:37 >>> hicolor-icon-theme 0.15 Configuring
2022-05-10T19:41:38 >>> hicolor-icon-theme 0.15 Building
2022-05-10T19:41:38 >>> hicolor-icon-theme 0.15 Installing to target
2022-05-10T19:41:39 >>> libnl 3.4.0 Downloading
2022-05-10T19:41:41 >>> libnl 3.4.0 Extracting
2022-05-10T19:41:41 >>> libnl 3.4.0 Patching
2022-05-10T19:41:41 >>> libnl 3.4.0 Updating config.sub and config.guess
2022-05-10T19:41:41 >>> libnl 3.4.0 Patching libtool
2022-05-10T19:41:41 >>> libnl 3.4.0 Configuring
2022-05-10T19:41:44 >>> libnl 3.4.0 Building
2022-05-10T19:41:46 >>> libnl 3.4.0 Installing to staging directory
2022-05-10T19:41:46 >>> libnl 3.4.0 Fixing libtool files
2022-05-10T19:41:46 >>> libnl 3.4.0 Installing to target
2022-05-10T19:41:47 >>> hostapd 2.6 Downloading
2022-05-10T19:41:52 >>> hostapd 2.6 Extracting
2022-05-10T19:41:52 >>> hostapd 2.6 Patching
2022-05-10T19:41:52 >>> hostapd 2.6 Configuring
2022-05-10T19:41:52 >>> hostapd 2.6 Building
2022-05-10T19:41:54 >>> hostapd 2.6 Installing to target
2022-05-10T19:41:54 >>> ifupdown-scripts  Extracting
2022-05-10T19:41:54 >>> ifupdown-scripts  Patching
2022-05-10T19:41:54 >>> ifupdown-scripts  Configuring
2022-05-10T19:41:54 >>> ifupdown-scripts  Building
2022-05-10T19:41:54 >>> ifupdown-scripts  Installing to target
2022-05-10T19:41:54 >>> inconsolata 001.010 Downloading
2022-05-10T19:41:58 >>> inconsolata 001.010 Extracting
2022-05-10T19:41:58 >>> inconsolata 001.010 Patching
2022-05-10T19:41:58 >>> inconsolata 001.010 Configuring
2022-05-10T19:41:58 >>> inconsolata 001.010 Building
2022-05-10T19:41:58 >>> inconsolata 001.010 Installing to target
2022-05-10T19:41:58 >>> initscripts  Extracting
2022-05-10T19:41:58 >>> initscripts  Patching
2022-05-10T19:41:58 >>> initscripts  Configuring
2022-05-10T19:41:58 >>> initscripts  Building
2022-05-10T19:41:58 >>> initscripts  Installing to target
2022-05-10T19:41:58 >>> input-event-daemon v0.1.3 Extracting
2022-05-10T19:41:58 >>> input-event-daemon v0.1.3 Patching
2022-05-10T19:41:58 >>> input-event-daemon v0.1.3 Configuring
2022-05-10T19:41:58 >>> input-event-daemon v0.1.3 Building
2022-05-10T19:41:59 >>> input-event-daemon v0.1.3 Installing to target
2022-05-10T19:41:59 >>> iozone 3.492 Downloading
2022-05-10T19:42:03 >>> iozone 3.492 Extracting
2022-05-10T19:42:03 >>> iozone 3.492 Patching
2022-05-10T19:42:03 >>> iozone 3.492 Configuring
2022-05-10T19:42:03 >>> iozone 3.492 Building
2022-05-10T19:42:08 >>> iozone 3.492 Installing to target
2022-05-10T19:42:08 >>> iperf 2.0.10 Downloading
2022-05-10T19:42:10 >>> iperf 2.0.10 Extracting
2022-05-10T19:42:10 >>> iperf 2.0.10 Patching
2022-05-10T19:42:10 >>> iperf 2.0.10 Updating config.sub and config.guess
2022-05-10T19:42:11 >>> iperf 2.0.10 Configuring
2022-05-10T19:42:11 >>> iperf 2.0.10 Autoreconfiguring
2022-05-10T19:42:13 >>> iperf 2.0.10 Patching libtool
2022-05-10T19:42:18 >>> iperf 2.0.10 Building
2022-05-10T19:42:18 >>> iperf 2.0.10 Installing to target
2022-05-10T19:42:18 >>> iperf3 3.6 Downloading
2022-05-10T19:42:20 >>> iperf3 3.6 Extracting
2022-05-10T19:42:20 >>> iperf3 3.6 Patching
2022-05-10T19:42:20 >>> iperf3 3.6 Updating config.sub and config.guess
2022-05-10T19:42:20 >>> iperf3 3.6 Patching libtool
2022-05-10T19:42:20 >>> iperf3 3.6 Configuring
2022-05-10T19:42:24 >>> iperf3 3.6 Building
2022-05-10T19:42:25 >>> iperf3 3.6 Installing to target
2022-05-10T19:42:25 >>> iw 4.9 Downloading
2022-05-10T19:42:30 >>> iw 4.9 Extracting
2022-05-10T19:42:30 >>> iw 4.9 Patching
2022-05-10T19:42:30 >>> iw 4.9 Configuring
2022-05-10T19:42:30 >>> iw 4.9 Building
2022-05-10T19:42:31 >>> iw 4.9 Installing to target
2022-05-10T19:42:31 >>> keyutils 1.5.10 Downloading
2022-05-10T19:42:35 >>> keyutils 1.5.10 Extracting
2022-05-10T19:42:35 >>> keyutils 1.5.10 Patching
2022-05-10T19:42:35 >>> keyutils 1.5.10 Configuring
2022-05-10T19:42:35 >>> keyutils 1.5.10 Building
2022-05-10T19:42:36 >>> keyutils 1.5.10 Installing to staging directory
2022-05-10T19:42:36 >>> keyutils 1.5.10 Fixing libtool files
2022-05-10T19:42:36 >>> keyutils 1.5.10 Installing to target
2022-05-10T19:42:36 >>> liberation 2.00.1 Downloading
2022-05-10T19:48:26 >>> liberation 2.00.1 Extracting
2022-05-10T19:48:26 >>> liberation 2.00.1 Patching
2022-05-10T19:48:26 >>> liberation 2.00.1 Configuring
2022-05-10T19:48:26 >>> liberation 2.00.1 Building
2022-05-10T19:48:26 >>> liberation 2.00.1 Installing to target
2022-05-10T19:48:26 >>> liblockfile 1.09 Extracting
2022-05-10T19:48:26 >>> liblockfile 1.09 Patching
2022-05-10T19:48:26 >>> liblockfile 1.09 Updating config.sub and config.guess
2022-05-10T19:48:26 >>> liblockfile 1.09 Patching libtool
2022-05-10T19:48:26 >>> liblockfile 1.09 Configuring
2022-05-10T19:48:27 >>> liblockfile 1.09 Building
2022-05-10T19:48:27 >>> liblockfile 1.09 Installing to staging directory
2022-05-10T19:48:27 >>> liblockfile 1.09 Fixing libtool files
2022-05-10T19:48:27 >>> liblockfile 1.09 Installing to target
2022-05-10T19:48:27 >>> libmad 0.15.1b Downloading
2022-05-10T19:48:39 >>> libmad 0.15.1b Extracting
2022-05-10T19:48:39 >>> libmad 0.15.1b Patching
2022-05-10T19:48:39 >>> libmad 0.15.1b Updating config.sub and config.guess
2022-05-10T19:48:39 >>> libmad 0.15.1b Configuring
2022-05-10T19:48:46 >>> libmad 0.15.1b Building
2022-05-10T19:48:47 >>> libmad 0.15.1b Installing to staging directory
2022-05-10T19:48:47 >>> libmad 0.15.1b Fixing libtool files
2022-05-10T19:48:47 >>> libmad 0.15.1b Installing to target
2022-05-10T19:48:47 >>> libusb 1.0.21 Extracting
2022-05-10T19:48:47 >>> libusb 1.0.21 Patching
2022-05-10T19:48:47 >>> libusb 1.0.21 Updating config.sub and config.guess
2022-05-10T19:48:47 >>> libusb 1.0.21 Patching libtool
2022-05-10T19:48:47 >>> libusb 1.0.21 Configuring
2022-05-10T19:48:52 >>> libusb 1.0.21 Building
2022-05-10T19:48:52 >>> libusb 1.0.21 Installing to staging directory
2022-05-10T19:48:52 >>> libusb 1.0.21 Fixing libtool files
2022-05-10T19:48:52 >>> libusb 1.0.21 Installing to target
2022-05-10T19:48:52 >>> libpcap 1.8.1 Downloading
2022-05-10T19:49:37 >>> libpcap 1.8.1 Extracting
2022-05-10T19:49:37 >>> libpcap 1.8.1 Patching
2022-05-10T19:49:37 >>> libpcap 1.8.1 Updating config.sub and config.guess
2022-05-10T19:49:37 >>> libpcap 1.8.1 Patching libtool
2022-05-10T19:49:37 >>> libpcap 1.8.1 Configuring
2022-05-10T19:49:42 >>> libpcap 1.8.1 Building
2022-05-10T19:49:42 >>> libpcap 1.8.1 Installing to staging directory
2022-05-10T19:49:43 >>> libpcap 1.8.1 Fixing package configuration files
2022-05-10T19:49:43 >>> libpcap 1.8.1 Fixing libtool files
2022-05-10T19:49:43 >>> libpcap 1.8.1 Installing to target
2022-05-10T19:49:43 >>> libxkbcommon 0.7.1 Downloading
2022-05-10T19:49:50 >>> libxkbcommon 0.7.1 Extracting
2022-05-10T19:49:50 >>> libxkbcommon 0.7.1 Patching
2022-05-10T19:49:50 >>> libxkbcommon 0.7.1 Updating config.sub and config.guess
2022-05-10T19:49:50 >>> libxkbcommon 0.7.1 Patching libtool
2022-05-10T19:49:50 >>> libxkbcommon 0.7.1 Configuring
2022-05-10T19:49:55 >>> libxkbcommon 0.7.1 Building
2022-05-10T19:49:56 >>> libxkbcommon 0.7.1 Installing to staging directory
2022-05-10T19:49:56 >>> libxkbcommon 0.7.1 Fixing libtool files
2022-05-10T19:49:56 >>> libxkbcommon 0.7.1 Installing to target
2022-05-10T19:49:56 >>> linuxptp 2.0.1 Downloading
2022-05-10T19:49:59 >>> linuxptp 2.0.1 Extracting
2022-05-10T19:49:59 >>> linuxptp 2.0.1 Patching
2022-05-10T19:49:59 >>> linuxptp 2.0.1 Configuring
2022-05-10T19:49:59 >>> linuxptp 2.0.1 Building
2022-05-10T19:50:00 >>> linuxptp 2.0.1 Installing to target
2022-05-10T19:50:00 >>> lmbench 3.0-a9 Downloading
2022-05-10T19:50:04 >>> lmbench 3.0-a9 Extracting
2022-05-10T19:50:04 >>> lmbench 3.0-a9 Patching
2022-05-10T19:50:04 >>> lmbench 3.0-a9 Configuring
2022-05-10T19:50:04 >>> lmbench 3.0-a9 Building
2022-05-10T19:50:10 >>> lmbench 3.0-a9 Installing to target
2022-05-10T19:50:13 >>> lockfile-progs 0.1.17 Extracting
2022-05-10T19:50:13 >>> lockfile-progs 0.1.17 Patching
2022-05-10T19:50:13 >>> lockfile-progs 0.1.17 Configuring
2022-05-10T19:50:13 >>> lockfile-progs 0.1.17 Building
2022-05-10T19:50:13 >>> lockfile-progs 0.1.17 Installing to target
2022-05-10T19:50:13 >>> lrzsz 0.12.20 Downloading
2022-05-10T19:50:18 >>> lrzsz 0.12.20 Extracting
2022-05-10T19:50:18 >>> lrzsz 0.12.20 Patching
2022-05-10T19:50:18 >>> lrzsz 0.12.20 Updating config.sub and config.guess
2022-05-10T19:50:18 >>> lrzsz 0.12.20 Patching libtool
2022-05-10T19:50:18 >>> lrzsz 0.12.20 Configuring
2022-05-10T19:50:23 >>> lrzsz 0.12.20 Building
2022-05-10T19:50:23 >>> lrzsz 0.12.20 Installing to target
2022-05-10T19:50:23 >>> make 4.2.1 Downloading
2022-05-10T19:50:27 >>> make 4.2.1 Extracting
2022-05-10T19:50:27 >>> make 4.2.1 Patching
2022-05-10T19:50:27 >>> make 4.2.1 Updating config.sub and config.guess
2022-05-10T19:50:27 >>> make 4.2.1 Configuring
2022-05-10T19:50:27 >>> make 4.2.1 Autoreconfiguring
2022-05-10T19:50:30 >>> make 4.2.1 Patching libtool
2022-05-10T19:50:36 >>> make 4.2.1 Building
2022-05-10T19:50:36 >>> make 4.2.1 Installing to target
2022-05-10T19:50:38 >>> memtester 4.5.0 Downloading
2022-05-10T19:50:40 >>> memtester 4.5.0 Extracting
2022-05-10T19:50:40 >>> memtester 4.5.0 Patching
2022-05-10T19:50:40 >>> memtester 4.5.0 Configuring
2022-05-10T19:50:40 >>> memtester 4.5.0 Building
2022-05-10T19:50:41 >>> memtester 4.5.0 Installing to target
2022-05-10T19:50:41 >>> host-mkpasswd  Extracting
2022-05-10T19:50:41 >>> host-mkpasswd  Patching
2022-05-10T19:50:41 >>> host-mkpasswd  Configuring
2022-05-10T19:50:41 >>> host-mkpasswd  Building
2022-05-10T19:50:41 >>> host-mkpasswd  Installing to host directory
2022-05-10T19:50:43 >>> mmc-utils d40ec535b9d4e4c974e8c2fbfb422cd0348cc5e8 Downloading
2022-05-10T19:50:47 >>> mmc-utils d40ec535b9d4e4c974e8c2fbfb422cd0348cc5e8 Extracting
2022-05-10T19:50:47 >>> mmc-utils d40ec535b9d4e4c974e8c2fbfb422cd0348cc5e8 Patching
2022-05-10T19:50:48 >>> mmc-utils d40ec535b9d4e4c974e8c2fbfb422cd0348cc5e8 Configuring
2022-05-10T19:50:48 >>> mmc-utils d40ec535b9d4e4c974e8c2fbfb422cd0348cc5e8 Building
2022-05-10T19:50:48 >>> mmc-utils d40ec535b9d4e4c974e8c2fbfb422cd0348cc5e8 Installing to target
2022-05-10T19:50:48 >>> host-zip 30 Downloading
2022-05-10T19:51:08 >>> host-zip 30 Extracting
2022-05-10T19:51:08 >>> host-zip 30 Patching
2022-05-10T19:51:08 >>> host-zip 30 Configuring
2022-05-10T19:51:08 >>> host-zip 30 Building
2022-05-10T19:51:09 >>> host-zip 30 Installing to host directory
2022-05-10T19:51:11 >>> noto-sans-sc 1.1 Downloading
2022-05-10T19:51:16 >>> noto-sans-sc 1.1 Extracting
2022-05-10T19:51:17 >>> noto-sans-sc 1.1 Patching
2022-05-10T19:51:17 >>> noto-sans-sc 1.1 Configuring
2022-05-10T19:51:17 >>> noto-sans-sc 1.1 Building
2022-05-10T19:51:17 >>> noto-sans-sc 1.1 Installing to target
2022-05-10T19:51:17 >>> ntfs-3g 2017.3.23 Extracting
2022-05-10T19:51:17 >>> ntfs-3g 2017.3.23 Patching
2022-05-10T19:51:17 >>> ntfs-3g 2017.3.23 Updating config.sub and config.guess
2022-05-10T19:51:17 >>> ntfs-3g 2017.3.23 Patching libtool
2022-05-10T19:51:17 >>> ntfs-3g 2017.3.23 Configuring
2022-05-10T19:51:25 >>> ntfs-3g 2017.3.23 Building
2022-05-10T19:51:28 >>> ntfs-3g 2017.3.23 Installing to staging directory
2022-05-10T19:51:28 >>> ntfs-3g 2017.3.23 Fixing libtool files
2022-05-10T19:51:28 >>> ntfs-3g 2017.3.23 Installing to target
2022-05-10T19:51:28 >>> host-ntfs-3g 2017.3.23 Extracting
2022-05-10T19:51:29 >>> host-ntfs-3g 2017.3.23 Patching
2022-05-10T19:51:29 >>> host-ntfs-3g 2017.3.23 Updating config.sub and config.guess
2022-05-10T19:51:29 >>> host-ntfs-3g 2017.3.23 Patching libtool
2022-05-10T19:51:29 >>> host-ntfs-3g 2017.3.23 Configuring
2022-05-10T19:51:37 >>> host-ntfs-3g 2017.3.23 Building
2022-05-10T19:51:40 >>> host-ntfs-3g 2017.3.23 Installing to host directory
2022-05-10T19:51:42 >>> host-patchelf 0.9 Extracting
2022-05-10T19:51:42 >>> host-patchelf 0.9 Patching
2022-05-10T19:51:42 >>> host-patchelf 0.9 Updating config.sub and config.guess
2022-05-10T19:51:42 >>> host-patchelf 0.9 Patching libtool
2022-05-10T19:51:42 >>> host-patchelf 0.9 Configuring
2022-05-10T19:51:43 >>> host-patchelf 0.9 Building
2022-05-10T19:51:46 >>> host-patchelf 0.9 Installing to host directory
2022-05-10T19:51:48 >>> perl 5.26.1 Downloading
2022-05-10T19:51:52 >>> perl 5.26.1 Extracting
2022-05-10T19:51:53 >>> perl 5.26.1 Patching
2022-05-10T19:51:53 >>> perl 5.26.1 Updating config.sub and config.guess
2022-05-10T19:51:53 >>> perl 5.26.1 Configuring
2022-05-10T19:52:36 >>> perl 5.26.1 Building
2022-05-10T19:55:31 >>> perl 5.26.1 Installing to staging directory
2022-05-10T19:55:32 >>> perl 5.26.1 Fixing libtool files
2022-05-10T19:55:33 >>> perl 5.26.1 Installing to target
2022-05-10T19:55:39 >>> pm-utils 1.4.1 Extracting
2022-05-10T19:55:39 >>> pm-utils 1.4.1 Patching
2022-05-10T19:55:39 >>> pm-utils 1.4.1 Updating config.sub and config.guess
2022-05-10T19:55:39 >>> pm-utils 1.4.1 Patching libtool
2022-05-10T19:55:39 >>> pm-utils 1.4.1 Configuring
2022-05-10T19:55:40 >>> pm-utils 1.4.1 Building
2022-05-10T19:55:41 >>> pm-utils 1.4.1 Installing to target
2022-05-10T19:55:41 >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Downloading
2022-05-10T19:55:42 >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Extracting
2022-05-10T19:55:42 >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Patching
2022-05-10T19:55:42 >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Configuring
2022-05-10T19:55:42 >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Building
2022-05-10T19:55:42 >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Installing to target
2022-05-10T19:55:42 >>> qt5declarative 5.15.2 Downloading
2022-05-10T19:55:45 >>> qt5declarative 5.15.2 Extracting
2022-05-10T19:55:46 >>> qt5declarative 5.15.2 Patching
2022-05-10T19:55:46 >>> qt5declarative 5.15.2 Configuring
2022-05-10T19:55:46 >>> qt5declarative 5.15.2 Building
2022-05-10T19:58:35 >>> qt5declarative 5.15.2 Installing to staging directory
2022-05-10T19:58:38 >>> qt5declarative 5.15.2 Fixing libtool files
2022-05-10T19:58:38 >>> qt5declarative 5.15.2 Installing to target
2022-05-10T19:58:42 >>> qt5connectivity 5.15.2 Downloading
2022-05-10T19:58:44 >>> qt5connectivity 5.15.2 Extracting
2022-05-10T19:58:44 >>> qt5connectivity 5.15.2 Patching
2022-05-10T19:58:44 >>> qt5connectivity 5.15.2 Configuring
2022-05-10T19:58:44 >>> qt5connectivity 5.15.2 Building
2022-05-10T19:59:12 >>> qt5connectivity 5.15.2 Installing to staging directory
2022-05-10T19:59:12 >>> qt5connectivity 5.15.2 Fixing libtool files
2022-05-10T19:59:12 >>> qt5connectivity 5.15.2 Installing to target
2022-05-10T19:59:13 >>> qt5multimedia 5.15.2 Downloading
2022-05-10T19:59:15 >>> qt5multimedia 5.15.2 Extracting
2022-05-10T19:59:15 >>> qt5multimedia 5.15.2 Patching
2022-05-10T19:59:15 >>> qt5multimedia 5.15.2 Configuring
2022-05-10T19:59:16 >>> qt5multimedia 5.15.2 Building
2022-05-10T19:59:53 >>> qt5multimedia 5.15.2 Installing to staging directory
2022-05-10T19:59:54 >>> qt5multimedia 5.15.2 Fixing libtool files
2022-05-10T19:59:54 >>> qt5multimedia 5.15.2 Installing to target
2022-05-10T19:59:55 >>> qt5quickcontrols 5.15.2 Downloading
2022-05-10T19:59:57 >>> qt5quickcontrols 5.15.2 Extracting
2022-05-10T19:59:57 >>> qt5quickcontrols 5.15.2 Patching
2022-05-10T19:59:57 >>> qt5quickcontrols 5.15.2 Configuring
2022-05-10T19:59:57 >>> qt5quickcontrols 5.15.2 Building
2022-05-10T20:00:15 >>> qt5quickcontrols 5.15.2 Installing to staging directory
2022-05-10T20:00:15 >>> qt5quickcontrols 5.15.2 Fixing libtool files
2022-05-10T20:00:15 >>> qt5quickcontrols 5.15.2 Installing to target
2022-05-10T20:00:17 >>> qt5svg 5.15.2 Downloading
2022-05-10T20:00:19 >>> qt5svg 5.15.2 Extracting
2022-05-10T20:00:19 >>> qt5svg 5.15.2 Patching
2022-05-10T20:00:19 >>> qt5svg 5.15.2 Configuring
2022-05-10T20:00:19 >>> qt5svg 5.15.2 Building
2022-05-10T20:00:25 >>> qt5svg 5.15.2 Installing to staging directory
2022-05-10T20:00:25 >>> qt5svg 5.15.2 Fixing libtool files
2022-05-10T20:00:26 >>> qt5svg 5.15.2 Installing to target
2022-05-10T20:00:26 >>> qt5virtualkeyboard 5.15.2 Downloading
2022-05-10T20:00:28 >>> qt5virtualkeyboard 5.15.2 Extracting
2022-05-10T20:00:28 >>> qt5virtualkeyboard 5.15.2 Patching
2022-05-10T20:00:28 >>> qt5virtualkeyboard 5.15.2 Configuring
2022-05-10T20:00:28 >>> qt5virtualkeyboard 5.15.2 Building
2022-05-10T20:00:37 >>> qt5virtualkeyboard 5.15.2 Installing to staging directory
2022-05-10T20:00:37 >>> qt5virtualkeyboard 5.15.2 Fixing libtool files
2022-05-10T20:00:38 >>> qt5virtualkeyboard 5.15.2 Installing to target
2022-05-10T20:00:38 >>> qt5wayland 5.15.2 Downloading
2022-05-10T20:00:40 >>> qt5wayland 5.15.2 Extracting
2022-05-10T20:00:40 >>> qt5wayland 5.15.2 Patching
2022-05-10T20:00:40 >>> qt5wayland 5.15.2 Configuring
2022-05-10T20:00:41 >>> qt5wayland 5.15.2 Building
2022-05-10T20:00:59 >>> qt5wayland 5.15.2 Installing to staging directory
2022-05-10T20:00:59 >>> qt5wayland 5.15.2 Fixing libtool files
2022-05-10T20:00:59 >>> qt5wayland 5.15.2 Installing to target
2022-05-10T20:01:00 >>> QLauncher 1.0 Syncing from source dir /home/rootroot/rk3568_linux4.19/buildroot/../app/QLauncher
2022-05-10T20:01:00 >>> QLauncher 1.0 Configuring
2022-05-10T20:01:00 >>> QLauncher 1.0 Building
2022-05-10T20:01:03 >>> QLauncher 1.0 Installing to target
2022-05-10T20:01:03 >>> alsa-config 1.0 Syncing from source dir /home/rootroot/rk3568_linux4.19/buildroot/../external/alsa-config
2022-05-10T20:01:03 >>> alsa-config 1.0 Configuring
2022-05-10T20:01:04 >>> alsa-config 1.0 Building
2022-05-10T20:01:04 >>> alsa-config 1.0 Installing to target
2022-05-10T20:01:04 >>> broadcom_bsa  Syncing from source dir /home/rootroot/rk3568_linux4.19/buildroot/../external/broadcom_bsa
2022-05-10T20:01:04 >>> broadcom_bsa  Configuring
2022-05-10T20:01:04 >>> broadcom_bsa  Building
2022-05-10T20:01:04 >>> broadcom_bsa  Installing to staging directory
2022-05-10T20:01:04 >>> broadcom_bsa  Fixing libtool files
2022-05-10T20:01:04 >>> broadcom_bsa  Installing to target
2022-05-10T20:01:05 >>> camera_engine_rkaiq 1.0 Syncing from source dir /home/rootroot/rk3568_linux4.19/buildroot/../external/camera_engine_rkaiq
2022-05-10T20:01:06 >>> camera_engine_rkaiq 1.0 Configuring
2022-05-10T20:01:07 >>> camera_engine_rkaiq 1.0 Building
2022-05-10T20:01:37 >>> camera_engine_rkaiq 1.0 Installing to staging directory
2022-05-10T20:01:52 >>> camera_engine_rkaiq 1.0 Fixing libtool files
2022-05-10T20:01:52 >>> camera_engine_rkaiq 1.0 Installing to target
2022-05-10T20:02:09 >>> wpa_supplicant 2.6 Downloading
2022-05-10T20:02:16 >>> wpa_supplicant 2.6 Extracting
2022-05-10T20:02:16 >>> wpa_supplicant 2.6 Patching
2022-05-10T20:02:16 >>> wpa_supplicant 2.6 Configuring
2022-05-10T20:02:16 >>> wpa_supplicant 2.6 Building
2022-05-10T20:02:19 >>> wpa_supplicant 2.6 Installing to staging directory
2022-05-10T20:02:19 >>> wpa_supplicant 2.6 Fixing libtool files
2022-05-10T20:02:19 >>> wpa_supplicant 2.6 Installing to target
2022-05-10T20:02:20 >>> deviceio_release  Syncing from source dir /home/rootroot/rk3568_linux4.19/buildroot/../external/deviceio_release
2022-05-10T20:02:20 >>> deviceio_release  Configuring
2022-05-10T20:02:20 >>> deviceio_release  Building
2022-05-10T20:02:20 >>> deviceio_release  Installing to staging directory
2022-05-10T20:02:20 >>> deviceio_release  Fixing libtool files
2022-05-10T20:02:20 >>> deviceio_release  Installing to target
2022-05-10T20:02:21 >>> mpp release Syncing from source dir /home/rootroot/rk3568_linux4.19/buildroot/../external/mpp
2022-05-10T20:02:21 >>> mpp release Configuring
2022-05-10T20:02:22 >>> mpp release Building
2022-05-10T20:02:27 >>> mpp release Installing to staging directory
2022-05-10T20:02:27 >>> mpp release Fixing libtool files
2022-05-10T20:02:27 >>> mpp release Installing to target
2022-05-10T20:02:27 >>> gstreamer1-rockchip master Syncing from source dir /home/rootroot/rk3568_linux4.19/buildroot/../external/gstreamer-rockchip
2022-05-10T20:02:27 >>> gstreamer1-rockchip master Configuring
2022-05-10T20:02:28 >>> gstreamer1-rockchip master Building
2022-05-10T20:02:28 >>> gstreamer1-rockchip master Installing to target
2022-05-10T20:02:29 >>> multivideoplayer 1.0 Syncing from source dir /home/rootroot/rk3568_linux4.19/buildroot/../app/multivideoplayer
2022-05-10T20:02:29 >>> multivideoplayer 1.0 Configuring
2022-05-10T20:02:29 >>> multivideoplayer 1.0 Building
2022-05-10T20:02:32 >>> multivideoplayer 1.0 Installing to target
2022-05-10T20:02:32 >>> qcamera 1.0 Syncing from source dir /home/rootroot/rk3568_linux4.19/buildroot/../app/qcamera
2022-05-10T20:02:32 >>> qcamera 1.0 Configuring
2022-05-10T20:02:32 >>> qcamera 1.0 Building
2022-05-10T20:02:35 >>> qcamera 1.0 Installing to target
2022-05-10T20:02:35 >>> qfm 1.0 Syncing from source dir /home/rootroot/rk3568_linux4.19/buildroot/../app/qfm
2022-05-10T20:02:35 >>> qfm 1.0 Configuring
2022-05-10T20:02:35 >>> qfm 1.0 Building
2022-05-10T20:02:38 >>> qfm 1.0 Installing to target
2022-05-10T20:02:38 >>> qplayer 1.0 Syncing from source dir /home/rootroot/rk3568_linux4.19/buildroot/../app/qplayer
2022-05-10T20:02:38 >>> qplayer 1.0 Configuring
2022-05-10T20:02:38 >>> qplayer 1.0 Building
2022-05-10T20:02:41 >>> qplayer 1.0 Installing to target
2022-05-10T20:02:41 >>> qsetting 1.0 Syncing from source dir /home/rootroot/rk3568_linux4.19/buildroot/../app/qsetting
2022-05-10T20:02:41 >>> qsetting 1.0 Configuring
2022-05-10T20:02:41 >>> qsetting 1.0 Building
2022-05-10T20:02:44 >>> qsetting 1.0 Installing to target
2022-05-10T20:02:44 >>> rknpu2 1.2.0 Syncing from source dir /home/rootroot/rk3568_linux4.19/buildroot/../external/rknpu2
2022-05-10T20:02:46 >>> rknpu2 1.2.0 Configuring
2022-05-10T20:02:46 >>> rknpu2 1.2.0 Building
2022-05-10T20:02:46 >>> rknpu2 1.2.0 Installing to staging directory
2022-05-10T20:02:46 >>> rknpu2 1.2.0 Fixing libtool files
2022-05-10T20:02:46 >>> rknpu2 1.2.0 Installing to target
2022-05-10T20:02:46 >>> rkscript  Syncing from source dir /home/rootroot/rk3568_linux4.19/buildroot/../external/rkscript
2022-05-10T20:02:46 >>> rkscript  Configuring
2022-05-10T20:02:46 >>> rkscript  Building
2022-05-10T20:02:46 >>> rkscript  Installing to target
2022-05-10T20:02:46 >>> rktoolkit master Syncing from source dir /home/rootroot/rk3568_linux4.19/buildroot/../external/rktoolkit
2022-05-10T20:02:46 >>> rktoolkit master Configuring
2022-05-10T20:02:46 >>> rktoolkit master Building
2022-05-10T20:02:46 >>> rktoolkit master Installing to target
2022-05-10T20:02:47 >>> rkwifibt 1.0.0 Syncing from source dir /home/rootroot/rk3568_linux4.19/buildroot/../external/rkwifibt
2022-05-10T20:02:47 >>> rkwifibt 1.0.0 Configuring
2022-05-10T20:02:47 >>> rkwifibt 1.0.0 Building
2022-05-10T20:02:57 >>> rkwifibt 1.0.0 Installing to target
2022-05-10T20:02:57 >>> rockchip_test 20220105 Syncing from source dir /home/rootroot/rk3568_linux4.19/buildroot/package/rockchip/rockchip_test/src
2022-05-10T20:02:57 >>> rockchip_test 20220105 Configuring
2022-05-10T20:02:57 >>> rockchip_test 20220105 Building
2022-05-10T20:02:57 >>> rockchip_test 20220105 Installing to target
2022-05-10T20:02:57 >>> rt-tests 1.0 Downloading
2022-05-10T20:03:00 >>> rt-tests 1.0 Extracting
2022-05-10T20:03:00 >>> rt-tests 1.0 Patching
2022-05-10T20:03:00 >>> rt-tests 1.0 Configuring
2022-05-10T20:03:00 >>> rt-tests 1.0 Building
2022-05-10T20:03:01 >>> rt-tests 1.0 Installing to target
2022-05-10T20:03:01 >>> source-han-sans-cn 2.001R Downloading
Done in 1h 40min 47s  (error code: 2)
log saved on /home/rootroot/rk3568_linux4.19/br.log
2022-05-10T20:02:57 cp -rf  /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/rockchip_test-20220105/rockchip_test  /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/
2022-05-10T20:02:57 cp -rf /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/rockchip_test-20220105/rockchip_test_aarch64/* /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/rockchip_test/ || true
2022-05-10T20:02:57 /usr/bin/install -D -m 0755 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/rockchip_test-20220105/rockchip_test/auto_reboot/S99_auto_reboot /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/etc/init.d/
2022-05-10T20:02:57 test "npu2" = "npu2" && /usr/bin/install -D -m 0755 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/rockchip_test-20220105/npu2_aarch64/rknn_mobilenet_demo /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/rockchip_test/npu2/ || true
2022-05-10T20:02:57 /usr/bin/install: target '/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/rockchip_test/npu2/' is not a directory: No such file or directory
2022-05-10T20:02:57 rm -rf /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/rockchip_test/npu
2022-05-10T20:02:57 cp -rf /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/rockchip_test-20220105/RK356X/npu2_aarch64 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/rockchip_test/npu2
2022-05-10T20:02:57 >>> rt-tests 1.0 Downloading
2022-05-10T20:02:57 --2022-05-10 20:02:57--  https://cdn.kernel.org/pub/linux/utils/rt-tests/rt-tests-1.0.tar.xz
2022-05-10T20:02:58 Resolving cdn.kernel.org (cdn.kernel.org)... 151.101.73.176, 2a04:4e42:1a::432
2022-05-10T20:02:58 Connecting to cdn.kernel.org (cdn.kernel.org)|151.101.73.176|:443... connected.
2022-05-10T20:02:59 HTTP request sent, awaiting response... 404 Not Found
2022-05-10T20:02:59 2022-05-10 20:02:59 ERROR 404: Not Found.
2022-05-10T20:02:59 
2022-05-10T20:02:59 --2022-05-10 20:02:59--  http://sources.buildroot.net/rt-tests-1.0.tar.xz
2022-05-10T20:02:59 Resolving sources.buildroot.net (sources.buildroot.net)... 172.67.72.56, 104.26.1.37, 104.26.0.37, ...
2022-05-10T20:03:00 Connecting to sources.buildroot.net (sources.buildroot.net)|172.67.72.56|:80... connected.
2022-05-10T20:03:00 HTTP request sent, awaiting response... 200 OK
2022-05-10T20:03:00 Length: 86096 (84K) [application/x-xz]
2022-05-10T20:03:00 Saving to: '/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/.rt-tests-1.0.tar.xz.hii6VJ/output'
2022-05-10T20:03:00 
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/bu 100%[=================================================================================================================================================================>]  84.08K   497KB/s    in 0.2s    
2022-05-10T20:03:00 
2022-05-10T20:03:00 2022-05-10 20:03:00 (497 KB/s) - '/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/.rt-tests-1.0.tar.xz.hii6VJ/output' saved [86096/86096]
2022-05-10T20:03:00 
2022-05-10T20:03:00 >>> rt-tests 1.0 Extracting
2022-05-10T20:03:00 xzcat /home/rootroot/rk3568_linux4.19/buildroot/dl/rt-tests-1.0.tar.xz | /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/tar --strip-components=1 -C /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/rt-tests-1.0   -xf -
2022-05-10T20:03:00 >>> rt-tests 1.0 Patching
2022-05-10T20:03:00 
2022-05-10T20:03:00 Applying 0001-Fix-various-minor-issues-with-rt-tests-build-system.patch using patch:
2022-05-10T20:03:00 patching file Makefile
2022-05-10T20:03:00 
2022-05-10T20:03:00 Applying 0002-Fix-a-build-issue-with-uClibc-ng.patch using patch:
2022-05-10T20:03:00 patching file src/cyclictest/cyclictest.c
2022-05-10T20:03:00 
2022-05-10T20:03:00 Applying 0003-Add-syscall-number-for-sched_-gs-etattr-for-SH4.patch using patch:
2022-05-10T20:03:00 patching file src/include/rt-sched.h
2022-05-10T20:03:00 >>> rt-tests 1.0 Configuring
2022-05-10T20:03:00 >>> rt-tests 1.0 Building
2022-05-10T20:03:00 PATH="/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin:/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/sbin:/home/rootroot/.local/bin:/home/rootroot/OpenHarmony/prebuilts/clang/ohos/linux-x86_64/llvm/bin:/home/rootroot/OpenHarmony/prebuilts/gcc/linux-x86/arm/gcc-linaro-7.5.0-arm-linux-gnueabi/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /usr/bin/make -j17 -C /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/rt-tests-1.0 CC="/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os " prefix=/usr
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/cyclictest/cyclictest.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/cyclictest.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/lib/error.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/error.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/lib/rt-get_cpu.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/rt-get_cpu.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/lib/rt-sched.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/rt-sched.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/lib/rt-utils.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/rt-utils.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/hackbench/hackbench.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/hackbench.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/pi_tests/pip_stress.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/pip_stress.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/pi_tests/pi_stress.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/pi_stress.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/pmqtest/pmqtest.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/pmqtest.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/ptsematest/ptsematest.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/ptsematest.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/rt-migrate-test/rt-migrate-test.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/rt-migrate-test.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/backfire/sendme.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/sendme.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/signaltest/signaltest.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/signaltest.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/sigwaittest/sigwaittest.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/sigwaittest.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/svsematest/svsematest.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/svsematest.o
2022-05-10T20:03:00 chmod +x src/hwlatdetect/hwlatdetect.py
2022-05-10T20:03:00 ln -s src/hwlatdetect/hwlatdetect.py hwlatdetect
2022-05-10T20:03:00 ar rcs bld/librttest.a bld/error.o bld/rt-get_cpu.o bld/rt-sched.o bld/rt-utils.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o sendme bld/sendme.o -lrt -lpthread -lrttest -Lbld -ldl
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o pip_stress bld/pip_stress.o -lrt -lpthread -lrttest -Lbld
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o signaltest bld/signaltest.o -lrt -lpthread -lrttest -Lbld
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o ptsematest bld/ptsematest.o -lrt -lpthread -lrttest -Lbld -ldl
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o hackbench bld/hackbench.o -lrt -lpthread
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o pmqtest bld/pmqtest.o -lrt -lpthread -lrttest -Lbld -ldl
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o rt-migrate-test bld/rt-migrate-test.o -lrt -lpthread -lrttest -Lbld
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o sigwaittest bld/sigwaittest.o -lrt -lpthread -lrttest -Lbld -ldl
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o svsematest bld/svsematest.o -lrt -lpthread -lrttest -Lbld -ldl
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o pi_stress bld/pi_stress.o -lrt -lpthread -lrttest -Lbld
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o cyclictest bld/cyclictest.o -lrt -lpthread -lrttest -Lbld
2022-05-10T20:03:01 >>> rt-tests 1.0 Installing to target
2022-05-10T20:03:01 PATH="/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin:/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/sbin:/home/rootroot/.local/bin:/home/rootroot/OpenHarmony/prebuilts/clang/ohos/linux-x86_64/llvm/bin:/home/rootroot/OpenHarmony/prebuilts/gcc/linux-x86/arm/gcc-linaro-7.5.0-arm-linux-gnueabi/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /usr/bin/make -j17 -C /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/rt-tests-1.0 DESTDIR="/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target" prefix=/usr PYLIB="" install
2022-05-10T20:03:01 if test -n "" ; then     mkdir -p "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/bin" "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8" ;     install -D -m 755 src/hwlatdetect/hwlatdetect.py /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/hwlatdetect.py ;     rm -f "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/bin/hwlatdetect" ;     ln -s /hwlatdetect.py "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/bin/hwlatdetect" ;     gzip -c src/hwlatdetect/hwlatdetect.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/hwlatdetect.8.gz" ; fi
2022-05-10T20:03:01 mkdir -p "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/bin" "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man4"
2022-05-10T20:03:01 mkdir -p "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/src" "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8"
2022-05-10T20:03:01 cp cyclictest hackbench pip_stress pi_stress pmqtest ptsematest rt-migrate-test sendme signaltest sigwaittest svsematest "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/bin"
2022-05-10T20:03:01 install -D -m 644 src/backfire/backfire.c "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/src/backfire/backfire.c"
2022-05-10T20:03:01 install -m 644 src/backfire/Makefile "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/src/backfire/Makefile"
2022-05-10T20:03:01 gzip -c src/backfire/backfire.4 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man4/backfire.4.gz"
2022-05-10T20:03:01 gzip -c src/cyclictest/cyclictest.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/cyclictest.8.gz"
2022-05-10T20:03:01 gzip -c src/pi_tests/pi_stress.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/pi_stress.8.gz"
2022-05-10T20:03:01 gzip -c src/ptsematest/ptsematest.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/ptsematest.8.gz"
2022-05-10T20:03:01 gzip -c src/sigwaittest/sigwaittest.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/sigwaittest.8.gz"
2022-05-10T20:03:01 gzip -c src/svsematest/svsematest.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/svsematest.8.gz"
2022-05-10T20:03:01 gzip -c src/pmqtest/pmqtest.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/pmqtest.8.gz"
2022-05-10T20:03:01 gzip -c src/backfire/sendme.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/sendme.8.gz"
2022-05-10T20:03:01 gzip -c src/hackbench/hackbench.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/hackbench.8.gz"
2022-05-10T20:03:01 gzip -c src/signaltest/signaltest.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/signaltest.8.gz"
2022-05-10T20:03:01 >>> source-han-sans-cn 2.001R Downloading
2022-05-10T20:03:01 --2022-05-10 20:03:01--  https://raw.githubusercontent.com/adobe-fonts/source-han-sans/2.001R/SubsetOTF/SourceHanSansCN.zip
2022-05-10T20:03:01 Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 0.0.0.0, ::
2022-05-10T20:03:01 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|0.0.0.0|:443... failed: Connection refused.
2022-05-10T20:03:01 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|::|:443... failed: Connection refused.
2022-05-10T20:03:01 --2022-05-10 20:03:01--  http://sources.buildroot.net/SourceHanSansCN.zip
2022-05-10T20:03:01 Resolving sources.buildroot.net (sources.buildroot.net)... 104.26.0.37, 104.26.1.37, 172.67.72.56, ...
2022-05-10T20:03:01 Connecting to sources.buildroot.net (sources.buildroot.net)|104.26.0.37|:80... connected.
2022-05-10T20:03:01 HTTP request sent, awaiting response... 404 Not Found
2022-05-10T20:03:01 2022-05-10 20:03:01 ERROR 404: Not Found.
2022-05-10T20:03:01 
2022-05-10T20:03:01 make[1]: *** [package/pkg-generic.mk:140: /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/source-han-sans-cn-2.001R/.stamp_downloaded] Error 1
2022-05-10T20:03:01 make: *** [/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/Makefile:16: _all] Error 2
Command exited with non-zero status 1
you take 1:40:49 to build builroot
ERROR: Running build_buildroot failed!
ERROR: exit code 1 from line 628:
    /usr/bin/time -f "you take %E to build builroot" $COMMON_DIR/mk-buildroot.sh $BOARD_CONFIG
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ ./build.sh rootfs
processing option: rootfs
==========Start building buildroot==========
TARGET_BUILDROOT_CONFIG=rockchip_rk3568
=========================================
Top of tree: /home/rootroot/rk3568_linux4.19
===========================================

#TARGET_BOARD=rk3568
#OUTPUT_DIR=output/rockchip_rk3568
#CONFIG=rockchip_rk3568_defconfig

===========================================
make: Entering directory '/home/rootroot/rk3568_linux4.19/buildroot'
  GEN     /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/Makefile
/home/rootroot/rk3568_linux4.19/buildroot/build/defconfig_hook.py -m /home/rootroot/rk3568_linux4.19/buildroot/configs/rockchip_rk3568_defconfig /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig
BR2_DEFCONFIG='' KCONFIG_AUTOCONFIG=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/auto.conf KCONFIG_AUTOHEADER=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/autoconf.h KCONFIG_TRISTATE=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/tristate.config BR2_CONFIG=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.config HOST_GCC_VERSION="9" BUILD_DIR=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build SKIP_LEGACY= BR2_DEFCONFIG=/home/rootroot/rk3568_linux4.19/buildroot/configs/rockchip_rk3568_defconfig /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/conf --defconfig=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig Config.in
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:285:warning: override: reassigning to symbol BR2_PACKAGE_MPP
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:286:warning: override: reassigning to symbol BR2_PACKAGE_MPP_ALLOCATOR_DRM
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:288:warning: override: reassigning to symbol BR2_PACKAGE_LINUX_RGA
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:313:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTP
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:314:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTPMANAGER
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:315:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTSP
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:321:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEORATE
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:322:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VORBIS
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:323:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_OGG
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:342:warning: override: reassigning to symbol BR2_PACKAGE_ROCKCHIP_TEST
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:345:warning: override: reassigning to symbol BR2_PACKAGE_RKWIFIBT
#
# configuration written to /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.config
#
make: Leaving directory '/home/rootroot/rk3568_linux4.19/buildroot'
2022-05-10T21:22:56 >>> source-han-sans-cn 2.001R Downloading
Done in 7s  (error code: 2)
log saved on /home/rootroot/rk3568_linux4.19/br.log
2022-05-10T20:03:00 Connecting to sources.buildroot.net (sources.buildroot.net)|172.67.72.56|:80... connected.
2022-05-10T20:03:00 HTTP request sent, awaiting response... 200 OK
2022-05-10T20:03:00 Length: 86096 (84K) [application/x-xz]
2022-05-10T20:03:00 Saving to: '/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/.rt-tests-1.0.tar.xz.hii6VJ/output'
2022-05-10T20:03:00 
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/bu 100%[=================================================================================================================================================================>]  84.08K   497KB/s    in 0.2s    
2022-05-10T20:03:00 
2022-05-10T20:03:00 2022-05-10 20:03:00 (497 KB/s) - '/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/.rt-tests-1.0.tar.xz.hii6VJ/output' saved [86096/86096]
2022-05-10T20:03:00 
2022-05-10T20:03:00 >>> rt-tests 1.0 Extracting
2022-05-10T20:03:00 xzcat /home/rootroot/rk3568_linux4.19/buildroot/dl/rt-tests-1.0.tar.xz | /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/tar --strip-components=1 -C /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/rt-tests-1.0   -xf -
2022-05-10T20:03:00 >>> rt-tests 1.0 Patching
2022-05-10T20:03:00 
2022-05-10T20:03:00 Applying 0001-Fix-various-minor-issues-with-rt-tests-build-system.patch using patch:
2022-05-10T20:03:00 patching file Makefile
2022-05-10T20:03:00 
2022-05-10T20:03:00 Applying 0002-Fix-a-build-issue-with-uClibc-ng.patch using patch:
2022-05-10T20:03:00 patching file src/cyclictest/cyclictest.c
2022-05-10T20:03:00 
2022-05-10T20:03:00 Applying 0003-Add-syscall-number-for-sched_-gs-etattr-for-SH4.patch using patch:
2022-05-10T20:03:00 patching file src/include/rt-sched.h
2022-05-10T20:03:00 >>> rt-tests 1.0 Configuring
2022-05-10T20:03:00 >>> rt-tests 1.0 Building
2022-05-10T20:03:00 PATH="/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin:/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/sbin:/home/rootroot/.local/bin:/home/rootroot/OpenHarmony/prebuilts/clang/ohos/linux-x86_64/llvm/bin:/home/rootroot/OpenHarmony/prebuilts/gcc/linux-x86/arm/gcc-linaro-7.5.0-arm-linux-gnueabi/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /usr/bin/make -j17 -C /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/rt-tests-1.0 CC="/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os " prefix=/usr
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/cyclictest/cyclictest.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/cyclictest.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/lib/error.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/error.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/lib/rt-get_cpu.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/rt-get_cpu.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/lib/rt-sched.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/rt-sched.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/lib/rt-utils.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/rt-utils.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/hackbench/hackbench.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/hackbench.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/pi_tests/pip_stress.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/pip_stress.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/pi_tests/pi_stress.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/pi_stress.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/pmqtest/pmqtest.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/pmqtest.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/ptsematest/ptsematest.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/ptsematest.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/rt-migrate-test/rt-migrate-test.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/rt-migrate-test.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/backfire/sendme.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/sendme.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/signaltest/signaltest.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/signaltest.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/sigwaittest/sigwaittest.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/sigwaittest.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/svsematest/svsematest.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/svsematest.o
2022-05-10T20:03:00 chmod +x src/hwlatdetect/hwlatdetect.py
2022-05-10T20:03:00 ln -s src/hwlatdetect/hwlatdetect.py hwlatdetect
2022-05-10T20:03:00 ar rcs bld/librttest.a bld/error.o bld/rt-get_cpu.o bld/rt-sched.o bld/rt-utils.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o sendme bld/sendme.o -lrt -lpthread -lrttest -Lbld -ldl
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o pip_stress bld/pip_stress.o -lrt -lpthread -lrttest -Lbld
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o signaltest bld/signaltest.o -lrt -lpthread -lrttest -Lbld
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o ptsematest bld/ptsematest.o -lrt -lpthread -lrttest -Lbld -ldl
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o hackbench bld/hackbench.o -lrt -lpthread
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o pmqtest bld/pmqtest.o -lrt -lpthread -lrttest -Lbld -ldl
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o rt-migrate-test bld/rt-migrate-test.o -lrt -lpthread -lrttest -Lbld
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o sigwaittest bld/sigwaittest.o -lrt -lpthread -lrttest -Lbld -ldl
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o svsematest bld/svsematest.o -lrt -lpthread -lrttest -Lbld -ldl
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o pi_stress bld/pi_stress.o -lrt -lpthread -lrttest -Lbld
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o cyclictest bld/cyclictest.o -lrt -lpthread -lrttest -Lbld
2022-05-10T20:03:01 >>> rt-tests 1.0 Installing to target
2022-05-10T20:03:01 PATH="/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin:/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/sbin:/home/rootroot/.local/bin:/home/rootroot/OpenHarmony/prebuilts/clang/ohos/linux-x86_64/llvm/bin:/home/rootroot/OpenHarmony/prebuilts/gcc/linux-x86/arm/gcc-linaro-7.5.0-arm-linux-gnueabi/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /usr/bin/make -j17 -C /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/rt-tests-1.0 DESTDIR="/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target" prefix=/usr PYLIB="" install
2022-05-10T20:03:01 if test -n "" ; then     mkdir -p "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/bin" "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8" ;     install -D -m 755 src/hwlatdetect/hwlatdetect.py /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/hwlatdetect.py ;     rm -f "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/bin/hwlatdetect" ;     ln -s /hwlatdetect.py "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/bin/hwlatdetect" ;     gzip -c src/hwlatdetect/hwlatdetect.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/hwlatdetect.8.gz" ; fi
2022-05-10T20:03:01 mkdir -p "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/bin" "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man4"
2022-05-10T20:03:01 mkdir -p "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/src" "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8"
2022-05-10T20:03:01 cp cyclictest hackbench pip_stress pi_stress pmqtest ptsematest rt-migrate-test sendme signaltest sigwaittest svsematest "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/bin"
2022-05-10T20:03:01 install -D -m 644 src/backfire/backfire.c "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/src/backfire/backfire.c"
2022-05-10T20:03:01 install -m 644 src/backfire/Makefile "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/src/backfire/Makefile"
2022-05-10T20:03:01 gzip -c src/backfire/backfire.4 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man4/backfire.4.gz"
2022-05-10T20:03:01 gzip -c src/cyclictest/cyclictest.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/cyclictest.8.gz"
2022-05-10T20:03:01 gzip -c src/pi_tests/pi_stress.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/pi_stress.8.gz"
2022-05-10T20:03:01 gzip -c src/ptsematest/ptsematest.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/ptsematest.8.gz"
2022-05-10T20:03:01 gzip -c src/sigwaittest/sigwaittest.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/sigwaittest.8.gz"
2022-05-10T20:03:01 gzip -c src/svsematest/svsematest.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/svsematest.8.gz"
2022-05-10T20:03:01 gzip -c src/pmqtest/pmqtest.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/pmqtest.8.gz"
2022-05-10T20:03:01 gzip -c src/backfire/sendme.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/sendme.8.gz"
2022-05-10T20:03:01 gzip -c src/hackbench/hackbench.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/hackbench.8.gz"
2022-05-10T20:03:01 gzip -c src/signaltest/signaltest.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/signaltest.8.gz"
2022-05-10T20:03:01 >>> source-han-sans-cn 2.001R Downloading
2022-05-10T20:03:01 --2022-05-10 20:03:01--  https://raw.githubusercontent.com/adobe-fonts/source-han-sans/2.001R/SubsetOTF/SourceHanSansCN.zip
2022-05-10T20:03:01 Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 0.0.0.0, ::
2022-05-10T20:03:01 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|0.0.0.0|:443... failed: Connection refused.
2022-05-10T20:03:01 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|::|:443... failed: Connection refused.
2022-05-10T20:03:01 --2022-05-10 20:03:01--  http://sources.buildroot.net/SourceHanSansCN.zip
2022-05-10T20:03:01 Resolving sources.buildroot.net (sources.buildroot.net)... 104.26.0.37, 104.26.1.37, 172.67.72.56, ...
2022-05-10T20:03:01 Connecting to sources.buildroot.net (sources.buildroot.net)|104.26.0.37|:80... connected.
2022-05-10T20:03:01 HTTP request sent, awaiting response... 404 Not Found
2022-05-10T20:03:01 2022-05-10 20:03:01 ERROR 404: Not Found.
2022-05-10T20:03:01 
2022-05-10T20:03:01 make[1]: *** [package/pkg-generic.mk:140: /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/source-han-sans-cn-2.001R/.stamp_downloaded] Error 1
2022-05-10T20:03:01 make: *** [/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/Makefile:16: _all] Error 2
2022-05-10T21:22:52 umask 0022 && make -C /home/rootroot/rk3568_linux4.19/buildroot O=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568
2022-05-10T21:22:56 /usr/bin/make -j1 O=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568 HOSTCC="/usr/bin/gcc" HOSTCXX="/usr/bin/g++" silentoldconfig
2022-05-10T21:22:56 GEN     /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/Makefile
2022-05-10T21:22:56 >>> source-han-sans-cn 2.001R Downloading
2022-05-10T21:22:56 --2022-05-10 21:22:56--  https://raw.githubusercontent.com/adobe-fonts/source-han-sans/2.001R/SubsetOTF/SourceHanSansCN.zip
2022-05-10T21:22:56 Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 0.0.0.0, ::
2022-05-10T21:22:56 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|0.0.0.0|:443... failed: Connection refused.
2022-05-10T21:22:56 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|::|:443... failed: Connection refused.
2022-05-10T21:22:56 --2022-05-10 21:22:56--  http://sources.buildroot.net/SourceHanSansCN.zip
2022-05-10T21:22:59 Resolving sources.buildroot.net (sources.buildroot.net)... 104.26.1.37, 172.67.72.56, 104.26.0.37, ...
2022-05-10T21:22:59 Connecting to sources.buildroot.net (sources.buildroot.net)|104.26.1.37|:80... connected.
2022-05-10T21:22:59 HTTP request sent, awaiting response... 404 Not Found
2022-05-10T21:22:59 2022-05-10 21:22:59 ERROR 404: Not Found.
2022-05-10T21:22:59 
2022-05-10T21:22:59 make[1]: *** [package/pkg-generic.mk:140: /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/source-han-sans-cn-2.001R/.stamp_downloaded] Error 1
2022-05-10T21:22:59 make: *** [/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/Makefile:16: _all] Error 2
Command exited with non-zero status 1
you take 0:07.47 to build builroot
ERROR: Running build_buildroot failed!
ERROR: exit code 1 from line 628:
    /usr/bin/time -f "you take %E to build builroot" $COMMON_DIR/mk-buildroot.sh $BOARD_CONFIG
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ ./build.sh rootfs
processing option: rootfs
==========Start building buildroot==========
TARGET_BUILDROOT_CONFIG=rockchip_rk3568
=========================================
Top of tree: /home/rootroot/rk3568_linux4.19
===========================================

#TARGET_BOARD=rk3568
#OUTPUT_DIR=output/rockchip_rk3568
#CONFIG=rockchip_rk3568_defconfig

===========================================
make: Entering directory '/home/rootroot/rk3568_linux4.19/buildroot'
  GEN     /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/Makefile
/home/rootroot/rk3568_linux4.19/buildroot/build/defconfig_hook.py -m /home/rootroot/rk3568_linux4.19/buildroot/configs/rockchip_rk3568_defconfig /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig
BR2_DEFCONFIG='' KCONFIG_AUTOCONFIG=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/auto.conf KCONFIG_AUTOHEADER=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/autoconf.h KCONFIG_TRISTATE=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/tristate.config BR2_CONFIG=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.config HOST_GCC_VERSION="9" BUILD_DIR=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build SKIP_LEGACY= BR2_DEFCONFIG=/home/rootroot/rk3568_linux4.19/buildroot/configs/rockchip_rk3568_defconfig /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/conf --defconfig=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig Config.in
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:285:warning: override: reassigning to symbol BR2_PACKAGE_MPP
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:286:warning: override: reassigning to symbol BR2_PACKAGE_MPP_ALLOCATOR_DRM
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:288:warning: override: reassigning to symbol BR2_PACKAGE_LINUX_RGA
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:313:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTP
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:314:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTPMANAGER
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:315:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTSP
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:321:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEORATE
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:322:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VORBIS
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:323:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_OGG
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:342:warning: override: reassigning to symbol BR2_PACKAGE_ROCKCHIP_TEST
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:345:warning: override: reassigning to symbol BR2_PACKAGE_RKWIFIBT
#
# configuration written to /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.config
#
make: Leaving directory '/home/rootroot/rk3568_linux4.19/buildroot'
2022-05-10T21:23:14 >>> source-han-sans-cn 2.001R Downloading
Done in 4s  (error code: 2)
log saved on /home/rootroot/rk3568_linux4.19/br.log
2022-05-10T20:03:00 Applying 0002-Fix-a-build-issue-with-uClibc-ng.patch using patch:
2022-05-10T20:03:00 patching file src/cyclictest/cyclictest.c
2022-05-10T20:03:00 
2022-05-10T20:03:00 Applying 0003-Add-syscall-number-for-sched_-gs-etattr-for-SH4.patch using patch:
2022-05-10T20:03:00 patching file src/include/rt-sched.h
2022-05-10T20:03:00 >>> rt-tests 1.0 Configuring
2022-05-10T20:03:00 >>> rt-tests 1.0 Building
2022-05-10T20:03:00 PATH="/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin:/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/sbin:/home/rootroot/.local/bin:/home/rootroot/OpenHarmony/prebuilts/clang/ohos/linux-x86_64/llvm/bin:/home/rootroot/OpenHarmony/prebuilts/gcc/linux-x86/arm/gcc-linaro-7.5.0-arm-linux-gnueabi/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /usr/bin/make -j17 -C /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/rt-tests-1.0 CC="/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os " prefix=/usr
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/cyclictest/cyclictest.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/cyclictest.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/lib/error.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/error.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/lib/rt-get_cpu.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/rt-get_cpu.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/lib/rt-sched.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/rt-sched.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/lib/rt-utils.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/rt-utils.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/hackbench/hackbench.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/hackbench.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/pi_tests/pip_stress.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/pip_stress.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/pi_tests/pi_stress.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/pi_stress.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/pmqtest/pmqtest.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/pmqtest.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/ptsematest/ptsematest.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/ptsematest.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/rt-migrate-test/rt-migrate-test.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/rt-migrate-test.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/backfire/sendme.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/sendme.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/signaltest/signaltest.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/signaltest.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/sigwaittest/sigwaittest.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/sigwaittest.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D VERSION=1.0 -c src/svsematest/svsematest.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_GNU_SOURCE -Isrc/include -o bld/svsematest.o
2022-05-10T20:03:00 chmod +x src/hwlatdetect/hwlatdetect.py
2022-05-10T20:03:00 ln -s src/hwlatdetect/hwlatdetect.py hwlatdetect
2022-05-10T20:03:00 ar rcs bld/librttest.a bld/error.o bld/rt-get_cpu.o bld/rt-sched.o bld/rt-utils.o
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o sendme bld/sendme.o -lrt -lpthread -lrttest -Lbld -ldl
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o pip_stress bld/pip_stress.o -lrt -lpthread -lrttest -Lbld
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o signaltest bld/signaltest.o -lrt -lpthread -lrttest -Lbld
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o ptsematest bld/ptsematest.o -lrt -lpthread -lrttest -Lbld -ldl
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o hackbench bld/hackbench.o -lrt -lpthread
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o pmqtest bld/pmqtest.o -lrt -lpthread -lrttest -Lbld -ldl
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o rt-migrate-test bld/rt-migrate-test.o -lrt -lpthread -lrttest -Lbld
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o sigwaittest bld/sigwaittest.o -lrt -lpthread -lrttest -Lbld -ldl
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o svsematest bld/svsematest.o -lrt -lpthread -lrttest -Lbld -ldl
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o pi_stress bld/pi_stress.o -lrt -lpthread -lrttest -Lbld
2022-05-10T20:03:00 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -o cyclictest bld/cyclictest.o -lrt -lpthread -lrttest -Lbld
2022-05-10T20:03:01 >>> rt-tests 1.0 Installing to target
2022-05-10T20:03:01 PATH="/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin:/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/sbin:/home/rootroot/.local/bin:/home/rootroot/OpenHarmony/prebuilts/clang/ohos/linux-x86_64/llvm/bin:/home/rootroot/OpenHarmony/prebuilts/gcc/linux-x86/arm/gcc-linaro-7.5.0-arm-linux-gnueabi/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /usr/bin/make -j17 -C /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/rt-tests-1.0 DESTDIR="/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target" prefix=/usr PYLIB="" install
2022-05-10T20:03:01 if test -n "" ; then     mkdir -p "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/bin" "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8" ;     install -D -m 755 src/hwlatdetect/hwlatdetect.py /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/hwlatdetect.py ;     rm -f "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/bin/hwlatdetect" ;     ln -s /hwlatdetect.py "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/bin/hwlatdetect" ;     gzip -c src/hwlatdetect/hwlatdetect.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/hwlatdetect.8.gz" ; fi
2022-05-10T20:03:01 mkdir -p "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/bin" "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man4"
2022-05-10T20:03:01 mkdir -p "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/src" "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8"
2022-05-10T20:03:01 cp cyclictest hackbench pip_stress pi_stress pmqtest ptsematest rt-migrate-test sendme signaltest sigwaittest svsematest "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/bin"
2022-05-10T20:03:01 install -D -m 644 src/backfire/backfire.c "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/src/backfire/backfire.c"
2022-05-10T20:03:01 install -m 644 src/backfire/Makefile "/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/src/backfire/Makefile"
2022-05-10T20:03:01 gzip -c src/backfire/backfire.4 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man4/backfire.4.gz"
2022-05-10T20:03:01 gzip -c src/cyclictest/cyclictest.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/cyclictest.8.gz"
2022-05-10T20:03:01 gzip -c src/pi_tests/pi_stress.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/pi_stress.8.gz"
2022-05-10T20:03:01 gzip -c src/ptsematest/ptsematest.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/ptsematest.8.gz"
2022-05-10T20:03:01 gzip -c src/sigwaittest/sigwaittest.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/sigwaittest.8.gz"
2022-05-10T20:03:01 gzip -c src/svsematest/svsematest.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/svsematest.8.gz"
2022-05-10T20:03:01 gzip -c src/pmqtest/pmqtest.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/pmqtest.8.gz"
2022-05-10T20:03:01 gzip -c src/backfire/sendme.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/sendme.8.gz"
2022-05-10T20:03:01 gzip -c src/hackbench/hackbench.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/hackbench.8.gz"
2022-05-10T20:03:01 gzip -c src/signaltest/signaltest.8 >"/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/man/man8/signaltest.8.gz"
2022-05-10T20:03:01 >>> source-han-sans-cn 2.001R Downloading
2022-05-10T20:03:01 --2022-05-10 20:03:01--  https://raw.githubusercontent.com/adobe-fonts/source-han-sans/2.001R/SubsetOTF/SourceHanSansCN.zip
2022-05-10T20:03:01 Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 0.0.0.0, ::
2022-05-10T20:03:01 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|0.0.0.0|:443... failed: Connection refused.
2022-05-10T20:03:01 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|::|:443... failed: Connection refused.
2022-05-10T20:03:01 --2022-05-10 20:03:01--  http://sources.buildroot.net/SourceHanSansCN.zip
2022-05-10T20:03:01 Resolving sources.buildroot.net (sources.buildroot.net)... 104.26.0.37, 104.26.1.37, 172.67.72.56, ...
2022-05-10T20:03:01 Connecting to sources.buildroot.net (sources.buildroot.net)|104.26.0.37|:80... connected.
2022-05-10T20:03:01 HTTP request sent, awaiting response... 404 Not Found
2022-05-10T20:03:01 2022-05-10 20:03:01 ERROR 404: Not Found.
2022-05-10T20:03:01 
2022-05-10T20:03:01 make[1]: *** [package/pkg-generic.mk:140: /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/source-han-sans-cn-2.001R/.stamp_downloaded] Error 1
2022-05-10T20:03:01 make: *** [/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/Makefile:16: _all] Error 2
2022-05-10T21:22:52 umask 0022 && make -C /home/rootroot/rk3568_linux4.19/buildroot O=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568
2022-05-10T21:22:56 /usr/bin/make -j1 O=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568 HOSTCC="/usr/bin/gcc" HOSTCXX="/usr/bin/g++" silentoldconfig
2022-05-10T21:22:56 GEN     /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/Makefile
2022-05-10T21:22:56 >>> source-han-sans-cn 2.001R Downloading
2022-05-10T21:22:56 --2022-05-10 21:22:56--  https://raw.githubusercontent.com/adobe-fonts/source-han-sans/2.001R/SubsetOTF/SourceHanSansCN.zip
2022-05-10T21:22:56 Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 0.0.0.0, ::
2022-05-10T21:22:56 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|0.0.0.0|:443... failed: Connection refused.
2022-05-10T21:22:56 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|::|:443... failed: Connection refused.
2022-05-10T21:22:56 --2022-05-10 21:22:56--  http://sources.buildroot.net/SourceHanSansCN.zip
2022-05-10T21:22:59 Resolving sources.buildroot.net (sources.buildroot.net)... 104.26.1.37, 172.67.72.56, 104.26.0.37, ...
2022-05-10T21:22:59 Connecting to sources.buildroot.net (sources.buildroot.net)|104.26.1.37|:80... connected.
2022-05-10T21:22:59 HTTP request sent, awaiting response... 404 Not Found
2022-05-10T21:22:59 2022-05-10 21:22:59 ERROR 404: Not Found.
2022-05-10T21:22:59 
2022-05-10T21:22:59 make[1]: *** [package/pkg-generic.mk:140: /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/source-han-sans-cn-2.001R/.stamp_downloaded] Error 1
2022-05-10T21:22:59 make: *** [/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/Makefile:16: _all] Error 2
2022-05-10T21:23:10 umask 0022 && make -C /home/rootroot/rk3568_linux4.19/buildroot O=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568
2022-05-10T21:23:13 /usr/bin/make -j1 O=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568 HOSTCC="/usr/bin/gcc" HOSTCXX="/usr/bin/g++" silentoldconfig
2022-05-10T21:23:14 GEN     /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/Makefile
2022-05-10T21:23:14 >>> source-han-sans-cn 2.001R Downloading
2022-05-10T21:23:14 --2022-05-10 21:23:14--  https://raw.githubusercontent.com/adobe-fonts/source-han-sans/2.001R/SubsetOTF/SourceHanSansCN.zip
2022-05-10T21:23:14 Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 0.0.0.0, ::
2022-05-10T21:23:14 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|0.0.0.0|:443... failed: Connection refused.
2022-05-10T21:23:14 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|::|:443... failed: Connection refused.
2022-05-10T21:23:14 --2022-05-10 21:23:14--  http://sources.buildroot.net/SourceHanSansCN.zip
2022-05-10T21:23:14 Resolving sources.buildroot.net (sources.buildroot.net)... 104.26.0.37, 172.67.72.56, 104.26.1.37, ...
2022-05-10T21:23:14 Connecting to sources.buildroot.net (sources.buildroot.net)|104.26.0.37|:80... connected.
2022-05-10T21:23:14 HTTP request sent, awaiting response... 404 Not Found
2022-05-10T21:23:14 2022-05-10 21:23:14 ERROR 404: Not Found.
2022-05-10T21:23:14 
2022-05-10T21:23:14 make[1]: *** [package/pkg-generic.mk:140: /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/source-han-sans-cn-2.001R/.stamp_downloaded] Error 1
2022-05-10T21:23:14 make: *** [/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/Makefile:16: _all] Error 2
Command exited with non-zero status 1
you take 0:04.73 to build builroot
ERROR: Running build_buildroot failed!
ERROR: exit code 1 from line 628:
    /usr/bin/time -f "you take %E to build builroot" $COMMON_DIR/mk-buildroot.sh $BOARD_CONFIG
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ ./build.sh rootfs
processing option: rootfs
==========Start building buildroot==========
TARGET_BUILDROOT_CONFIG=rockchip_rk3568
=========================================
Top of tree: /home/rootroot/rk3568_linux4.19
===========================================

#TARGET_BOARD=rk3568
#OUTPUT_DIR=output/rockchip_rk3568
#CONFIG=rockchip_rk3568_defconfig

===========================================
make: Entering directory '/home/rootroot/rk3568_linux4.19/buildroot'
  GEN     /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/Makefile
/home/rootroot/rk3568_linux4.19/buildroot/build/defconfig_hook.py -m /home/rootroot/rk3568_linux4.19/buildroot/configs/rockchip_rk3568_defconfig /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig
BR2_DEFCONFIG='' KCONFIG_AUTOCONFIG=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/auto.conf KCONFIG_AUTOHEADER=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/autoconf.h KCONFIG_TRISTATE=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/tristate.config BR2_CONFIG=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.config HOST_GCC_VERSION="9" BUILD_DIR=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build SKIP_LEGACY= BR2_DEFCONFIG=/home/rootroot/rk3568_linux4.19/buildroot/configs/rockchip_rk3568_defconfig /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/conf --defconfig=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig Config.in
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:285:warning: override: reassigning to symbol BR2_PACKAGE_MPP
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:286:warning: override: reassigning to symbol BR2_PACKAGE_MPP_ALLOCATOR_DRM
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:288:warning: override: reassigning to symbol BR2_PACKAGE_LINUX_RGA
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:313:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTP
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:314:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTPMANAGER
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:315:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTSP
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:321:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEORATE
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:322:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VORBIS
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:323:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_OGG
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:342:warning: override: reassigning to symbol BR2_PACKAGE_ROCKCHIP_TEST
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:345:warning: override: reassigning to symbol BR2_PACKAGE_RKWIFIBT
#
# configuration written to /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.config
#
make: Leaving directory '/home/rootroot/rk3568_linux4.19/buildroot'
2022-05-11T10:43:51 >>> source-han-sans-cn 2.001R Extracting
2022-05-11T10:43:51 >>> source-han-sans-cn 2.001R Patching
2022-05-11T10:43:51 >>> source-han-sans-cn 2.001R Configuring
2022-05-11T10:43:51 >>> source-han-sans-cn 2.001R Building
2022-05-11T10:43:51 >>> source-han-sans-cn 2.001R Installing to target
2022-05-11T10:43:51 >>> sox 14.4.2 Downloading
2022-05-11T10:44:12 >>> sox 14.4.2 Extracting
2022-05-11T10:44:12 >>> sox 14.4.2 Patching
2022-05-11T10:44:12 >>> sox 14.4.2 Updating config.sub and config.guess
2022-05-11T10:44:12 >>> sox 14.4.2 Patching libtool
2022-05-11T10:44:12 >>> sox 14.4.2 Configuring
2022-05-11T10:44:18 >>> sox 14.4.2 Building
2022-05-11T10:44:20 >>> sox 14.4.2 Installing to target
2022-05-11T10:44:20 >>> strace 4.20 Downloading
2022-05-11T10:44:29 >>> strace 4.20 Extracting
2022-05-11T10:44:29 >>> strace 4.20 Patching
2022-05-11T10:44:29 >>> strace 4.20 Updating config.sub and config.guess
2022-05-11T10:44:29 >>> strace 4.20 Patching libtool
2022-05-11T10:44:29 >>> strace 4.20 Configuring
2022-05-11T10:44:47 >>> strace 4.20 Building
2022-05-11T10:44:48 >>> strace 4.20 Installing to target
2022-05-11T10:44:49 >>> stress-ng 0.06.15 Downloading
2022-05-11T10:44:56 >>> stress-ng 0.06.15 Extracting
2022-05-11T10:44:56 >>> stress-ng 0.06.15 Patching
2022-05-11T10:44:56 >>> stress-ng 0.06.15 Configuring
2022-05-11T10:44:56 >>> stress-ng 0.06.15 Building
2022-05-11T10:44:58 >>> stress-ng 0.06.15 Installing to target
2022-05-11T10:44:58 >>> stress 1.0.4 Downloading
2022-05-11T10:45:05 >>> stress 1.0.4 Extracting
2022-05-11T10:45:05 >>> stress 1.0.4 Patching
2022-05-11T10:45:05 >>> stress 1.0.4 Updating config.sub and config.guess
2022-05-11T10:45:05 >>> stress 1.0.4 Patching libtool
2022-05-11T10:45:05 >>> stress 1.0.4 Configuring
2022-05-11T10:45:07 >>> stress 1.0.4 Building
2022-05-11T10:45:07 >>> stress 1.0.4 Installing to target
2022-05-11T10:45:07 >>> stressapptest master Downloading
2022-05-11T10:47:15 >>> stressapptest master Extracting
2022-05-11T10:47:15 >>> stressapptest master Patching
2022-05-11T10:47:15 >>> stressapptest master Updating config.sub and config.guess
2022-05-11T10:47:15 >>> stressapptest master Patching libtool
2022-05-11T10:47:15 >>> stressapptest master Configuring
2022-05-11T10:47:20 >>> stressapptest master Building
2022-05-11T10:47:22 >>> stressapptest master Installing to target
2022-05-11T10:47:22 >>> tcpdump 4.9.2 Downloading
2022-05-11T10:47:26 >>> tcpdump 4.9.2 Extracting
2022-05-11T10:47:26 >>> tcpdump 4.9.2 Patching
2022-05-11T10:47:26 >>> tcpdump 4.9.2 Updating config.sub and config.guess
2022-05-11T10:47:26 >>> tcpdump 4.9.2 Patching libtool
2022-05-11T10:47:26 >>> tcpdump 4.9.2 Configuring
2022-05-11T10:47:31 >>> tcpdump 4.9.2 Building
2022-05-11T10:47:33 >>> tcpdump 4.9.2 Installing to target
2022-05-11T10:47:33 >>> host-zic 2018c Downloading
2022-05-11T10:47:35 >>> host-zic 2018c Extracting
2022-05-11T10:47:35 >>> host-zic 2018c Patching
2022-05-11T10:47:35 >>> host-zic 2018c Configuring
2022-05-11T10:47:35 >>> host-zic 2018c Building
2022-05-11T10:47:35 >>> host-zic 2018c Installing to host directory
2022-05-11T10:47:37 >>> host-tzdata 2018c Downloading
2022-05-11T10:47:39 >>> host-tzdata 2018c Extracting
2022-05-11T10:47:39 >>> host-tzdata 2018c Patching
2022-05-11T10:47:39 >>> host-tzdata 2018c Configuring
2022-05-11T10:47:39 >>> host-tzdata 2018c Building
2022-05-11T10:47:39 >>> host-tzdata 2018c Installing to host directory
2022-05-11T10:47:41 >>> tzdata 2018c Extracting
2022-05-11T10:47:41 >>> tzdata 2018c Patching
2022-05-11T10:47:41 >>> tzdata 2018c Configuring
2022-05-11T10:47:41 >>> tzdata 2018c Building
2022-05-11T10:47:41 >>> tzdata 2018c Installing to target
2022-05-11T10:47:41 >>> unixbench master Downloading
Done in 11min 25s  (error code: 2)
log saved on /home/rootroot/rk3568_linux4.19/br.log
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/bu 100%[=================================================================================================================================================================>] 218.63K   455KB/s    in 0.5s    
2022-05-11T10:47:35 
2022-05-11T10:47:35 2022-05-11 10:47:35 (455 KB/s) - '/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/.tzcode2018c.tar.gz.4aAlZf/output' saved [223876/223876]
2022-05-11T10:47:35 
2022-05-11T10:47:35 >>> host-zic 2018c Extracting
2022-05-11T10:47:35 gzip -d -c /home/rootroot/rk3568_linux4.19/buildroot/dl/tzcode2018c.tar.gz | /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/tar --strip-components=0 -C /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/host-zic-2018c   -xf -
2022-05-11T10:47:35 >>> host-zic 2018c Patching
2022-05-11T10:47:35 
2022-05-11T10:47:35 Applying 0001-remove-dependency-check-on-version-file.patch using patch:
2022-05-11T10:47:35 patching file Makefile
2022-05-11T10:47:35 Hunk #1 succeeded at 526 with fuzz 2 (offset 89 lines).
2022-05-11T10:47:35 >>> host-zic 2018c Configuring
2022-05-11T10:47:35 >>> host-zic 2018c Building
2022-05-11T10:47:35 PATH="/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin:/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/sbin:/home/rootroot/.local/bin:/home/rootroot/OpenHarmony/prebuilts/clang/ohos/linux-x86_64/llvm/bin:/home/rootroot/OpenHarmony/prebuilts/gcc/linux-x86/arm/gcc-linaro-7.5.0-arm-linux-gnueabi/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" PKG_CONFIG="/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/lib/pkgconfig:/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/share/pkgconfig" /usr/bin/make -j17 -C /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/host-zic-2018c zic
2022-05-11T10:47:35 VERSION=`cat version` && printf '%sn'       'static char const PKGVERSION[]="(tzcode) ";'       "static char const TZVERSION[]="$VERSION";"       'static char const REPORT_BUGS_TO[]="tz@iana.org";'       >version.h.out
2022-05-11T10:47:35 mv version.h.out version.h
2022-05-11T10:47:35 cc -DTZDIR='"/usr/share/zoneinfo"'    -c -o zic.o zic.c
2022-05-11T10:47:35 cc -DTZDIR='"/usr/share/zoneinfo"' -o zic   zic.o
2022-05-11T10:47:35 touch /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/host-zic-2018c/.stamp_built
2022-05-11T10:47:35 >>> host-zic 2018c Installing to host directory
2022-05-11T10:47:35 /usr/bin/install -D -m 755 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/host-zic-2018c/zic /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/sbin/zic
2022-05-11T10:47:35 /usr/bin/install -D -m 644 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/host-zic-2018c/tzfile.h /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/include/tzfile.h
2022-05-11T10:47:37 >>> host-tzdata 2018c Downloading
2022-05-11T10:47:37 --2022-05-11 10:47:37--  http://www.iana.org/time-zones/repository/releases/tzdata2018c.tar.gz
2022-05-11T10:47:37 Resolving www.iana.org (www.iana.org)... 192.0.33.8, 2620:0:2d0:200::b:8
2022-05-11T10:47:37 Connecting to www.iana.org (www.iana.org)|192.0.33.8|:80... connected.
2022-05-11T10:47:37 HTTP request sent, awaiting response... 302 Found
2022-05-11T10:47:37 Location: https://data.iana.org/time-zones/releases/tzdata2018c.tar.gz [following]
2022-05-11T10:47:37 --2022-05-11 10:47:37--  https://data.iana.org/time-zones/releases/tzdata2018c.tar.gz
2022-05-11T10:47:37 Resolving data.iana.org (data.iana.org)... 152.199.24.38, 2606:2800:21f:b505:516b:4186:98cd:116
2022-05-11T10:47:37 Connecting to data.iana.org (data.iana.org)|152.199.24.38|:443... connected.
2022-05-11T10:47:38 HTTP request sent, awaiting response... 200 OK
2022-05-11T10:47:38 Length: 341074 (333K) [application/x-gzip]
2022-05-11T10:47:38 Saving to: '/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/.tzdata2018c.tar.gz.tPW7uo/output'
2022-05-11T10:47:38 
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/bu 100%[=================================================================================================================================================================>] 333.08K   498KB/s    in 0.7s    
2022-05-11T10:47:39 
2022-05-11T10:47:39 2022-05-11 10:47:39 (498 KB/s) - '/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/.tzdata2018c.tar.gz.tPW7uo/output' saved [341074/341074]
2022-05-11T10:47:39 
2022-05-11T10:47:39 >>> host-tzdata 2018c Extracting
2022-05-11T10:47:39 gzip -d -c /home/rootroot/rk3568_linux4.19/buildroot/dl/tzdata2018c.tar.gz | /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/bin/tar --strip-components=0 -C /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/host-tzdata-2018c   -xf -
2022-05-11T10:47:39 >>> host-tzdata 2018c Patching
2022-05-11T10:47:39 >>> host-tzdata 2018c Configuring
2022-05-11T10:47:39 >>> host-tzdata 2018c Building
2022-05-11T10:47:39 (cd /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/host-tzdata-2018c; for zone in africa antarctica asia australasia europe northamerica southamerica pacificnew etcetera backward systemv factory; do /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/sbin/zic -d _output/posix -y yearistype.sh $zone || exit 1; /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/sbin/zic -d _output/right -L leapseconds -y yearistype.sh $zone || exit 1; done; )
2022-05-11T10:47:39 warning: -y is obsolescent
2022-05-11T10:47:39 warning: -y is obsolescent
2022-05-11T10:47:39 warning: -y is obsolescent
2022-05-11T10:47:39 warning: -y is obsolescent
2022-05-11T10:47:39 warning: -y is obsolescent
2022-05-11T10:47:39 warning: -y is obsolescent
2022-05-11T10:47:39 warning: -y is obsolescent
2022-05-11T10:47:39 warning: -y is obsolescent
2022-05-11T10:47:39 warning: -y is obsolescent
2022-05-11T10:47:39 warning: -y is obsolescent
2022-05-11T10:47:39 warning: -y is obsolescent
2022-05-11T10:47:39 warning: -y is obsolescent
2022-05-11T10:47:39 warning: -y is obsolescent
2022-05-11T10:47:39 warning: -y is obsolescent
2022-05-11T10:47:39 warning: -y is obsolescent
2022-05-11T10:47:39 warning: -y is obsolescent
2022-05-11T10:47:39 warning: -y is obsolescent
2022-05-11T10:47:39 warning: -y is obsolescent
2022-05-11T10:47:39 warning: -y is obsolescent
2022-05-11T10:47:39 warning: -y is obsolescent
2022-05-11T10:47:39 warning: -y is obsolescent
2022-05-11T10:47:39 warning: -y is obsolescent
2022-05-11T10:47:39 warning: -y is obsolescent
2022-05-11T10:47:39 warning: -y is obsolescent
2022-05-11T10:47:39 touch /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/host-tzdata-2018c/.stamp_built
2022-05-11T10:47:39 >>> host-tzdata 2018c Installing to host directory
2022-05-11T10:47:39 /usr/bin/install -d -m 0755 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/share/zoneinfo
2022-05-11T10:47:39 cp -a /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/host-tzdata-2018c/_output/* /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/host-tzdata-2018c/*.tab /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/share/zoneinfo
2022-05-11T10:47:41 >>> tzdata 2018c Extracting
2022-05-11T10:47:41 >>> tzdata 2018c Patching
2022-05-11T10:47:41 >>> tzdata 2018c Configuring
2022-05-11T10:47:41 >>> tzdata 2018c Building
2022-05-11T10:47:41 >>> tzdata 2018c Installing to target
2022-05-11T10:47:41 /usr/bin/install -d -m 0755 /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/zoneinfo
2022-05-11T10:47:41 cp -a /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/host/share/zoneinfo/* /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/zoneinfo
2022-05-11T10:47:41 cd /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/zoneinfo; for zone in posix/*; do ln -sfn "${zone}" "${zone##*/}"; done
2022-05-11T10:47:41 if [ ! -f /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/usr/share/zoneinfo/Etc/UTC ]; then printf "Error: '%s' is not a valid timezone, check your BR2_TARGET_LOCALTIME settingn" "Etc/UTC"; exit 1; fi
2022-05-11T10:47:41 ln -sf ../usr/share/zoneinfo/Etc/UTC /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/etc/localtime
2022-05-11T10:47:41 echo "Etc/UTC" >/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/target/etc/timezone
2022-05-11T10:47:41 >>> unixbench master Downloading
2022-05-11T10:48:48 Doing shallow clone
2022-05-11T10:48:48 Cloning into 'unixbench-master'...
2022-05-11T10:53:06 fatal: unable to access 'https://github.com/kdlucas/byte-unixbench/': gnutls_handshake() failed: Error in the pull function.
2022-05-11T10:53:06 Shallow clone failed, falling back to doing a full clone
2022-05-11T10:53:06 Doing full clone
2022-05-11T10:53:06 Cloning into 'unixbench-master'...
2022-05-11T10:55:07 fatal: unable to access 'https://github.com/kdlucas/byte-unixbench/': GnuTLS recv error (-110): The TLS connection was non-properly terminated.
2022-05-11T10:55:07 --2022-05-11 10:55:07--  http://sources.buildroot.net/unixbench-master.tar.gz
2022-05-11T10:55:12 Resolving sources.buildroot.net (sources.buildroot.net)... 104.26.0.37, 104.26.1.37, 172.67.72.56, ...
2022-05-11T10:55:12 Connecting to sources.buildroot.net (sources.buildroot.net)|104.26.0.37|:80... connected.
2022-05-11T10:55:12 HTTP request sent, awaiting response... 404 Not Found
2022-05-11T10:55:12 2022-05-11 10:55:12 ERROR 404: Not Found.
2022-05-11T10:55:12 
2022-05-11T10:55:12 make[1]: *** [package/pkg-generic.mk:140: /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/unixbench-master/.stamp_downloaded] Error 1
2022-05-11T10:55:12 make: *** [/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/Makefile:16: _all] Error 2
Command exited with non-zero status 1
you take 11:25.79 to build builroot
ERROR: Running build_buildroot failed!
ERROR: exit code 1 from line 628:
    /usr/bin/time -f "you take %E to build builroot" $COMMON_DIR/mk-buildroot.sh $BOARD_CONFIG
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ ./build.sh rootfs
processing option: rootfs
==========Start building buildroot==========
TARGET_BUILDROOT_CONFIG=rockchip_rk3568
=========================================
Top of tree: /home/rootroot/rk3568_linux4.19
===========================================

#TARGET_BOARD=rk3568
#OUTPUT_DIR=output/rockchip_rk3568
#CONFIG=rockchip_rk3568_defconfig

===========================================
make: Entering directory '/home/rootroot/rk3568_linux4.19/buildroot'
  GEN     /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/Makefile
/home/rootroot/rk3568_linux4.19/buildroot/build/defconfig_hook.py -m /home/rootroot/rk3568_linux4.19/buildroot/configs/rockchip_rk3568_defconfig /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig
BR2_DEFCONFIG='' KCONFIG_AUTOCONFIG=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/auto.conf KCONFIG_AUTOHEADER=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/autoconf.h KCONFIG_TRISTATE=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/tristate.config BR2_CONFIG=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.config HOST_GCC_VERSION="9" BUILD_DIR=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build SKIP_LEGACY= BR2_DEFCONFIG=/home/rootroot/rk3568_linux4.19/buildroot/configs/rockchip_rk3568_defconfig /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/conf --defconfig=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig Config.in
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:285:warning: override: reassigning to symbol BR2_PACKAGE_MPP
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:286:warning: override: reassigning to symbol BR2_PACKAGE_MPP_ALLOCATOR_DRM
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:288:warning: override: reassigning to symbol BR2_PACKAGE_LINUX_RGA
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:313:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTP
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:314:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTPMANAGER
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:315:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTSP
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:321:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEORATE
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:322:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VORBIS
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:323:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_OGG
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:342:warning: override: reassigning to symbol BR2_PACKAGE_ROCKCHIP_TEST
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:345:warning: override: reassigning to symbol BR2_PACKAGE_RKWIFIBT
#
# configuration written to /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.config
#
make: Leaving directory '/home/rootroot/rk3568_linux4.19/buildroot'
2022-05-11T11:11:09 >>> unixbench master Extracting
2022-05-11T11:11:09 >>> unixbench master Patching
2022-05-11T11:11:10 >>> unixbench master Configuring
2022-05-11T11:11:10 >>> unixbench master Building
2022-05-11T11:11:10 >>> unixbench master Installing to target
2022-05-11T11:11:10 >>> upower 0.99.4 Extracting
2022-05-11T11:11:10 >>> upower 0.99.4 Patching
2022-05-11T11:11:10 >>> upower 0.99.4 Updating config.sub and config.guess
2022-05-11T11:11:10 >>> upower 0.99.4 Patching libtool
2022-05-11T11:11:10 >>> upower 0.99.4 Configuring
2022-05-11T11:11:14 >>> upower 0.99.4 Building
2022-05-11T11:11:16 >>> upower 0.99.4 Installing to staging directory
2022-05-11T11:11:17 >>> upower 0.99.4 Fixing libtool files
2022-05-11T11:11:17 >>> upower 0.99.4 Installing to target
2022-05-11T11:11:17 >>> usbmount 0.0.22 Extracting
2022-05-11T11:11:17 >>> usbmount 0.0.22 Patching
2022-05-11T11:11:17 >>> usbmount 0.0.22 Configuring
2022-05-11T11:11:17 >>> usbmount 0.0.22 Building
2022-05-11T11:11:17 >>> usbmount 0.0.22 Installing to target
2022-05-11T11:11:17 >>> wayland-utils 1.0.0 Downloading
2022-05-11T11:11:19 >>> wayland-utils 1.0.0 Extracting
2022-05-11T11:11:19 >>> wayland-utils 1.0.0 Patching
2022-05-11T11:11:19 >>> wayland-utils 1.0.0 Configuring
2022-05-11T11:11:20 >>> wayland-utils 1.0.0 Building
2022-05-11T11:11:20 >>> wayland-utils 1.0.0 Installing to target
2022-05-11T11:11:20 >>> weston 10.0.0 Downloading
2022-05-11T11:11:23 >>> weston 10.0.0 Extracting
2022-05-11T11:11:23 >>> weston 10.0.0 Patching
2022-05-11T11:11:24 >>> weston 10.0.0 Configuring
2022-05-11T11:11:26 >>> weston 10.0.0 Building
2022-05-11T11:11:29 >>> weston 10.0.0 Installing to target
2022-05-11T11:11:30 >>> whetstone 1.2 Downloading
2022-05-11T11:11:32 >>> whetstone 1.2 Extracting
2022-05-11T11:11:32 >>> whetstone 1.2 Patching
2022-05-11T11:11:32 >>> whetstone 1.2 Configuring
2022-05-11T11:11:32 >>> whetstone 1.2 Building
2022-05-11T11:11:32 >>> whetstone 1.2 Installing to target
2022-05-11T11:11:32 >>> wireless_tools 30.pre9 Downloading
2022-05-11T11:11:33 >>> wireless_tools 30.pre9 Extracting
2022-05-11T11:11:33 >>> wireless_tools 30.pre9 Patching
2022-05-11T11:11:33 >>> wireless_tools 30.pre9 Configuring
2022-05-11T11:11:33 >>> wireless_tools 30.pre9 Building
2022-05-11T11:11:34 >>> wireless_tools 30.pre9 Installing to staging directory
2022-05-11T11:11:34 >>> wireless_tools 30.pre9 Fixing libtool files
2022-05-11T11:11:34 >>> wireless_tools 30.pre9 Installing to target
2022-05-11T11:11:34 >>> host-libpthread-stubs 0.4 Extracting
2022-05-11T11:11:34 >>> host-libpthread-stubs 0.4 Patching
2022-05-11T11:11:34 >>> host-libpthread-stubs 0.4 Updating config.sub and config.guess
2022-05-11T11:11:34 >>> host-libpthread-stubs 0.4 Patching libtool
2022-05-11T11:11:34 >>> host-libpthread-stubs 0.4 Configuring
2022-05-11T11:11:36 >>> host-libpthread-stubs 0.4 Building
2022-05-11T11:11:36 >>> host-libpthread-stubs 0.4 Installing to host directory
2022-05-11T11:11:38 >>> host-libxslt 1.1.29 Downloading
2022-05-11T11:12:06 >>> host-libxslt 1.1.29 Extracting
2022-05-11T11:12:06 >>> host-libxslt 1.1.29 Patching
2022-05-11T11:12:06 >>> host-libxslt 1.1.29 Updating config.sub and config.guess
2022-05-11T11:12:06 >>> host-libxslt 1.1.29 Patching libtool
2022-05-11T11:12:06 >>> host-libxslt 1.1.29 Configuring
2022-05-11T11:12:12 >>> host-libxslt 1.1.29 Building
2022-05-11T11:12:14 >>> host-libxslt 1.1.29 Installing to host directory
2022-05-11T11:12:16 >>> host-xcb-proto 1.13 Downloading
2022-05-11T11:12:18 >>> host-xcb-proto 1.13 Extracting
2022-05-11T11:12:19 >>> host-xcb-proto 1.13 Patching
2022-05-11T11:12:19 >>> host-xcb-proto 1.13 Updating config.sub and config.guess
2022-05-11T11:12:19 >>> host-xcb-proto 1.13 Patching libtool
2022-05-11T11:12:19 >>> host-xcb-proto 1.13 Configuring
2022-05-11T11:12:20 >>> host-xcb-proto 1.13 Building
2022-05-11T11:12:20 >>> host-xcb-proto 1.13 Installing to host directory
2022-05-11T11:12:22 >>> host-xorgproto 2018.4 Downloading
2022-05-11T11:12:47 >>> host-xorgproto 2018.4 Extracting
2022-05-11T11:12:47 >>> host-xorgproto 2018.4 Patching
2022-05-11T11:12:47 >>> host-xorgproto 2018.4 Updating config.sub and config.guess
2022-05-11T11:12:47 >>> host-xorgproto 2018.4 Patching libtool
2022-05-11T11:12:47 >>> host-xorgproto 2018.4 Configuring
2022-05-11T11:12:51 >>> host-xorgproto 2018.4 Building
2022-05-11T11:12:51 >>> host-xorgproto 2018.4 Installing to host directory
2022-05-11T11:12:53 >>> host-xutil_util-macros 1.19.1 Downloading
2022-05-11T11:12:54 >>> host-xutil_util-macros 1.19.1 Extracting
2022-05-11T11:12:54 >>> host-xutil_util-macros 1.19.1 Patching
2022-05-11T11:12:54 >>> host-xutil_util-macros 1.19.1 Updating config.sub and config.guess
2022-05-11T11:12:54 >>> host-xutil_util-macros 1.19.1 Patching libtool
2022-05-11T11:12:54 >>> host-xutil_util-macros 1.19.1 Configuring
2022-05-11T11:12:56 >>> host-xutil_util-macros 1.19.1 Building
2022-05-11T11:12:56 >>> host-xutil_util-macros 1.19.1 Installing to host directory
2022-05-11T11:12:58 >>> host-xlib_libXau 1.0.9 Downloading
2022-05-11T11:13:16 >>> host-xlib_libXau 1.0.9 Extracting
2022-05-11T11:13:16 >>> host-xlib_libXau 1.0.9 Patching
2022-05-11T11:13:16 >>> host-xlib_libXau 1.0.9 Updating config.sub and config.guess
2022-05-11T11:13:16 >>> host-xlib_libXau 1.0.9 Patching libtool
2022-05-11T11:13:16 >>> host-xlib_libXau 1.0.9 Configuring
2022-05-11T11:13:20 >>> host-xlib_libXau 1.0.9 Building
2022-05-11T11:13:20 >>> host-xlib_libXau 1.0.9 Installing to host directory
2022-05-11T11:13:22 >>> host-xlib_libXdmcp 1.1.3 Downloading
2022-05-11T11:13:24 >>> host-xlib_libXdmcp 1.1.3 Extracting
2022-05-11T11:13:24 >>> host-xlib_libXdmcp 1.1.3 Patching
2022-05-11T11:13:24 >>> host-xlib_libXdmcp 1.1.3 Updating config.sub and config.guess
2022-05-11T11:13:24 >>> host-xlib_libXdmcp 1.1.3 Patching libtool
2022-05-11T11:13:24 >>> host-xlib_libXdmcp 1.1.3 Configuring
2022-05-11T11:13:29 >>> host-xlib_libXdmcp 1.1.3 Building
2022-05-11T11:13:29 >>> host-xlib_libXdmcp 1.1.3 Installing to host directory
2022-05-11T11:13:31 >>> host-libxcb 1.13 Downloading
2022-05-11T11:13:33 >>> host-libxcb 1.13 Extracting
2022-05-11T11:13:33 >>> host-libxcb 1.13 Patching
2022-05-11T11:13:33 >>> host-libxcb 1.13 Updating config.sub and config.guess
2022-05-11T11:13:33 >>> host-libxcb 1.13 Patching libtool
2022-05-11T11:13:33 >>> host-libxcb 1.13 Configuring
2022-05-11T11:13:39 >>> host-libxcb 1.13 Building
2022-05-11T11:13:41 >>> host-libxcb 1.13 Installing to host directory
2022-05-11T11:13:44 >>> host-xlib_xtrans 1.4.0 Downloading
2022-05-11T11:13:45 >>> host-xlib_xtrans 1.4.0 Extracting
2022-05-11T11:13:45 >>> host-xlib_xtrans 1.4.0 Patching
2022-05-11T11:13:45 >>> host-xlib_xtrans 1.4.0 Updating config.sub and config.guess
2022-05-11T11:13:45 >>> host-xlib_xtrans 1.4.0 Patching libtool
2022-05-11T11:13:45 >>> host-xlib_xtrans 1.4.0 Configuring
2022-05-11T11:13:48 >>> host-xlib_xtrans 1.4.0 Building
2022-05-11T11:13:48 >>> host-xlib_xtrans 1.4.0 Installing to host directory
2022-05-11T11:13:50 >>> host-xlib_libX11 1.6.7 Downloading
2022-05-11T11:15:34 >>> host-xlib_libX11 1.6.7 Extracting
2022-05-11T11:15:34 >>> host-xlib_libX11 1.6.7 Patching
2022-05-11T11:15:34 >>> host-xlib_libX11 1.6.7 Updating config.sub and config.guess
2022-05-11T11:15:34 >>> host-xlib_libX11 1.6.7 Patching libtool
2022-05-11T11:15:34 >>> host-xlib_libX11 1.6.7 Configuring
2022-05-11T11:15:40 >>> host-xlib_libX11 1.6.7 Building
2022-05-11T11:15:49 >>> host-xlib_libX11 1.6.7 Installing to host directory
2022-05-11T11:15:52 >>> host-xlib_libxkbfile 1.1.0 Downloading
2022-05-11T11:15:54 >>> host-xlib_libxkbfile 1.1.0 Extracting
2022-05-11T11:15:54 >>> host-xlib_libxkbfile 1.1.0 Patching
2022-05-11T11:15:54 >>> host-xlib_libxkbfile 1.1.0 Updating config.sub and config.guess
2022-05-11T11:15:54 >>> host-xlib_libxkbfile 1.1.0 Patching libtool
2022-05-11T11:15:54 >>> host-xlib_libxkbfile 1.1.0 Configuring
2022-05-11T11:15:58 >>> host-xlib_libxkbfile 1.1.0 Building
2022-05-11T11:15:58 >>> host-xlib_libxkbfile 1.1.0 Installing to host directory
2022-05-11T11:16:00 >>> host-xapp_xkbcomp 1.4.2 Downloading
2022-05-11T11:16:02 >>> host-xapp_xkbcomp 1.4.2 Extracting
2022-05-11T11:16:02 >>> host-xapp_xkbcomp 1.4.2 Patching
2022-05-11T11:16:02 >>> host-xapp_xkbcomp 1.4.2 Updating config.sub and config.guess
2022-05-11T11:16:02 >>> host-xapp_xkbcomp 1.4.2 Patching libtool
2022-05-11T11:16:02 >>> host-xapp_xkbcomp 1.4.2 Configuring
2022-05-11T11:16:05 >>> host-xapp_xkbcomp 1.4.2 Building
2022-05-11T11:16:06 >>> host-xapp_xkbcomp 1.4.2 Installing to host directory
2022-05-11T11:16:08 >>> xkeyboard-config 2.23.1 Downloading
2022-05-11T11:16:10 >>> xkeyboard-config 2.23.1 Extracting
2022-05-11T11:16:10 >>> xkeyboard-config 2.23.1 Patching
2022-05-11T11:16:10 >>> xkeyboard-config 2.23.1 Updating config.sub and config.guess
2022-05-11T11:16:10 >>> xkeyboard-config 2.23.1 Patching libtool
2022-05-11T11:16:10 >>> xkeyboard-config 2.23.1 Configuring
2022-05-11T11:16:12 >>> xkeyboard-config 2.23.1 Building
2022-05-11T11:16:13 >>> xkeyboard-config 2.23.1 Installing to staging directory
2022-05-11T11:16:13 >>> xkeyboard-config 2.23.1 Fixing libtool files
2022-05-11T11:16:13 >>> xkeyboard-config 2.23.1 Installing to target
2022-05-11T11:16:14 >>> host-attr 2.4.47 Extracting
2022-05-11T11:16:14 >>> host-attr 2.4.47 Patching
2022-05-11T11:16:14 >>> host-attr 2.4.47 Updating config.sub and config.guess
2022-05-11T11:16:14 >>> host-attr 2.4.47 Patching libtool
2022-05-11T11:16:14 >>> host-attr 2.4.47 Configuring
2022-05-11T11:16:17 >>> host-attr 2.4.47 Building
2022-05-11T11:16:17 >>> host-attr 2.4.47 Installing to host directory
2022-05-11T11:16:19 >>> host-acl 2.2.52 Extracting
2022-05-11T11:16:19 >>> host-acl 2.2.52 Patching
2022-05-11T11:16:19 >>> host-acl 2.2.52 Updating config.sub and config.guess
2022-05-11T11:16:19 >>> host-acl 2.2.52 Patching libtool
2022-05-11T11:16:19 >>> host-acl 2.2.52 Configuring
2022-05-11T11:16:22 >>> host-acl 2.2.52 Building
2022-05-11T11:16:23 >>> host-acl 2.2.52 Installing to host directory
2022-05-11T11:16:25 >>> host-fakeroot 1.20.2 Extracting
2022-05-11T11:16:26 >>> host-fakeroot 1.20.2 Patching
2022-05-11T11:16:26 >>> host-fakeroot 1.20.2 Updating config.sub and config.guess
2022-05-11T11:16:26 >>> host-fakeroot 1.20.2 Patching libtool
2022-05-11T11:16:26 >>> host-fakeroot 1.20.2 Configuring
2022-05-11T11:16:32 >>> host-fakeroot 1.20.2 Building
2022-05-11T11:16:33 >>> host-fakeroot 1.20.2 Installing to host directory
2022-05-11T11:16:35 >>> host-makedevs  Extracting
2022-05-11T11:16:35 >>> host-makedevs  Patching
2022-05-11T11:16:35 >>> host-makedevs  Configuring
2022-05-11T11:16:35 >>> host-makedevs  Building
2022-05-11T11:16:35 >>> host-makedevs  Installing to host directory
2022-05-11T11:16:37 >>> host-lz4 v1.7.5 Extracting
2022-05-11T11:16:37 >>> host-lz4 v1.7.5 Patching
2022-05-11T11:16:37 >>> host-lz4 v1.7.5 Configuring
2022-05-11T11:16:37 >>> host-lz4 v1.7.5 Building
2022-05-11T11:16:43 >>> host-lz4 v1.7.5 Installing to host directory
2022-05-11T11:16:45 >>> host-lzo 2.10 Extracting
2022-05-11T11:16:45 >>> host-lzo 2.10 Patching
2022-05-11T11:16:46 >>> host-lzo 2.10 Configuring
2022-05-11T11:16:52 >>> host-lzo 2.10 Building
2022-05-11T11:16:53 >>> host-lzo 2.10 Installing to host directory
2022-05-11T11:16:55 >>> host-xz 5.2.3 Extracting
2022-05-11T11:16:55 >>> host-xz 5.2.3 Patching
2022-05-11T11:16:55 >>> host-xz 5.2.3 Updating config.sub and config.guess
2022-05-11T11:16:55 >>> host-xz 5.2.3 Patching libtool
2022-05-11T11:16:55 >>> host-xz 5.2.3 Configuring
2022-05-11T11:17:02 >>> host-xz 5.2.3 Building
2022-05-11T11:17:04 >>> host-xz 5.2.3 Installing to host directory
2022-05-11T11:17:06 >>> host-squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Extracting
2022-05-11T11:17:06 >>> host-squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Patching
2022-05-11T11:17:06 >>> host-squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Configuring
2022-05-11T11:17:06 >>> host-squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Building
2022-05-11T11:17:07 >>> host-squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Installing to host directory
2022-05-11T11:17:09 >>>   Finalizing target directory
2022-05-11T11:17:10 >>>   Sanitizing RPATH in target tree
2022-05-11T11:17:26 >>>   Copying overlay board/rockchip/common/base
2022-05-11T11:17:26 >>>   Copying overlay board/rockchip/rk356x/fs-overlay/
2022-05-11T11:17:26 >>>   Copying overlay board/rockchip/common/wifi
2022-05-11T11:17:26 >>>   Executing post-build script build/post.sh
2022-05-11T11:17:26 >>>   Generating root filesystem image rootfs.cpio
2022-05-11T11:17:59 >>>   Generating root filesystem image rootfs.ext2
2022-05-11T11:18:01 >>>   Generating root filesystem image rootfs.squashfs
2022-05-11T11:18:04 >>>   Generating root filesystem image rootfs.tar
Done in 6min 58s
log saved on /home/rootroot/rk3568_linux4.19/br.log. pack buildroot image at: /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/images/rootfs.ext4
you take 6:59.39 to build builroot
Running build_buildroot succeeded.
Running build_rootfs succeeded.
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ find . -name *.img
./buildroot/output/rockchip_rk356x_recovery/build/util-linux-libs-2.37.2/tests/ts/cramfs/cramfs-little.img
./buildroot/output/rockchip_rk356x_recovery/build/util-linux-libs-2.37.2/tests/ts/cramfs/cramfs-big.img
./buildroot/output/rockchip_rk356x_recovery/build/host-util-linux-2.37.2/tests/ts/cramfs/cramfs-little.img
./buildroot/output/rockchip_rk356x_recovery/build/host-util-linux-2.37.2/tests/ts/cramfs/cramfs-big.img
./buildroot/output/rockchip_rk356x_recovery/build/host-qemu-5.1.0/pc-bios/hppa-firmware.img
./buildroot/output/rockchip_rk356x_recovery/build/host-qemu-5.1.0/pc-bios/s390-ccw.img
./buildroot/output/rockchip_rk356x_recovery/build/host-qemu-5.1.0/pc-bios/s390-netboot.img
./buildroot/output/rockchip_rk356x_recovery/build/host-qemu-5.1.0/roms/SLOF/romfs/header.img
./buildroot/output/rockchip_rk356x_recovery/build/util-linux-2.37.2/tests/ts/cramfs/cramfs-little.img
./buildroot/output/rockchip_rk356x_recovery/build/util-linux-2.37.2/tests/ts/cramfs/cramfs-big.img
./buildroot/output/rockchip_rk356x_recovery/build/linux-headers-custom/resource.img
./buildroot/output/rockchip_rk356x_recovery/build/linux-headers-custom/kernel.img
./buildroot/output/rockchip_rk356x_recovery/build/linux-headers-custom/boot.img
./buildroot/output/rockchip_rk356x_recovery/build/linux-headers-custom/zboot.img
./buildroot/output/rockchip_rk356x_recovery/images/recovery.img
./buildroot/output/rockchip_rk356x_recovery/host/share/qemu/hppa-firmware.img
./buildroot/output/rockchip_rk356x_recovery/host/share/qemu/s390-ccw.img
./buildroot/output/rockchip_rk356x_recovery/host/share/qemu/s390-netboot.img
./buildroot/output/rockchip_rk3568/build/util-linux-libs-2.37.2/tests/ts/cramfs/cramfs-little.img
./buildroot/output/rockchip_rk3568/build/util-linux-libs-2.37.2/tests/ts/cramfs/cramfs-big.img
./buildroot/output/rockchip_rk3568/build/host-util-linux-2.37.2/tests/ts/cramfs/cramfs-little.img
./buildroot/output/rockchip_rk3568/build/host-util-linux-2.37.2/tests/ts/cramfs/cramfs-big.img
./buildroot/output/rockchip_rk3568/build/host-qemu-5.1.0/pc-bios/hppa-firmware.img
./buildroot/output/rockchip_rk3568/build/host-qemu-5.1.0/pc-bios/s390-ccw.img
./buildroot/output/rockchip_rk3568/build/host-qemu-5.1.0/pc-bios/s390-netboot.img
./buildroot/output/rockchip_rk3568/build/host-qemu-5.1.0/roms/SLOF/romfs/header.img
./buildroot/output/rockchip_rk3568/build/util-linux-2.37.2/tests/ts/cramfs/cramfs-little.img
./buildroot/output/rockchip_rk3568/build/util-linux-2.37.2/tests/ts/cramfs/cramfs-big.img
./buildroot/output/rockchip_rk3568/build/linux-headers-custom/resource.img
./buildroot/output/rockchip_rk3568/build/linux-headers-custom/kernel.img
./buildroot/output/rockchip_rk3568/build/linux-headers-custom/boot.img
./buildroot/output/rockchip_rk3568/build/linux-headers-custom/zboot.img
./buildroot/output/rockchip_rk3568/host/share/qemu/hppa-firmware.img
./buildroot/output/rockchip_rk3568/host/share/qemu/s390-ccw.img
./buildroot/output/rockchip_rk3568/host/share/qemu/s390-netboot.img
./prebuilts/gcc/linux-x86/aarch64/gcc-buildroot-9.3.0-2020.03-x86_64_aarch64-rockchip-linux-gnu/share/qemu/hppa-firmware.img
./prebuilts/gcc/linux-x86/aarch64/gcc-buildroot-9.3.0-2020.03-x86_64_aarch64-rockchip-linux-gnu/share/qemu/s390-ccw.img
./prebuilts/gcc/linux-x86/aarch64/gcc-buildroot-9.3.0-2020.03-x86_64_aarch64-rockchip-linux-gnu/share/qemu/s390-netboot.img
./debian/overlay-firmware/usr/share/npu_fw_pcie/boot.img
./debian/overlay-firmware/usr/share/npu_fw_pcie/trust.img
./debian/overlay-firmware/usr/share/npu_fw_pcie/uboot.img
./debian/overlay-firmware/usr/share/npu_fw/boot.img
./debian/overlay-firmware/usr/share/npu_fw/trust.img
./debian/overlay-firmware/usr/share/npu_fw/uboot.img
./rockdev/boot.img
./rockdev/recovery.img
./kernel/resource.img
./kernel/kernel.img
./kernel/boot.img
./kernel/zboot.img
./u-boot/uboot.img
./rkbin/img/rk1x/rk1806_trust_v1.12.img
./device/rockchip/rockimg/dfu_misc_a.img
./device/rockchip/rockimg/wipe_all-misc.img
./device/rockchip/rockimg/pcba_small_misc.img
./device/rockchip/rockimg/pcba_whole_misc.img
./device/rockchip/rockimg/blank-misc.img
./device/rockchip/rockimg/dfu_misc_b.img
./device/rockchip/rockimg/sdupdate-ab-misc.img
./device/rockchip/userdata/userdata_sl/ref_data.img
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ ll
total 98544
drwxrwxr-x 18 rootroot rootroot      4096 May 11 11:11 ./
drwxr-xr-x 32 rootroot rootroot      4096 May 11 11:02 ../
drwxrwxr-x  7 rootroot rootroot      4096 May 10 15:20 .repo/
drwxrwxr-x  2 rootroot rootroot      4096 May 11 11:18 .rootfs/
lrwxrwxrwx  1 rootroot rootroot        24 May 10 15:20 Makefile -> buildroot/build/Makefile*
drwxrwxr-x 11 rootroot rootroot      4096 May 10 15:20 app/
-rw-rw-r--  1 rootroot rootroot 100829799 May 11 11:18 br.log
lrwxrwxrwx  1 rootroot rootroot        31 May 10 15:20 build.sh -> device/rockchip/common/build.sh*
drwxrwxr-x 18 rootroot rootroot      4096 May 10 16:24 buildroot/
drwxrwxr-x  9 rootroot rootroot      4096 May 10 15:20 debian/
drwxrwxr-x  3 rootroot rootroot      4096 May 10 15:20 device/
drwxrwxr-x  7 rootroot rootroot      4096 May 10 15:20 docs/
lrwxrwxrwx  1 rootroot rootroot        27 May 10 15:20 envsetup.sh -> buildroot/build/envsetup.sh*
drwxrwxr-x 31 rootroot rootroot      4096 May 10 15:20 external/
drwxrwxr-x 28 rootroot rootroot      4096 May 10 20:02 kernel/
lrwxrwxrwx  1 rootroot rootroot        36 May 10 15:20 mkfirmware.sh -> device/rockchip/common/mkfirmware.sh*
drwxrwxr-x  3 rootroot rootroot      4096 May 10 15:20 prebuilts/
drwxrwxr-x 10 rootroot rootroot      4096 May 10 15:01 repo/
drwxrwxr-x  9 rootroot rootroot      4096 May 10 16:11 rkbin/
lrwxrwxrwx  1 rootroot rootroot        33 May 10 15:20 rkflash.sh -> device/rockchip/common/rkflash.sh*
drwxrwxr-x  2 rootroot rootroot      4096 May 11 11:18 rockdev/
drwxrwxr-x  5 rootroot rootroot      4096 May 10 15:20 tools/
drwxrwxr-x 28 rootroot rootroot      4096 May 10 16:11 u-boot/
drwxrwxr-x  9 rootroot rootroot      4096 May 10 15:20 yocto/
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ ./mkfirmware.sh 
/usr/bin/fakeroot
Source buildroot/build/envsetup.sh
Top of tree: /home/rootroot/rk3568_linux4.19
===========================================

#TARGET_BOARD=rk3568
#OUTPUT_DIR=output/rockchip_rk3568
#CONFIG=rockchip_rk3568_defconfig

===========================================
make: Entering directory '/home/rootroot/rk3568_linux4.19/buildroot'
  GEN     /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/Makefile
/home/rootroot/rk3568_linux4.19/buildroot/build/defconfig_hook.py -m /home/rootroot/rk3568_linux4.19/buildroot/configs/rockchip_rk3568_defconfig /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig
BR2_DEFCONFIG='' KCONFIG_AUTOCONFIG=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/auto.conf KCONFIG_AUTOHEADER=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/autoconf.h KCONFIG_TRISTATE=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/tristate.config BR2_CONFIG=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.config HOST_GCC_VERSION="9" BUILD_DIR=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build SKIP_LEGACY= BR2_DEFCONFIG=/home/rootroot/rk3568_linux4.19/buildroot/configs/rockchip_rk3568_defconfig /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/build/buildroot-config/conf --defconfig=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig Config.in
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:285:warning: override: reassigning to symbol BR2_PACKAGE_MPP
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:286:warning: override: reassigning to symbol BR2_PACKAGE_MPP_ALLOCATOR_DRM
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:288:warning: override: reassigning to symbol BR2_PACKAGE_LINUX_RGA
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:313:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTP
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:314:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTPMANAGER
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:315:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTSP
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:321:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEORATE
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:322:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VORBIS
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:323:warning: override: reassigning to symbol BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_OGG
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:342:warning: override: reassigning to symbol BR2_PACKAGE_ROCKCHIP_TEST
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.rockchipconfig:345:warning: override: reassigning to symbol BR2_PACKAGE_RKWIFIBT
#
# configuration written to /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk3568/.config
#
make: Leaving directory '/home/rootroot/rk3568_linux4.19/buildroot'
create rootfs.img...done.
create parameter...done.
/home/rootroot/rk3568_linux4.19/device/rockchip/rk356x/parameter-buildroot-fit.txt
0x00002000@0x00004000(uboot),0x00002000@0x00006000(misc),0x00020000@0x00008000(boot),0x00020000@0x00028000(recovery),0x00010000@0x00048000(backup),0x00c00000@0x00058000(rootfs),0x00040000@0x00c58000(oem),-@0x00c98000(userdata:grow)
create recovery.img...done.
create misc.img...done.
Making /home/rootroot/rk3568_linux4.19/rockdev/oem.img from /home/rootroot/rk3568_linux4.19/device/rockchip/oem/oem_normal (auto sized)
Making /home/rootroot/rk3568_linux4.19/rockdev/oem.img from /home/rootroot/rk3568_linux4.19/device/rockchip/oem/oem_normal with size(17M)
0+0 records in
0+0 records out
0 bytes copied, 2.2698e-05 s, 0.0 kB/s
mke2fs 1.46.5 (30-Dec-2021)
Discarding device blocks: done                            
Creating filesystem with 17408 1k blocks and 4344 inodes
Filesystem UUID: 11daa115-110f-43c8-8327-656b930d9e90
Superblock backups stored on blocks: 
    8193

Allocating group tables: done                            
Writing inode tables: done                            
Copying files into the device: done
Writing superblocks and filesystem accounting information: done

tune2fs 1.46.5 (30-Dec-2021)
Setting maximal mount count to -1
Setting interval between checks to 0 seconds
Making /home/rootroot/rk3568_linux4.19/rockdev/userdata.img from /home/rootroot/rk3568_linux4.19/device/rockchip/userdata/userdata_normal (auto sized)
Making /home/rootroot/rk3568_linux4.19/rockdev/userdata.img from /home/rootroot/rk3568_linux4.19/device/rockchip/userdata/userdata_normal with size(5M)
0+0 records in
0+0 records out
0 bytes copied, 5.8667e-05 s, 0.0 kB/s
mke2fs 1.46.5 (30-Dec-2021)
Discarding device blocks: done                            
Creating filesystem with 5120 1k blocks and 1280 inodes

Allocating group tables: done                            
Writing inode tables: done                            
Copying files into the device: done
Writing superblocks and filesystem accounting information: done

tune2fs 1.46.5 (30-Dec-2021)
Setting maximal mount count to -1
Setting interval between checks to 0 seconds
create uboot.img...done.
uboot fotmat type is fit, so ignore trust.img...
create loader...done.
create boot.img...done.
 Image: image in rockdev is ready 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ ./build.sh updateimg
processing option: updateimg
Make update.img
start to make update.img...
Android Firmware Package Tool v2.0
------ PACKAGE ------
Add file: ./package-file
package-file,Add file: ./package-file done,offset=0x800,size=0x28b,userspace=0x1
Add file: ./Image/MiniLoaderAll.bin
bootloader,Add file: ./Image/MiniLoaderAll.bin done,offset=0x1000,size=0x719c0,userspace=0xe4
Add file: ./Image/parameter.txt
parameter,Add file: ./Image/parameter.txt done,offset=0x73000,size=0x1f4,userspace=0x1
Add file: ./Image/uboot.img
uboot,Add file: ./Image/uboot.img done,offset=0x73800,size=0x400000,userspace=0x800
Add file: ./Image/misc.img
misc,Add file: ./Image/misc.img done,offset=0x473800,size=0xc000,userspace=0x18
Add file: ./Image/boot.img
boot,Add file: ./Image/boot.img done,offset=0x47f800,size=0x15a7600,userspace=0x2b4f
Add file: ./Image/recovery.img
recovery,Add file: ./Image/recovery.img done,offset=0x1a27000,size=0x1c4cc00,userspace=0x389a
Add file: ./Image/rootfs.img
rootfs,Add file: ./Image/rootfs.img done,offset=0x3674000,size=0x2e2b1000,userspace=0x5c562
Add file: ./Image/oem.img
oem,Add file: ./Image/oem.img done,offset=0x31925000,size=0x1100000,userspace=0x2200
Add file: ./Image/userdata.img
userdata,Add file: ./Image/userdata.img done,offset=0x32a25000,size=0x500000,userspace=0xa00
Add CRC...
Make firmware OK!
------ OK ------
********rkImageMaker ver 2.0********
Generating new image, please wait...
Writing head info...
Writing boot file...
Writing firmware...
Generating MD5 data...
MD5 data generated successfully!
New image generated successfully!
Making ./Image/update.img OK.
Running build_updateimg succeeded.
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ ll             
total 98544
drwxrwxr-x 18 rootroot rootroot      4096 May 11 11:11 ./
drwxr-xr-x 32 rootroot rootroot      4096 May 11 11:38 ../
drwxrwxr-x  7 rootroot rootroot      4096 May 10 15:20 .repo/
drwxrwxr-x  2 rootroot rootroot      4096 May 11 11:18 .rootfs/
lrwxrwxrwx  1 rootroot rootroot        24 May 10 15:20 Makefile -> buildroot/build/Makefile*
drwxrwxr-x 11 rootroot rootroot      4096 May 10 15:20 app/
-rw-rw-r--  1 rootroot rootroot 100829799 May 11 11:18 br.log
lrwxrwxrwx  1 rootroot rootroot        31 May 10 15:20 build.sh -> device/rockchip/common/build.sh*
drwxrwxr-x 18 rootroot rootroot      4096 May 10 16:24 buildroot/
drwxrwxr-x  9 rootroot rootroot      4096 May 10 15:20 debian/
drwxrwxr-x  3 rootroot rootroot      4096 May 10 15:20 device/
drwxrwxr-x  7 rootroot rootroot      4096 May 10 15:20 docs/
lrwxrwxrwx  1 rootroot rootroot        27 May 10 15:20 envsetup.sh -> buildroot/build/envsetup.sh*
drwxrwxr-x 31 rootroot rootroot      4096 May 10 15:20 external/
drwxrwxr-x 28 rootroot rootroot      4096 May 10 20:02 kernel/
lrwxrwxrwx  1 rootroot rootroot        36 May 10 15:20 mkfirmware.sh -> device/rockchip/common/mkfirmware.sh*
drwxrwxr-x  3 rootroot rootroot      4096 May 10 15:20 prebuilts/
drwxrwxr-x 10 rootroot rootroot      4096 May 10 15:01 repo/
drwxrwxr-x  9 rootroot rootroot      4096 May 10 16:11 rkbin/
lrwxrwxrwx  1 rootroot rootroot        33 May 10 15:20 rkflash.sh -> device/rockchip/common/rkflash.sh*
drwxrwxr-x  2 rootroot rootroot      4096 May 11 11:35 rockdev/
drwxrwxr-x  5 rootroot rootroot      4096 May 10 15:20 tools/
drwxrwxr-x 28 rootroot rootroot      4096 May 10 16:11 u-boot/
drwxrwxr-x  9 rootroot rootroot      4096 May 10 15:20 yocto/
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ du -sh build/dl
du: cannot access 'build/dl': No such file or directory
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ du -sh buildroot/dl
720M    buildroot/dl
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 

[END] 2022/5/11 14:28:40

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

20220513-rk3568编译linux4.19的buildroot4-(rootrs) 的相关文章

  • 20220513-rk3568编译linux4.19的buildroot-1(uboot)

    20220513 rk3568编译linux4 19的buildroot 2022 5 13 15 20 BEGIN 2022 5 10 16 07 49 rootroot 64 rootroot System Product1 rootr
  • 20220513-rk3568编译linux4.19的buildroot3-(revoery)

    20220513 rk3568编译linux4 19的buildroot3 revoery rootroot 64 rootroot System Product1 rk3568 linux4 19 rootroot 64 rootroot
  • RK3568芯片开发笔记——调试pwm控制红外功能

    1 PWM介绍 参考博客 xff1a ARM芯片开发 xff08 S5PV210芯片 xff09 定时器 看门狗 RTC xff1b 2 配置pwm功能的方法 1 内核层 xff1a 内核代码里有pwm子系统 xff0c 里面有pwm相关函
  • RK3568 Debian10 AP6275S Bluetooth调试

    overlay etc profile d start blutooth sh start blutooth sh chmod 777 sys class rfkill rfkill0 state echo 0 gt sys class r
  • rk3568 android11 AP6275s调试

    一 AP6275S的32 768k波形要求 xff1a 1 43 25ppm xff0c 计算的范围是 xff1a 32767 1808 32768 8192Hz 2 占空比 xff1a 30 70 3 峰峰值 xff1a 1 8v 43
  • RK3568-GPIO

    参考链接 https wenku baidu com view 3313c154f142336c1eb91a37f111f18583d00c33 html 接口号 GPIOn xy n 32 x 1 8 y 其中对应关系 A 1 B 2 C
  • RK3568-显示

    RK3568 显示 分辨率 720p xff1a 1280x720 1080p xff1a 1920x1080 2K xff1a 2560x1440 4K xff1a 3840x2160 接口 需要修改设备树 MIPI xff1a LCD
  • RK3568-SPI

    RK3568 SPI SPI xff08 serial peripheral interface xff09 支持以下特性 默认采用摩托罗拉 SPI 协议 支持 8 位和 16 位 软件可编程时钟频率和传输速率高达 50MHz 支持 SPI
  • Linux i2c_driver probe被调用的流程分析(linux4.1.15)

    linux4 1 15 i2c driver probe被调用流程 span class token operator span span class token operator span span class token comment
  • 使用linux4.15内核lts,Ubuntu 18.04 LTS发布: 采用Linux 4.15内核

    原标题 xff1a Ubuntu 18 04 LTS发布 xff1a 采用Linux 4 15内核 导读4月27日消息 Canonical于伦敦时间26日正式发布了Ubuntu 18 04 LTS版 xff0c Canonical的CEO称
  • 使用linux4.15内核lts,Ubuntu 18.04 LTS每日构建版现在已基于Linux Kernel 4.15

    到目前为止 xff0c 即将推出的Ubuntu 18 04 LTS 仿生海狸 操作系统的当前每日构建版都由最新的稳定Linux 4 15内核系列提供支持 Ubuntu Kernel团队在Ubuntu 18 04 LTS 仿生海狸 的开发周期
  • RK3568最小系统四层板设计总结

    很久没有关注DDR4和DDR5相关知识了 xff0c 利用找工作在家休息间隙从网上下载了RK3568的原理图和6层板的PCB参考设计 xff0c 将6层板改为4层板设计 进行总结之前 xff0c 先将设计时关于Allegro设计小技巧进行总
  • RK3568 HDMI EDID处理过程

    一 简介 EDID是什么 EDID的全称是Extended Display Identification Data 扩展显示标识数据 VGA DVI的EDID由主块128字节组成 HDMI的EDID增加扩展块 128字节 扩展块的内容主要是
  • RK3568开发环境搭建

    前面我给大家展示了RK3568的开发板 但是并没有对RK3568的芯片资源进行描述 这里简单给大家看下该芯片的资源 具体的请看瑞芯微官网https www rock chips com 对芯片有了写了解之后 下面就开始搭建开发环境 让我们早
  • RK3568 GPIO 按键事件响应

    目录 adb shell getevent查看事件 设备树添加事件驱动 cat查看事件详细内容 author daisy skye的博客 CSDN博客 嵌入式 Qt Linux领域博主 adb shell getevent查看事件 130
  • RK3568-GPIO控制

    RK3568 GPIO控制 1 Sysfs接口 实现逻辑 芯片的GPIO由芯片的GPIO控制器来管理 GPIO控制器封装在芯片内部 控制器的驱动芯片厂家已经写好了 RK3568有五组GPIO控制器 每组管理32个引脚 对应 dev下的gpi
  • RK3568资料汇总

    文档资料 野火 https doc embedfire com products link zh latest linux ebf lubancat html 正点原子 http 47 111 11 73 docs boards arm l
  • RK3568 IDB烧录失败解决方法

    1 简介 公司有个RK3568的项目使用了三星的8GB eMMC5 1 KLM8G1GETF B041 但在硬件回板的时候 发现个别单板程序烧不进去 会报下载IDB失败 部分串口打印日志如下 DDR Version V1 09 202106
  • RK3588 添加ROOT权限

    一 ROOT简介 ROOT权限是Linux和Unix系统中的超级管理员用户帐户 该帐户拥有整个系统的最高权利 可以执行几乎所有操作 ROOT就是获取安卓系统中的 最高用户权限 以便执行一些需要高权限才能执行的操作 包括卸载系统自带程序 刷机
  • [Firefly-Linux] RK3568 pca9555芯片驱动详解

    文章目录 一 PAC9555 介绍 二 ITX 3568JQ PAC9555 使用 2 1 原理图 2 2 设备树 三 RK3568 I2C 介绍 四 PAC9555 驱动

随机推荐