Package: src:ibus-skk Version: 1.4.3-3 Severity: serious Tags: ftbfs forky sid
Dear maintainer: During a rebuild of all packages in unstable, this package failed to build. Below you will find the last part of the build log (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202603/ 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 cannot 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 add an affects on src:ibus-skk, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean dh_clean debian/rules binary dh binary dh_update_autotools_config dh_autoreconf autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' [... snipped ...] "po/*.mo" \ po/ibus-skk.pot \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ ; do echo /$x; done; \ fi; \ if test -f ./configure; then \ for x in \ autom4te.cache \ configure \ config.h \ stamp-h1 \ libtool \ config.lt \ ; do echo /$x; done; \ fi; \ for x in \ .gitignore \ preferences.c plist.c engine.c setup.c libutil_la_vala.stamp ibus_engine_skk_vala.stamp ibus_setup_skk_vala.stamp libutil.h \ ibus-skk.vapi ibus-setup-skk.desktop ibus-setup-skk.desktop.in skk.xml.in skk.xml preferences.c plist.c engine.c setup.c libutil_la_vala.stamp ibus_engine_skk_vala.stamp ibus_setup_skk_vala.stamp libutil.h \ ibus-engine-skk ibus-setup-skk \ \ \ libutil.la \ so_locations \ .libs _libs \ \ "*.o" \ "*.lo" \ ibus-skk-preferences.ui \ \ ibus-skk-preferences.ui \ TAGS ID GTAGS GRTAGS GSYMS GPATH tags \ "*.tab.c" \ \ ibus-skk.vapi \ .deps \ Makefile \ Makefile.in \ "*.orig" \ "*.rej" \ "*.bak" \ "*~" \ ".*.sw[nop]" \ ".dirstamp" \ ; do echo /$x; done; \ } | \ sed "s@^/`echo "." | sed 's/\(.\)/[\1]/g'`/@/@" | \ sed 's@/[.]/@/@g' | \ LC_ALL=C sort | uniq > .gitignore.tmp && \ mv .gitignore.tmp .gitignore; /usr/bin/valac -H libutil.h --vapi ibus-skk.vapi --vapidir=. --pkg config --pkg gee-0.8 --pkg skk-1.0 --pkg ibus-1.0 --library ibus-skk -C preferences.vala plist.vala preferences.vala:63.5-63.52: warning: the modifier `static' is not applicable to constants 63 | static const string[] AUTO_START_HENKAN_KEYWORDS = { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Compilation succeeded - 1 warning(s) mv -f libutil_la_vala.stamp-t libutil_la_vala.stamp make all-am make[4]: Entering directory '/<<PKGBUILDDIR>>/src' Makefile:740: warning: overriding recipe for target 'ibus-skk.vapi' Makefile:735: warning: ignoring old recipe for target 'ibus-skk.vapi' rm -f ibus_engine_skk_vala.stamp && echo stamp > ibus_engine_skk_vala.stamp-t /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_C [too-long-redacted] s.c' || echo './'`preferences.c /usr/bin/valac --vapidir=. --pkg config --pkg ibus-skk -C engine.vala libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -include ../config.h -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -I/usr/include/skk-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 -DPACKAGE_DATADIR=\"/usr/share/ibus-skk\" -DLOCALEDIR=\"/usr/share/locale\" -DSETUPDIR=\"/usr/share/ibus-skk/setup\" -DLIBEXECDIR=\"/usr/libexec\" -DDATADIR=\"/usr/share\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c preferences.c -fPIC -DPIC -o .libs/libutil_la-preferences.o preferences.c: In function 'preferences_construct': preferences.c:316:16: warning: assignment to 'gchar **' {aka 'char **'} from incompatible pointer type 'void **' [-Wincompatible-pointer-types] 316 | _tmp7_ = _tmp6_; | ^ preferences.c:318:38: warning: passing argument 1 of 'g_variant_new_strv' from incompatible pointer type [-Wincompatible-pointer-types] 318 | _tmp8_ = g_variant_new_strv (_tmp7_, _tmp5_); | ^~~~~~ | | | gchar ** {aka char **} In file included from /usr/include/glib-2.0/glib/gmessages.h:38, from /usr/include/glib-2.0/glib.h:64, from /usr/include/glib-2.0/gobject/gbinding.h:30, from /usr/include/glib-2.0/glib-object.h:24, from libutil.h:6, from preferences.c:24: /usr/include/glib-2.0/glib/gvariant.h:120:96: note: expected 'const gchar * const*' {aka 'const char * const*'} but argument is of type 'gchar **' {aka 'char **'} 120 | GVariant * g_variant_new_strv (const gchar * const *strv, | ~~~~~~~~~~~~~~~~~~~~~~^~~~ 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: preferences.c: In function 'preferences_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:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ preferences.c:481:13: note: in expansion of macro 'g_once_init_enter' 481 | if (g_once_init_enter (&preferences_type_id__once)) { | ^~~~~~~~~~~~~~~~~ engine.vala:351.39-351.42: warning: Argument 4: Cannot pass null to non-null parameter type 351 | null, | ^~~~ engine.vala:352.39-352.42: warning: Argument 5: Cannot pass null to non-null parameter type 352 | null, | ^~~~ engine.vala:356.39-356.42: warning: Argument 9: Cannot pass null to non-null parameter type 356 | null); | ^~~~ engine.vala:97.13-97.16: warning: Argument 4: Cannot pass null to non-null parameter type 97 | null, | ^~~~ engine.vala:115.13-115.16: warning: Argument 9: Cannot pass null to non-null parameter type 115 | null); | ^~~~ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_C [too-long-redacted] 'plist.c' || echo './'`plist.c Compilation succeeded - 5 warning(s) mv -f ibus_engine_skk_vala.stamp-t ibus_engine_skk_vala.stamp rm -f ibus_setup_skk_vala.stamp && echo stamp > ibus_setup_skk_vala.stamp-t libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -include ../config.h -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -I/usr/include/skk-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 -DPACKAGE_DATADIR=\"/usr/share/ibus-skk\" -DLOCALEDIR=\"/usr/share/locale\" -DSETUPDIR=\"/usr/share/ibus-skk/setup\" -DLIBEXECDIR=\"/usr/libexec\" -DDATADIR=\"/usr/share\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c plist.c -fPIC -DPIC -o .libs/libutil_la-plist.o /usr/bin/valac --vapidir=. --pkg config --pkg ibus-skk --pkg gtk+-3.0 -C setup.vala 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 libutil.h:6, from plist.c:24: plist.c: In function 'plist_parse_error_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:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ plist.c:84:13: note: in expansion of macro 'g_once_init_enter' 84 | if (g_once_init_enter (&plist_parse_error_type_id__once)) { | ^~~~~~~~~~~~~~~~~ plist.c: In function 'plist_to_string': plist.c:670:17: warning: assignment to 'gchar **' {aka 'char **'} from incompatible pointer type 'void **' [-Wincompatible-pointer-types] 670 | _tmp31_ = _tmp30_; | ^ plist.c: In function 'plist_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:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ plist.c:723:13: note: in expansion of macro 'g_once_init_enter' 723 | if (g_once_init_enter (&plist_type_id__once)) { | ^~~~~~~~~~~~~~~~~ sed -e 's|@VERSION[@]|1.4.3|g' -e 's|@libexecdir[@]|/usr/libexec|g' -e 's|@pkgdatadir[@]|/usr/share/ibus-skk|g' skk.xml.in.in > skk.xml.in.tmp && mv skk.xml.in.tmp skk.xml.in sed -e 's|@VERSION[@]|1.4.3|g' -e 's|@libexecdir[@]|/usr/libexec|g' -e 's|@pkgdatadir[@]|/usr/share/ibus-skk|g' ibus-setup-skk.desktop.in.in > ibus-setup-skk.desktop.in.tmp && mv ibus-setup-skk.desktop.in.tmp ibus-setup-skk.desktop.in /bin/bash ../libtool --tag=CC --mode=link gcc -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -I/usr/include/skk-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 -DPACKAGE_DATADIR=\"/usr/share/ibus-skk\" -DLOCALEDIR=\"/usr/share/locale\" -DSETUPDIR=\"/usr/share/ibus-skk/setup\" -DLIBEXECDIR=\"/usr/libexec\" -DDATADIR=\"/usr/share\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wl,-z,relro -Wl,-z,now -o libutil.la libutil_la-preferences.lo libutil_la-plist.lo libtool: link: ar cr .libs/libutil.a .libs/libutil_la-preferences.o .libs/libutil_la-plist.o libtool: link: ranlib .libs/libutil.a libtool: link: ( cd ".libs" && rm -f "libutil.la" && ln -s "../libutil.la" "libutil.la" ) LC_ALL=C /usr/bin/intltool-merge -x -u --no-translations skk.xml.in skk.xml Merging translations into skk.xml. CREATED skk.xml LC_ALL=C /usr/bin/intltool-merge -d -u -c ../po/.intltool-merge-cache ../po ibus-setup-skk.desktop.in ibus-setup-skk.desktop setup.vala:38.5-38.27: warning: `Gtk.HBox' has been deprecated since 3.2. Use Box 38 | Gtk.HBox dict_data_hbox; | ^~~~~~~~~~~~~~~~~~~~~~~ Generating and caching the translation database Merging translations into ibus-setup-skk.desktop. gcc -DHAVE_CONFIG_H -I. -I.. -include ../config.h -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -I/usr/include/skk-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 -DPACKAGE_DATADIR=\"/usr/share/ibus-skk\" -DLOCALEDIR=\"/usr/share/locale\" -DSETUPDIR=\"/usr/share/ibus-skk/setup\" -DLIBEXECDIR=\"/usr/libexec\" -DDATADIR=\"/usr/share\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o ibus_engine_skk-engine.o `test -f 'engine.c' || echo './'`engine.c setup.vala:219.36-219.43: warning: `Gtk.HBox' has been deprecated since 3.2. Use Box 219 | var hbox = new Gtk.HBox (false, 2); | ^~~~~~~~ setup.vala:219.25-219.28: warning: `Gtk.HBox' has been deprecated since 3.2. Use Box 219 | var hbox = new Gtk.HBox (false, 2); | ^~~~ Compilation succeeded - 3 warning(s) engine.c: In function âskk_engine_apply_preferencesâ: engine.c:1050:61: warning: passing argument 2 of âskk_context_set_auto_start_henkan_keywordsâ from incompatible pointer type [-Wincompatible-pointer-types] 1050 | skk_context_set_auto_start_henkan_keywords (_tmp3_, _tmp7_, _tmp5_); | ^~~~~~ | | | const gchar ** {aka const char **} In file included from engine.c:26: /usr/include/libskk/libskk.h:2810:58: note: expected âgchar **â {aka âchar **â} but argument is of type âconst gchar **â {aka âconst char **â} 2810 | gchar** value, | ~~~~~~~~^~~~~ engine.c: In function â_skk_engine___lambda6_â: engine.c:1924:24: warning: assignment to âSkkDict **â from incompatible pointer type âvoid **â [-Wincompatible-pointer-types] 1924 | _tmp4_ = _tmp3_; | ^ engine.c: In function âskk_engine_constructorâ: engine.c:2258:17: warning: assignment to âSkkDict **â from incompatible pointer type âvoid **â [-Wincompatible-pointer-types] 2258 | _tmp48_ = _tmp47_; | ^ 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/ibus-1.0/ibusversion.h:71, from /usr/include/ibus-1.0/ibus.h:29, from engine.c:24: engine.c: In function âskk_engine_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:274:7: note: in expansion of macro âg_atomic_pointer_getâ 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ engine.c:2410:13: note: in expansion of macro âg_once_init_enterâ 2410 | if (g_once_init_enter (&skk_engine_type_id__once)) { | ^~~~~~~~~~~~~~~~~ mv -f ibus_setup_skk_vala.stamp-t ibus_setup_skk_vala.stamp gcc -DHAVE_CONFIG_H -I. -I.. -include ../config.h -Wdate-ti [too-long-redacted] 'setup.c' || echo './'`setup.c setup.c: In function â__lambda5_â: setup.c:464:33: warning: âgtk_hbox_newâ is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 464 | _tmp16_ = (GtkHBox*) gtk_hbox_new (FALSE, 2); | ^~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:262, from setup.c:25: /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ setup.c: In function âsetup_save_dictionariesâ: setup.c:2277:25: warning: assignment to âgchar **â {aka âchar **â} from incompatible pointer type âvoid **â [-Wincompatible-pointer-types] 2277 | _tmp21_ = _tmp20_; | ^ setup.c: In function âsetup_saveâ: setup.c:2491:17: warning: assignment to âgchar **â {aka âchar **â} from incompatible pointer type âvoid **â [-Wincompatible-pointer-types] 2491 | _tmp13_ = _tmp12_; | ^ 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 setup.c:24: setup.c: In function âsetup_typecell_renderer_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:274:7: note: in expansion of macro âg_atomic_pointer_getâ 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ setup.c:2745:13: note: in expansion of macro âg_once_init_enterâ 2745 | if (g_once_init_enter (&setup_typecell_renderer_type_id__once)) { | ^~~~~~~~~~~~~~~~~ /bin/bash ../libtool --tag=CC --mode=link gcc -I/usr/incl [too-long-redacted] ject-2.0 -lglib-2.0 libutil.la setup.c: In function âsetup_desc_cell_renderer_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:274:7: note: in expansion of macro âg_atomic_pointer_getâ 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ setup.c:2942:13: note: in expansion of macro âg_once_init_enterâ 2942 | if (g_once_init_enter (&setup_desc_cell_renderer_type_id__once)) { | ^~~~~~~~~~~~~~~~~ setup.c: In function âsetup_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:274:7: note: in expansion of macro âg_atomic_pointer_getâ 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ setup.c:3042:13: note: in expansion of macro âg_once_init_enterâ 3042 | if (g_once_init_enter (&setup_type_id__once)) { | ^~~~~~~~~~~~~~~~~ libtool: link: gcc -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -I/usr/include/skk-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 -DPACKAGE_DATADIR=\"/usr/share/ibus-skk\" -DLOCALEDIR=\"/usr/share/locale\" -DSETUPDIR=\"/usr/share/ibus-skk/setup\" -DLIBEXECDIR=\"/usr/libexec\" -DDATADIR=\"/usr/share\" -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wl,-z -Wl,relro -Wl,-z -Wl,now -o ibus-engine-skk ibus_engine_skk-engine.o -libus-1.0 -lskk -lgio-2.0 -lgobject-2.0 -lglib-2.0 ./.libs/libutil.a -pthread /usr/bin/x86_64-linux-gnu-ld.bfd: ibus_engine_skk-engine.o: undefined reference to symbol 'gee_map_iterator_next' /usr/bin/x86_64-linux-gnu-ld.bfd: /usr/lib/x86_64-linux-gnu/libgee-0.8.so.2: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[4]: *** [Makefile:608: ibus-engine-skk] Error 1 make[4]: *** Waiting for unfinished jobs.... make[4]: Leaving directory '/<<PKGBUILDDIR>>/src' make[3]: *** [Makefile:514: all] Error 2 make[3]: Leaving directory '/<<PKGBUILDDIR>>/src' make[2]: *** [Makefile:487: all-recursive] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [Makefile:417: all] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: error: make -j2 returned exit code 2 make: *** [debian/rules:11: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

