checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for bind_textdomain_codeset... yes checking for some Win32 platform... no checking for native Win32 platform... no checking for aclocal flags... checking pkg-config is at least version 0.16... yes checking for GLIB - version >= 2.31.2... yes (version 2.54.2) checking for DEP... yes checking whether NLS is requested... no checking for msgfmt... /home/naourr/work/instance-0/output/host/bin/msgfmt checking for gmsgfmt... /home/naourr/work/instance-0/output/host/bin/msgfmt checking for xgettext... /home/naourr/work/instance-0/output/host/bin/xgettext checking for msgmerge... /home/naourr/work/instance-0/output/host/bin/msgmerge checking for ld used by /home/naourr/work/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc... /home/naourr/work/instance-0/output/host/bin/x86_64-amd-linux-gnu-ld -m elf_x86_64 checking if the linker (/home/naourr/work/instance-0/output/host/bin/x86_64-amd-linux-gnu-ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking whether to use NLS... no checking for gobject-introspection... no checking for gtk-doc... no configure: WARNING: You will not be able to create source packages with 'make dist' because gtk-doc >= 1.13 is not found. checking for gtkdoc-check... no checking for gtkdoc-check... no checking for gtkdoc-rebase... no checking for gtkdoc-mkpdf... no checking whether to build gtk-doc documentation... no checking for GTKDOC_DEPS... yes checking for gawk... (cached) gawk checking for perl5... /usr/bin/perl checking for -fvisibility=hidden compiler flag... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating atk.pc config.status: creating atk-uninstalled.pc config.status: creating atk/Makefile config.status: creating atk/atk.rc config.status: creating atk/atkversion.h config.status: creating tests/Makefile config.status: creating build/Makefile config.status: creating build/win32/Makefile config.status: creating build/win32/vs9/Makefile config.status: creating build/win32/vs9/atk-version-paths.vsprops config.status: creating build/win32/vs10/Makefile config.status: creating build/win32/vs10/atk-version-paths.props config.status: creating build/win32/vs11/Makefile config.status: creating build/win32/vs12/Makefile config.status: creating build/win32/vs14/Makefile config.status: creating docs/Makefile config.status: creating docs/version.xml config.status: creating atk.spec config.status: creating atk-zip.sh config.status: creating config.h.win32 config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile configure: WARNING: unrecognized options: --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --enable-explicit-deps >>> atk 2.22.0 Building PATH="/home/naourr/work/instance-0/output/host/bin:/home/naourr/work/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/work/instance-0/output/build/atk-2.22.0/ /usr/bin/make all-recursive Making all in atk GEN stamp-atkmarshal.h GEN stamp-atkmarshal.c GEN s-enum-types-h GEN s-enum-types-c INFO: Reading ./atkmarshal.list... INFO: Reading ./atkmarshal.list... /usr/bin/make all-am CC atkaction.lo CC atkcomponent.lo CC atkdocument.lo CC atkeditabletext.lo CC atkgobjectaccessible.lo CC atkhyperlink.lo CC atkhyperlinkimpl.lo CC atkhypertext.lo CC atkimage.lo CC atknoopobject.lo CC atknoopobjectfactory.lo CC atkobject.lo CC atkobjectfactory.lo CC atkplug.lo CC atkprivate.lo atkobject.c: In function 'atk_object_real_set_property': atkobject.c:1320:9: warning: 'atk_value_set_current_value' is deprecated: Use 'atk_value_set_value' instead [-Wdeprecated-declarations] atk_value_set_current_value (ATK_VALUE (accessible), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from atk.h:55:0, from atkobject.c:28: ../atk/atkvalue.h:136:10: note: declared here gboolean atk_value_set_current_value (AtkValue *obj, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ atkobject.c: In function 'atk_object_real_get_property': atkobject.c:1369:9: warning: 'atk_value_get_current_value' is deprecated: Use 'atk_value_get_value_and_text' instead [-Wdeprecated-declarations] atk_value_get_current_value (ATK_VALUE (accessible), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from atk.h:55:0, from atkobject.c:28: ../atk/atkvalue.h:126:11: note: declared here void atk_value_get_current_value (AtkValue *obj, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ CC atkrange.lo CC atkregistry.lo CC atkrelation.lo CC atkrelationset.lo CC atkselection.lo atkrelation.c: In function 'atk_relation_new': atkrelation.c:254:3: warning: 'g_value_array_new' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] array = g_value_array_new (n_targets); ^~~~~ In file included from /home/naourr/work/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/glib-object.h:35:0, from atkrelation.c:23: /home/naourr/work/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/gobject/gvaluearray.h:67:14: note: declared here GValueArray* g_value_array_new (guint n_prealloced); ^~~~~~~~~~~~~~~~~ atkrelation.c:260:5: warning: 'g_value_array_append' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] array = g_value_array_append (array, value); ^~~~~ In file included from /home/naourr/work/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/glib-object.h:35:0, from atkrelation.c:23: /home/naourr/work/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/gobject/gvaluearray.h:80:14: note: declared here GValueArray* g_value_array_append (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~ atkrelation.c:270:3: warning: 'g_value_array_free' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] g_value_array_free (array); ^~~~~~~~~~~~~~~~~~ In file included from /home/naourr/work/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/glib-object.h:35:0, from atkrelation.c:23: /home/naourr/work/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/gobject/gvaluearray.h:70:7: note: declared here void g_value_array_free (GValueArray *value_array); ^~~~~~~~~~~~~~~~~~ atkrelation.c: In function 'atk_relation_get_ptr_array_from_value_array': atkrelation.c:476:7: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth (array, i); ^~~~~ In file included from /home/naourr/work/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/glib-object.h:35:0, from atkrelation.c:23: /home/naourr/work/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ atkrelation.c: In function 'atk_relation_get_value_array_from_ptr_array': atkrelation.c:492:3: warning: 'g_value_array_new' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] return_array = g_value_array_new (array->len); ^~~~~~~~~~~~ In file included from /home/naourr/work/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/glib-object.h:35:0, from atkrelation.c:23: /home/naourr/work/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/gobject/gvaluearray.h:67:14: note: declared here GValueArray* g_value_array_new (guint n_prealloced); ^~~~~~~~~~~~~~~~~ atkrelation.c:498:7: warning: 'g_value_array_append' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] return_array = g_value_array_append (return_array, value); ^~~~~~~~~~~~ In file included from /home/naourr/work/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/glib-object.h:35:0, from atkrelation.c:23: /home/naourr/work/instance-0/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/gobject/gvaluearray.h:80:14: note: declared here GValueArray* g_value_array_append (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~ CC atksocket.lo CC atkstate.lo CC atkstateset.lo CC atkstreamablecontent.lo CC atktable.lo CC atktablecell.lo CC atktext.lo CC atkutil.lo CC atkmisc.lo atktext.c: In function 'atk_text_real_get_bounded_ranges': atktext.c:1412:3: warning: 'atk_text_get_text_at_offset' is deprecated: Use 'atk_text_get_string_at_offset' instead [-Wdeprecated-declarations] line = atk_text_get_text_at_offset (text, bounds_min_offset, ^~~~ atktext.c:464:1: note: declared here atk_text_get_text_at_offset (AtkText *text, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ atktext.c:1416:3: warning: 'atk_text_get_text_at_offset' is deprecated: Use 'atk_text_get_string_at_offset' instead [-Wdeprecated-declarations] line = atk_text_get_text_at_offset (text, bounds_max_offset, ^~~~ atktext.c:464:1: note: declared here atk_text_get_text_at_offset (AtkText *text, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ CC atkvalue.lo CC atkversion.lo CC atkwindow.lo CC atk-enum-types.lo CCLD libatk-1.0.la Making all in tests CC testdocument.o CC testrole.o CC testrelation.o CC teststateset.o CC testvalue.o CCLD testdocument CCLD testrole CCLD testrelation CCLD teststateset CCLD testvalue Making all in docs make[4]: Nothing to be done for 'all'. Making all in po make[4]: Nothing to be done for 'all'. Making all in build Making all in win32 Making all in vs9 make[6]: Nothing to be done for 'all'. Making all in vs10 make[6]: Nothing to be done for 'all'. Making all in vs11 make[6]: Nothing to be done for 'all'. Making all in vs12 make[6]: Nothing to be done for 'all'. Making all in vs14 make[6]: Nothing to be done for 'all'. make[6]: Nothing to be done for 'all-am'. make[5]: Nothing to be done for 'all-am'. >>> atk 2.22.0 Installing to staging directory PATH="/home/naourr/work/instance-0/output/host/bin:/home/naourr/work/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-0/output/host/x86_64-buildroot-linux-gnu/sysroot LDFLAGS=-L/home/naourr/work/instance-0/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib install -C /home/naourr/work/instance-0/output/build/atk-2.22.0/ Making install in atk /usr/bin/make install-am /usr/bin/mkdir -p '/home/naourr/work/instance-0/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib' /usr/bin/mkdir -p '/home/naourr/work/instance-0/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/atk-1.0/atk' /bin/sh ../libtool --mode=install /usr/bin/install -c libatk-1.0.la '/home/naourr/work/instance-0/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib' /usr/bin/install -c -m 644 atk.h atkaction.h atkcomponent.h atkdocument.h atkeditabletext.h atkgobjectaccessible.h atkhyperlink.h atkhyperlinkimpl.h atkhypertext.h atknoopobject.h atknoopobjectfactory.h atkobject.h atkobjectfactory.h atkplug.h atkimage.h atkrange.h atkregistry.h atkrelation.h atkrelationtype.h atkrelationset.h atkselection.h atksocket.h atkstate.h atkstateset.h atkstreamablecontent.h atktable.h atktablecell.h atktext.h atkutil.h atkmisc.h atkvalue.h atkwindow.h ../atk/atkversion.h atk-enum-types.h '/home/naourr/work/instance-0/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/atk-1.0/atk' libtool: install: /usr/bin/install -c .libs/libatk-1.0.so.0.22209.1 /home/naourr/work/instance-0/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib/libatk-1.0.so.0.22209.1 libtool: install: (cd /home/naourr/work/instance-0/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libatk-1.0.so.0.22209.1 libatk-1.0.so.0 || { rm -f libatk-1.0.so.0 && ln -s libatk-1.0.so.0.22209.1 libatk-1.0.so.0; }; }) libtool: install: (cd /home/naourr/work/instance-0/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libatk-1.0.so.0.22209.1 libatk-1.0.so || { rm -f libatk-1.0.so && ln -s libatk-1.0.so.0.22209.1 libatk-1.0.so; }; }) libtool: install: /usr/bin/install -c .libs/libatk-1.0.lai /home/naourr/work/instance-0/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib/libatk-1.0.la libtool: warning: remember to run 'libtool --finish /usr/lib' Making install in tests make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. Making install in docs make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/install -c -m 644 ./html/AtkAction.html /usr/bin/install -c -m 644 ./html/AtkComponent.html /usr/bin/install -c -m 644 ./html/AtkDocument.html /usr/bin/install -c -m 644 ./html/AtkEditableText.html /usr/bin/install -c -m 644 ./html/AtkGObjectAccessible.html /usr/bin/install -c -m 644 ./html/AtkHyperlink.html /usr/bin/install -c -m 644 ./html/AtkHypertext.html /usr/bin/install -c -m 644 ./html/AtkImage.html /usr/bin/install -c -m 644 ./html/AtkMisc.html /usr/bin/install -c -m 644 ./html/AtkNoOpObject.html /usr/bin/install -c -m 644 ./html/AtkNoOpObjectFactory.html /usr/bin/install -c -m 644 ./html/AtkObject.html /usr/bin/install -c -m 644 ./html/AtkObjectFactory.html /usr/bin/install -c -m 644 ./html/AtkRegistry.html /usr/bin/install -c -m 644 ./html/AtkRelation.html /usr/bin/install -c -m 644 ./html/AtkRelationSet.html /usr/bin/install -c -m 644 ./html/AtkSelection.html /usr/bin/install -c -m 644 ./html/AtkStateSet.html /usr/bin/install -c -m 644 ./html/AtkStreamableContent.html /usr/bin/install -c -m 644 ./html/AtkTable.html /usr/bin/install -c -m 644 ./html/AtkTableCell.html /usr/bin/install -c -m 644 ./html/AtkText.html /usr/bin/install -c -m 644 ./html/AtkUtil.html /usr/bin/install -c -m 644 ./html/AtkValue.html /usr/bin/install -c -m 644 ./html/AtkWindow.html /usr/bin/install -c -m 644 ./html/accessibles.html /usr/bin/install -c -m 644 ./html/api-index-1-12.html /usr/bin/install -c -m 644 ./html/api-index-1-13.html /usr/bin/install -c -m 644 ./html/api-index-1-20.html /usr/bin/install -c -m 644 ./html/api-index-1-22.html /usr/bin/install -c -m 644 ./html/api-index-1-3.html /usr/bin/install -c -m 644 ./html/api-index-1-30.html /usr/bin/install -c -m 644 ./html/api-index-1-4.html /usr/bin/install -c -m 644 ./html/api-index-1-6.html /usr/bin/install -c -m 644 ./html/api-index-1-9.html /usr/bin/install -c -m 644 ./html/api-index-2-10.html /usr/bin/install -c -m 644 ./html/api-index-2-12.html /usr/bin/install -c -m 644 ./html/api-index-2-2.html /usr/bin/install -c -m 644 ./html/api-index-2-8.html /usr/bin/install -c -m 644 ./html/api-index-deprecated.html /usr/bin/install -c -m 644 ./html/api-index-full.html /usr/bin/install -c -m 644 ./html/atk-AtkHyperlinkImpl.html /usr/bin/install -c -m 644 ./html/atk-AtkPlug.html /usr/bin/install -c -m 644 ./html/atk-AtkRange.html /usr/bin/install -c -m 644 ./html/atk-AtkSocket.html /usr/bin/install -c -m 644 ./html/atk-AtkState.html /usr/bin/install -c -m 644 ./html/atk-Versioning-Utilities.html /usr/bin/install -c -m 644 ./html/atk.devhelp2 /usr/bin/install -c -m 644 ./html/atkobject.html /usr/bin/install -c -m 644 ./html/data.html /usr/bin/install -c -m 644 ./html/deprecated.html /usr/bin/install -c -m 644 ./html/home.png /usr/bin/install -c -m 644 ./html/index.html /usr/bin/install -c -m 644 ./html/interfaces.html /usr/bin/install -c -m 644 ./html/left-insensitive.png /usr/bin/install -c -m 644 ./html/left.png /usr/bin/install -c -m 644 ./html/overview.html /usr/bin/install -c -m 644 ./html/right-insensitive.png /usr/bin/install -c -m 644 ./html/right.png /usr/bin/install -c -m 644 ./html/style.css /usr/bin/install -c -m 644 ./html/toolkit.html /usr/bin/install -c -m 644 ./html/up-insensitive.png /usr/bin/install -c -m 644 ./html/up.png /usr/bin/install -c -m 644 ./html/utilities.html Making install in po if test "atk" = "gettext-tools"; then \ /usr/bin/mkdir -p /home/naourr/work/instance-0/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /home/naourr/work/instance-0/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/naourr/work/instance-0/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi Making install in build Making install in win32 Making install in vs9 make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. Making install in vs10 make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. Making install in vs11 make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. Making install in vs12 make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. Making install in vs14 make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-0/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 atk.pc '/home/naourr/work/instance-0/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' >>> atk 2.22.0 Fixing libtool files >>> atk 2.22.0 Installing to target PATH="/home/naourr/work/instance-0/output/host/bin:/home/naourr/work/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-0/output/target install -C /home/naourr/work/instance-0/output/build/atk-2.22.0/ Making install in atk /usr/bin/make install-am /usr/bin/mkdir -p '/home/naourr/work/instance-0/output/target/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libatk-1.0.la '/home/naourr/work/instance-0/output/target/usr/lib' /usr/bin/mkdir -p '/home/naourr/work/instance-0/output/target/usr/include/atk-1.0/atk' /usr/bin/install -c -m 644 atk.h atkaction.h atkcomponent.h atkdocument.h atkeditabletext.h atkgobjectaccessible.h atkhyperlink.h atkhyperlinkimpl.h atkhypertext.h atknoopobject.h atknoopobjectfactory.h atkobject.h atkobjectfactory.h atkplug.h atkimage.h atkrange.h atkregistry.h atkrelation.h atkrelationtype.h atkrelationset.h atkselection.h atksocket.h atkstate.h atkstateset.h atkstreamablecontent.h atktable.h atktablecell.h atktext.h atkutil.h atkmisc.h atkvalue.h atkwindow.h ../atk/atkversion.h atk-enum-types.h '/home/naourr/work/instance-0/output/target/usr/include/atk-1.0/atk' libtool: install: /usr/bin/install -c .libs/libatk-1.0.so.0.22209.1 /home/naourr/work/instance-0/output/target/usr/lib/libatk-1.0.so.0.22209.1 libtool: install: (cd /home/naourr/work/instance-0/output/target/usr/lib && { ln -s -f libatk-1.0.so.0.22209.1 libatk-1.0.so.0 || { rm -f libatk-1.0.so.0 && ln -s libatk-1.0.so.0.22209.1 libatk-1.0.so.0; }; }) libtool: install: (cd /home/naourr/work/instance-0/output/target/usr/lib && { ln -s -f libatk-1.0.so.0.22209.1 libatk-1.0.so || { rm -f libatk-1.0.so && ln -s libatk-1.0.so.0.22209.1 libatk-1.0.so; }; }) libtool: install: /usr/bin/install -c .libs/libatk-1.0.lai /home/naourr/work/instance-0/output/target/usr/lib/libatk-1.0.la libtool: warning: remember to run 'libtool --finish /usr/lib' Making install in tests make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. Making install in docs make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/install -c -m 644 ./html/AtkAction.html /usr/bin/install -c -m 644 ./html/AtkComponent.html /usr/bin/install -c -m 644 ./html/AtkDocument.html /usr/bin/install -c -m 644 ./html/AtkEditableText.html /usr/bin/install -c -m 644 ./html/AtkGObjectAccessible.html /usr/bin/install -c -m 644 ./html/AtkHyperlink.html /usr/bin/install -c -m 644 ./html/AtkHypertext.html /usr/bin/install -c -m 644 ./html/AtkImage.html /usr/bin/install -c -m 644 ./html/AtkMisc.html /usr/bin/install -c -m 644 ./html/AtkNoOpObject.html /usr/bin/install -c -m 644 ./html/AtkNoOpObjectFactory.html /usr/bin/install -c -m 644 ./html/AtkObject.html /usr/bin/install -c -m 644 ./html/AtkObjectFactory.html /usr/bin/install -c -m 644 ./html/AtkRegistry.html /usr/bin/install -c -m 644 ./html/AtkRelation.html /usr/bin/install -c -m 644 ./html/AtkRelationSet.html /usr/bin/install -c -m 644 ./html/AtkSelection.html /usr/bin/install -c -m 644 ./html/AtkStateSet.html /usr/bin/install -c -m 644 ./html/AtkStreamableContent.html /usr/bin/install -c -m 644 ./html/AtkTable.html /usr/bin/install -c -m 644 ./html/AtkTableCell.html /usr/bin/install -c -m 644 ./html/AtkText.html /usr/bin/install -c -m 644 ./html/AtkUtil.html /usr/bin/install -c -m 644 ./html/AtkValue.html /usr/bin/install -c -m 644 ./html/AtkWindow.html /usr/bin/install -c -m 644 ./html/accessibles.html /usr/bin/install -c -m 644 ./html/api-index-1-12.html /usr/bin/install -c -m 644 ./html/api-index-1-13.html /usr/bin/install -c -m 644 ./html/api-index-1-20.html /usr/bin/install -c -m 644 ./html/api-index-1-22.html /usr/bin/install -c -m 644 ./html/api-index-1-3.html /usr/bin/install -c -m 644 ./html/api-index-1-30.html /usr/bin/install -c -m 644 ./html/api-index-1-4.html /usr/bin/install -c -m 644 ./html/api-index-1-6.html /usr/bin/install -c -m 644 ./html/api-index-1-9.html /usr/bin/install -c -m 644 ./html/api-index-2-10.html /usr/bin/install -c -m 644 ./html/api-index-2-12.html /usr/bin/install -c -m 644 ./html/api-index-2-2.html /usr/bin/install -c -m 644 ./html/api-index-2-8.html /usr/bin/install -c -m 644 ./html/api-index-deprecated.html /usr/bin/install -c -m 644 ./html/api-index-full.html /usr/bin/install -c -m 644 ./html/atk-AtkHyperlinkImpl.html /usr/bin/install -c -m 644 ./html/atk-AtkPlug.html /usr/bin/install -c -m 644 ./html/atk-AtkRange.html /usr/bin/install -c -m 644 ./html/atk-AtkSocket.html /usr/bin/install -c -m 644 ./html/atk-AtkState.html /usr/bin/install -c -m 644 ./html/atk-Versioning-Utilities.html /usr/bin/install -c -m 644 ./html/atk.devhelp2 /usr/bin/install -c -m 644 ./html/atkobject.html /usr/bin/install -c -m 644 ./html/data.html /usr/bin/install -c -m 644 ./html/deprecated.html /usr/bin/install -c -m 644 ./html/home.png /usr/bin/install -c -m 644 ./html/index.html /usr/bin/install -c -m 644 ./html/interfaces.html /usr/bin/install -c -m 644 ./html/left-insensitive.png /usr/bin/install -c -m 644 ./html/left.png /usr/bin/install -c -m 644 ./html/overview.html /usr/bin/install -c -m 644 ./html/right-insensitive.png /usr/bin/install -c -m 644 ./html/right.png /usr/bin/install -c -m 644 ./html/style.css /usr/bin/install -c -m 644 ./html/toolkit.html /usr/bin/install -c -m 644 ./html/up-insensitive.png /usr/bin/install -c -m 644 ./html/up.png /usr/bin/install -c -m 644 ./html/utilities.html Making install in po if test "atk" = "gettext-tools"; then \ /usr/bin/mkdir -p /home/naourr/work/instance-0/output/target/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /home/naourr/work/instance-0/output/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/naourr/work/instance-0/output/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi Making install in build Making install in win32 Making install in vs9 make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. Making install in vs10 make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. Making install in vs11 make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. Making install in vs12 make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. Making install in vs14 make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-0/output/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 atk.pc '/home/naourr/work/instance-0/output/target/usr/lib/pkgconfig' autofs-5.1.4.tar.xz: OK (sha256: 8fce30ee51ffd528fe1a4e8374ef57f43367e1f123030e175fb1b1cf15bc1722) >>> autofs 5.1.4 Extracting xzcat /home/naourr/work/instance-0/dl/autofs-5.1.4.tar.xz | /home/naourr/work/instance-0/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-0/output/build/autofs-5.1.4 -xf - >>> autofs 5.1.4 Patching Applying 0001-include-linux-nfs.h-directly-in-rpc_sub.patch using patch: patching file include/rpc_subs.h >>> autofs 5.1.4 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/naourr/work/instance-0/output/build/autofs-5.1.4 -name $file); do cp support/gnuconfig/$file $i; done; done >>> autofs 5.1.4 Patching libtool >>> autofs 5.1.4 Configuring (cd /home/naourr/work/instance-0/output/build/autofs-5.1.4/ && rm -rf config.cache && PATH="/home/naourr/work/instance-0/output/host/bin:/home/naourr/work/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-0/output/host/bin/x86_64-amd-linux-gnu-ar" AS="/home/naourr/work/instance-0/output/host/bin/x86_64-amd-linux-gnu-as" LD="/home/naourr/work/instance-0/output/host/bin/x86_64-amd-linux-gnu-ld" NM="/home/naourr/work/instance-0/output/host/bin/x86_64-amd-linux-gnu-nm" CC="/home/naourr/work/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc" GCC="/home/naourr/work/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc" CPP="/home/naourr/work/instance-0/output/host/bin/x86_64-amd-linux-gnu-cpp" CXX="/home/naourr/work/instance-0/output/host/bin/x86_64-amd-linux-gnu-g++" FC="/home/naourr/work/instance-0/output/host/bin/x86_64-amd-linux-gnu-gfortran" F77="/home/naourr/work/instance-0/output/host/bin/x86_64-amd-linux-gnu-gfortran" RANLIB="/home/naourr/work/instance-0/output/host/bin/x86_64-amd-linux-gnu-ranlib" READELF="/home/naourr/work/instance-0/output/host/bin/x86_64-amd-linux-gnu-readelf" STRIP="/home/naourr/work/instance-0/output/host/bin/x86_64-amd-linux-gnu-strip" OBJCOPY="/home/naourr/work/instance-0/output/host/bin/x86_64-amd-linux-gnu-objcopy" OBJDUMP="/home/naourr/work/instance-0/output/host/bin/x86_64-amd-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/work/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-0/output/host/lib -Wl,-rpath,/home/naourr/work/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-0/output/host/bin/x86_64-amd-linux-gnu-as" DEFAULT_LINKER="/home/naourr/work/instance-0/output/host/bin/x86_64-amd-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/naourr/work/instance-0/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-0/output/host/x86_64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no ac_cv_path_KRB5_CONFIG=no ac_cv_path_MODPROBE=/sbin/modprobe ac_cv_linux_procfs=yes CONFIG_SITE=/dev/null ./configure --target=x86_64-buildroot-linux-gnu --host=x86_64-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --disable-mount-locking --enable-ignore-busy --without-openldap --without-sasl --with-path=""/home/naourr/work/instance-0/output/host/bin:/home/naourr/work/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin"" --with-hesiod=no ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared checking for binaries in... /home/naourr/work/instance-0/output/host/bin:/home/naourr/work/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin checking for Linux proc filesystem... (cached) yes checking location of the init.d directory... /etc/init.d checking for autofs configuration file directory... /etc/sysconfig checking for autofs maps directory... /etc checking for autofs fifos directory... /run checking for autofs flag file directory... /run checking pkg-config is at least version 0.9.0... yes checking if malloc debugging is wanted... no checking for mount... /home/naourr/work/instance-0/output/host/bin/mount checking for mount.nfs... /usr/sbin/mount.nfs checking for umount... /home/naourr/work/instance-0/output/host/bin/umount checking for fsck.ext2... /usr/sbin/fsck.ext2 checking for fsck.ext3... /usr/sbin/fsck.ext3 checking for fsck.ext4... /usr/sbin/fsck.ext4 checking for modprobe... (cached) /sbin/modprobe checking for flex... /home/naourr/work/instance-0/output/host/bin/flex checking for bison... /home/naourr/work/instance-0/output/host/bin/bison checking for ranlib... /home/naourr/work/instance-0/output/host/bin/x86_64-amd-linux-gnu-ranlib checking for rpcgen... no configure: error: required program RPCGEN not found make[1]: *** [package/pkg-generic.mk:216: /home/naourr/work/instance-0/output/build/autofs-5.1.4/.stamp_configured] Error 1 make: *** [Makefile:79: _all] Error 2 make: Leaving directory '/home/naourr/work/instance-0/buildroot'