CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_LD_FLAGS


Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
In file included from /usr/include/unicode/utext.h:143,
                 from /usr/include/unicode/uregex.h:28,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/icu/icu.cpp:37:
/usr/include/unicode/localpointer.h:561:26: error: parameter declared ‘auto’
  561 | template 
      |                          ^~~~
/usr/include/unicode/localpointer.h:573:76: error: template argument 2 is invalid
  573 |     explicit LocalOpenPointer(std::unique_ptr &&p)
      |                                                                            ^
/usr/include/unicode/localpointer.h:583:78: error: template argument 2 is invalid
  583 |     LocalOpenPointer &operator=(std::unique_ptr &&p) {
      |                                                                              ^
/usr/include/unicode/localpointer.h:599:59: error: template argument 2 is invalid
  599 |     operator std::unique_ptr () && {
      |                                                           ^
In file included from /usr/include/unicode/unistr.h:37,
                 from /usr/include/unicode/utext.h:145:
/usr/include/unicode/char16ptr.h:271:38: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
  271 | template>>
      |                                      ^~~~~~~~~~~
/usr/include/unicode/char16ptr.h:271:33: note: ‘std::enable_if_t’ is only available from C++14 onwards
  271 | template>>
      |                                 ^~~
/usr/include/unicode/char16ptr.h:271:49: error: expected ‘>’ before ‘<’ token
  271 | template>>
      |                                                 ^
/usr/include/unicode/char16ptr.h: In function ‘const char16_t* icu_76::uprv_char16PtrFromUChar(const T*)’:
/usr/include/unicode/char16ptr.h:273:24: error: ‘is_same_v’ is not a member of ‘std’; did you mean ‘is_same’?
  273 |     if constexpr (std::is_same_v) {
      |                        ^~~~~~~~~
      |                        is_same
/usr/include/unicode/char16ptr.h:273:39: error: expected primary-expression before ‘,’ token
  273 |     if constexpr (std::is_same_v) {
      |                                       ^
/usr/include/unicode/char16ptr.h:273:41: error: expected primary-expression before ‘char16_t’
  273 |     if constexpr (std::is_same_v) {
      |                                         ^~~~~~~~
/usr/include/unicode/char16ptr.h:273:40: error: expected ‘)’ before ‘char16_t’
  273 |     if constexpr (std::is_same_v) {
      |                  ~                     ^~~~~~~~~
      |                                        )
/usr/include/unicode/char16ptr.h: At global scope:
/usr/include/unicode/char16ptr.h:360:10: error: ‘is_convertible_v’ is not a member of ‘std’; did you mean ‘is_convertible’?
  360 |     std::is_convertible_v
      |          ^~~~~~~~~~~~~~~~
      |          is_convertible
/usr/include/unicode/char16ptr.h:360:28: error: expected primary-expression before ‘,’ token
  360 |     std::is_convertible_v
      |                            ^
/usr/include/unicode/char16ptr.h:374:13: error: ‘u16string_view’ in namespace ‘std’ does not name a type; did you mean ‘u16string’?
  374 | inline std::u16string_view toU16StringView(std::u16string_view sv) { return sv; }
      |             ^~~~~~~~~~~~~~
      |             u16string
/usr/include/unicode/char16ptr.h:382:13: error: ‘u16string_view’ in namespace ‘std’ does not name a type; did you mean ‘u16string’?
  382 | inline std::u16string_view toU16StringView(std::basic_string_view sv) {
      |             ^~~~~~~~~~~~~~
      |             u16string
/usr/include/unicode/char16ptr.h:403:36: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
  403 |           typename = typename std::enable_if_t>>>
      |                                    ^~~~~~~~~~~
/usr/include/unicode/char16ptr.h:403:36: note: ‘std::enable_if_t’ is only available from C++14 onwards
/usr/include/unicode/char16ptr.h:403:47: error: expected ‘>’ before ‘<’ token
  403 |           typename = typename std::enable_if_t>>>
      |                                               ^
/usr/include/unicode/char16ptr.h:404:13: error: ‘u16string_view’ in namespace ‘std’ does not name a type; did you mean ‘u16string’?
  404 | inline std::u16string_view toU16StringViewNullable(const T& text) {
      |             ^~~~~~~~~~~~~~
      |             u16string
/usr/include/unicode/char16ptr.h:413:36: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
  413 |           typename = typename std::enable_if_t>>,
      |                                    ^~~~~~~~~~~
/usr/include/unicode/char16ptr.h:413:36: note: ‘std::enable_if_t’ is only available from C++14 onwards
/usr/include/unicode/char16ptr.h:413:47: error: expected ‘>’ before ‘<’ token
  413 |           typename = typename std::enable_if_t>>,
      |                                               ^
/usr/include/unicode/char16ptr.h:415:13: error: ‘u16string_view’ in namespace ‘std’ does not name a type; did you mean ‘u16string’?
  415 | inline std::u16string_view toU16StringViewNullable(const T& text) {
      |             ^~~~~~~~~~~~~~
      |             u16string
In file included from /usr/include/unicode/unistr.h:40:
/usr/include/unicode/stringpiece.h:134:29: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
  134 |             typename = std::enable_if_t<
      |                             ^~~~~~~~~~~
/usr/include/unicode/stringpiece.h:134:24: note: ‘std::enable_if_t’ is only available from C++14 onwards
  134 |             typename = std::enable_if_t<
      |                        ^~~
/usr/include/unicode/stringpiece.h:134:40: error: expected ‘>’ before ‘<’ token
  134 |             typename = std::enable_if_t<
      |                                        ^
/usr/include/unicode/stringpiece.h:185:19: error: expected type-specifier
  185 |   inline operator std::string_view() const {
      |                   ^~~
/usr/include/unicode/unistr.h:346:40: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
  346 |   template>>
      |                                        ^~~~~~~~~~~
/usr/include/unicode/unistr.h:346:35: note: ‘std::enable_if_t’ is only available from C++14 onwards
  346 |   template>>
      |                                   ^~~
/usr/include/unicode/unistr.h:346:51: error: expected ‘>’ before ‘<’ token
  346 |   template>>
      |                                                   ^
/usr/include/unicode/unistr.h:381:40: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
  381 |   template>>
      |                                        ^~~~~~~~~~~
/usr/include/unicode/unistr.h:381:35: note: ‘std::enable_if_t’ is only available from C++14 onwards
  381 |   template>>
      |                                   ^~~
/usr/include/unicode/unistr.h:381:51: error: expected ‘>’ before ‘<’ token
  381 |   template>>
      |                                                   ^
/usr/include/unicode/unistr.h:1959:40: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
 1959 |   template>>
      |                                        ^~~~~~~~~~~
/usr/include/unicode/unistr.h:1959:35: note: ‘std::enable_if_t’ is only available from C++14 onwards
 1959 |   template>>
      |                                   ^~~
/usr/include/unicode/unistr.h:1959:51: error: expected ‘>’ before ‘<’ token
 1959 |   template>>
      |                                                   ^
/usr/include/unicode/unistr.h:2226:40: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
 2226 |   template>>
      |                                        ^~~~~~~~~~~
/usr/include/unicode/unistr.h:2226:35: note: ‘std::enable_if_t’ is only available from C++14 onwards
 2226 |   template>>
      |                                   ^~~
/usr/include/unicode/unistr.h:2226:51: error: expected ‘>’ before ‘<’ token
 2226 |   template>>
      |                                                   ^
/usr/include/unicode/unistr.h:2299:40: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
 2299 |   template>>
      |                                        ^~~~~~~~~~~
/usr/include/unicode/unistr.h:2299:35: note: ‘std::enable_if_t’ is only available from C++14 onwards
 2299 |   template>>
      |                                   ^~~
/usr/include/unicode/unistr.h:2299:51: error: expected ‘>’ before ‘<’ token
 2299 |   template>>
      |                                                   ^
/usr/include/unicode/unistr.h:3035:19: error: expected type-specifier
 3035 |   inline operator std::u16string_view() const {
      |                   ^~~
/usr/include/unicode/unistr.h:3273:40: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
 3273 |   template>>
      |                                        ^~~~~~~~~~~
/usr/include/unicode/unistr.h:3273:35: note: ‘std::enable_if_t’ is only available from C++14 onwards
 3273 |   template>>
      |                                   ^~~
/usr/include/unicode/unistr.h:3273:51: error: expected ‘>’ before ‘<’ token
 3273 |   template>>
      |                                                   ^
/usr/include/unicode/unistr.h:3599:40: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
 3599 |   template>>
      |                                        ^~~~~~~~~~~
/usr/include/unicode/unistr.h:3599:35: note: ‘std::enable_if_t’ is only available from C++14 onwards
 3599 |   template>>
      |                                   ^~~
/usr/include/unicode/unistr.h:3599:51: error: expected ‘>’ before ‘<’ token
 3599 |   template>>
      |                                                   ^
/usr/include/unicode/unistr.h:3755:60: error: ‘std::u16string_view’ has not been declared
 3755 |   static UnicodeString readOnlyAliasFromU16StringView(std::u16string_view text);
      |                                                            ^~~~~~~~~~~~~~
/usr/include/unicode/unistr.h:3871:64: error: ‘std::u16string_view’ has not been declared
 3871 |   UnicodeString& doReplace(int32_t start, int32_t length, std::u16string_view src);
      |                                                                ^~~~~~~~~~~~~~
/usr/include/unicode/unistr.h:3875:32: error: ‘std::u16string_view’ has not been declared
 3875 |   UnicodeString& doAppend(std::u16string_view src);
      |                                ^~~~~~~~~~~~~~
/usr/include/unicode/unistr.h: In member function ‘bool icu_76::UnicodeString::operator==(const S&) const’:
/usr/include/unicode/unistr.h:348:10: error: ‘u16string_view’ is not a member of ‘std’; did you mean ‘u16string’?
  348 |     std::u16string_view sv(internal::toU16StringView(text));
      |          ^~~~~~~~~~~~~~
      |          u16string
/usr/include/unicode/unistr.h:350:46: error: ‘sv’ was not declared in this scope
  350 |     return !isBogus() && (len = length()) == sv.length() && doEquals(sv.data(), len);
      |                                              ^~
/usr/include/unicode/unistr.h: In member function ‘icu_76::UnicodeString& icu_76::UnicodeString::operator=(const S&)’:
/usr/include/unicode/unistr.h:1962:45: error: ‘toU16StringView’ is not a member of ‘icu_76::internal’
 1962 |     return doReplace(0, length(), internal::toU16StringView(src));
      |                                             ^~~~~~~~~~~~~~~
/usr/include/unicode/unistr.h: In member function ‘icu_76::UnicodeString& icu_76::UnicodeString::operator+=(const S&)’:
/usr/include/unicode/unistr.h:2228:31: error: ‘toU16StringView’ is not a member of ‘icu_76::internal’
 2228 |     return doAppend(internal::toU16StringView(src));
      |                               ^~~~~~~~~~~~~~~
/usr/include/unicode/unistr.h: In member function ‘icu_76::UnicodeString& icu_76::UnicodeString::append(const S&)’:
/usr/include/unicode/unistr.h:2301:31: error: ‘toU16StringView’ is not a member of ‘icu_76::internal’
 2301 |     return doAppend(internal::toU16StringView(src));
      |                               ^~~~~~~~~~~~~~~
/usr/include/unicode/unistr.h: In constructor ‘icu_76::UnicodeString::UnicodeString(const S&)’:
/usr/include/unicode/unistr.h:3276:24: error: ‘toU16StringViewNullable’ is not a member of ‘icu_76::internal’
 3276 |     doAppend(internal::toU16StringViewNullable(text));
      |                        ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/unicode/unistr.h: In static member function ‘static icu_76::UnicodeString icu_76::UnicodeString::readOnlyAlias(const S&)’:
/usr/include/unicode/unistr.h:3601:53: error: ‘toU16StringView’ is not a member of ‘icu_76::internal’
 3601 |     return readOnlyAliasFromU16StringView(internal::toU16StringView(text));
      |                                                     ^~~~~~~~~~~~~~~
/usr/include/unicode/unistr.h: At global scope:
/usr/include/unicode/unistr.h:4116:38: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
 4116 | template>>
      |                                      ^~~~~~~~~~~
/usr/include/unicode/unistr.h:4116:33: note: ‘std::enable_if_t’ is only available from C++14 onwards
 4116 | template>>
      |                                 ^~~
/usr/include/unicode/unistr.h:4116:49: error: expected ‘>’ before ‘<’ token
 4116 | template>>
      |                                                 ^
/usr/include/unicode/unistr.h: In function ‘icu_76::UnicodeString icu_76::operator+(const UnicodeString&, const S&)’:
/usr/include/unicode/unistr.h:4118:46: error: ‘toU16StringView’ is not a member of ‘icu_76::internal’
 4118 |   return unistr_internalConcat(s1, internal::toU16StringView(s2));
      |                                              ^~~~~~~~~~~~~~~
/usr/include/unicode/unistr.h:4118:10: error: there are no arguments to ‘unistr_internalConcat’ that depend on a template parameter, so a declaration of ‘unistr_internalConcat’ must be available [-fpermissive]
 4118 |   return unistr_internalConcat(s1, internal::toU16StringView(s2));
      |          ^~~~~~~~~~~~~~~~~~~~~
/usr/include/unicode/unistr.h:4118:10: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
/usr/include/unicode/unistr.h: At global scope:
/usr/include/unicode/unistr.h:4125:53: error: ‘std::u16string_view’ has not been declared
 4125 | unistr_internalConcat(const UnicodeString &s1, std::u16string_view s2);
      |                                                     ^~~~~~~~~~~~~~
/usr/include/unicode/utext.h:1596:1: note: invalid template non-type parameter
 1596 | U_DEFINE_LOCAL_OPEN_POINTER(LocalUTextPointer, UText, utext_close);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/unicode/uregex.h:229:1: note: invalid template non-type parameter
  229 | U_DEFINE_LOCAL_OPEN_POINTER(LocalURegularExpressionPointer, URegularExpression, uregex_close);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/unicode/uset.h:362:1: note: invalid template non-type parameter
  362 | U_DEFINE_LOCAL_OPEN_POINTER(LocalUSetPointer, USet, uset_close);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/unicode/unorm2.h:35,
                 from /usr/include/unicode/unorm.h:25,
                 from /usr/include/unicode/ucol.h:17,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/icu/icu.cpp:39:
/usr/include/unicode/uset.h:1656:10: error: ‘u16string_view’ in namespace ‘std’ does not name a type; did you mean ‘u16string’?
 1656 |     std::u16string_view operator*() const {
      |          ^~~~~~~~~~~~~~
      |          u16string
/usr/include/unicode/uset.h: In member function ‘std::u16string icu_76::header::USetElementIterator::operator*() const’:
/usr/include/unicode/uset.h:1775:44: error: no matching function for call to ‘uprv_char16PtrFromUChar(const UChar*&)’
 1775 |             return {uprv_char16PtrFromUChar(uchars), static_cast(length)};
      |                     ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/usr/include/unicode/char16ptr.h:272:24: note: candidate: ‘template const char16_t* icu_76::uprv_char16PtrFromUChar(const T*)’
  272 | inline const char16_t *uprv_char16PtrFromUChar(const T *p) {
      |                        ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/unicode/char16ptr.h:272:24: note:   template argument deduction/substitution failed:
/usr/include/unicode/uset.h:1775:81: error: could not convert ‘{, ((size_t)length)}’ from ‘’ to ‘std::u16string’ {aka ‘std::__cxx11::basic_string’}
 1775 |             return {uprv_char16PtrFromUChar(uchars), static_cast(length)};
      |                                                                                 ^
      |                                                                                 |
      |                                                                                 
/usr/include/unicode/unorm2.h: At global scope:
/usr/include/unicode/unorm2.h:284:1: note: invalid template non-type parameter
  284 | U_DEFINE_LOCAL_OPEN_POINTER(LocalUNormalizer2Pointer, UNormalizer2, unorm2_close);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/unicode/uenum.h:69:1: note: invalid template non-type parameter
   69 | U_DEFINE_LOCAL_OPEN_POINTER(LocalUEnumerationPointer, UEnumeration, uenum_close);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/unicode/ucol.h:553:1: note: invalid template non-type parameter
  553 | U_DEFINE_LOCAL_OPEN_POINTER(LocalUCollatorPointer, UCollator, ucol_close);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/unicode/ucol.h:1553:25: error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
 1553 |         typename = std::enable_if_t && ConvertibleToU16StringView>>
      |                         ^~~~~~~~~~~
/usr/include/unicode/ucol.h:1553:20: note: ‘std::enable_if_t’ is only available from C++14 onwards
 1553 |         typename = std::enable_if_t && ConvertibleToU16StringView>>
      |                    ^~~
/usr/include/unicode/ucol.h:1553:36: error: expected ‘>’ before ‘<’ token
 1553 |         typename = std::enable_if_t && ConvertibleToU16StringView>>
      |                                    ^
/usr/include/unicode/ucol.h:1559:26: error: ‘std::string_view’ has not been declared
 1559 |     bool operator()(std::string_view lhs, std::string_view rhs) const {
      |                          ^~~~~~~~~~~
/usr/include/unicode/ucol.h:1559:48: error: ‘std::string_view’ has not been declared
 1559 |     bool operator()(std::string_view lhs, std::string_view rhs) const {
      |                                                ^~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/icu/icu.cpp:49:3: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
   49 |   SQLITE_EXTENSION_INIT1
      |   ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/icu/icu.cpp: In function ‘void icuLoadCollation(sqlite3_context*, int, sqlite3_value**)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/icu/icu.cpp:420:7: warning: unused parameter ‘nArg’ [-Wunused-parameter]
  420 |   int nArg,
      |   ~~~~^~~~
make[2]: *** [src/drivers/sqlite/icu/CMakeFiles/kdb_sqlite_icu.dir/build.make:99: src/drivers/sqlite/icu/CMakeFiles/kdb_sqlite_icu.dir/icu.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:4632: src/drivers/sqlite/icu/CMakeFiles/kdb_sqlite_icu.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:136: all] Error 2
Traceback (most recent call last):
  File "/var/pisi/kdb/actions.py", line 13, in build
    kde5.make()
  File "/usr/lib/pisilinux/pisi/actionsapi/kde5.py", line 62, in make
    cmaketools.make('-C build %s' % parameters)
  File "/usr/lib/pisilinux/pisi/actionsapi/cmaketools.py", line 77, in make
    if system(command):
  File "/usr/lib/pisilinux/pisi/actionsapi/shelltools.py", line 255, in system
    error(_("Command \"%s\" failed, return value was %d.") % (command, retValue))
  File "/usr/lib/pisilinux/pisi/actionsapi/__init__.py", line 27, in error
    raise Error(msg)
pisi.actionsapi.Error: Command "make -j5 -C build" failed, return value was 2.
Action script error caught.
*** 1 error(s), 0 warning(s)
Program terminated.