Cook: hiawatha 10.7 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): openssl-dev-1.1.1d-i486 Installing (pkg/local): xz-tools-5.2.4-i486 Installing (pkg/local): xz-dev-5.2.4-any Installing (pkg/local): zlib-dev-1.2.11-any Installing (pkg/local): libxml2-2.9.9-i486 Installing (pkg/local): libxml2-tools-2.9.9-i486 Installing (pkg/local): libxml2-dev-2.9.9-any Installing (pkg/local): libgpg-error-1.34-i486 Installing (pkg/local): libgcrypt-1.8.4-i486 Installing (pkg/local): libxslt-1.1.33-i486 Installing (pkg/local): libgpg-error-dev-1.34-i486 Installing (pkg/local): libgcrypt-dev-1.8.4-i486 Installing (pkg/local): libxslt-dev-1.1.33-any 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): 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 Extracting source archive "hiawatha-10.7.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 LibXml2: /usr/lib/libxml2.so (found version "2.9.9") -- Found LibXslt: /usr/lib/libxslt.so (found version "1.1.33") -- Found ZLIB: /usr/lib/libz.so (found version "1.2.11") -- Looking for crypt.h -- Looking for crypt.h - found -- Looking for arpa/inet.h -- Looking for arpa/inet.h - found -- Looking for include files sys/types.h, netinet/in.h -- Looking for include files sys/types.h, netinet/in.h - found -- Looking for include files sys/types.h, netinet/tcp.h -- Looking for include files sys/types.h, netinet/tcp.h - found -- Looking for rpcsvc/crypt.h -- Looking for rpcsvc/crypt.h - not found -- Looking for setenv -- Looking for setenv - found -- Looking for unsetenv -- Looking for unsetenv - found -- Looking for clearenv -- Looking for clearenv - found -- Looking for strcasecmp -- Looking for strcasecmp - found -- Looking for strncasecmp -- Looking for strncasecmp - found -- Looking for strnstr -- Looking for strnstr - not found -- Looking for strcasestr -- Looking for strcasestr - found -- Looking for strncasestr -- Looking for strncasestr - not found -- Looking for crypt_r in crypt -- Looking for crypt_r in crypt - found -- Looking for crypt in crypt -- Looking for crypt in crypt - found -- Looking for gzdopen in /usr/lib/libz.so -- Looking for gzdopen in /usr/lib/libz.so - found -- Looking for SO_ACCEPTFILTER -- Looking for SO_ACCEPTFILTER - not found -- Configuring done -- Generating done -- Build files have been written to: /home/slitaz/wok/hiawatha/source/hiawatha-10.7 Scanning dependencies of target cgi-wrapper Scanning dependencies of target ssi-cgi [ 1%] Building C object CMakeFiles/cgi-wrapper.dir/src/memdbg.c.o [ 2%] Building C object CMakeFiles/cgi-wrapper.dir/src/cgi-wrapper.c.o [ 2%] Building C object CMakeFiles/cgi-wrapper.dir/src/alternative.c.o [ 3%] Building C object CMakeFiles/cgi-wrapper.dir/src/libfs.c.o [ 3%] Building C object CMakeFiles/ssi-cgi.dir/src/alternative.c.o [ 3%] Building C object CMakeFiles/cgi-wrapper.dir/src/libstr.c.o Scanning dependencies of target mbedcrypto [ 4%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.o [ 5%] Building C object CMakeFiles/ssi-cgi.dir/src/ip.c.o [ 6%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.o /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/cgi-wrapper.c: In function 'main': /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/cgi-wrapper.c:427:5: warning: this statement may fall through [-Wimplicit-fallthrough=] print_code(500); ^~~~~~~~~~~~~~~ /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/cgi-wrapper.c:428:4: note: here case not_found: ^~~~ /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/cgi-wrapper.c:430:5: warning: this statement may fall through [-Wimplicit-fallthrough=] print_code(404); ^~~~~~~~~~~~~~~ /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/cgi-wrapper.c:431:4: note: here case no_access: ^~~~ /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/cgi-wrapper.c:446:5: warning: this statement may fall through [-Wimplicit-fallthrough=] print_code(500); ^~~~~~~~~~~~~~~ /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/cgi-wrapper.c:447:4: note: here case not_found: ^~~~ /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/cgi-wrapper.c:449:5: warning: this statement may fall through [-Wimplicit-fallthrough=] print_code(404); ^~~~~~~~~~~~~~~ /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/cgi-wrapper.c:450:4: note: here case no_access: ^~~~ /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/cgi-wrapper.c:468:4: warning: this statement may fall through [-Wimplicit-fallthrough=] print_code(500); ^~~~~~~~~~~~~~~ /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/cgi-wrapper.c:469:3: note: here case 0: ^~~~ [ 7%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/arc4.c.o [ 8%] Building C object CMakeFiles/ssi-cgi.dir/src/libfs.c.o [ 9%] Building C object CMakeFiles/ssi-cgi.dir/src/liblist.c.o [ 9%] Building C object CMakeFiles/ssi-cgi.dir/src/libstr.c.o [ 10%] Building C object CMakeFiles/ssi-cgi.dir/src/memdbg.c.o [ 11%] Building C object CMakeFiles/ssi-cgi.dir/src/ssi-cgi.c.o [ 12%] Building C object CMakeFiles/cgi-wrapper.dir/src/userconfig.c.o [ 12%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.o [ 13%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.o [ 14%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.o [ 15%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.o [ 16%] Linking C executable cgi-wrapper [ 16%] Built target cgi-wrapper [ 16%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/blowfish.c.o [ 17%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.o [ 18%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.o [ 19%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.o [ 20%] Linking C executable ssi-cgi [ 20%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.o [ 22%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.o [ 22%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.o [ 23%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.o [ 24%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.o [ 24%] Built target ssi-cgi [ 24%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.o [ 25%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.o [ 26%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.o [ 27%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.o [ 27%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.o [ 28%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.o [ 29%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.o [ 30%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.o [ 31%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.o [ 31%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/havege.c.o [ 32%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.o [ 33%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.o [ 34%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/md2.c.o [ 34%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/md4.c.o [ 35%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.o [ 36%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/md_wrap.c.o [ 37%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.o [ 38%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.o [ 38%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.o [ 39%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.o [ 40%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.o [ 41%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.o [ 41%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.o [ 42%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.o [ 43%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.o [ 44%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.o [ 45%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.o [ 45%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.o [ 46%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.o [ 47%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.o [ 48%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.o [ 48%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.o [ 49%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.o [ 50%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.o [ 51%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.o [ 51%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.o [ 52%] Building C object mbedtls/library/CMakeFiles/mbedcrypto.dir/xtea.c.o [ 53%] Linking C shared library libmbedcrypto.so [ 53%] Built target mbedcrypto Scanning dependencies of target mbedx509 [ 54%] Building C object mbedtls/library/CMakeFiles/mbedx509.dir/certs.c.o [ 56%] Building C object mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.o [ 56%] Building C object mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.o [ 56%] Building C object mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.o [ 57%] Building C object mbedtls/library/CMakeFiles/mbedx509.dir/pkcs11.c.o [ 57%] Building C object mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.o [ 58%] Building C object mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.o [ 59%] Building C object mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.o [ 60%] Building C object mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.o [ 61%] Linking C shared library libmbedx509.so [ 61%] Built target mbedx509 Scanning dependencies of target mbedtls [ 62%] Building C object mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.o [ 64%] Building C object mbedtls/library/CMakeFiles/mbedtls.dir/net_sockets.c.o [ 64%] Building C object mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.o [ 65%] Building C object mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cli.c.o [ 65%] Building C object mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.o [ 66%] Building C object mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.o [ 66%] Building C object mbedtls/library/CMakeFiles/mbedtls.dir/ssl_srv.c.o [ 67%] Building C object mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.o [ 68%] Building C object mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.o [ 69%] Linking C shared library libmbedtls.so [ 69%] Built target mbedtls Scanning dependencies of target wigwam [ 70%] Building C object CMakeFiles/wigwam.dir/src/alternative.c.o [ 71%] Building C object CMakeFiles/wigwam.dir/src/ip.c.o [ 72%] Building C object CMakeFiles/wigwam.dir/src/libfs.c.o [ 72%] Building C object CMakeFiles/wigwam.dir/src/filehashes.c.o [ 73%] Building C object CMakeFiles/wigwam.dir/src/libstr.c.o Scanning dependencies of target hiawatha [ 74%] Building C object CMakeFiles/hiawatha.dir/src/alternative.c.o [ 74%] Building C object CMakeFiles/wigwam.dir/src/liblist.c.o [ 74%] Building C object CMakeFiles/hiawatha.dir/src/cache.c.o [ 75%] Building C object CMakeFiles/wigwam.dir/src/memdbg.c.o [ 76%] Building C object CMakeFiles/wigwam.dir/src/toolkit.c.o [ 77%] Building C object CMakeFiles/wigwam.dir/src/wigwam.c.o [ 78%] Building C object CMakeFiles/hiawatha.dir/src/cgi.c.o [ 79%] Building C object CMakeFiles/hiawatha.dir/src/challenge.c.o [ 80%] Building C object CMakeFiles/hiawatha.dir/src/client.c.o [ 81%] Building C object CMakeFiles/hiawatha.dir/src/envir.c.o [ 81%] Building C object CMakeFiles/hiawatha.dir/src/filehashes.c.o /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/challenge.c: In function 'send_cookie_tail': /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/challenge.c:157:19: warning: '%d' directive writing between 1 and 11 bytes into a region of size 10 [-Wformat-overflow=] sprintf(conlen, "%d\r\n\r\n", content_length); ^~ /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/challenge.c:157:18: note: directive argument in the range [-2147483648, 99999] sprintf(conlen, "%d\r\n\r\n", content_length); ^~~~~~~~~~~~ In file included from /usr/include/stdio.h:873, from /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/challenge.c:18: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 16 bytes into a destination of size 10 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 83%] Building C object CMakeFiles/hiawatha.dir/src/http.c.o [ 83%] Building C object CMakeFiles/hiawatha.dir/src/hiawatha.c.o [ 84%] Building C object CMakeFiles/hiawatha.dir/src/httpauth.c.o [ 85%] Linking C executable wigwam [ 85%] Building C object CMakeFiles/hiawatha.dir/src/ip.c.o [ 86%] Building C object CMakeFiles/hiawatha.dir/src/libfs.c.o [ 86%] Built target wigwam [ 87%] Building C object CMakeFiles/hiawatha.dir/src/liblist.c.o [ 88%] Building C object CMakeFiles/hiawatha.dir/src/libstr.c.o [ 89%] Building C object CMakeFiles/hiawatha.dir/src/log.c.o [ 89%] Building C object CMakeFiles/hiawatha.dir/src/memdbg.c.o [ 90%] Building C object CMakeFiles/hiawatha.dir/src/mimetype.c.o [ 91%] Building C object CMakeFiles/hiawatha.dir/src/monitor.c.o [ 92%] Building C object CMakeFiles/hiawatha.dir/src/rproxy.c.o [ 93%] Building C object CMakeFiles/hiawatha.dir/src/serverconfig.c.o [ 93%] Building C object CMakeFiles/hiawatha.dir/src/send.c.o [ 94%] Building C object CMakeFiles/hiawatha.dir/src/session.c.o /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/rproxy.c: In function 'init_rproxy_module': /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/rproxy.c:65:30: warning: '%s' directive writing up to 32 bytes into a region of size 13 [-Wformat-overflow=] char str[50], *format = "%s %s\r\n"; ^~ /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/rproxy.c:83:48: sprintf(rproxy_header, format, rproxy_id_key, rproxy_id); ~~~~~~~~~ In file included from /usr/include/stdio.h:873, from /home/slitaz/wok/hiawatha/source/hiawatha-10.7/mbedtls/include/mbedtls/platform.h:51, from /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/rproxy.h:22, from /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/rproxy.c:29: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 25 and 57 bytes into a destination of size 35 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 95%] Building C object CMakeFiles/hiawatha.dir/src/tls.c.o [ 96%] Building C object CMakeFiles/hiawatha.dir/src/target.c.o [ 96%] Building C object CMakeFiles/hiawatha.dir/src/tomahawk.c.o [ 97%] Building C object CMakeFiles/hiawatha.dir/src/toolkit.c.o [ 98%] Building C object CMakeFiles/hiawatha.dir/src/userconfig.c.o /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/tls.c: In function 'create_hpkp_header': /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/tls.c:774:21: warning: argument 1 null where non-null expected [-Wnonnull] } else if ((end = strchr(end, '\0')) == NULL) { ^~~~~~~~~~~~~~~~~ /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/tls.c:774:21: note: in a call to built-in function '__builtin_strlen' [ 99%] Building C object CMakeFiles/hiawatha.dir/src/workers.c.o /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/target.c: In function 'execute_cgi': /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/target.c:1221:24: warning: this statement may fall through [-Wimplicit-fallthrough=] session->keep_alive = false; ^ /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/target.c:1222:3: note: here case rs_QUIT: ^~~~ [ 99%] Building C object CMakeFiles/hiawatha.dir/src/xslt.c.o /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/workers.c: In function 'handle_request_result': /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/workers.c:1195:24: warning: this statement may fall through [-Wimplicit-fallthrough=] session->keep_alive = false; ^ /home/slitaz/wok/hiawatha/source/hiawatha-10.7/src/workers.c:1196:3: note: here default: ^~~~~~~ [100%] Linking C executable hiawatha [100%] Built target hiawatha Install the project... -- Install configuration: "RelWithDebInfo" -- Installing: /home/slitaz/wok/hiawatha/install/usr/sbin/hiawatha -- Set runtime path of "/home/slitaz/wok/hiawatha/install/usr/sbin/hiawatha" to "/usr/lib/hiawatha" -- Installing: /home/slitaz/wok/hiawatha/install/usr/sbin/wigwam -- Set runtime path of "/home/slitaz/wok/hiawatha/install/usr/sbin/wigwam" to "/usr/lib/hiawatha" -- Installing: /home/slitaz/wok/hiawatha/install/usr/sbin/cgi-wrapper -- Installing: /home/slitaz/wok/hiawatha/install/usr/bin/ssi-cgi -- Installing: /home/slitaz/wok/hiawatha/install/etc/hiawatha/cgi-wrapper.conf -- Installing: /home/slitaz/wok/hiawatha/install/etc/hiawatha/mimetype.conf -- Installing: /home/slitaz/wok/hiawatha/install/etc/hiawatha/error.xslt -- Installing: /home/slitaz/wok/hiawatha/install/etc/hiawatha/index.xslt -- Installing: /home/slitaz/wok/hiawatha/install/etc/hiawatha/hiawatha.conf -- Installing: /home/slitaz/wok/hiawatha/install/usr/share/man/man1/ssi-cgi.1 -- Installing: /home/slitaz/wok/hiawatha/install/usr/share/man/man1/wigwam.1 -- Installing: /home/slitaz/wok/hiawatha/install/usr/share/man/man1/cgi-wrapper.1 -- Installing: /home/slitaz/wok/hiawatha/install/usr/share/man/man1/hiawatha.1 -- Installing: /home/slitaz/wok/hiawatha/install/var/www/index.html -- Installing: /home/slitaz/wok/hiawatha/install/var/log -- Installing: /home/slitaz/wok/hiawatha/install/var/run -- Installing: /home/slitaz/wok/hiawatha/install/var/lib -- Installing: /home/slitaz/wok/hiawatha/install/usr/lib/hiawatha/libmbedtls.so.2.6.0 -- Installing: /home/slitaz/wok/hiawatha/install/usr/lib/hiawatha/libmbedtls.so.10 -- Set runtime path of "/home/slitaz/wok/hiawatha/install/usr/lib/hiawatha/libmbedtls.so.2.6.0" to "" -- Installing: /home/slitaz/wok/hiawatha/install/usr/lib/hiawatha/libmbedtls.so -- Installing: /home/slitaz/wok/hiawatha/install/usr/lib/hiawatha/libmbedx509.so.2.6.0 -- Installing: /home/slitaz/wok/hiawatha/install/usr/lib/hiawatha/libmbedx509.so.0 -- Set runtime path of "/home/slitaz/wok/hiawatha/install/usr/lib/hiawatha/libmbedx509.so.2.6.0" to "" -- Installing: /home/slitaz/wok/hiawatha/install/usr/lib/hiawatha/libmbedx509.so -- Installing: /home/slitaz/wok/hiawatha/install/usr/lib/hiawatha/libmbedcrypto.so.2.6.0 -- Installing: /home/slitaz/wok/hiawatha/install/usr/lib/hiawatha/libmbedcrypto.so.0 -- Installing: /home/slitaz/wok/hiawatha/install/usr/lib/hiawatha/libmbedcrypto.so ================================================================================ Executing strip on all files... Done Time: 1.22s. Size: 3587132 B -> 1070896 B. Save: 2457 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 2.00s. Size: 54690 B -> 16873 B. Save: 37 KB. Cache hit: 4/4. ================================================================================ Build dependencies to remove: 25 Removing: advancecomp-static cmake cmake-common jsoncpp libarchive libcurl libgcrypt libgcrypt-dev libgpg-error libgpg-error-dev libidn2 liblz4 libnsl libunistring libuv libxml2 libxml2-dev libxml2-tools libxslt libxslt-dev libzstd openssl-dev xz-dev xz-tools zlib-dev Pack: hiawatha 10.7 ================================================================================ 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 Removing old package "hiawatha-10.7-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "hiawatha-10.7-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/hiawatha-10.7... Done Checking site script in source/hiawatha-10.7... Done Checking ownership in install... Done Checking permissions in install... Failed Problems found: 4755 /usr/sbin/cgi-wrapper Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: hiawatha 10.7 ================================================================================ Src file : hiawatha-10.7.tar.gz Src size : 932.0K Source dir : 12.8M Produced : 1.2M Cook time : 39s Cook date : 2020-07-07 11:12 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 1.1M : 347.5K : 16 : hiawatha-10.7-i486.tazpkg ================================================================================