MidnightBSD Magus

chinese/scim-fcitx

SCIM IMEngine module for fcitx

Flavor Version Run OSVersion Arch License Restricted Status
3.1.1_9 621 4.0 amd64 gpl2 0 fail

License Permissions:

Events

Machine Type Time Message
m4064b info 2025-12-07 17:56:24.493381 Test Started
m4064b fail 2025-12-07 17:59:00.174287 make build returned non-zero: 1
m4064b fail 2025-12-07 17:59:00.254836 Test complete.

Log

===>  Building for zh-scim-fcitx-3.1.1_9
/usr/local/bin/gmake  all-recursive
gmake[1]: Entering directory '/magus/work/usr/mports/chinese/scim-fcitx/work/fcitx'
Making all in src
gmake[2]: Entering directory '/magus/work/usr/mports/chinese/scim-fcitx/work/fcitx/src'
if /bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../src -DSCIM_ICONDIR=\"/usr/local/share/scim/icons/fcitx\" -DSCIM_FCITXDATADIR=\"/usr/local/share/scim/fcitx/\"  -isystem /usr/local/include -I/usr/local/include/scim-1.0  -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing  -isystem /usr/local/include -std=c++14  -MT fcitx_la-scim_fcitx_imengine.lo -MD -MP -MF ".deps/fcitx_la-scim_fcitx_imengine.Tpo" \
  -c -o fcitx_la-scim_fcitx_imengine.lo `test -f 'scim_fcitx_imengine.cpp' || echo './'`scim_fcitx_imengine.cpp; \
then mv -f ".deps/fcitx_la-scim_fcitx_imengine.Tpo" ".deps/fcitx_la-scim_fcitx_imengine.Plo"; \
else rm -f ".deps/fcitx_la-scim_fcitx_imengine.Tpo"; exit 1; \
fi
mkdir .libs
 c++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../src -DSCIM_ICONDIR=\"/usr/local/share/scim/icons/fcitx\" -DSCIM_FCITXDATADIR=\"/usr/local/share/scim/fcitx/\" -isystem /usr/local/include -I/usr/local/include/scim-1.0 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++14 -MT fcitx_la-scim_fcitx_imengine.lo -MD -MP -MF .deps/fcitx_la-scim_fcitx_imengine.Tpo -c scim_fcitx_imengine.cpp  -fPIC -DPIC -o .libs/fcitx_la-scim_fcitx_imengine.o
In file included from scim_fcitx_imengine.cpp:42:
In file included from /usr/local/include/scim-1.0/scim.h:193:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:820:42: error: implicit instantiation of undefined template 'std::char_traits'
  820 |   static_assert(is_same<_CharT, typename traits_type::char_type>::value,
      |                                          ^
./scim_fcitx_imengine.h:58:16: note: in instantiation of template class 'std::basic_string' requested here
   58 |     WideString m_name;
      |                ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
scim_fcitx_imengine.cpp:99:28: warning: 'fcitx_LTX_scim_imengine_module_create_factory' has C-linkage specified, but returns incomplete type 'IMEngineFactoryPointer' (aka 'Pointer') which could be incompatible with C [-Wreturn-type-c-linkage]
   99 |     IMEngineFactoryPointer scim_imengine_module_create_factory (unsigned int factory)
      |                            ^
scim_fcitx_imengine.cpp:50:45: note: expanded from macro 'scim_imengine_module_create_factory'
   50 | #define scim_imengine_module_create_factory fcitx_LTX_scim_imengine_module_create_factory
      |                                             ^
In file included from scim_fcitx_imengine.cpp:42:
In file included from /usr/local/include/scim-1.0/scim.h:193:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
In file included from /usr/include/c++/v1/string:647:
/usr/include/c++/v1/string_view:300:42: error: implicit instantiation of undefined template 'std::char_traits'
  300 |   static_assert(is_same<_CharT, typename traits_type::char_type>::value,
      |                                          ^
/usr/include/c++/v1/__type_traits/is_convertible.h:30:99: note: in instantiation of template class 'std::basic_string_view' requested here
   30 | struct _LIBCPP_TEMPLATE_VIS is_convertible : public integral_constant {};
      |                                                                                                   ^
/usr/include/c++/v1/string:745:29: note: in instantiation of template class 'std::is_convertible &, std::basic_string_view>' requested here
  745 |     : public _BoolConstant< is_convertible >::value &&
      |                             ^
/usr/include/c++/v1/string:1223:27: note: in instantiation of template class 'std::__can_be_converted_to_string_view, std::basic_string>' requested here
 1223 |             __enable_if_t<__can_be_converted_to_string_view<_CharT, _Traits, _Tp>::value &&
      |                           ^
/usr/include/c++/v1/string:1226:47: note: while substituting prior template arguments into non-type template parameter [with _Tp = WideString]
 1226 |   _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& operator=(const _Tp& __t) {
      |                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~
 1227 |     __self_view __sv = __t;
      |     ~~~~~~~~~~~~~~~~~~~~~~~
 1228 |     return assign(__sv);
      |     ~~~~~~~~~~~~~~~~~~~~
 1229 |   }
      |   ~
scim_fcitx_imengine.cpp:131:12: note: while substituting deduced template arguments into function template 'operator=' [with _Tp = WideString, $1 = (no value)]
  131 |     m_name = utf8_mbstowcs (("FCIM"));
      |            ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from scim_fcitx_imengine.cpp:42:
In file included from /usr/local/include/scim-1.0/scim.h:193:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:2697:7: error: implicit instantiation of undefined template 'std::char_traits'
 2697 |       traits_type::assign(__get_short_pointer()[0], value_type());
      |       ^
/usr/include/c++/v1/string:1234:5: note: in instantiation of member function 'std::basic_string::__move_assign' requested here
 1234 |     __move_assign(__str, integral_constant());
      |     ^
scim_fcitx_imengine.cpp:131:12: note: in instantiation of member function 'std::basic_string::operator=' requested here
  131 |     m_name = utf8_mbstowcs (("FCIM"));
      |            ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from scim_fcitx_imengine.cpp:42:
In file included from /usr/local/include/scim-1.0/scim.h:193:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:2708:3: error: implicit instantiation of undefined template 'std::char_traits'
 2708 |   traits_type::assign(__str.__get_short_pointer()[0], value_type());
      |   ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from scim_fcitx_imengine.cpp:42:
In file included from /usr/local/include/scim-1.0/scim.h:193:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:2575:5: error: implicit instantiation of undefined template 'std::char_traits'
 2575 |     traits_type::copy(std::__to_address(__p), __s, __n);
      |     ^
/usr/include/c++/v1/string:2662:16: note: in instantiation of function template specialization 'std::basic_string::__assign_no_alias' requested here
 2662 |         return __assign_no_alias(__str.data(), __str.size());
      |                ^
scim_fcitx_imengine.cpp:141:16: note: in instantiation of member function 'std::basic_string::operator=' requested here
  141 |         m_name = name;
      |                ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from scim_fcitx_imengine.cpp:42:
In file included from /usr/local/include/scim-1.0/scim.h:193:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:2576:5: error: implicit instantiation of undefined template 'std::char_traits'
 2576 |     traits_type::assign(__p[__n], value_type());
      |     ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from scim_fcitx_imengine.cpp:42:
In file included from /usr/local/include/scim-1.0/scim.h:193:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:2492:5: error: implicit instantiation of undefined template 'std::char_traits'
 2492 |     traits_type::copy(std::__to_address(__p), std::__to_address(__old_p), __n_copy);
      |     ^
/usr/include/c++/v1/string:2581:5: note: in instantiation of member function 'std::basic_string::__grow_by_and_replace' requested here
 2581 |     __grow_by_and_replace(__cap - 1, __n - __cap + 1, __sz, 0, __sz, __n, __s);
      |     ^
/usr/include/c++/v1/string:2662:16: note: in instantiation of function template specialization 'std::basic_string::__assign_no_alias' requested here
 2662 |         return __assign_no_alias(__str.data(), __str.size());
      |                ^
scim_fcitx_imengine.cpp:141:16: note: in instantiation of member function 'std::basic_string::operator=' requested here
  141 |         m_name = name;
      |                ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from scim_fcitx_imengine.cpp:42:
In file included from /usr/local/include/scim-1.0/scim.h:193:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:2494:5: error: implicit instantiation of undefined template 'std::char_traits'
 2494 |     traits_type::copy(std::__to_address(__p) + __n_copy, __p_new_stuff, __n_add);
      |     ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from scim_fcitx_imengine.cpp:42:
In file included from /usr/local/include/scim-1.0/scim.h:193:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:2497:5: error: implicit instantiation of undefined template 'std::char_traits'
 2497 |     traits_type::copy(
      |     ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from scim_fcitx_imengine.cpp:42:
In file included from /usr/local/include/scim-1.0/scim.h:193:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:2505:3: error: implicit instantiation of undefined template 'std::char_traits'
 2505 |   traits_type::assign(__p[__old_sz], value_type());
      |   ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from scim_fcitx_imengine.cpp:42:
In file included from /usr/local/include/scim-1.0/scim.h:193:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:2575:5: error: implicit instantiation of undefined template 'std::char_traits'
 2575 |     traits_type::copy(std::__to_address(__p), __s, __n);
      |     ^
/usr/include/c++/v1/string:2665:14: note: in instantiation of function template specialization 'std::basic_string::__assign_no_alias' requested here
 2665 |       return __assign_no_alias(__str.data(), __str.size());
      |              ^
scim_fcitx_imengine.cpp:141:16: note: in instantiation of member function 'std::basic_string::operator=' requested here
  141 |         m_name = name;
      |                ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from scim_fcitx_imengine.cpp:42:
In file included from /usr/local/include/scim-1.0/scim.h:193:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:2576:5: error: implicit instantiation of undefined template 'std::char_traits'
 2576 |     traits_type::assign(__p[__n], value_type());
      |     ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from scim_fcitx_imengine.cpp:42:
In file included from /usr/local/include/scim-1.0/scim.h:193:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:2784:5: error: implicit instantiation of undefined template 'std::char_traits'
 2784 |     traits_type::assign(*__p, *__first);
      |     ^
/usr/include/c++/v1/string:2753:5: note: in instantiation of function template specialization 'std::basic_string::__assign_trivial, std::__wrap_iter>' requested here
 2753 |     __assign_trivial(__first, __last, __n);
      |     ^
scim_fcitx_imengine.cpp:143:16: note: in instantiation of function template specialization 'std::basic_string::assign, 0>' requested here
  143 |         m_name.assign (name.begin (), name.begin () + 8);
      |                ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from scim_fcitx_imengine.cpp:42:
In file included from /usr/local/include/scim-1.0/scim.h:193:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:2785:3: error: implicit instantiation of undefined template 'std::char_traits'
 2785 |   traits_type::assign(*__p, value_type());
      |   ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from scim_fcitx_imengine.cpp:42:
In file included from /usr/local/include/scim-1.0/scim.h:193:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:2535:5: error: implicit instantiation of undefined template 'std::char_traits'
 2535 |     traits_type::copy(std::__to_address(__p), std::__to_address(__old_p), __n_copy);
      |     ^
/usr/include/c++/v1/string:2556:3: note: in instantiation of member function 'std::basic_string::__grow_by' requested here
 2556 |   __grow_by(__old_cap, __delta_cap, __old_sz, __n_copy, __n_del, __n_add);
      |   ^
/usr/include/c++/v1/string:2778:5: note: in instantiation of member function 'std::basic_string::__grow_by_without_replace' requested here
 2778 |     __grow_by_without_replace(__cap, __n - __cap, __sz, 0, __sz);
      |     ^
/usr/include/c++/v1/string:2753:5: note: in instantiation of function template specialization 'std::basic_string::__assign_trivial, std::__wrap_iter>' requested here
 2753 |     __assign_trivial(__first, __last, __n);
      |     ^
scim_fcitx_imengine.cpp:143:16: note: in instantiation of function template specialization 'std::basic_string::assign, 0>' requested here
  143 |         m_name.assign (name.begin (), name.begin () + 8);
      |                ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from scim_fcitx_imengine.cpp:42:
In file included from /usr/local/include/scim-1.0/scim.h:193:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:2538:5: error: implicit instantiation of undefined template 'std::char_traits'
 2538 |     traits_type::copy(
      |     ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from scim_fcitx_imengine.cpp:42:
In file included from /usr/local/include/scim-1.0/scim.h:193:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:2911:3: error: implicit instantiation of undefined template 'std::char_traits'
 2911 |   traits_type::assign(*__p, __c);
      |   ^
/usr/include/c++/v1/string:2414:7: note: in instantiation of member function 'std::basic_string::push_back' requested here
 2414 |       push_back(*__first);
      |       ^
/usr/include/c++/v1/string:948:5: note: in instantiation of function template specialization 'std::basic_string::__init_with_sentinel, std::__wrap_iter>' requested here
  948 |     __init_with_sentinel(std::move(__first), std::move(__last));
      |     ^
/usr/include/c++/v1/string:2743:22: note: in instantiation of function template specialization 'std::basic_string::basic_string, std::__wrap_iter>' requested here
 2743 |   const basic_string __temp(__init_with_sentinel_tag(), std::move(__first), std::move(__last), __alloc());
      |                      ^
/usr/include/c++/v1/string:2755:5: note: in instantiation of function template specialization 'std::basic_string::__assign_with_sentinel, std::__wrap_iter>' requested here
 2755 |     __assign_with_sentinel(__first, __last);
      |     ^
scim_fcitx_imengine.cpp:143:16: note: in instantiation of function template specialization 'std::basic_string::assign, 0>' requested here
  143 |         m_name.assign (name.begin (), name.begin () + 8);
      |                ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from scim_fcitx_imengine.cpp:42:
In file included from /usr/local/include/scim-1.0/scim.h:193:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:2912:3: error: implicit instantiation of undefined template 'std::char_traits'
 2912 |   traits_type::assign(*++__p, value_type());
      |   ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from scim_fcitx_imengine.cpp:42:
In file included from /usr/local/include/scim-1.0/scim.h:193:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:2208:5: error: implicit instantiation of undefined template 'std::char_traits'
 2208 |     traits_type::move(std::__to_address(__p), __s, __n);
      |     ^
/usr/include/c++/v1/string:2608:62: note: in instantiation of member function 'std::basic_string::__assign_short' requested here
 2608 |   return (__builtin_constant_p(__n) && __fits_in_sso(__n)) ? __assign_short(__s, __n) : __assign_external(__s, __n);
      |                                                              ^
/usr/include/c++/v1/string:2744:3: note: in instantiation of member function 'std::basic_string::assign' requested here
 2744 |   assign(__temp.data(), __temp.size());
      |   ^
/usr/include/c++/v1/string:2755:5: note: in instantiation of function template specialization 'std::basic_string::__assign_with_sentinel, std::__wrap_iter>' requested here
 2755 |     __assign_with_sentinel(__first, __last);
      |     ^
scim_fcitx_imengine.cpp:143:16: note: in instantiation of function template specialization 'std::basic_string::assign, 0>' requested here
  143 |         m_name.assign (name.begin (), name.begin () + 8);
      |                ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
1 warning and 20 errors generated.
gmake[2]: *** [Makefile:355: fcitx_la-scim_fcitx_imengine.lo] Error 1
gmake[2]: Leaving directory '/magus/work/usr/mports/chinese/scim-fcitx/work/fcitx/src'
gmake[1]: *** [Makefile:244: all-recursive] Error 1
gmake[1]: Leaving directory '/magus/work/usr/mports/chinese/scim-fcitx/work/fcitx'
gmake: *** [Makefile:188: all] Error 2
*** Error code 1

Stop.
make[1]: stopped in /usr/mports/chinese/scim-fcitx
*** Error code 1

Stop.
make: stopped in /usr/mports/chinese/scim-fcitx

Links

Depends On

Depend Of

Nothing

Categories

CVEs

  • Loading CVE information...

LLM Analysis