==> Updating pacman database cache :: Synchronizing package databases... core downloading... extra downloading... ==> Building sdcv -> repo: extra-staging -> arch: aarch64 -> worker: ben-5 ==> Building sdcv for [extra-staging] (aarch64) :: Synchronizing package databases... core-staging downloading... core-testing downloading... core downloading... extra-staging downloading... extra-testing downloading... aur downloading... extra downloading... :: Starting full system upgrade... there is nothing to do ==> Building in chroot for [extra-staging] (aarch64)... ==> Synchronizing chroot copy [/var/lib/archbuild/extra-staging-aarch64/root] -> [ben-5]...done ==> Making package: sdcv 0.5.5-2 (Wed Sep 16 22:32:33 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 118.5k 0 0 100 67016 0 67016 0 0 118.4k 0 0 100 67016 0 67016 0 0 118.4k 0 0 ==> Validating source files with sha256sums... sdcv-0.5.5.tar.gz ... Passed ==> Making package: sdcv 0.5.5-2 (Thu Sep 17 05:32:40 2026) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... dependencies... looking for conflicting packages... Package (6) New Version Net Change extra-testing/cppdap 1.58.0-3 1.64 MiB extra-testing/hicolor-icon-theme 0.18-1 0.05 MiB extra-testing/jsoncpp 1.9.8-1 0.95 MiB extra-testing/libuv 1.52.1-2 0.67 MiB extra-testing/rhash 1.4.6-1 0.40 MiB extra-testing/cmake 4.4.3-2 92.60 MiB Total Installed Size: 96.31 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... cmake-4.4.3-2-aarch64 downloading... cppdap-1.58.0-3-aarch64 downloading... libuv-1.52.1-2-aarch64 downloading... rhash-1.4.6-1-aarch64 downloading... jsoncpp-1.9.8-1-aarch64 downloading... 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 (author) 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-author to suppress it. -- The C compiler identification is GNU 16.2.1 -- The CXX compiler identification is GNU 16.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 Warning (deprecated) 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 value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier. This warning is for project developers. Use -Wno-author or -Wno-deprecated to suppress it. CMake Warning (deprecated) at CMakeLists.txt:4 (cmake_policy): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier. This warning is for project developers. Use -Wno-author or -Wno-deprecated to suppress it. -- Found ZLIB: /usr/lib/libz.so (found version "1.3.2") -- Found PkgConfig: /usr/bin/pkg-config (found version "3.0.7") -- 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 (1.8s) -- Generating done (0.0s) -- Build files have been written to: /build/sdcv/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/dictziplib.cpp.o [ 75%] Building CXX object CMakeFiles/sdcv.dir/src/distance.cpp.o [ 50%] Building CXX object CMakeFiles/sdcv.dir/src/stardict_lib.cpp.o [ 75%] Building CXX object CMakeFiles/sdcv.dir/src/utils.cpp.o [ 87%] Building CXX object CMakeFiles/sdcv.dir/src/libwrapper.cpp.o [ 75%] Building CXX object CMakeFiles/sdcv.dir/src/sdcv.cpp.o /build/sdcv/src/sdcv-0.5.5/src/dictziplib.cpp: In member function ‘int DictData::read_header(const std::string&, int)’: /build/sdcv/src/sdcv-0.5.5/src/dictziplib.cpp:119:22: warning: variable ‘subLength’ set but not used [-Wunused-but-set-variable=] 119 | int extraLength, subLength; | ^~~~~~~~~ /build/sdcv/src/sdcv-0.5.5/src/stardict_lib.cpp: In member function ‘bool Dict::LookupWithRule(GPatternSpec*, glong*, int)’: /build/sdcv/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 /build/sdcv/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: /build/sdcv/src/sdcv-0.5.5/src/stardict_lib.cpp: In member function ‘bool Libs::LookupSimilarWord(const gchar*, std::set&, 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*} /build/sdcv/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 /var/lib/archbuild/extra-staging-aarch64/ben-5/build