==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: ebook-tools 0.2.2-9 (Wed Apr 30 13:28:52 2025)
==> Retrieving sources...
  -> Found ebook-tools-0.2.2.tar.gz
  -> Found crash-fix.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    ebook-tools-0.2.2.tar.gz ... Passed
    crash-fix.patch ... Passed
==> Making package: ebook-tools 0.2.2-9 (Wed Apr 30 13:29:15 2025)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (3) libtommath-1.3.0-1  convertlit-1.8-12  libzip-1.11.3-1

Total Download Size:   0.31 MiB
Total Installed Size:  0.62 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 libzip-1.11.3-1-armv7h downloading...
 convertlit-1.8-12-armv7h downloading...
 libtommath-1.3.0-1-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libtommath...
installing convertlit...
installing libzip...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (6) cppdap-1.58.0-2  hicolor-icon-theme-0.18-1  jsoncpp-1.9.6-3
             libuv-1.51.0-1  rhash-1.4.4-1  cmake-4.0.1-1

Total Installed Size:  91.68 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing cppdap...
installing hicolor-icon-theme...
installing jsoncpp...
Optional dependencies for jsoncpp
    jsoncpp-doc: documentation
installing libuv...
installing rhash...
installing cmake...
Optional dependencies for cmake
    make: for unix Makefile generator [installed]
    ninja: for ninja generator
    qt6-base: cmake-gui
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
  -> Found ebook-tools-0.2.2.tar.gz
  -> Found crash-fix.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting ebook-tools-0.2.2.tar.gz with bsdtar
==> Starting prepare()...
patching file src/libepub/epub.c
patch: setting attribute security.SMACK64 for security.SMACK64: Operation not permitted
patching file src/libepub/opf.c
Hunk #1 succeeded at 394 (offset -4 lines).
patch: setting attribute security.SMACK64 for security.SMACK64: Operation not permitted
==> Starting build()...
CMake Warning (dev) at CMakeLists.txt:1 (project):
  cmake_minimum_required() should be called prior to this top-level project()
  call.  Please see the cmake-commands(7) manual for usage documentation of
  both commands.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The C compiler identification is GNU 14.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/lib/distcc/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
CMake Deprecation Warning at CMakeLists.txt:3 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.


-- Found LibXml2: /usr/lib/libxml2.so (found version "2.14.2")
-- Found LibZip: /usr/lib/libzip.so
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
-- Configuring done (1.1s)
-- Generating done (0.0s)
-- Build files have been written to: /build/ebook-tools/src/build
[ 25%] Building C object src/libepub/CMakeFiles/epub.dir/opf.c.o
[ 25%] Building C object src/libepub/CMakeFiles/epub.dir/ocf.c.o
[ 37%] Building C object src/libepub/CMakeFiles/epub.dir/linklist.c.o
[ 50%] Building C object src/libepub/CMakeFiles/epub.dir/epub.c.o
[ 62%] Building C object src/libepub/CMakeFiles/epub.dir/list.c.o
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/list.c: In function '_list_dump_tour':
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/list.c:244:25: warning: cast between incompatible function types from 'void (*)(struct site *)' to 'int (*)(void *)' [-Wcast-function-type]
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/ocf.c: In function '_ocf_dump':
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/ocf.c:96:24: warning: cast between incompatible function types from 'void (*)(struct root *)' to 'int (*)(void *)' [-Wcast-function-type]
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/ocf.c: In function '_ocf_open':
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/ocf.c:107:5: warning: 'zip_error_to_str' is deprecated: use 'zip_error_strerror' instead [-Wdeprecated-declarations]
In file included from /build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epublib.h:9,
                 from /build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/ocf.c:1:
/usr/include/zip.h:400:108: note: declared here
  400 | ZIP_EXTERN void zip_discard(zip_t *_Nonnull);
      |                                                                                                            ^               
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c: In function '_getIdStr':
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c:77:29: warning: pointer targets in passing argument 3 of 'xmlStrPrintf' differ in signedness [-Wpointer-sign]
In file included from /usr/include/libxml2/libxml/tree.h:27,
                 from /usr/include/libxml2/libxml/parser.h:16,
                 from /usr/include/libxml2/libxml/tree.h:17,
                 from /usr/include/libxml2/libxml/xmlreader.h:14,
                 from /build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epublib.h:13,
                 from /build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c:2:
/usr/include/libxml2/libxml/xmlstring.h:100:54: note: expected 'const char *' but argument is of type 'xmlChar *' {aka 'unsigned char *'}
  100 |                                          const char *msg,
      |                                          ~~~~~~~~~~~~^~~
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c: In function '_getDateStr':
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c:89:29: warning: pointer targets in passing argument 3 of 'xmlStrPrintf' differ in signedness [-Wpointer-sign]
/usr/include/libxml2/libxml/xmlstring.h:100:54: note: expected 'const char *' but argument is of type 'xmlChar *' {aka 'unsigned char *'}
  100 |                                          const char *msg,
      |                                          ~~~~~~~~~~~~^~~
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c: In function '_getMetaStr':
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c:100:29: warning: pointer targets in passing argument 3 of 'xmlStrPrintf' differ in signedness [-Wpointer-sign]
/usr/include/libxml2/libxml/xmlstring.h:100:54: note: expected 'const char *' but argument is of type 'xmlChar *' {aka 'unsigned char *'}
  100 |                                          const char *msg,
      |                                          ~~~~~~~~~~~~^~~
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c: In function '_getRoleStr':
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c:110:29: warning: pointer targets in passing argument 3 of 'xmlStrPrintf' differ in signedness [-Wpointer-sign]
/usr/include/libxml2/libxml/xmlstring.h:100:54: note: expected 'const char *' but argument is of type 'xmlChar *' {aka 'unsigned char *'}
  100 |                                          const char *msg,
      |                                          ~~~~~~~~~~~~^~~
In file included from /usr/include/string.h:548,
                 from /build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epublib.h:5:
In function 'strncpy',
    inlined from 'epub_open' at /build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c:18:8:
/usr/include/bits/string_fortified.h:100:10: warning: '__builtin_strncpy' destination unchanged after copying no bytes [-Wstringop-truncation]
  100 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  101 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~                
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c: In function '_epub_print_debug':
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c:417:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/epub.c:417:10: note: length computed here
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/opf.c: In function '_opf_label_get_by_lang':
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/opf.c:869:45: warning: unused parameter 'opf' [-Wunused-parameter]
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/opf.c: In function '_opf_dump':
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/opf.c:886:34: warning: cast between incompatible function types from 'void (*)(char *)' to 'int (*)(void *)' [-Wcast-function-type]
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/opf.c:888:36: warning: cast between incompatible function types from 'void (*)(struct creator *)' to 'int (*)(void *)' [-Wcast-function-type]
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/opf.c:890:31: warning: cast between incompatible function types from 'void (*)(struct id *)' to 'int (*)(void *)' [-Wcast-function-type]
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/opf.c:892:24: warning: cast between incompatible function types from 'void (*)(struct spine *)' to 'int (*)(void *)' [-Wcast-function-type]
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/opf.c:896:26: warning: cast between incompatible function types from 'void (*)(struct guide *)' to 'int (*)(void *)' [-Wcast-function-type]
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/opf.c:899:26: warning: cast between incompatible function types from 'void (*)(struct tour *)' to 'int (*)(void *)' [-Wcast-function-type]
/build/ebook-tools/src/ebook-tools-0.2.2/src/libepub/opf.c:902:35: warning: cast between incompatible function types from 'void (*)(struct meta *)' to 'int (*)(void *)' [-Wcast-function-type]
[ 75%] Linking C shared library ../../libs/libepub.so
[ 75%] Built target epub
[ 87%] Building C object src/tools/CMakeFiles/einfo.dir/einfo.c.o
/build/ebook-tools/src/ebook-tools-0.2.2/src/tools/einfo.c: In function 'main':
/build/ebook-tools/src/ebook-tools-0.2.2/src/tools/einfo.c:29:9: warning: variable 'tourId' set but not used [-Wunused-but-set-variable]
[100%] Linking C executable ../../bin/einfo
[100%] Built target einfo
==> Entering fakeroot environment...
==> Starting package()...
-- Install configuration: ""
-- Installing: /build/ebook-tools/pkg/ebook-tools/usr/lib/libepub.so.0.2.1
-- Installing: /build/ebook-tools/pkg/ebook-tools/usr/lib/libepub.so.0
-- Installing: /build/ebook-tools/pkg/ebook-tools/usr/lib/libepub.so
-- Installing: /build/ebook-tools/pkg/ebook-tools/usr/include/epub.h
-- Installing: /build/ebook-tools/pkg/ebook-tools/usr/include/epub_shared.h
-- Installing: /build/ebook-tools/pkg/ebook-tools/usr/include/epub_version.h
-- Installing: /build/ebook-tools/pkg/ebook-tools/usr/bin/einfo
-- Set non-toolchain portion of runtime path of "/build/ebook-tools/pkg/ebook-tools/usr/bin/einfo" to ""
-- Installing: /build/ebook-tools/pkg/ebook-tools/usr/bin/lit2epub
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "ebook-tools"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: ebook-tools 0.2.2-9 (Wed Apr 30 13:29:37 2025)
==> Cleaning up...