+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=27 WRKLOG=/tmp/bulklog/libkkc-0.3.5nb6/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=27 WRKLOG=/tmp/bulklog/libkkc-0.3.5nb6/work.log ===> Building for libkkc-0.3.5nb6 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/home/pbulk/build/converters/libkkc/work/libkkc-0.3.5' Making all in marisa-glib gmake[2]: Entering directory '/home/pbulk/build/converters/libkkc/work/libkkc-0.3.5/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 '/home/pbulk/build/converters/libkkc/work/libkkc-0.3.5/marisa-glib' Making all in libkkc gmake[2]: Entering directory '/home/pbulk/build/converters/libkkc/work/libkkc-0.3.5/libkkc' CC libkkc_la-trellis-node.lo CC libkkc_la-language-model.lo CC libkkc_la-text-bigram-language-model.lo CC libkkc_la-metadata-file.lo In file included from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib.h:34, from trellis-node.c:22: trellis-node.c: In function 'kkc_trellis_node_get_type': /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ trellis-node.c:370:13: note: in expansion of macro 'g_once_init_enter' 370 | if (g_once_init_enter (&kkc_trellis_node_type_id__volatile)) { | ^~~~~~~~~~~~~~~~~ trellis-node.c: In function 'kkc_unigram_trellis_node_class_init': trellis-node.c:547:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 547 | g_type_class_add_private (klass, sizeof (KkcUnigramTrellisNodePrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib-object.h:24, from trellis-node.c:23: /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ trellis-node.c: In function 'kkc_unigram_trellis_node_instance_init': trellis-node.c:558:20: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 558 | self->priv = KKC_UNIGRAM_TRELLIS_NODE_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trellis-node.c: In function 'kkc_unigram_trellis_node_get_type': /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ trellis-node.c:573:13: note: in expansion of macro 'g_once_init_enter' 573 | if (g_once_init_enter (&kkc_unigram_trellis_node_type_id__volatile)) { | ^~~~~~~~~~~~~~~~~ trellis-node.c: In function 'kkc_bigram_trellis_node_class_init': trellis-node.c:850:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 850 | g_type_class_add_private (klass, sizeof (KkcBigramTrellisNodePrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ trellis-node.c: In function 'kkc_bigram_trellis_node_instance_init': trellis-node.c:861:20: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 861 | self->priv = KKC_BIGRAM_TRELLIS_NODE_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trellis-node.c: In function 'kkc_bigram_trellis_node_get_type': /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ trellis-node.c:879:13: note: in expansion of macro 'g_once_init_enter' 879 | if (g_once_init_enter (&kkc_bigram_trellis_node_type_id__volatile)) { | ^~~~~~~~~~~~~~~~~ metadata-file.c: In function 'kkc_metadata_file_class_init': metadata-file.c:422:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 422 | g_type_class_add_private (klass, sizeof (KkcMetadataFilePrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib-object.h:24, from metadata-file.c:23: /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ metadata-file.c: In function 'kkc_metadata_file_instance_init': metadata-file.c:453:20: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 453 | self->priv = KKC_METADATA_FILE_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib.h:34, from metadata-file.c:22: metadata-file.c: In function 'kkc_metadata_file_get_type': /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ metadata-file.c:470:13: note: in expansion of macro 'g_once_init_enter' 470 | if (g_once_init_enter (&kkc_metadata_file_type_id__volatile)) { | ^~~~~~~~~~~~~~~~~ text-bigram-language-model.c: In function 'kkc_text_bigram_language_model_real_entries': text-bigram-language-model.c:349:116: error: passing argument 3 of 'gee_array_list_new' from incompatible pointer type [-Wincompatible-pointer-types] 349 | _tmp0_ = gee_array_list_new (KKC_TYPE_LANGUAGE_MODEL_ENTRY, (GBoxedCopyFunc) kkc_language_model_entry_dup, kkc_language_model_entry_free, NULL, NULL, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | void (*)(KkcLanguageModelEntry *) {aka void (*)(struct _KkcLanguageModelEntry *)} In file included from text-bigram-language-model.c:27: /home/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1654:50: note: expected 'GDestroyNotify' {aka 'void (*)(void *)'} but argument is of type 'void (*)(KkcLanguageModelEntry *)' {aka 'void (*)(struct _KkcLanguageModelEntry *)'} 1654 | GDestroyNotify g_destroy_func, | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ In file included from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib.h:56, from text-bigram-language-model.c:22: text-bigram-language-model.c: In function 'string_strip': text-bigram-language-model.c:738:21: warning: passing argument 1 of 'g_strchug' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 738 | g_strstrip (_tmp1_); | ^~~~~~ /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:248:56: note: in definition of macro 'g_strstrip' 248 | #define g_strstrip( string ) g_strchomp (g_strchug (string)) | ^~~~~~ /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:243:55: note: expected 'gchar *' {aka 'char *'} but argument is of type 'const gchar *' {aka 'const char *'} 243 | gchar* g_strchug (gchar *string); | ~~~~~~~~~~~~~~^~~~~~ text-bigram-language-model.c: In function 'kkc_text_bigram_language_model_parse_lm': text-bigram-language-model.c:1109:141: error: passing argument 3 of 'gee_array_list_new' from incompatible pointer type [-Wincompatible-pointer-types] 1109 | _tmp75_ = gee_array_list_new (KKC_TYPE_LANGUAGE_MODEL_ENTRY, (GBoxedCopyFunc) kkc_language_model_entry_dup, kkc_language_model_entry_free, NULL, NULL, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | void (*)(KkcLanguageModelEntry *) {aka void (*)(struct _KkcLanguageModelEntry *)} /home/pbulk/build/converters/libkkc/work/.buildlink/include/gee-0.8/gee.h:1654:50: note: expected 'GDestroyNotify' {aka 'void (*)(void *)'} but argument is of type 'void (*)(KkcLanguageModelEntry *)' {aka 'void (*)(struct _KkcLanguageModelEntry *)'} 1654 | GDestroyNotify g_destroy_func, | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ text-bigram-language-model.c: In function 'kkc_text_bigram_language_model_class_init': text-bigram-language-model.c:1294:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 1294 | g_type_class_add_private (klass, sizeof (KkcTextBigramLanguageModelPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib-object.h:24, from text-bigram-language-model.c:23: /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ text-bigram-language-model.c: In function 'kkc_text_bigram_language_model_instance_init': text-bigram-language-model.c:1328:20: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 1328 | self->priv = KKC_TEXT_BIGRAM_LANGUAGE_MODEL_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib.h:34: text-bigram-language-model.c: In function 'kkc_text_bigram_language_model_get_type': /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ text-bigram-language-model.c:1355:13: note: in expansion of macro 'g_once_init_enter' 1355 | if (g_once_init_enter (&kkc_text_bigram_language_model_type_id__volatile)) { | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib.h:34, from language-model.c:22: language-model.c: In function 'kkc_language_model_entry_get_type': /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ language-model.c:342:13: note: in expansion of macro 'g_once_init_enter' 342 | if (g_once_init_enter (&kkc_language_model_entry_type_id__volatile)) { | ^~~~~~~~~~~~~~~~~ language-model.c: In function 'kkc_language_model_metadata_class_init': language-model.c:613:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 613 | g_type_class_add_private (klass, sizeof (KkcLanguageModelMetadataPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib-object.h:24, from language-model.c:23: /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ language-model.c: In function 'kkc_language_model_metadata_instance_init': language-model.c:638:20: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 638 | self->priv = KKC_LANGUAGE_MODEL_METADATA_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ language-model.c: In function 'kkc_language_model_metadata_get_type': /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ language-model.c:651:13: note: in expansion of macro 'g_once_init_enter' 651 | if (g_once_init_enter (&kkc_language_model_metadata_type_id__volatile)) { | ^~~~~~~~~~~~~~~~~ language-model.c: In function 'kkc_language_model_class_init': language-model.c:853:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 853 | g_type_class_add_private (klass, sizeof (KkcLanguageModelPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ language-model.c: In function 'kkc_language_model_instance_init': language-model.c:874:20: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 874 | self->priv = KKC_LANGUAGE_MODEL_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ language-model.c: In function 'kkc_language_model_get_type': /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ language-model.c:888:13: note: in expansion of macro 'g_once_init_enter' 888 | if (g_once_init_enter (&kkc_language_model_type_id__volatile)) { | ^~~~~~~~~~~~~~~~~ language-model.c: In function 'kkc_unigram_language_model_get_type': /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ language-model.c:950:13: note: in expansion of macro 'g_once_init_enter' 950 | if (g_once_init_enter (&kkc_unigram_language_model_type_id__volatile)) { | ^~~~~~~~~~~~~~~~~ language-model.c: In function 'kkc_bigram_language_model_get_type': /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ language-model.c:1030:13: note: in expansion of macro 'g_once_init_enter' 1030 | if (g_once_init_enter (&kkc_bigram_language_model_type_id__volatile)) { | ^~~~~~~~~~~~~~~~~ language-model.c: In function 'kkc_trigram_language_model_get_type': /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /home/pbulk/build/converters/libkkc/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ language-model.c:1113:13: note: in expansion of macro 'g_once_init_enter' 1113 | if (g_once_init_enter (&kkc_trigram_language_model_type_id__volatile)) { | ^~~~~~~~~~~~~~~~~ gmake[2]: *** [Makefile:808: libkkc_la-text-bigram-language-model.lo] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[2]: Leaving directory '/home/pbulk/build/converters/libkkc/work/libkkc-0.3.5/libkkc' gmake[1]: *** [Makefile:503: all-recursive] Error 1 gmake[1]: Leaving directory '/home/pbulk/build/converters/libkkc/work/libkkc-0.3.5' gmake: *** [Makefile:433: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/converters/libkkc *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/converters/libkkc