==> Synchronizing chroot copy [/home/alhp/workspace/chroot/root] -> [build_f6ebda3d-202b-474e-a600-1304a1f933ec]...done
==> Making package: sdcv 0.5.5-2.1 (Thu Apr 30 16:12:24 2026)
==> Retrieving sources...
  -> Downloading sdcv-0.5.5.tar.gz...
  % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
                                 Dload  Upload  Total   Spent   Left   Speed
  0      0   0      0   0      0      0      0                              0  0      0   0      0   0      0      0      0                              0  0      0   0      0   0      0      0      0                              0
  0      0   0      0   0      0      0      0                              0100  67016   0  67016   0      0 116.0k      0                              0100  67016   0  67016   0      0 116.0k      0                              0100  67016   0  67016   0      0 116.0k      0                              0
==> Validating source files with sha256sums...
    sdcv-0.5.5.tar.gz ... Passed
==> Making package: sdcv 0.5.5-2.1 (Thu Apr 30 14:12:27 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Package (6)               New Version  Net Change

extra/cppdap              1.58.0-3       1.61 MiB
extra/hicolor-icon-theme  0.18-1         0.05 MiB
extra/jsoncpp             1.9.6-3        0.77 MiB
extra/libuv               1.52.1-1       0.64 MiB
extra/rhash               1.4.6-1        0.34 MiB
extra/cmake               4.3.2-1       95.21 MiB

Total Installed Size:  98.62 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
:: 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...
==> Retrieving sources...
  -> Found sdcv-0.5.5.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting sdcv-0.5.5.tar.gz with bsdtar
==> 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 15.2.1
-- The CXX compiler identification is GNU 15.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX 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.


CMake Deprecation Warning at CMakeLists.txt:4 (cmake_policy):
  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 ZLIB: /usr/lib/libz.so (found version "1.3.2")
-- Found PkgConfig: /usr/bin/pkg-config (found version "2.5.1")
-- Checking for one of the modules 'glib-2.0'
-- Found GLib2: glib-2.0 /usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/sysprof-6;/usr/include
-- Looking for include file glib/gregex.h
-- Looking for include file glib/gregex.h - not found
-- REQUIRED_VARS
-- Looking for mmap
-- Looking for mmap - found
-- Looking for locale.h
-- Looking for locale.h - found
-- Configuring done (0.8s)
-- Generating done (0.0s)
-- Build files have been written to: /startdir/src/sdcv-0.5.5/build
[ 50%] Building CXX object CMakeFiles/sdcv.dir/src/readline.cpp.o
[ 50%] Building CXX object CMakeFiles/sdcv.dir/src/libwrapper.cpp.o
[ 50%] Building CXX object CMakeFiles/sdcv.dir/src/stardict_lib.cpp.o
[ 50%] Building CXX object CMakeFiles/sdcv.dir/src/sdcv.cpp.o
[ 62%] Building CXX object CMakeFiles/sdcv.dir/src/dictziplib.cpp.o
[ 87%] Building CXX object CMakeFiles/sdcv.dir/src/utils.cpp.o
[ 87%] Building CXX object CMakeFiles/sdcv.dir/src/distance.cpp.o
/startdir/src/sdcv-0.5.5/src/stardict_lib.cpp: In member function ‘bool Dict::LookupWithRule(GPatternSpec*, glong*, int)’:
/startdir/src/sdcv-0.5.5/src/stardict_lib.cpp:992:35: warning: ‘gboolean g_pattern_match_string(GPatternSpec*, const gchar*)’ is deprecated: Use 'g_pattern_spec_match_string' instead [-Wdeprecated-declarations]
  992 |         if (g_pattern_match_string(pspec, get_key(i)))
      |             ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:68,
                 from /usr/include/glib-2.0/glib/gprintf.h:23,
                 from /usr/include/glib-2.0/glib/gstdio.h:24,
                 from /startdir/src/sdcv-0.5.5/src/stardict_lib.cpp:11:
/usr/include/glib-2.0/glib/gpattern.h:57:15: note: declared here
   57 | gboolean      g_pattern_match_string   (GPatternSpec *pspec,
      |               ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gstring.h:35,
                 from /usr/include/glib-2.0/glib/giochannel.h:36,
                 from /usr/include/glib-2.0/glib.h:56:
/startdir/src/sdcv-0.5.5/src/stardict_lib.cpp: In member function ‘bool Libs::LookupSimilarWord(const gchar*, std::set<long int>&, int)’:
/usr/include/glib-2.0/glib/gunicode.h:837:34: error: invalid conversion from ‘const gchar*’ {aka ‘const char*’} to ‘gchar*’ {aka ‘char*’} [-fpermissive]
  837 | #define g_utf8_next_char(p) ((p) + g_utf8_skip[*(const guchar *)(p)])
      |                             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                  |
      |                                  const gchar* {aka const char*}
/startdir/src/sdcv-0.5.5/src/stardict_lib.cpp:1050:31: note: in expansion of macro ‘g_utf8_next_char’
 1050 |             gchar *nextchar = g_utf8_next_char(sWord);
      |                               ^~~~~~~~~~~~~~~~
make[2]: *** [CMakeFiles/sdcv.dir/build.make:135: CMakeFiles/sdcv.dir/src/stardict_lib.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:120: CMakeFiles/sdcv.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /home/alhp/workspace/chroot/build_f6ebda3d-202b-474e-a600-1304a1f933ec/build
