Cook: opencc 0.4.3
================================================================================
QA: checking package receipt...
Checking build dependencies...
Installing (pkg/local): cmake-common-3.17.3-any
Installing (pkg/local): jsoncpp-1.8.4-i486
Installing (pkg/local): liblz4-1.8.3-i486
Installing (pkg/local): libxml2-2.9.9-i486
Installing (pkg/local): libzstd-1.3.8-i486
Installing (pkg/local): libarchive-3.3.3-i486
Installing (pkg/local): libunistring-0.9.10-i486
Installing (pkg/local): libidn2-2.1.0-i486
Installing (pkg/local): libcurl-7.63.0-i486
Installing (pkg/local): libnsl-1.2.0-i486
Installing (pkg/local): libuv-1.25.0-i486
Installing (pkg/local): cmake-3.17.3-i486
Installing (pkg/local): libpcre-8.42-i486
Installing (pkg/local): util-linux-smartcols-2.33.1-i486
Installing (pkg/local): util-linux-uuid-2.33.1-i486
Installing (pkg/local): util-linux-blkid-2.33.1-i486
Installing (pkg/local): util-linux-mount-2.33.1-i486
Installing (pkg/local): glib-2.64.3-i486
Installing (pkg/local): libcroco-0.6.12-i486
Installing (pkg/local): gettext-0.19.8.1-i486
Installing (pkg/local): gettext-dev-0.19.8.1-i486
Extracting source archive "opencc-0.4.3.tar.gz"

Executing: compile_rules
CFLAGS   : -march=i486 -Os -pipe -mindirect-branch=thunk
CXXLAGS  : -march=i486 -Os -pipe -mindirect-branch=thunk
CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1
LDFLAGS  : -Wl,-Os,--as-needed

-- The C compiler identification is GNU 8.2.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc - works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Found Gettext: /usr/bin/msgmerge (found version "0.19.8.1") 
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Searching 16 bit integer - Using unsigned short
-- Check if the system is big endian - little endian
-- Configuring done
-- Generating done
-- Build files have been written to: /home/slitaz/wok/opencc/source/opencc-0.4.3/build
Scanning dependencies of target zh_HK_mo
Scanning dependencies of target zh_CN_mo
Scanning dependencies of target libopencc_static
Scanning dependencies of target libopencc
[  2%] mo-update [zh_HK]: Creating mo file.
Scanning dependencies of target zh_TW_mo
[  4%] Building C object src/CMakeFiles/libopencc.dir/dict.c.o
[  7%] Building C object src/CMakeFiles/libopencc_static.dir/dict.c.o
[  9%] Building C object src/CMakeFiles/libopencc_static.dir/dictionary/datrie.c.o
[ 14%] Building C object src/CMakeFiles/libopencc.dir/dictionary/datrie.c.o
[ 14%] mo-update [zh_CN]: Creating mo file.
[ 16%] mo-update [zh_TW]: Creating mo file.
[ 16%] Built target zh_HK_mo
[ 19%] Building C object src/CMakeFiles/libopencc.dir/dictionary/text.c.o
[ 19%] Built target zh_CN_mo
[ 21%] Building C object src/CMakeFiles/libopencc_static.dir/dictionary/text.c.o
[ 21%] Built target zh_TW_mo
[ 23%] Building C object src/CMakeFiles/libopencc_static.dir/config_reader.c.o
[ 26%] Building C object src/CMakeFiles/libopencc_static.dir/converter.c.o
[ 28%] Building C object src/CMakeFiles/libopencc_static.dir/dict_group.c.o
[ 30%] Building C object src/CMakeFiles/libopencc.dir/config_reader.c.o
[ 33%] Building C object src/CMakeFiles/libopencc_static.dir/dict_chain.c.o
[ 35%] Building C object src/CMakeFiles/libopencc.dir/converter.c.o
[ 38%] Building C object src/CMakeFiles/libopencc.dir/dict_group.c.o
[ 40%] Building C object src/CMakeFiles/libopencc_static.dir/encoding.c.o
[ 42%] Building C object src/CMakeFiles/libopencc_static.dir/utils.c.o
[ 45%] Building C object src/CMakeFiles/libopencc.dir/encoding.c.o
[ 47%] Building C object src/CMakeFiles/libopencc.dir/dict_chain.c.o
[ 50%] Building C object src/CMakeFiles/libopencc.dir/utils.c.o
/home/slitaz/wok/opencc/source/opencc-0.4.3/src/utils.c: In function 'executable_path':
/home/slitaz/wok/opencc/source/opencc-0.4.3/src/utils.c:99:13: warning: unused variable 'res' [-Wunused-variable]
     ssize_t res = readlink("/proc/self/exe", path_buffer, sizeof(path_buffer));
             ^~~
[ 52%] Building C object src/CMakeFiles/libopencc_static.dir/opencc.c.o
[ 54%] Building C object src/CMakeFiles/libopencc.dir/opencc.c.o
/home/slitaz/wok/opencc/source/opencc-0.4.3/src/utils.c: In function 'executable_path':
/home/slitaz/wok/opencc/source/opencc-0.4.3/src/utils.c:99:13: warning: unused variable 'res' [-Wunused-variable]
     ssize_t res = readlink("/proc/self/exe", path_buffer, sizeof(path_buffer));
             ^~~
[ 57%] Linking C static library libopencc.a
[ 57%] Built target libopencc_static
[ 59%] Linking C shared library libopencc.so
[ 59%] Built target libopencc
Scanning dependencies of target opencc_dict
[ 61%] Building C object src/tools/CMakeFiles/opencc_dict.dir/__/dictionary/text.c.o
[ 64%] Building C object src/tools/CMakeFiles/opencc_dict.dir/__/dict_group.c.o
[ 66%] Building C object src/tools/CMakeFiles/opencc_dict.dir/__/dict.c.o
[ 69%] Building C object src/tools/CMakeFiles/opencc_dict.dir/opencc_dict.c.o
[ 71%] Building C object src/tools/CMakeFiles/opencc_dict.dir/__/dictionary/datrie.c.o
[ 73%] Building C object src/tools/CMakeFiles/opencc_dict.dir/__/config_reader.c.o
[ 76%] Building C object src/tools/CMakeFiles/opencc_dict.dir/__/dict_chain.c.o
[ 78%] Building C object src/tools/CMakeFiles/opencc_dict.dir/__/encoding.c.o
[ 80%] Building C object src/tools/CMakeFiles/opencc_dict.dir/__/utils.c.o
/home/slitaz/wok/opencc/source/opencc-0.4.3/src/utils.c: In function 'executable_path':
/home/slitaz/wok/opencc/source/opencc-0.4.3/src/utils.c:99:13: warning: unused variable 'res' [-Wunused-variable]
     ssize_t res = readlink("/proc/self/exe", path_buffer, sizeof(path_buffer));
             ^~~
[ 83%] Linking C executable opencc_dict
[ 83%] Built target opencc_dict
Scanning dependencies of target ocds
[ 85%] Building simp_to_trad_characters.ocd
[ 88%] Building trad_to_simp_characters.ocd
[ 90%] Building simp_to_trad_phrases.ocd
[ 92%] Building trad_to_simp_phrases.ocd
[ 92%] Built target ocds
Scanning dependencies of target opencc
[ 97%] Building C object src/tools/CMakeFiles/opencc.dir/opencc.c.o
[ 97%] Building C object src/tools/CMakeFiles/opencc.dir/__/utils.c.o
/home/slitaz/wok/opencc/source/opencc-0.4.3/src/utils.c: In function 'executable_path':
/home/slitaz/wok/opencc/source/opencc-0.4.3/src/utils.c:99:13: warning: unused variable 'res' [-Wunused-variable]
     ssize_t res = readlink("/proc/self/exe", path_buffer, sizeof(path_buffer));
             ^~~
[100%] Linking C executable opencc
[100%] Built target opencc
[  2%] Built target zh_HK_mo
[ 28%] Built target libopencc
[ 30%] Built target zh_CN_mo
[ 33%] Built target zh_TW_mo
[ 59%] Built target libopencc_static
[ 83%] Built target opencc_dict
[ 92%] Built target ocds
[100%] Built target opencc
Install the project...
-- Install configuration: "Release"
-- Installing: /home/slitaz/wok/opencc/install/usr/lib/pkgconfig/opencc.pc
-- Installing: /home/slitaz/wok/opencc/install/usr/lib/libopencc.so.1.0.0
-- Installing: /home/slitaz/wok/opencc/install/usr/lib/libopencc.so.1
-- Installing: /home/slitaz/wok/opencc/install/usr/lib/libopencc.so
-- Installing: /home/slitaz/wok/opencc/install/usr/lib/libopencc.a
-- Installing: /home/slitaz/wok/opencc/install/usr/include/opencc/opencc.h
-- Installing: /home/slitaz/wok/opencc/install/usr/include/opencc/opencc_types.h
-- Installing: /home/slitaz/wok/opencc/install/usr/include/opencc/openccxx.h
-- Installing: /home/slitaz/wok/opencc/install/usr/bin/opencc_dict
-- Set runtime path of "/home/slitaz/wok/opencc/install/usr/bin/opencc_dict" to ""
-- Installing: /home/slitaz/wok/opencc/install/usr/bin/opencc
-- Set runtime path of "/home/slitaz/wok/opencc/install/usr/bin/opencc" to ""
-- Installing: /home/slitaz/wok/opencc/install/usr/share/man/man1/opencc.1
-- Installing: /home/slitaz/wok/opencc/install/usr/share/man/man1/opencc_dict.1
-- Installing: /home/slitaz/wok/opencc/install/usr/share/opencc/simp_to_trad_characters.ocd
-- Installing: /home/slitaz/wok/opencc/install/usr/share/opencc/simp_to_trad_phrases.ocd
-- Installing: /home/slitaz/wok/opencc/install/usr/share/opencc/trad_to_simp_characters.ocd
-- Installing: /home/slitaz/wok/opencc/install/usr/share/opencc/trad_to_simp_phrases.ocd
-- Installing: /home/slitaz/wok/opencc/install/usr/share/opencc/zhs2zht.ini
-- Installing: /home/slitaz/wok/opencc/install/usr/share/opencc/zht2zhs.ini
-- Installing: /home/slitaz/wok/opencc/install/usr/share/opencc/mix2zht.ini
-- Installing: /home/slitaz/wok/opencc/install/usr/share/opencc/mix2zhs.ini
-- Installing: /home/slitaz/wok/opencc/install/usr/share/opencc/zhs2zhtw_p.ini
-- Installing: /home/slitaz/wok/opencc/install/usr/share/opencc/zhs2zhtw_v.ini
-- Installing: /home/slitaz/wok/opencc/install/usr/share/opencc/zhs2zhtw_vp.ini
-- Installing: /home/slitaz/wok/opencc/install/usr/share/opencc/zht2zhtw_p.ini
-- Installing: /home/slitaz/wok/opencc/install/usr/share/opencc/zht2zhtw_v.ini
-- Installing: /home/slitaz/wok/opencc/install/usr/share/opencc/zht2zhtw_vp.ini
-- Installing: /home/slitaz/wok/opencc/install/usr/share/opencc/zhtw2zht.ini
-- Installing: /home/slitaz/wok/opencc/install/usr/share/opencc/zhtw2zhs.ini
-- Installing: /home/slitaz/wok/opencc/install/usr/share/opencc/zhtw2zhcn_s.ini
-- Installing: /home/slitaz/wok/opencc/install/usr/share/opencc/zhtw2zhcn_t.ini
-- Installing: /home/slitaz/wok/opencc/install/usr/share/opencc/to_tw_variants.txt
-- Installing: /home/slitaz/wok/opencc/install/usr/share/opencc/to_tw_phrases.txt
-- Installing: /home/slitaz/wok/opencc/install/usr/share/opencc/from_tw_variants.txt
-- Installing: /home/slitaz/wok/opencc/install/usr/share/opencc/from_tw_phrases.txt
-- Installing: /home/slitaz/wok/opencc/install/usr/share/opencc/to_cn_phrases.txt
-- Installing: /home/slitaz/wok/opencc/install/usr/share/locale/zh_CN/LC_MESSAGES/opencc.mo
-- Installing: /home/slitaz/wok/opencc/install/usr/share/locale/zh_HK/LC_MESSAGES/opencc.mo
-- Installing: /home/slitaz/wok/opencc/install/usr/share/locale/zh_TW/LC_MESSAGES/opencc.mo
================================================================================

Executing strip on all files...                                        Done
  Time: 0.45s. Size: 145188 B -> 126304 B. Save: 18 KB.
Installing (pkg/local): advancecomp-static-2.1-i486
Compressing man pages...                                               Done
  Time: 0.49s. Size: 1156 B -> 634 B. Save: 1 KB. Cache hit: 2/2.
Normalizing mo files...                                                Done
  Time: 0.12s. Size: 11910 B -> 9921 B. Save: 2 KB.
================================================================================


Build dependencies to remove: 22
Removing: advancecomp-static cmake cmake-common gettext gettext-dev glib jsoncpp libarchive libcroco libcurl libidn2 liblz4 libnsl libpcre libunistring libuv libxml2 libzstd util-linux-blkid util-linux-mount util-linux-smartcols util-linux-uuid


Pack: opencc-tools 0.4.3
================================================================================
Executing: genpkg_rules
Copying folders and files...                                           Done
Copying "receipt"...                                                   Done
Determining package architecture...                                    i486
Creating the list of files...                                          Done
Creating md5sum of files...                                            Done
Compressing the FS...                                                  Done
Creating full cpio archive...                                          Done
QA: checking for empty package...                                      Done
The release checksum has not changed.
================================================================================
Package "opencc-tools-0.4.3-i486.tazpkg" created


Pack: opencc 0.4.3
================================================================================
Executing: genpkg_rules
Copying folders and files...                                           Done
Copying "receipt"...                                                   Done
Determining package architecture...                                    i486
Creating the list of files...                                          Done
Creating md5sum of files...                                            Done
Compressing the FS...                                                  Done
Creating full cpio archive...                                          Done
QA: checking for empty package...                                      Done
The release checksum has not changed.
================================================================================
Package "opencc-0.4.3-i486.tazpkg" created


Pack: opencc-dev 0.4.3
================================================================================
Executing: genpkg_rules
Copying folders and files...                                           Done
Copying "receipt"...                                                   Done
Determining package architecture...                                    i486
Creating the list of files...                                          Done
Creating md5sum of files...                                            Done
Compressing the FS...                                                  Done
Creating full cpio archive...                                          Done
QA: checking for empty package...                                      Done
The release checksum has not changed.
================================================================================
Package "opencc-dev-0.4.3-i486.tazpkg" created


Post-check
================================================================================
Checking build...                                                      Done
Checking 'any' arch...                                                 Done
Checking libtool in source/opencc-0.4.3...                             Done
Checking site script in source/opencc-0.4.3...                         Done
Checking ownership in install...                                       Done
Checking permissions in install...                                     Done
Checking broken symlinks in install...                                 Done
Querying Repology...                                                   Done
Updating activity log...                                               Done
================================================================================


Summary for: opencc 0.4.3
================================================================================
Src file    : opencc-0.4.3.tar.gz
Src size    : 528.0K
Source dir  : 12.1M
Produced    : 8.8M
Cook time   : 13s
Cook date   : 2022-07-22 15:39
Target arch : i486
--------------------------------------------------------------------------------
 # :  Packed : Compressed : Files : Package name
--------------------------------------------------------------------------------
 1 :   80.0K :      18.0K :     2 : opencc-tools-0.4.3-i486.tazpkg
 2 :    8.6M :     600.5K :    25 : opencc-0.4.3-i486.tazpkg
 3 :  104.0K :      18.2K :     6 : opencc-dev-0.4.3-i486.tazpkg
================================================================================