Package: src:libkkc Version: 0.3.5-10 Severity: serious Tags: ftbfs
Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: -------------------------------------------------------------------------------- [...] debian/rules build dh build --with autoreconf dh_update_autotools_config debian/rules override_dh_autoreconf make[1]: Entering directory '/<<PKGBUILDDIR>>' dh_autoreconf ./autogen.sh /usr/bin/gnome-autogen.sh ***Warning*** gnome-autogen.sh is deprecated Please use the simpler template from https://wiki.gnome.org/Projects/GnomeCommon/Migration, or switch to Meson ***Warning*** PKG_NAME is deprecated, you may remove it from autogen.sh configure.ac:39: warning: The macro 'AC_GNU_SOURCE' is obsolete. configure.ac:39: You should run autoupdate. ./lib/autoconf/specific.m4:489: AC_GNU_SOURCE is expanded from... configure.ac:39: the top level [... snipped ...] dictionary-list.c: In function ‘dictionary_list_tests_test_properties’: dictionary-list.c:143:14: warning: variable ‘size’ set but not used [-Wunused-but-set-variable] 143 | gint size = 0; | ^~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:34, from /usr/include/glib-2.0/glib/gasyncqueue.h:34, from /usr/include/glib-2.0/glib.h:34, from /usr/include/glib-2.0/gobject/gbinding.h:30, from /usr/include/glib-2.0/glib-object.h:24, from ../tests/lib/libkkc-test.h:6, from dictionary-list.c:4: dictionary-list.c: In function ‘dictionary_list_tests_get_type’: /usr/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); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro ‘g_atomic_pointer_get’ 272 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ dictionary-list.c:419:13: note: in expansion of macro ‘g_once_init_enter’ 419 | if (g_once_init_enter (&dictionary_list_tests_type_id__once)) { | ^~~~~~~~~~~~~~~~~ dictionary-list.c: At top level: dictionary-list.c:44:20: warning: ‘dictionary_list_tests_properties’ defined but not used [-Wunused-variable] 44 | static GParamSpec* dictionary_list_tests_properties[DICTIONARY_LIST_TESTS_NUM_PROPERTIES]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\" -DPKGDATADIR=\"/usr/share/libkkc\" -I.. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/gee-0.8 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -pthread -I../tests/lib -I../tests/lib -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -c -o key-event.o key-event.c gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\" -DPKGDATADIR=\"/usr/share/libkkc\" -I.. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/gee-0.8 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -pthread -I../tests/lib -I../tests/lib -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -c -o keymap.o keymap.c key-event.c: In function ‘key_event_tests_test_properties’: key-event.c:170:25: warning: variable ‘modifiers’ set but not used [-Wunused-but-set-variable] 170 | KkcModifierType modifiers = 0U; | ^~~~~~~~~ key-event.c:169:15: warning: variable ‘keycode’ set but not used [-Wunused-but-set-variable] 169 | guint keycode = 0U; | ^~~~~~~ key-event.c:168:15: warning: variable ‘keyval’ set but not used [-Wunused-but-set-variable] 168 | guint keyval = 0U; | ^~~~~~ key-event.c:167:15: warning: variable ‘unicode’ set but not used [-Wunused-but-set-variable] 167 | guint unicode = 0U; | ^~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:34, from /usr/include/glib-2.0/glib/gasyncqueue.h:34, from /usr/include/glib-2.0/glib.h:34, from /usr/include/glib-2.0/gobject/gbinding.h:30, from /usr/include/glib-2.0/glib-object.h:24, from ../tests/lib/libkkc-test.h:6, from key-event.c:4: key-event.c: In function ‘key_event_tests_get_type’: /usr/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); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro ‘g_atomic_pointer_get’ 272 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ key-event.c:580:13: note: in expansion of macro ‘g_once_init_enter’ 580 | if (g_once_init_enter (&key_event_tests_type_id__once)) { | ^~~~~~~~~~~~~~~~~ key-event.c: At top level: key-event.c:43:20: warning: ‘key_event_tests_properties’ defined but not used [-Wunused-variable] 43 | static GParamSpec* key_event_tests_properties[KEY_EVENT_TESTS_NUM_PROPERTIES]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ keymap.c: In function ‘keymap_tests_test_lookup’: keymap.c:296:14: warning: variable ‘_entries_size_’ set but not used [-Wunused-but-set-variable] 296 | gint _entries_size_; | ^~~~~~~~~~~~~~ keymap.c:290:14: warning: variable ‘_commands_size_’ set but not used [-Wunused-but-set-variable] 290 | gint _commands_size_; | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:34, from /usr/include/glib-2.0/glib/gasyncqueue.h:34, from /usr/include/glib-2.0/glib.h:34, from /usr/include/glib-2.0/gobject/gbinding.h:30, from /usr/include/glib-2.0/glib-object.h:24, from ../tests/lib/libkkc-test.h:6, from keymap.c:4: keymap.c: In function ‘keymap_tests_get_type’: /usr/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); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro ‘g_atomic_pointer_get’ 272 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ keymap.c:455:13: note: in expansion of macro ‘g_once_init_enter’ 455 | if (g_once_init_enter (&keymap_tests_type_id__once)) { | ^~~~~~~~~~~~~~~~~ keymap.c: At top level: keymap.c:43:20: warning: ‘keymap_tests_properties’ defined but not used [-Wunused-variable] 43 | static GParamSpec* keymap_tests_properties[KEYMAP_TESTS_NUM_PROPERTIES]; | ^~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\" -DPKGDATADIR=\"/usr/share/libkkc\" -I.. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/gee-0.8 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -pthread -I../tests/lib -I../tests/lib -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -c -o user-rule.o user-rule.c gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\" -DPKGDATADIR=\"/usr/share/libkkc\" -I.. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/gee-0.8 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -pthread -I../tests/lib -I../tests/lib -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -c -o rom-kana.o rom-kana.c In file included from /usr/include/glib-2.0/glib/gthread.h:34, from /usr/include/glib-2.0/glib/gasyncqueue.h:34, from /usr/include/glib-2.0/glib.h:34, from /usr/include/glib-2.0/gobject/gbinding.h:30, from /usr/include/glib-2.0/glib-object.h:24, from ../tests/lib/libkkc-test.h:6, from rom-kana.c:4: rom-kana.c: In function ‘rom_kana_tests_get_type’: /usr/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); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro ‘g_atomic_pointer_get’ 272 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ rom-kana.c:746:13: note: in expansion of macro ‘g_once_init_enter’ 746 | if (g_once_init_enter (&rom_kana_tests_type_id__once)) { | ^~~~~~~~~~~~~~~~~ user-rule.c: In function ‘user_rule_tests_real_set_up’: user-rule.c:124:25: warning: variable ‘self’ set but not used [-Wunused-but-set-variable] 124 | UserRuleTests * self; | ^~~~ user-rule.c: In function ‘user_rule_tests_test_write’: user-rule.c:429:22: warning: unused variable ‘_metadata_collection_size_’ [-Wunused-variable] 429 | gint _metadata_collection_size_ = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ user-rule.c:249:14: warning: variable ‘_rules_size_’ set but not used [-Wunused-but-set-variable] 249 | gint _rules_size_; | ^~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:34, from /usr/include/glib-2.0/glib/gasyncqueue.h:34, from /usr/include/glib-2.0/glib.h:34, from /usr/include/glib-2.0/gobject/gbinding.h:30, from /usr/include/glib-2.0/glib-object.h:24, from ../tests/lib/libkkc-test.h:6, from user-rule.c:4: user-rule.c: In function ‘user_rule_tests_get_type’: /usr/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); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro ‘g_atomic_pointer_get’ 272 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ user-rule.c:520:13: note: in expansion of macro ‘g_once_init_enter’ 520 | if (g_once_init_enter (&user_rule_tests_type_id__once)) { | ^~~~~~~~~~~~~~~~~ rom-kana.c: At top level: rom-kana.c:44:20: warning: ‘rom_kana_tests_properties’ defined but not used [-Wunused-variable] 44 | static GParamSpec* rom_kana_tests_properties[ROM_KANA_TESTS_NUM_PROPERTIES]; | ^~~~~~~~~~~~~~~~~~~~~~~~~ user-rule.c: At top level: user-rule.c:44:20: warning: ‘user_rule_tests_properties’ defined but not used [-Wunused-variable] 44 | static GParamSpec* user_rule_tests_properties[USER_RULE_TESTS_NUM_PROPERTIES]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\" -DPKGDATADIR=\"/usr/share/libkkc\" -I.. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/gee-0.8 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -pthread -I../tests/lib -I../tests/lib -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -c -o expression.o expression.c gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\" -DPKGDATADIR=\"/usr/share/libkkc\" -I.. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/gee-0.8 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -pthread -I../tests/lib -I../tests/lib -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -c -o rule.o rule.c In file included from /usr/include/glib-2.0/glib/gthread.h:34, from /usr/include/glib-2.0/glib/gasyncqueue.h:34, from /usr/include/glib-2.0/glib.h:34, from /usr/include/glib-2.0/gobject/gbinding.h:30, from /usr/include/glib-2.0/glib-object.h:24, from ../tests/lib/libkkc-test.h:6, from expression.c:4: expression.c: In function ‘expression_tests_get_type’: /usr/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); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro ‘g_atomic_pointer_get’ 272 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ expression.c:302:13: note: in expansion of macro ‘g_once_init_enter’ 302 | if (g_once_init_enter (&expression_tests_type_id__once)) { | ^~~~~~~~~~~~~~~~~ expression.c: At top level: expression.c:44:20: warning: ‘expression_tests_properties’ defined but not used [-Wunused-variable] 44 | static GParamSpec* expression_tests_properties[EXPRESSION_TESTS_NUM_PROPERTIES]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ rule.c: In function ‘rule_tests_test_load’: rule.c:179:22: warning: unused variable ‘_name_collection_size_’ [-Wunused-variable] 179 | gint _name_collection_size_ = 0; | ^~~~~~~~~~~~~~~~~~~~~~ rule.c:253:22: warning: unused variable ‘_name_collection_size_’ [-Wunused-variable] 253 | gint _name_collection_size_ = 0; | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:34, from /usr/include/glib-2.0/glib/gasyncqueue.h:34, from /usr/include/glib-2.0/glib.h:34, from /usr/include/glib-2.0/gobject/gbinding.h:30, from /usr/include/glib-2.0/glib-object.h:24, from ../tests/lib/libkkc-test.h:6, from rule.c:4: rule.c: In function ‘rule_tests_get_type’: /usr/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); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro ‘g_atomic_pointer_get’ 272 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ rule.c:412:13: note: in expansion of macro ‘g_once_init_enter’ 412 | if (g_once_init_enter (&rule_tests_type_id__once)) { | ^~~~~~~~~~~~~~~~~ rule.c: At top level: rule.c:43:20: warning: ‘rule_tests_properties’ defined but not used [-Wunused-variable] 43 | static GParamSpec* rule_tests_properties[RULE_TESTS_NUM_PROPERTIES]; | ^~~~~~~~~~~~~~~~~~~~~ /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z,relro -o decoder decoder.o ../libkkc/libkkc-internals.la -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgee-0.8 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ./lib/libkkc-test.la -lstdc++ -lm -lgcc_s -lc -lgcc_s /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z,relro -o context context.o ../libkkc/libkkc-internals.la -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgee-0.8 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ./lib/libkkc-test.la -lstdc++ -lm -lgcc_s -lc -lgcc_s libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z -Wl,relro -o decoder decoder.o ../libkkc/.libs/libkkc-internals.a ./lib/.libs/libkkc-test.a -lmarisa -lgee-0.8 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lstdc++ -lm -lc -lgcc_s -pthread libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z -Wl,relro -o context context.o ../libkkc/.libs/libkkc-internals.a ./lib/.libs/libkkc-test.a -lmarisa -lgee-0.8 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lstdc++ -lm -lc -lgcc_s -pthread /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z,relro -o state state.o ../libkkc/libkkc-internals.la -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgee-0.8 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ./lib/libkkc-test.la -lstdc++ -lm -lgcc_s -lc -lgcc_s /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z,relro -o candidate candidate.o ../libkkc/libkkc-internals.la -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgee-0.8 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ./lib/libkkc-test.la -lstdc++ -lm -lgcc_s -lc -lgcc_s libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z -Wl,relro -o state state.o ../libkkc/.libs/libkkc-internals.a ./lib/.libs/libkkc-test.a -lmarisa -lgee-0.8 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lstdc++ -lm -lc -lgcc_s -pthread libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z -Wl,relro -o candidate candidate.o ../libkkc/.libs/libkkc-internals.a ./lib/.libs/libkkc-test.a -lmarisa -lgee-0.8 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lstdc++ -lm -lc -lgcc_s -pthread /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z,relro -o candidate-list candidate-list.o ../libkkc/libkkc-internals.la -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgee-0.8 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ./lib/libkkc-test.la -lstdc++ -lm -lgcc_s -lc -lgcc_s /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z,relro -o segment segment.o ../libkkc/libkkc-internals.la -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgee-0.8 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ./lib/libkkc-test.la -lstdc++ -lm -lgcc_s -lc -lgcc_s libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z -Wl,relro -o candidate-list candidate-list.o ../libkkc/.libs/libkkc-internals.a ./lib/.libs/libkkc-test.a -lmarisa -lgee-0.8 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lstdc++ -lm -lc -lgcc_s -pthread libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z -Wl,relro -o segment segment.o ../libkkc/.libs/libkkc-internals.a ./lib/.libs/libkkc-test.a -lmarisa -lgee-0.8 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lstdc++ -lm -lc -lgcc_s -pthread /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z,relro -o segment-list segment-list.o ../libkkc/libkkc-internals.la -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgee-0.8 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ./lib/libkkc-test.la -lstdc++ -lm -lgcc_s -lc -lgcc_s /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z,relro -o trellis-node trellis-node.o ../libkkc/libkkc-internals.la -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgee-0.8 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ./lib/libkkc-test.la -lstdc++ -lm -lgcc_s -lc -lgcc_s libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z -Wl,relro -o segment-list segment-list.o ../libkkc/.libs/libkkc-internals.a ./lib/.libs/libkkc-test.a -lmarisa -lgee-0.8 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lstdc++ -lm -lc -lgcc_s -pthread libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z -Wl,relro -o trellis-node trellis-node.o ../libkkc/.libs/libkkc-internals.a ./lib/.libs/libkkc-test.a -lmarisa -lgee-0.8 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lstdc++ -lm -lc -lgcc_s -pthread /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z,relro -o encoding encoding.o ../libkkc/libkkc-internals.la -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgee-0.8 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ./lib/libkkc-test.la -lstdc++ -lm -lgcc_s -lc -lgcc_s /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z,relro -o metadata-file metadata-file.o ../libkkc/libkkc-internals.la -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgee-0.8 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ./lib/libkkc-test.la -lstdc++ -lm -lgcc_s -lc -lgcc_s libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z -Wl,relro -o encoding encoding.o ../libkkc/.libs/libkkc-internals.a ./lib/.libs/libkkc-test.a -lmarisa -lgee-0.8 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lstdc++ -lm -lc -lgcc_s -pthread libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z -Wl,relro -o metadata-file metadata-file.o ../libkkc/.libs/libkkc-internals.a ./lib/.libs/libkkc-test.a -lmarisa -lgee-0.8 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lstdc++ -lm -lc -lgcc_s -pthread /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z,relro -o language-model language-model.o ../libkkc/libkkc-internals.la -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgee-0.8 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ./lib/libkkc-test.la -lstdc++ -lm -lgcc_s -lc -lgcc_s /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z,relro -o system-dictionary system-dictionary.o ../libkkc/libkkc-internals.la -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgee-0.8 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ./lib/libkkc-test.la -lstdc++ -lm -lgcc_s -lc -lgcc_s libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z -Wl,relro -o language-model language-model.o ../libkkc/.libs/libkkc-internals.a ./lib/.libs/libkkc-test.a -lmarisa -lgee-0.8 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lstdc++ -lm -lc -lgcc_s -pthread libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z -Wl,relro -o system-dictionary system-dictionary.o ../libkkc/.libs/libkkc-internals.a ./lib/.libs/libkkc-test.a -lmarisa -lgee-0.8 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lstdc++ -lm -lc -lgcc_s -pthread /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z,relro -o user-dictionary user-dictionary.o ../libkkc/libkkc-internals.la -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgee-0.8 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ./lib/libkkc-test.la -lstdc++ -lm -lgcc_s -lc -lgcc_s /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z,relro -o dictionary-list dictionary-list.o ../libkkc/libkkc-internals.la -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgee-0.8 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ./lib/libkkc-test.la -lstdc++ -lm -lgcc_s -lc -lgcc_s libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z -Wl,relro -o dictionary-list dictionary-list.o ../libkkc/.libs/libkkc-internals.a ./lib/.libs/libkkc-test.a -lmarisa -lgee-0.8 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lstdc++ -lm -lc -lgcc_s -pthread libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z -Wl,relro -o user-dictionary user-dictionary.o ../libkkc/.libs/libkkc-internals.a ./lib/.libs/libkkc-test.a -lmarisa -lgee-0.8 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lstdc++ -lm -lc -lgcc_s -pthread /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z,relro -o key-event key-event.o ../libkkc/libkkc-internals.la -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgee-0.8 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ./lib/libkkc-test.la -lstdc++ -lm -lgcc_s -lc -lgcc_s /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z,relro -o keymap keymap.o ../libkkc/libkkc-internals.la -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgee-0.8 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ./lib/libkkc-test.la -lstdc++ -lm -lgcc_s -lc -lgcc_s libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z -Wl,relro -o key-event key-event.o ../libkkc/.libs/libkkc-internals.a ./lib/.libs/libkkc-test.a -lmarisa -lgee-0.8 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lstdc++ -lm -lc -lgcc_s -pthread libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z -Wl,relro -o keymap keymap.o ../libkkc/.libs/libkkc-internals.a ./lib/.libs/libkkc-test.a -lmarisa -lgee-0.8 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lstdc++ -lm -lc -lgcc_s -pthread /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z,relro -o user-rule user-rule.o ../libkkc/libkkc-internals.la -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgee-0.8 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ./lib/libkkc-test.la -lstdc++ -lm -lgcc_s -lc -lgcc_s /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z,relro -o rom-kana rom-kana.o ../libkkc/libkkc-internals.la -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgee-0.8 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ./lib/libkkc-test.la -lstdc++ -lm -lgcc_s -lc -lgcc_s libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z -Wl,relro -o user-rule user-rule.o ../libkkc/.libs/libkkc-internals.a ./lib/.libs/libkkc-test.a -lmarisa -lgee-0.8 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lstdc++ -lm -lc -lgcc_s -pthread libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z -Wl,relro -o rom-kana rom-kana.o ../libkkc/.libs/libkkc-internals.a ./lib/.libs/libkkc-test.a -lmarisa -lgee-0.8 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lstdc++ -lm -lc -lgcc_s -pthread /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z,relro -o expression expression.o ../libkkc/libkkc-internals.la -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgee-0.8 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ./lib/libkkc-test.la -lstdc++ -lm -lgcc_s -lc -lgcc_s /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z,relro -o rule rule.o ../libkkc/libkkc-internals.la -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgee-0.8 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ./lib/libkkc-test.la -lstdc++ -lm -lgcc_s -lc -lgcc_s libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z -Wl,relro -o expression expression.o ../libkkc/.libs/libkkc-internals.a ./lib/.libs/libkkc-test.a -lmarisa -lgee-0.8 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lstdc++ -lm -lc -lgcc_s -pthread libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z -Wl,relro -o rule rule.o ../libkkc/.libs/libkkc-internals.a ./lib/.libs/libkkc-test.a -lmarisa -lgee-0.8 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lstdc++ -lm -lc -lgcc_s -pthread gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\" -DPKGDATADIR=\"/usr/share/libkkc\" -I.. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/gee-0.8 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid -pthread -I../tests/lib -I../tests/lib -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -c -o template.o template.c In file included from /usr/include/glib-2.0/glib/gthread.h:34, from /usr/include/glib-2.0/glib/gasyncqueue.h:34, from /usr/include/glib-2.0/glib.h:34, from /usr/include/glib-2.0/gobject/gbinding.h:30, from /usr/include/glib-2.0/glib-object.h:24, from ../tests/lib/libkkc-test.h:6, from template.c:4: template.c: In function ‘template_tests_get_type’: /usr/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); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro ‘g_atomic_pointer_get’ 272 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ template.c:314:13: note: in expansion of macro ‘g_once_init_enter’ 314 | if (g_once_init_enter (&template_tests_type_id__once)) { | ^~~~~~~~~~~~~~~~~ template.c: At top level: template.c:44:20: warning: ‘template_tests_properties’ defined but not used [-Wunused-variable] 44 | static GParamSpec* template_tests_properties[TEMPLATE_TESTS_NUM_PROPERTIES]; | ^~~~~~~~~~~~~~~~~~~~~~~~~ /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z,relro -o template template.o ../libkkc/libkkc-internals.la -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgee-0.8 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ./lib/libkkc-test.la -lstdc++ -lm -lgcc_s -lc -lgcc_s libtool: link: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wl,-z -Wl,relro -o template template.o ../libkkc/.libs/libkkc-internals.a ./lib/.libs/libkkc-test.a -lmarisa -lgee-0.8 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lstdc++ -lm -lc -lgcc_s -pthread make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests' make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests' Making all in po make[3]: Entering directory '/<<PKGBUILDDIR>>/po' file=`echo ja | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ja.po make[3]: Leaving directory '/<<PKGBUILDDIR>>/po' make[3]: Entering directory '/<<PKGBUILDDIR>>' make[3]: Leaving directory '/<<PKGBUILDDIR>>' make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_test make -j2 check "TESTSUITEFLAGS=-j2 --verbose" VERBOSE=1 make[1]: Entering directory '/<<PKGBUILDDIR>>' Making check in marisa-glib make[2]: Entering directory '/<<PKGBUILDDIR>>/marisa-glib' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/<<PKGBUILDDIR>>/marisa-glib' Making check in libkkc make[2]: Entering directory '/<<PKGBUILDDIR>>/libkkc' Makefile:1500: warning: overriding recipe for target 'kkc-1.0.vapi' Makefile:1485: warning: ignoring old recipe for target 'kkc-1.0.vapi' make[2]: Leaving directory '/<<PKGBUILDDIR>>/libkkc' Making check in data make[2]: Entering directory '/<<PKGBUILDDIR>>/data' Making check in rules make[3]: Entering directory '/<<PKGBUILDDIR>>/data/rules' Making check in default make[4]: Entering directory '/<<PKGBUILDDIR>>/data/rules/default' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/data/rules/default' Making check in act make[4]: Entering directory '/<<PKGBUILDDIR>>/data/rules/act' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/data/rules/act' Making check in azik make[4]: Entering directory '/<<PKGBUILDDIR>>/data/rules/azik' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/data/rules/azik' Making check in azik-jp106 make[4]: Entering directory '/<<PKGBUILDDIR>>/data/rules/azik-jp106' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/data/rules/azik-jp106' Making check in kzik make[4]: Entering directory '/<<PKGBUILDDIR>>/data/rules/kzik' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/data/rules/kzik' Making check in tutcode make[4]: Entering directory '/<<PKGBUILDDIR>>/data/rules/tutcode' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/data/rules/tutcode' Making check in tutcode-touch16x make[4]: Entering directory '/<<PKGBUILDDIR>>/data/rules/tutcode-touch16x' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/data/rules/tutcode-touch16x' Making check in nicola make[4]: Entering directory '/<<PKGBUILDDIR>>/data/rules/nicola' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/data/rules/nicola' Making check in tcode make[4]: Entering directory '/<<PKGBUILDDIR>>/data/rules/tcode' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/data/rules/tcode' Making check in trycode make[4]: Entering directory '/<<PKGBUILDDIR>>/data/rules/trycode' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/data/rules/trycode' Making check in kana make[4]: Entering directory '/<<PKGBUILDDIR>>/data/rules/kana' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/data/rules/kana' make[4]: Entering directory '/<<PKGBUILDDIR>>/data/rules' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/data/rules' make[3]: Leaving directory '/<<PKGBUILDDIR>>/data/rules' Making check in templates make[3]: Entering directory '/<<PKGBUILDDIR>>/data/templates' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/<<PKGBUILDDIR>>/data/templates' make[3]: Entering directory '/<<PKGBUILDDIR>>/data' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/<<PKGBUILDDIR>>/data' make[2]: Leaving directory '/<<PKGBUILDDIR>>/data' Making check in tools make[2]: Entering directory '/<<PKGBUILDDIR>>/tools' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/<<PKGBUILDDIR>>/tools' Making check in tests make[2]: Entering directory '/<<PKGBUILDDIR>>/tests' Making check in lib make[3]: Entering directory '/<<PKGBUILDDIR>>/tests/lib' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests/lib' Making check in . make[3]: Entering directory '/<<PKGBUILDDIR>>/tests' make check-TESTS make[4]: Entering directory '/<<PKGBUILDDIR>>/tests' make[5]: Entering directory '/<<PKGBUILDDIR>>/tests' ../test-driver: line 112: 2947408 Trace/breakpoint trap "$@" >> "$log_file" 2>&1 FAIL: context PASS: decoder ../test-driver: line 112: 2947469 Trace/breakpoint trap "$@" >> "$log_file" 2>&1 FAIL: state PASS: candidate PASS: candidate-list PASS: segment PASS: segment-list PASS: trellis-node PASS: encoding PASS: metadata-file PASS: system-dictionary PASS: language-model PASS: dictionary-list ../test-driver: line 112: 2947795 Trace/breakpoint trap "$@" >> "$log_file" 2>&1 FAIL: user-dictionary PASS: key-event PASS: keymap PASS: user-rule ../test-driver: line 112: 2947936 Trace/breakpoint trap "$@" >> "$log_file" 2>&1 FAIL: rom-kana PASS: expression ../test-driver: line 112: 2948001 Trace/breakpoint trap "$@" >> "$log_file" 2>&1 FAIL: rule PASS: template ======================================== libkkc 0.3.5: tests/test-suite.log ======================================== # TOTAL: 21 # PASS: 16 # SKIP: 0 # XFAIL: 0 # FAIL: 5 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: context ============= TAP version 14 # random seed: R02S67537753726b45595ebf0909f778b35e 1..6 # Start of Context tests ** (./context:2947408): WARNING **: 17:09:04.565: rom-kana.vala:400: can't find default rom-kana rule: can't load ./data/rules/default/rom-kana/default.json: ./data/rules/default/rom-kana/default.json:121:47: Parse error: unexpected character `,', expected string constant exec gdb failed: No such file or directory FAIL context (exit status: 133) FAIL: state =========== TAP version 14 # random seed: R02S4d8bf53a3000e7e82af8bafc5c6ad1a0 1..1 # Start of State tests ** (./state:2947469): WARNING **: 17:09:04.617: rom-kana.vala:400: can't find default rom-kana rule: can't load ./data/rules/default/rom-kana/default.json: ./data/rules/default/rom-kana/default.json:121:47: Parse error: unexpected character `,', expected string constant exec gdb failed: No such file or directory FAIL state (exit status: 133) FAIL: user-dictionary ===================== TAP version 14 # random seed: R02S8780b0c17a255d4469ed62f359c411d3 # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’ Bail out! FATAL-WARNING: rom-kana.vala:400: can't find default rom-kana rule: can't load ./data/rules/default/rom-kana/default.json: ./data/rules/default/rom-kana/default.json:121:47: Parse error: unexpected character `,', expected string constant FAIL user-dictionary (exit status: 133) FAIL: rom-kana ============== TAP version 14 # random seed: R02Sed15d47cfb6aacefc2ae05426704868f 1..3 # Start of RomKana tests ** (./rom-kana:2947936): CRITICAL **: 17:09:04.897: file rom-kana.vala: line 13: uncaught error: can't load ./data/rules/default/rom-kana/default.json: ./data/rules/default/rom-kana/default.json:121:47: Parse error: unexpected character `,', expected string constant (kkc-rule-parse-error-quark, 0) exec gdb failed: No such file or directory FAIL rom-kana (exit status: 133) FAIL: rule ========== TAP version 14 # random seed: R02S3aafce84bd2120a85e3e8bc80e44edf3 1..2 # Start of Rule tests ** (./rule:2948001): CRITICAL **: 17:09:04.940: file rule.vala: line 10: uncaught error: can't load ./data/rules/default/rom-kana/default.json: ./data/rules/default/rom-kana/default.json:121:47: Parse error: unexpected character `,', expected string constant (kkc-rule-parse-error-quark, 0) exec gdb failed: No such file or directory FAIL rule (exit status: 133) ============================================================================ Testsuite summary for libkkc 0.3.5 ============================================================================ # TOTAL: 21 # PASS: 16 # SKIP: 0 # XFAIL: 0 # FAIL: 5 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to u...@gnu.org ============================================================================ make[5]: *** [Makefile:1517: test-suite.log] Error 1 make[5]: Leaving directory '/<<PKGBUILDDIR>>/tests' make[4]: *** [Makefile:1625: check-TESTS] Error 2 make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests' make[3]: *** [Makefile:1862: check-am] Error 2 make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests' make[2]: *** [Makefile:1409: check-recursive] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>/tests' make[1]: *** [Makefile:518: check-recursive] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_test: error: make -j2 check "TESTSUITEFLAGS=-j2 --verbose" VERBOSE=1 returned exit code 2 make: *** [debian/rules:15: build] Error 25 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 -------------------------------------------------------------------------------- The above is just how the build ends and not necessarily the most relevant part. If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202409/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you could not reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and affects, so that this is still visible in the BTS web page for this package. Thanks.