MidnightBSD Magus

japanese/scim-uim

SCIM IMEngine module using UIM input method library

Flavor Version Run OSVersion Arch License Restricted Status
0.2.0_20 623 4.0 i386 No License 0 fail

License Permissions:

Events

Machine Type Time Message
m4032 info 2025-12-24 02:55:23.367875 Test Started
m4032 fail 2025-12-24 02:57:30.018611 make build returned non-zero: 1
m4032 fail 2025-12-24 02:57:30.076404 Test complete.

Log

===>  Building for ja-scim-uim-0.2.0_20
/usr/local/bin/gmake  all-recursive
gmake[1]: Entering directory '/magus/work/usr/mports/japanese/scim-uim/work/scim-uim-0.2.0'
Making all in src
gmake[2]: Entering directory '/magus/work/usr/mports/japanese/scim-uim/work/scim-uim-0.2.0/src'
/bin/sh ../libtool --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../src -DSCIM_ICONDIR=\"/usr/local/share/scim/icons\" -DSCIM_UIM_ICON_FILE=\"/usr/local/share/scim/icons/scim-uim.png\"  -I/usr/local/include -I/usr/local/include/scim-1.0  -I/usr/local/include/uim -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT uim_la-scim_uim_imengine.lo -MD -MP -MF .deps/uim_la-scim_uim_imengine.Tpo -c -o uim_la-scim_uim_imengine.lo `test -f 'scim_uim_imengine.cpp' || echo './'`scim_uim_imengine.cpp
mkdir .libs
 c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../src -DSCIM_ICONDIR=\"/usr/local/share/scim/icons\" -DSCIM_UIM_ICON_FILE=\"/usr/local/share/scim/icons/scim-uim.png\" -I/usr/local/include -I/usr/local/include/scim-1.0 -I/usr/local/include/uim -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT uim_la-scim_uim_imengine.lo -MD -MP -MF .deps/uim_la-scim_uim_imengine.Tpo -c scim_uim_imengine.cpp  -fPIC -DPIC -o .libs/uim_la-scim_uim_imengine.o
In file included from scim_uim_imengine.cpp:35:
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_uim_imengine.h:61:23: note: in instantiation of template class 'std::basic_string' requested here
   61 |     WideString        m_preedit_string;
      |                       ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
scim_uim_imengine.cpp:285:28: warning: 'uim_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]
  285 |     IMEngineFactoryPointer scim_imengine_module_create_factory (uint32 engine)
      |                            ^
scim_uim_imengine.cpp:43:45: note: expanded from macro 'scim_imengine_module_create_factory'
   43 | #define scim_imengine_module_create_factory uim_LTX_scim_imengine_module_create_factory
      |                                             ^
In file included from scim_uim_imengine.cpp:35:
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_uim_imengine.cpp:620:36: note: while substituting deduced template arguments into function template 'operator=' [with _Tp = WideString, $1 = (no value)]
  620 |         this_ptr->m_preedit_string = WideString ();
      |                                    ^
/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_uim_imengine.cpp:35:
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/string:1234:5: note: in instantiation of member function 'std::basic_string::__move_assign' requested here
 1234 |     __move_assign(__str, integral_constant());
      |     ^
scim_uim_imengine.cpp:620:36: note: in instantiation of member function 'std::basic_string::operator=' requested here
  620 |         this_ptr->m_preedit_string = WideString ();
      |                                    ^
/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_uim_imengine.cpp:35:
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:2841:7: error: implicit instantiation of undefined template 'std::char_traits'
 2841 |       traits_type::copy(__p + __sz, __s, __n);
      |       ^
/usr/include/c++/v1/string:1376:12: note: in instantiation of member function 'std::basic_string::append' requested here
 1376 |     return append(__str.data(), __str.size());
      |            ^
/usr/include/c++/v1/string:1347:12: note: in instantiation of member function 'std::basic_string::append' requested here
 1347 |     return append(__str);
      |            ^
scim_uim_imengine.cpp:642:40: note: in instantiation of member function 'std::basic_string::operator+=' requested here
  642 |             this_ptr->m_preedit_string += utf8_mbstowcs ("|");
      |                                        ^
/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_uim_imengine.cpp:35:
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:2844:7: error: implicit instantiation of undefined template 'std::char_traits'
 2844 |       traits_type::assign(__p[__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_uim_imengine.cpp:35:
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:2847:5: note: in instantiation of member function 'std::basic_string::__grow_by_and_replace' requested here
 2847 |     __grow_by_and_replace(__cap, __sz + __n - __cap, __sz, __sz, 0, __n, __s);
      |     ^
/usr/include/c++/v1/string:1376:12: note: in instantiation of member function 'std::basic_string::append' requested here
 1376 |     return append(__str.data(), __str.size());
      |            ^
/usr/include/c++/v1/string:1347:12: note: in instantiation of member function 'std::basic_string::append' requested here
 1347 |     return append(__str);
      |            ^
scim_uim_imengine.cpp:642:40: note: in instantiation of member function 'std::basic_string::operator+=' requested here
  642 |             this_ptr->m_preedit_string += utf8_mbstowcs ("|");
      |                                        ^
/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_uim_imengine.cpp:35:
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_uim_imengine.cpp:35:
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_uim_imengine.cpp:35:
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;
      |                             ^
1 warning and 9 errors generated.
gmake[2]: *** [Makefile:315: uim_la-scim_uim_imengine.lo] Error 1
gmake[2]: Leaving directory '/magus/work/usr/mports/japanese/scim-uim/work/scim-uim-0.2.0/src'
gmake[1]: *** [Makefile:283: all-recursive] Error 1
gmake[1]: Leaving directory '/magus/work/usr/mports/japanese/scim-uim/work/scim-uim-0.2.0'
gmake: *** [Makefile:211: all] Error 2
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

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

Stop.
make: stopped in /usr/mports/japanese/scim-uim

Links

Depends On

Depend Of

Nothing

Categories

CVEs

  • Loading CVE information...

LLM Analysis