=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for libkkc-0.3.4nb1 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4' Making all in marisa-glib gmake[2]: Entering directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/marisa-glib' CXX libmarisa_glib_la-marisa-key.lo CXX libmarisa_glib_la-marisa-keyset.lo CXX libmarisa_glib_la-marisa-agent.lo CXX libmarisa_glib_la-marisa-trie.lo CXXLD libmarisa-glib.la gmake[2]: Leaving directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/marisa-glib' Making all in libkkc gmake[2]: Entering directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/libkkc' CC libkkc_la-metadata-file.lo CC libkkc_la-trellis-node.lo CC libkkc_la-language-model.lo CC libkkc_la-text-bigram-language-model.lo text-bigram-language-model.c:349:109: warning: incompatible pointer types passing 'void (KkcLanguageModelEntry *)' to parameter of type 'GDestroyNotify' (aka 'void (*)(gpointer)') [-Wincompatible-pointer-types] _tmp0_ = gee_array_list_new (KKC_TYPE_LANGUAGE_MODEL_ENTRY, (GBoxedCopyFunc) kkc_language_model_entry_dup, kkc_language_model_entry_free, NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1520:91: note: passing argument to parameter 'g_destroy_func' here GeeArrayList* gee_array_list_new (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, GeeEqualDataFunc equal_func, void* equal_func_target, GDestroyNotify equal_func_target_destroy_notify); ^ text-bigram-language-model.c:738:14: warning: passing 'const gchar *' (aka 'const char *') to parameter of type 'gchar *' (aka 'char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] g_strstrip (_tmp1_); ^~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/glib/gstrfuncs.h:180:53: note: expanded from macro 'g_strstrip' #define g_strstrip( string ) g_strchomp (g_strchug (string)) ^ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/glib/gstrfuncs.h:175:55: note: passing argument to parameter 'string' here gchar* g_strchug (gchar *string); ^ text-bigram-language-model.c:1109:113: warning: incompatible pointer types passing 'void (KkcLanguageModelEntry *)' to parameter of type 'GDestroyNotify' (aka 'void (*)(gpointer)') [-Wincompatible-pointer-types] _tmp75_ = gee_array_list_new (KKC_TYPE_LANGUAGE_MODEL_ENTRY, (GBoxedCopyFunc) kkc_language_model_entry_dup, kkc_language_model_entry_free, NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1520:91: note: passing argument to parameter 'g_destroy_func' here GeeArrayList* gee_array_list_new (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, GeeEqualDataFunc equal_func, void* equal_func_target, GDestroyNotify equal_func_target_destroy_notify); ^ 3 warnings generated. CC libkkc_la-text-trigram-language-model.lo CC libkkc_la-sorted-bigram-language-model.lo sorted-bigram-language-model.c:314:109: warning: incompatible pointer types passing 'void (KkcLanguageModelEntry *)' to parameter of type 'GDestroyNotify' (aka 'void (*)(gpointer)') [-Wincompatible-pointer-types] _tmp0_ = gee_array_list_new (KKC_TYPE_LANGUAGE_MODEL_ENTRY, (GBoxedCopyFunc) kkc_language_model_entry_dup, kkc_language_model_entry_free, NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1520:91: note: passing argument to parameter 'g_destroy_func' here GeeArrayList* gee_array_list_new (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, GeeEqualDataFunc equal_func, void* equal_func_target, GDestroyNotify equal_func_target_destroy_notify); ^ sorted-bigram-language-model.c:426:109: warning: incompatible pointer types passing 'void (KkcLanguageModelEntry *)' to parameter of type 'GDestroyNotify' (aka 'void (*)(gpointer)') [-Wincompatible-pointer-types] _tmp0_ = gee_array_list_new (KKC_TYPE_LANGUAGE_MODEL_ENTRY, (GBoxedCopyFunc) kkc_language_model_entry_dup, kkc_language_model_entry_free, NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1520:91: note: passing argument to parameter 'g_destroy_func' here GeeArrayList* gee_array_list_new (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, GeeEqualDataFunc equal_func, void* equal_func_target, GDestroyNotify equal_func_target_destroy_notify); ^ 2 warnings generated. CC libkkc_la-sorted-trigram-language-model.lo CC libkkc_la-language-model-utils.lo CC libkkc_la-decoder.lo CC libkkc_la-bigram-decoder.lo bigram-decoder.c:1309:49: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp9_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp8_); ^~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ bigram-decoder.c:1377:52: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp27_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp26_); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ bigram-decoder.c:1968:49: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp79_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp78_); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ bigram-decoder.c:2036:51: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp105_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp104_); ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ bigram-decoder.c:2190:11: warning: incompatible pointer types assigning to 'KkcSegment **' (aka 'struct _KkcSegment **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _tmp159_ = _tmp158_; ^ ~~~~~~~~ 5 warnings generated. CC libkkc_la-trigram-decoder.lo trigram-decoder.c:1593:50: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp29_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp28_); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ trigram-decoder.c:1651:52: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp48_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp47_); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ trigram-decoder.c:1739:54: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp77_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp76_); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ 3 warnings generated. CC libkkc_la-segment-list.lo segment-list.c:532:9: warning: incompatible pointer types assigning to 'KkcSegment **' (aka 'struct _KkcSegment **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _tmp3_ = _tmp2_; ^ ~~~~~~ 1 warning generated. CC libkkc_la-segment.lo CC libkkc_la-bloom-filter.lo CC libkkc_la-candidate-list.lo candidate-list.c:184:45: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp2_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp1_); ^~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ candidate-list.c:290:46: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp4_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp3_); ^~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ candidate-list.c:339:9: warning: incompatible pointer types assigning to 'KkcCandidate **' (aka 'struct _KkcCandidate **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _tmp3_ = _tmp2_; ^ ~~~~~~ candidate-list.c:466:45: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp1_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp0_); ^~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ candidate-list.c:580:46: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp9_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp8_); ^~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ candidate-list.c:591:48: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp14_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp13_); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ candidate-list.c:617:48: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp23_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp22_); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ candidate-list.c:707:47: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp10_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp9_); ^~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ candidate-list.c:711:15: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (_tmp12_ < ((guint) 0)) { ~~~~~~~ ^ ~~~~~~~~~~~ candidate-list.c:718:48: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp15_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp14_); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ candidate-list.c:747:19: warning: comparison of 0 <= unsigned expression is always true [-Wtautological-compare] if (((guint) 0) <= _tmp26_) { ~~~~~~~~~~~ ^ ~~~~~~~ candidate-list.c:754:48: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp29_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp28_); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ candidate-list.c:841:45: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp1_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp0_); ^~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ 13 warnings generated. CC libkkc_la-candidate.lo CC libkkc_la-key-event-filter.lo key-event-filter.c:279:33: warning: passing 'const guint [12]' to parameter of type 'guint *' (aka 'unsigned int *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (_vala_uint_array_contains (KKC_SIMPLE_KEY_EVENT_FILTER_modifier_keyvals, G_N_ELEMENTS (KKC_SIMPLE_KEY_EVENT_FILTER_modifier_keyvals), _tmp2_)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ key-event-filter.c:247:51: note: passing argument to parameter 'stack' here static gboolean _vala_uint_array_contains (guint* stack, int stack_length, guint needle) { ^ 1 warning generated. CC libkkc_la-key-event.lo key-event.c:772:27: warning: passing 'const gchar *' (aka 'const char *') to parameter of type 'gchar *' (aka 'char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] g_unichar_to_utf8 (self, _tmp1_); ^~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/glib/gunicode.h:787:42: note: passing argument to parameter 'outbuf' here gchar *outbuf); ^ key-event.c:1142:9: warning: incompatible pointer types assigning to 'gchar **' (aka 'char **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] array = _tmp32_; ^ ~~~~~~~ 2 warnings generated. CC libkkc_la-keymap.lo keymap.c:288:9: warning: incompatible pointer types assigning to 'gchar **' (aka 'char **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _tmp6_ = _tmp5_; ^ ~~~~~~ 1 warning generated. CC libkkc_la-keysyms.lo CC libkkc_la-map-file.lo map-file.c:795:146: warning: incompatible pointer types passing 'void (JsonNode *)' to parameter of type 'GDestroyNotify' (aka 'void (*)(gpointer)') [-Wincompatible-pointer-types] _tmp97_ = gee_hash_map_new (G_TYPE_STRING, (GBoxedCopyFunc) g_strdup, g_free, json_node_get_type (), (GBoxedCopyFunc) _vala_JsonNode_copy, _vala_JsonNode_free, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1609:159: note: passing argument to parameter 'v_destroy_func' here GeeHashMap* gee_hash_map_new (GType k_type, GBoxedCopyFunc k_dup_func, GDestroyNotify k_destroy_func, GType v_type, GBoxedCopyFunc v_dup_func, GDestroyNotify v_destroy_func, GeeHashDataFunc key_hash_func, void* key_hash_func_target, GDestroyNotify key_hash_func_target_destroy_notify, GeeEqualDataFunc key_equal_func, void* key_equal_func_target, GDestroyNotify key_equal_func_target_destroy_notify, GeeEqualDataFunc value_equal_func, void* value_equal_func_target, GDestroyNotify value_equal_func_target_destroy_notify); ^ map-file.c:921:140: warning: incompatible pointer types passing 'void (JsonNode *)' to parameter of type 'GDestroyNotify' (aka 'void (*)(gpointer)') [-Wincompatible-pointer-types] _tmp6_ = gee_hash_map_new (G_TYPE_STRING, (GBoxedCopyFunc) g_strdup, g_free, json_node_get_type (), (GBoxedCopyFunc) _vala_JsonNode_copy, _vala_JsonNode_free, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1609:159: note: passing argument to parameter 'v_destroy_func' here GeeHashMap* gee_hash_map_new (GType k_type, GBoxedCopyFunc k_dup_func, GDestroyNotify k_destroy_func, GType v_type, GBoxedCopyFunc v_dup_func, GDestroyNotify v_destroy_func, GeeHashDataFunc key_hash_func, void* key_hash_func_target, GDestroyNotify key_hash_func_target_destroy_notify, GeeEqualDataFunc key_equal_func, void* key_equal_func_target, GDestroyNotify key_equal_func_target_destroy_notify, GeeEqualDataFunc value_equal_func, void* value_equal_func_target, GDestroyNotify value_equal_func_target_destroy_notify); ^ map-file.c:948:140: warning: incompatible pointer types passing 'void (JsonNode *)' to parameter of type 'GDestroyNotify' (aka 'void (*)(gpointer)') [-Wincompatible-pointer-types] _tmp6_ = gee_hash_map_new (G_TYPE_STRING, (GBoxedCopyFunc) g_strdup, g_free, json_node_get_type (), (GBoxedCopyFunc) _vala_JsonNode_copy, _vala_JsonNode_free, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1609:159: note: passing argument to parameter 'v_destroy_func' here GeeHashMap* gee_hash_map_new (GType k_type, GBoxedCopyFunc k_dup_func, GDestroyNotify k_destroy_func, GType v_type, GBoxedCopyFunc v_dup_func, GDestroyNotify v_destroy_func, GeeHashDataFunc key_hash_func, void* key_hash_func_target, GDestroyNotify key_hash_func_target_destroy_notify, GeeEqualDataFunc key_equal_func, void* key_equal_func_target, GDestroyNotify key_equal_func_target_destroy_notify, GeeEqualDataFunc value_equal_func, void* value_equal_func_target, GDestroyNotify value_equal_func_target_destroy_notify); ^ 3 warnings generated. CC libkkc_la-nicola.lo nicola.c:331:46: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp6_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp5_); ^~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ nicola.c:392:46: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp28_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp27_); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ nicola.c:447:46: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp49_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp48_); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ nicola.c:470:50: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp57_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp56_); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ nicola.c:520:45: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp1_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp0_); ^~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ nicola.c:571:46: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp17_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp16_); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ nicola.c:682:45: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp1_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp0_); ^~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ nicola.c:813:47: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp45_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp44_); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ nicola.c:1013:49: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp112_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp111_); ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ nicola.c:1452:56: warning: expression result unused; should this cast be to 'void'? [-Wunused-value] (self->get_time_func_target_destroy_notify == NULL) ? NULL : (self->get_time_func_target_destroy_notify (self->get_time_func_target), NULL); ^ /usr/include/sys/null.h:13:15: note: expanded from macro 'NULL' #define NULL ((void *)0) ^ 10 warnings generated. CC libkkc_la-rom-kana-utils.lo rom-kana-utils.c:400:27: warning: passing 'const gchar *' (aka 'const char *') to parameter of type 'gchar *' (aka 'char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] g_unichar_to_utf8 (self, _tmp1_); ^~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/glib/gunicode.h:787:42: note: passing argument to parameter 'outbuf' here gchar *outbuf); ^ rom-kana-utils.c:659:47: warning: incompatible pointer types passing 'void (gconstpointer, gpointer)' to parameter of type 'GFunc' (aka 'void (*)(gpointer, gpointer)') [-Wincompatible-pointer-types] kkc_rom_kana_utils_foreach_katakana (_tmp1_, ___lambda7__gfunc, _data1_); ^~~~~~~~~~~~~~~~~ rom-kana-utils.c:513:75: note: passing argument to parameter 'func' here static void kkc_rom_kana_utils_foreach_katakana (const gchar* kana, GFunc func, void* func_target) { ^ rom-kana-utils.c:729:47: warning: incompatible pointer types passing 'void (gconstpointer, gpointer)' to parameter of type 'GFunc' (aka 'void (*)(gpointer, gpointer)') [-Wincompatible-pointer-types] kkc_rom_kana_utils_foreach_katakana (_tmp1_, ___lambda6__gfunc, _data2_); ^~~~~~~~~~~~~~~~~ rom-kana-utils.c:513:75: note: passing argument to parameter 'func' here static void kkc_rom_kana_utils_foreach_katakana (const gchar* kana, GFunc func, void* func_target) { ^ rom-kana-utils.c:799:47: warning: incompatible pointer types passing 'void (gconstpointer, gpointer)' to parameter of type 'GFunc' (aka 'void (*)(gpointer, gpointer)') [-Wincompatible-pointer-types] kkc_rom_kana_utils_foreach_katakana (_tmp1_, ___lambda8__gfunc, _data3_); ^~~~~~~~~~~~~~~~~ rom-kana-utils.c:513:75: note: passing argument to parameter 'func' here static void kkc_rom_kana_utils_foreach_katakana (const gchar* kana, GFunc func, void* func_target) { ^ rom-kana-utils.c:1454:59: warning: passing 'const gchar *[10]' to parameter of type 'gchar **' (aka 'char **') discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] _tmp9_ = kkc_rom_kana_utils_get_kanji_numeric (_tmp8_, KKC_ROM_KANA_UTILS_KanjiNumericTable, G_N_ELEMENTS (KKC_ROM_KANA_UTILS_KanjiNumericTable), NULL, 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rom-kana-utils.c:873:75: note: passing argument to parameter 'num_table' here static gchar* kkc_rom_kana_utils_get_kanji_numeric (gint numeric, gchar** num_table, int num_table_length1, gchar** num_pos_table, int num_pos_table_length1) { ^ rom-kana-utils.c:1463:61: warning: passing 'const gchar *[10]' to parameter of type 'gchar **' (aka 'char **') discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] _tmp11_ = kkc_rom_kana_utils_get_kanji_numeric (_tmp10_, KKC_ROM_KANA_UTILS_KanjiNumericTable, G_N_ELEMENTS (KKC_ROM_KANA_UTILS_KanjiNumericTable), KKC_ROM_KANA_UTILS_KanjiNumericalPositionTable, G_N_ELEMENTS (KKC_ROM_KANA_UTILS_KanjiNumericalPositionTable)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rom-kana-utils.c:873:75: note: passing argument to parameter 'num_table' here static gchar* kkc_rom_kana_utils_get_kanji_numeric (gint numeric, gchar** num_table, int num_table_length1, gchar** num_pos_table, int num_pos_table_length1) { ^ rom-kana-utils.c:1463:152: warning: passing 'const gchar *[18]' to parameter of type 'gchar **' (aka 'char **') discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] _tmp11_ = kkc_rom_kana_utils_get_kanji_numeric (_tmp10_, KKC_ROM_KANA_UTILS_KanjiNumericTable, G_N_ELEMENTS (KKC_ROM_KANA_UTILS_KanjiNumericTable), KKC_ROM_KANA_UTILS_KanjiNumericalPositionTable, G_N_ELEMENTS (KKC_ROM_KANA_UTILS_KanjiNumericalPositionTable)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rom-kana-utils.c:873:117: note: passing argument to parameter 'num_pos_table' here static gchar* kkc_rom_kana_utils_get_kanji_numeric (gint numeric, gchar** num_table, int num_table_length1, gchar** num_pos_table, int num_pos_table_length1) { ^ rom-kana-utils.c:1472:61: warning: passing 'const gchar *[10]' to parameter of type 'gchar **' (aka 'char **') discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] _tmp13_ = kkc_rom_kana_utils_get_kanji_numeric (_tmp12_, KKC_ROM_KANA_UTILS_DaijiNumericTable, G_N_ELEMENTS (KKC_ROM_KANA_UTILS_DaijiNumericTable), KKC_ROM_KANA_UTILS_DaijiNumericalPositionTable, G_N_ELEMENTS (KKC_ROM_KANA_UTILS_DaijiNumericalPositionTable)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rom-kana-utils.c:873:75: note: passing argument to parameter 'num_table' here static gchar* kkc_rom_kana_utils_get_kanji_numeric (gint numeric, gchar** num_table, int num_table_length1, gchar** num_pos_table, int num_pos_table_length1) { ^ rom-kana-utils.c:1472:152: warning: passing 'const gchar *[18]' to parameter of type 'gchar **' (aka 'char **') discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] _tmp13_ = kkc_rom_kana_utils_get_kanji_numeric (_tmp12_, KKC_ROM_KANA_UTILS_DaijiNumericTable, G_N_ELEMENTS (KKC_ROM_KANA_UTILS_DaijiNumericTable), KKC_ROM_KANA_UTILS_DaijiNumericalPositionTable, G_N_ELEMENTS (KKC_ROM_KANA_UTILS_DaijiNumericalPositionTable)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rom-kana-utils.c:873:117: note: passing argument to parameter 'num_pos_table' here static gchar* kkc_rom_kana_utils_get_kanji_numeric (gint numeric, gchar** num_table, int num_table_length1, gchar** num_pos_table, int num_pos_table_length1) { ^ rom-kana-utils.c:1738:20: warning: assigning to 'KkcRomKanaUtilsKanaTableEntry *' (aka 'struct _KkcRomKanaUtilsKanaTableEntry *') from 'const KkcRomKanaUtilsKanaTableEntry [92]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] entry_collection = KKC_ROM_KANA_UTILS_KanaTable; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rom-kana-utils.c:1775:28: warning: assigning to 'KkcRomKanaUtilsKanaTableEntry *' (aka 'struct _KkcRomKanaUtilsKanaTableEntry *') from 'const KkcRomKanaUtilsKanaTableEntry [3]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] substitute_collection = KKC_ROM_KANA_UTILS_HankakuKatakanaSubstitute; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11 warnings generated. CC libkkc_la-rom-kana.lo rom-kana.c:1218:105: warning: incompatible pointer types passing 'void (KkcRomKanaCharacter *)' to parameter of type 'GDestroyNotify' (aka 'void (*)(gpointer)') [-Wincompatible-pointer-types] _tmp0_ = gee_array_list_new (KKC_TYPE_ROM_KANA_CHARACTER, (GBoxedCopyFunc) kkc_rom_kana_character_dup, kkc_rom_kana_character_free, NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1520:91: note: passing argument to parameter 'g_destroy_func' here GeeArrayList* gee_array_list_new (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, GeeEqualDataFunc equal_func, void* equal_func_target, GDestroyNotify equal_func_target_destroy_notify); ^ rom-kana.c:1746:27: warning: passing 'const gchar *' (aka 'const char *') to parameter of type 'gchar *' (aka 'char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] g_unichar_to_utf8 (self, _tmp1_); ^~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/glib/gunicode.h:787:42: note: passing argument to parameter 'outbuf' here gchar *outbuf); ^ 2 warnings generated. CC libkkc_la-rule.lo CC libkkc_la-user-rule.lo CC libkkc_la-context.lo CC libkkc_la-state.lo state.c:2779:48: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp20_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp19_); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ state.c:2830:48: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp41_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp40_); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ state.c:3439:49: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp35_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp34_); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ state.c:3456:50: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp39_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp38_); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ state.c:3547:51: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp72_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp71_); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ state.c:3587:54: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp79_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp78_); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ state.c:3697:52: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp117_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp116_); ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ state.c:3761:11: warning: incompatible pointer types assigning to 'gint *' (aka 'int *') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _tmp139_ = _tmp138_; ^ ~~~~~~~~ 8 warnings generated. CC libkkc_la-initial-state-handler.lo initial-state-handler.c:1096:27: warning: passing 'const gchar *' (aka 'const char *') to parameter of type 'gchar *' (aka 'char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] g_unichar_to_utf8 (self, _tmp1_); ^~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/glib/gunicode.h:787:42: note: passing argument to parameter 'outbuf' here gchar *outbuf); ^ 1 warning generated. CC libkkc_la-convert-sentence-state-handler.lo CC libkkc_la-convert-segment-state-handler.lo CC libkkc_la-dictionary.lo dictionary.c:130:14: warning: passing 'const gchar *' (aka 'const char *') to parameter of type 'gchar *' (aka 'char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] g_strstrip (_tmp1_); ^~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/glib/gstrfuncs.h:180:53: note: expanded from macro 'g_strstrip' #define g_strstrip( string ) g_strchomp (g_strchug (string)) ^ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/glib/gstrfuncs.h:175:55: note: passing argument to parameter 'string' here gchar* g_strchug (gchar *string); ^ dictionary.c:851:71: warning: incompatible pointer types passing 'gboolean (GMatchInfo *, GString *, gpointer)' to parameter of type 'GRegexEvalCallback' (aka 'gboolean (*)(const GMatchInfo *, GString *, gpointer)') [-Wincompatible-pointer-types] _tmp3_ = g_regex_replace_eval (_tmp1_, _tmp2_, (gssize) (-1), 0, 0, _kkc_dictionary_utils_unescape_eval_gregex_eval_callback, NULL, &_inner_error_); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/glib/gregex.h:556:29: note: passing argument to parameter 'eval' here GRegexEvalCallback eval, ^ 2 warnings generated. CC libkkc_la-segment-dictionary.lo CC libkkc_la-system-segment-dictionary.lo system-segment-dictionary.c:334:2: warning: incompatible pointer to integer conversion returning 'void *' from a function with result type 'gboolean' (aka 'int') [-Wint-conversion] g_return_val_if_fail (((gsize) _tmp0_) < _tmp2_, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/glib/gmessages.h:382:10: note: expanded from macro 'g_return_val_if_fail' return (val); \ ^~~~~ system-segment-dictionary.c:962:10: warning: incompatible pointer types assigning to 'GCompareFunc' (aka 'gint (*)(gconstpointer, gconstpointer)') from 'int (const char *, const char *)' [-Wincompatible-pointer-types] _tmp23_ = g_strcmp0; ^ ~~~~~~~~~ system-segment-dictionary.c:1119:9: warning: incompatible pointer types assigning to 'GCompareFunc' (aka 'gint (*)(gconstpointer, gconstpointer)') from 'int (const char *, const char *)' [-Wincompatible-pointer-types] _tmp3_ = g_strcmp0; ^ ~~~~~~~~~ system-segment-dictionary.c:1228:11: warning: incompatible pointer types assigning to 'gchar **' (aka 'char **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _tmp19_ = _tmp18_; ^ ~~~~~~~ system-segment-dictionary.c:1503:10: warning: incompatible pointer types assigning to 'gchar **' (aka 'char **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _tmp90_ = _tmp89_; ^ ~~~~~~~ 5 warnings generated. CC libkkc_la-user-segment-dictionary.lo user-segment-dictionary.c:170:14: warning: passing 'const gchar *' (aka 'const char *') to parameter of type 'gchar *' (aka 'char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] g_strstrip (_tmp1_); ^~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/glib/gstrfuncs.h:180:53: note: expanded from macro 'g_strstrip' #define g_strstrip( string ) g_strchomp (g_strchug (string)) ^ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/glib/gstrfuncs.h:175:55: note: passing argument to parameter 'string' here gchar* g_strchug (gchar *string); ^ user-segment-dictionary.c:208:38: warning: incompatible pointer types passing 'guint8 **' (aka 'unsigned char **') to parameter of type 'char **' [-Wincompatible-pointer-types] g_file_load_contents (_tmp0_, NULL, &_tmp1_, &_tmp2_, &_tmp3_, &_inner_error_); ^~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/gio/gfile.h:1184:36: note: passing argument to parameter 'contents' here char **contents, ^ user-segment-dictionary.c:597:9: warning: incompatible pointer types assigning to 'GCompareFunc' (aka 'gint (*)(gconstpointer, gconstpointer)') from 'int (const char *, const char *)' [-Wincompatible-pointer-types] _tmp0_ = g_strcmp0; ^ ~~~~~~~~~ user-segment-dictionary.c:622:9: warning: incompatible pointer types assigning to 'GCompareFunc' (aka 'gint (*)(gconstpointer, gconstpointer)') from 'int (const char *, const char *)' [-Wincompatible-pointer-types] _tmp0_ = g_strcmp0; ^ ~~~~~~~~~ user-segment-dictionary.c:685:11: warning: assigning to 'GeeList *' (aka 'struct _GeeList *') from 'gconstpointer' (aka 'const void *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] _tmp13_ = _tmp12_; ^ ~~~~~~~ user-segment-dictionary.c:687:11: warning: incompatible pointer types assigning to 'KkcCandidate **' (aka 'struct _KkcCandidate **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _tmp16_ = _tmp15_; ^ ~~~~~~~ user-segment-dictionary.c:854:36: warning: passing 'guint8 *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] g_file_replace_contents (_tmp28_, _tmp32_, (gsize) _tmp32__length1, _tmp33_, FALSE, G_FILE_CREATE_PRIVATE, &_tmp34_, NULL, &_inner_error_); ^~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/gio/gfile.h:1215:36: note: passing argument to parameter 'contents' here const char *contents, ^ user-segment-dictionary.c:927:20: warning: incompatible pointer types assigning to 'KkcCandidate **' (aka 'struct _KkcCandidate **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _vala_candidates = _tmp10_; ^ ~~~~~~~ user-segment-dictionary.c:1089:10: warning: incompatible pointer types assigning to 'gchar **' (aka 'char **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _tmp35_ = _tmp34_; ^ ~~~~~~~ 9 warnings generated. CC libkkc_la-sentence-dictionary.lo CC libkkc_la-user-sentence-dictionary.lo user-sentence-dictionary.c:278:14: warning: passing 'const gchar *' (aka 'const char *') to parameter of type 'gchar *' (aka 'char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] g_strstrip (_tmp1_); ^~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/glib/gstrfuncs.h:180:53: note: expanded from macro 'g_strstrip' #define g_strstrip( string ) g_strchomp (g_strchug (string)) ^ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/glib/gstrfuncs.h:175:55: note: passing argument to parameter 'string' here gchar* g_strchug (gchar *string); ^ user-sentence-dictionary.c:315:38: warning: incompatible pointer types passing 'guint8 **' (aka 'unsigned char **') to parameter of type 'char **' [-Wincompatible-pointer-types] g_file_load_contents (_tmp0_, NULL, &_tmp1_, &_tmp2_, &_tmp3_, &_inner_error_); ^~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/gio/gfile.h:1184:36: note: passing argument to parameter 'contents' here char **contents, ^ user-sentence-dictionary.c:717:9: warning: incompatible pointer types assigning to 'GCompareFunc' (aka 'gint (*)(gconstpointer, gconstpointer)') from 'int (const char *, const char *)' [-Wincompatible-pointer-types] _tmp0_ = g_strcmp0; ^ ~~~~~~~~~ user-sentence-dictionary.c:742:9: warning: incompatible pointer types assigning to 'GCompareFunc' (aka 'gint (*)(gconstpointer, gconstpointer)') from 'int (const char *, const char *)' [-Wincompatible-pointer-types] _tmp0_ = g_strcmp0; ^ ~~~~~~~~~ user-sentence-dictionary.c:1046:10: warning: assigning to 'GeeList *' (aka 'struct _GeeList *') from 'gconstpointer' (aka 'const void *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] _tmp8_ = _tmp7_; ^ ~~~~~~ user-sentence-dictionary.c:1090:14: warning: assigning to 'GeeList *' (aka 'struct _GeeList *') from 'gconstpointer' (aka 'const void *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] _tmp20_ = _tmp19_; ^ ~~~~~~~ user-sentence-dictionary.c:1169:10: warning: assigning to 'GeeList *' (aka 'struct _GeeList *') from 'gconstpointer' (aka 'const void *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] _tmp8_ = _tmp7_; ^ ~~~~~~ user-sentence-dictionary.c:1214:14: warning: assigning to 'GeeList *' (aka 'struct _GeeList *') from 'gconstpointer' (aka 'const void *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] _tmp20_ = _tmp19_; ^ ~~~~~~~ user-sentence-dictionary.c:1399:36: warning: passing 'guint8 *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] g_file_replace_contents (_tmp30_, _tmp33_, (gsize) _tmp33__length1, _tmp34_, FALSE, G_FILE_CREATE_PRIVATE, &_tmp35_, NULL, &_inner_error_); ^~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/gio/gfile.h:1215:36: note: passing argument to parameter 'contents' here const char *contents, ^ user-sentence-dictionary.c:1513:19: warning: incompatible pointer types assigning to 'gint *' (aka 'int *') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _vala_constraint = _tmp7_; ^ ~~~~~~ user-sentence-dictionary.c:1581:15: warning: incompatible pointer types assigning to 'gchar **' (aka 'char **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _vala_phrase = _tmp9_; ^ ~~~~~~ user-sentence-dictionary.c:1716:8: warning: incompatible pointer types assigning to 'gchar **' (aka 'char **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] array = _tmp25_; ^ ~~~~~~~ 12 warnings generated. CC libkkc_la-user-dictionary.lo CC libkkc_la-dictionary-list.lo CC libkkc_la-encoding.lo encoding.c:209:20: warning: assigning to 'KkcEncodingConverterEncodingCodingSystemEntry *' (aka 'struct _KkcEncodingConverterEncodingCodingSystemEntry *') from 'const KkcEncodingConverterEncodingCodingSystemEntry [7]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] entry_collection = KKC_ENCODING_CONVERTER_ENCODING_TO_CODING_SYSTEM_RULE; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. CC libkkc_la-template.lo CC libkkc_la-numeric-template.lo numeric-template.c:462:46: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp6_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp5_); ^~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ numeric-template.c:518:49: warning: incompatible pointer types passing 'GeeCollection *' (aka 'struct _GeeCollection *') to parameter of type 'GeeAbstractCollection *' (aka 'struct _GeeAbstractCollection *') [-Wincompatible-pointer-types] _tmp16_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp15_); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1452:63: note: passing argument to parameter 'self' here gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ numeric-template.c:559:6: warning: returning 'const gchar *' (aka 'const char *') from a function with result type 'gchar *' (aka 'char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] g_return_val_if_reached (_tmp24_); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/glib/gmessages.h:401:13: note: expanded from macro 'g_return_val_if_reached' return (val); }G_STMT_END ^~~~~ 3 warnings generated. CC libkkc_la-expression.lo expression.c:651:100: warning: incompatible pointer types passing 'void (KkcExpressionNode *)' to parameter of type 'GDestroyNotify' (aka 'void (*)(gpointer)') [-Wincompatible-pointer-types] _tmp8_ = gee_linked_list_new (KKC_TYPE_EXPRESSION_NODE, (GBoxedCopyFunc) kkc_expression_node_dup, kkc_expression_node_free, NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1680:93: note: passing argument to parameter 'g_destroy_func' here GeeLinkedList* gee_linked_list_new (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, GeeEqualDataFunc equal_func, void* equal_func_target, GDestroyNotify equal_func_target_destroy_notify); ^ 1 warning generated. CC libkkc_la-utils.lo utils.c:317:10: warning: incompatible pointer types assigning to 'gchar **' (aka 'char **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _tmp35_ = _tmp34_; ^ ~~~~~~~ utils.c:372:27: warning: passing 'const gchar *' (aka 'const char *') to parameter of type 'gchar *' (aka 'char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] g_unichar_to_utf8 (self, _tmp1_); ^~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/glib/gunicode.h:787:42: note: passing argument to parameter 'outbuf' here gchar *outbuf); ^ utils.c:416:10: warning: incompatible pointer types assigning to 'gchar **' (aka 'char **') from 'gpointer *' (aka 'void **') [-Wincompatible-pointer-types] _tmp11_ = _tmp10_; ^ ~~~~~~~ utils.c:651:93: warning: incompatible pointer types passing 'void (KkcPrefixEntry *)' to parameter of type 'GDestroyNotify' (aka 'void (*)(gpointer)') [-Wincompatible-pointer-types] _tmp0_ = gee_array_list_new (KKC_TYPE_PREFIX_ENTRY, (GBoxedCopyFunc) kkc_prefix_entry_dup, kkc_prefix_entry_free, NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1520:91: note: passing argument to parameter 'g_destroy_func' here GeeArrayList* gee_array_list_new (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, GeeEqualDataFunc equal_func, void* equal_func_target, GDestroyNotify equal_func_target_destroy_notify); ^ utils.c:929:48: warning: passing 'const struct name_keysym [2277]' to parameter of type 'struct name_keysym *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] _tmp3_ = kkc_key_event_utils_bsearch_keysyms (keysym_to_name, (glong) 0, (glong) G_N_ELEMENTS (keysym_to_name), ___lambda4__gcompare_data_func, NULL, &_tmp2_); ^~~~~~~~~~~~~~ utils.c:748:85: note: passing argument to parameter 'memory' here static struct name_keysym* kkc_key_event_utils_bsearch_keysyms (struct name_keysym* memory, glong start_offset, glong end_offset, GCompareDataFunc compare, void* compare_target, struct name_keysym* needle) { ^ utils.c:1091:48: warning: passing 'const struct name_keysym [2402]' to parameter of type 'struct name_keysym *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] _tmp4_ = kkc_key_event_utils_bsearch_keysyms (name_to_keysym, (glong) 0, (glong) G_N_ELEMENTS (name_to_keysym), ___lambda5__gcompare_data_func, _data11_, &_tmp3_); ^~~~~~~~~~~~~~ utils.c:748:85: note: passing argument to parameter 'memory' here static struct name_keysym* kkc_key_event_utils_bsearch_keysyms (struct name_keysym* memory, glong start_offset, glong end_offset, GCompareDataFunc compare, void* compare_target, struct name_keysym* needle) { ^ utils.c:1360:36: warning: incompatible pointer types passing 'guint8 **' (aka 'unsigned char **') to parameter of type 'char **' [-Wincompatible-pointer-types] g_file_load_contents (file, NULL, &_tmp2_, &_tmp3_, &_tmp4_, &_inner_error_); ^~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/gio/gfile.h:1184:36: note: passing argument to parameter 'contents' here char **contents, ^ utils.c:1393:9: warning: assigning to 'gchar *' (aka 'char *') from 'guint8 *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] result = _tmp0_; ^ ~~~~~~ 8 warnings generated. CC libkkc_la-kkc.lo CCLD libkkc.la CCLD libkkc-internals.la /usr/pkg/bin/g-ir-compiler --shared-library=libkkc -o Kkc-1.0.typelib Kkc-1.0.gir GLib: Cannot convert message: Conversion from character set 'UTF-8' to 'ASCII' is not supported /usr/pkg/share/gir-1.0/Gee-0.8.gir:9:51: warning: element annotation from state 7 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10:53: warning: element annotation from state 7 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:3697:50: warning: element annotation from state 16 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:3742:50: warning: element annotation from state 16 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:3794:50: warning: element annotation from state 16 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:3900:50: warning: element annotation from state 16 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:3914:50: warning: element annotation from state 16 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:3928:50: warning: element annotation from state 16 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:4025:50: warning: element annotation from state 16 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:4039:50: warning: element annotation from state 16 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:4067:72: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:4093:83: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:4094:55: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:4095:66: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:4180:50: warning: element annotation from state 16 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:4194:50: warning: element annotation from state 16 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:4502:1: warning: element property from state 24 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:4510:1: warning: element property from state 24 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:4558:50: warning: element annotation from state 16 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:4627:50: warning: element annotation from state 16 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:4674:1: warning: element property from state 24 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:4719:50: warning: element annotation from state 16 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:4733:50: warning: element annotation from state 16 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:4799:50: warning: element annotation from state 16 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:4886:50: warning: element annotation from state 16 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:4932:50: warning: element annotation from state 16 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5420:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5431:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5442:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5453:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5464:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5475:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5486:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5492:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5498:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5511:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5524:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5537:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5550:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5563:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5576:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5589:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5602:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5615:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5628:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5644:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5660:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5676:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5692:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5708:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5724:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5737:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5750:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5763:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5776:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5789:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5809:48: warning: element annotation from state 18 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5823:49: warning: element annotation from state 18 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5837:49: warning: element annotation from state 18 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5851:49: warning: element annotation from state 18 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5877:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5893:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5909:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5925:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5938:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5956:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5974:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:5992:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6010:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6028:50: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6049:50: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6070:50: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6091:50: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6109:50: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6127:50: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6506:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6512:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6518:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6532:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6546:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6560:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6571:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6585:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6596:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6615:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6634:70: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6635:64: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6636:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6655:70: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6656:64: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6657:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6676:64: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6677:58: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6678:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6694:64: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6695:58: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6696:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6712:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6733:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6754:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6773:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6792:48: warning: element annotation from state 18 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6806:48: warning: element annotation from state 18 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6820:48: warning: element annotation from state 18 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6860:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6898:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6911:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6930:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6949:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6965:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6989:71: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6990:65: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:6991:50: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:7015:65: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:7016:59: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:7017:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:7038:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:7064:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:8001:66: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:8110:64: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:8202:68: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:8242:66: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10544:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10558:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10572:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10591:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10610:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10627:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10644:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10660:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10676:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10695:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10714:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10733:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10752:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10768:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10784:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10803:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10822:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10840:48: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10858:48: warning: element annotation from state 18 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10878:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10897:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10921:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10943:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10964:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:10988:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:11012:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:11033:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:11057:49: warning: element annotation from state 10 is unknown, ignoring /usr/pkg/share/gir-1.0/Gee-0.8.gir:11167:48: warning: element annotation from state 10 is unknown, ignoring Kkc-1.0.gir:6308:1: warning: element errordomain from state 7 is unknown, ignoring Kkc-1.0.gir:6314:1: warning: element errordomain from state 7 is unknown, ignoring Kkc-1.0.gir:6319:1: warning: element errordomain from state 7 is unknown, ignoring Kkc-1.0.gir:6325:1: warning: element errordomain from state 7 is unknown, ignoring Kkc-1.0.gir:6330:1: warning: element errordomain from state 7 is unknown, ignoring Kkc-1.0.gir:6410:1: warning: element virtual-method from state 24 is unknown, ignoring Kkc-1.0.gir:6415:1: warning: element property from state 24 is unknown, ignoring Kkc-1.0.gir:6418:1: warning: element property from state 24 is unknown, ignoring Kkc-1.0.gir:6421:1: warning: element property from state 24 is unknown, ignoring Kkc-1.0.gir:6424:1: warning: element property from state 24 is unknown, ignoring Kkc-1.0.gir:6427:1: warning: element property from state 24 is unknown, ignoring Kkc-1.0.gir:6447:1: warning: element property from state 24 is unknown, ignoring Kkc-1.0.gir:6468:1: warning: element property from state 24 is unknown, ignoring Kkc-1.0.gir:6471:1: warning: element property from state 24 is unknown, ignoring Kkc-1.0.gir:9471:1: warning: element field from state 7 is unknown, ignoring gmake[2]: Leaving directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/libkkc' Making all in data gmake[2]: Entering directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data' Making all in rules gmake[3]: Entering directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules' Making all in default gmake[4]: Entering directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules/default' GEN metadata.json gmake[4]: Leaving directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules/default' Making all in act gmake[4]: Entering directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules/act' GEN metadata.json gmake[4]: Leaving directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules/act' Making all in azik gmake[4]: Entering directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules/azik' GEN metadata.json gmake[4]: Leaving directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules/azik' Making all in azik-jp106 gmake[4]: Entering directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules/azik-jp106' GEN metadata.json gmake[4]: Leaving directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules/azik-jp106' Making all in kzik gmake[4]: Entering directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules/kzik' GEN metadata.json gmake[4]: Leaving directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules/kzik' Making all in tutcode gmake[4]: Entering directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules/tutcode' GEN metadata.json gmake[4]: Leaving directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules/tutcode' Making all in tutcode-touch16x gmake[4]: Entering directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules/tutcode-touch16x' GEN metadata.json gmake[4]: Leaving directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules/tutcode-touch16x' Making all in nicola gmake[4]: Entering directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules/nicola' GEN metadata.json gmake[4]: Leaving directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules/nicola' Making all in tcode gmake[4]: Entering directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules/tcode' GEN metadata.json gmake[4]: Leaving directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules/tcode' Making all in trycode gmake[4]: Entering directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules/trycode' GEN metadata.json gmake[4]: Leaving directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules/trycode' Making all in kana gmake[4]: Entering directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules/kana' GEN metadata.json gmake[4]: Leaving directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules/kana' gmake[4]: Entering directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules' gmake[4]: Nothing to be done for 'all-am'. gmake[4]: Leaving directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules' gmake[3]: Leaving directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/rules' Making all in templates gmake[3]: Entering directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/templates' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data/templates' gmake[3]: Entering directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data' gmake[2]: Leaving directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/data' Making all in tools gmake[2]: Entering directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/tools' CC kkc-kkc.o kkc.c:263:2: warning: 'g_option_group_free' is deprecated [-Wdeprecated-declarations] _g_option_group_free0 (model_group); ^ kkc.c:35:68: note: expanded from macro '_g_option_group_free0' #define _g_option_group_free0(var) ((var == NULL) ? NULL : (var = (g_option_group_free (var), NULL))) ^ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/glib/goption.h:368:15: note: 'g_option_group_free' has been explicitly marked deprecated here void g_option_group_free (GOptionGroup *group); ^ kkc.c:571:14: warning: passing 'const gchar *' (aka 'const char *') to parameter of type 'gchar *' (aka 'char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] g_strstrip (_tmp1_); ^~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/glib/gstrfuncs.h:180:53: note: expanded from macro 'g_strstrip' #define g_strstrip( string ) g_strchomp (g_strchug (string)) ^ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/glib/gstrfuncs.h:175:55: note: passing argument to parameter 'string' here gchar* g_strchug (gchar *string); ^ 2 warnings generated. CCLD kkc gmake[2]: Leaving directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/tools' Making all in tests gmake[2]: Entering directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/tests' Making all in lib gmake[3]: Entering directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/tests/lib' CC libkkc_test_la-test-case.lo /home/ueno/devel/libkkc/tests/lib/test-case.vala:42:59: warning: incompatible pointer types passing 'void (*)(void)' to parameter of type 'GTestFixtureFunc' (aka 'void (*)(gpointer, gconstpointer)') [-Wincompatible-pointer-types] _tmp8_ = g_test_create_case (_tmp7_, (gsize) 0, adaptor, (void (*) (void)) _kkc_test_case_adaptor_set_up_gtest_func, (void (*) (void)) _kkc_test_case_adaptor_run_gtest_func, (void (*) (void)) _kkc_test_case_adaptor_tear_down_gtest_func); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/glib/gtestutils.h:261:60: note: passing argument to parameter 'data_setup' here GTestFixtureFunc data_setup, ^ /home/ueno/devel/libkkc/tests/lib/test-case.vala:42:119: warning: incompatible pointer types passing 'void (*)(void)' to parameter of type 'GTestFixtureFunc' (aka 'void (*)(gpointer, gconstpointer)') [-Wincompatible-pointer-types] _tmp8_ = g_test_create_case (_tmp7_, (gsize) 0, adaptor, (void (*) (void)) _kkc_test_case_adaptor_set_up_gtest_func, (void (*) (void)) _kkc_test_case_adaptor_run_gtest_func, (void (*) (void)) _kkc_test_case_adaptor_tear_down_gtest_func); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/glib/gtestutils.h:262:60: note: passing argument to parameter 'data_test' here GTestFixtureFunc data_test, ^ /home/ueno/devel/libkkc/tests/lib/test-case.vala:42:176: warning: incompatible pointer types passing 'void (*)(void)' to parameter of type 'GTestFixtureFunc' (aka 'void (*)(gpointer, gconstpointer)') [-Wincompatible-pointer-types] _tmp8_ = g_test_create_case (_tmp7_, (gsize) 0, adaptor, (void (*) (void)) _kkc_test_case_adaptor_set_up_gtest_func, (void (*) (void)) _kkc_test_case_adaptor_run_gtest_func, (void (*) (void)) _kkc_test_case_adaptor_tear_down_gtest_func); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/converters/libkkc/work/.buildlink/include/glib/glib-2.0/glib/gtestutils.h:263:60: note: passing argument to parameter 'data_teardown' here GTestFixtureFunc data_teardown); ^ 3 warnings generated. CC libkkc_test_la-test-utils.lo CCLD libkkc-test.la gmake[3]: Leaving directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/tests/lib' Making all in . gmake[3]: Entering directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/tests' CC decoder.o for i in default kana nicola; do \ .././install-sh -c -d data/rules/$i; \ cp ../data/rules/$i/metadata.json data/rules/$i; \ for j in keymap rom-kana; do \ .././install-sh -c -d data/rules/$i/$j; \ cp ../data/rules/$i/$j/*.json data/rules/$i/$j; \ done; \ done touch rules.stamp .././install-sh -c -d data/models/sorted2 test -f data/models/sorted2/metadata.json || \ cp -f ./data/models/sorted2/metadata.json data/models/sorted2 /usr/pkg/bin/python2.7 -B ../data/templates/libkkc-data/tools/sortlm.py \ ./data/models/text2/data.arpa data/models/sorted2/data reading N-grams min cost = -3.340749 writing 1-gram file writing 2-gram file /usr/pkg/bin/python2.7 -B ../data/templates/libkkc-data/tools/genfilter.py \ data/models/sorted2/data.2gram \ data/models/sorted2/data.2gram.filter \ 12 Traceback (most recent call last): File "../data/templates/libkkc-data/tools/genfilter.py", line 20, in import mmap ImportError: No module named mmap Makefile:1989: recipe for target 'models.stamp' failed gmake[3]: *** [models.stamp] Error 1 gmake[3]: Leaving directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/tests' Makefile:1334: recipe for target 'all-recursive' failed gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4/tests' Makefile:503: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/usr/pkgsrc/work/converters/libkkc/work/libkkc-0.3.4' Makefile:433: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/converters/libkkc *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/converters/libkkc