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/buildroot/autobuild/run/instance-2/output/host/bin:/home/buildroot/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-2/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 CC atkrange.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 atkregistry.lo CC atkrelation.lo CC atkrelationset.lo CC atkselection.lo CC atksocket.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/buildroot/autobuild/run/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib-object.h:35:0, from atkrelation.c:23: /home/buildroot/autobuild/run/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/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/buildroot/autobuild/run/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib-object.h:35:0, from atkrelation.c:23: /home/buildroot/autobuild/run/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/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/buildroot/autobuild/run/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib-object.h:35:0, from atkrelation.c:23: /home/buildroot/autobuild/run/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/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/buildroot/autobuild/run/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib-object.h:35:0, from atkrelation.c:23: /home/buildroot/autobuild/run/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/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/buildroot/autobuild/run/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib-object.h:35:0, from atkrelation.c:23: /home/buildroot/autobuild/run/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/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/buildroot/autobuild/run/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib-object.h:35:0, from atkrelation.c:23: /home/buildroot/autobuild/run/instance-2/output/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/gobject/gvaluearray.h:80:14: note: declared here GValueArray* g_value_array_append (GValueArray *value_array, ^ CC atkstate.lo CC atkstateset.lo CC atkstreamablecontent.lo CC atktable.lo CC atktablecell.lo CC atktext.lo CC atkutil.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 atkmisc.lo 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/buildroot/autobuild/run/instance-2/output/host/bin:/home/buildroot/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot LDFLAGS=-L/home/buildroot/autobuild/run/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib install -C /home/buildroot/autobuild/run/instance-2/output/build/atk-2.22.0/ Making install in atk /usr/bin/make install-am /bin/mkdir -p '/home/buildroot/autobuild/run/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libatk-1.0.la '/home/buildroot/autobuild/run/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/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/buildroot/autobuild/run/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/atk-1.0/atk' libtool: install: /usr/bin/install -c .libs/libatk-1.0.so.0.22209.1 /home/buildroot/autobuild/run/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libatk-1.0.so.0.22209.1 libtool: install: (cd /home/buildroot/autobuild/run/instance-2/output/host/mips64el-buildroot-linux-uclibc/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/buildroot/autobuild/run/instance-2/output/host/mips64el-buildroot-linux-uclibc/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/buildroot/autobuild/run/instance-2/output/host/mips64el-buildroot-linux-uclibc/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 \ /bin/mkdir -p /home/buildroot/autobuild/run/instance-2/output/host/mips64el-buildroot-linux-uclibc/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/buildroot/autobuild/run/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/buildroot/autobuild/run/instance-2/output/host/mips64el-buildroot-linux-uclibc/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'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 atk.pc '/home/buildroot/autobuild/run/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' >>> atk 2.22.0 Fixing libtool files >>> atk 2.22.0 Installing to target PATH="/home/buildroot/autobuild/run/instance-2/output/host/bin:/home/buildroot/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-2/output/target install -C /home/buildroot/autobuild/run/instance-2/output/build/atk-2.22.0/ Making install in atk /usr/bin/make install-am /bin/mkdir -p '/home/buildroot/autobuild/run/instance-2/output/target/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libatk-1.0.la '/home/buildroot/autobuild/run/instance-2/output/target/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-2/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/buildroot/autobuild/run/instance-2/output/target/usr/include/atk-1.0/atk' libtool: install: /usr/bin/install -c .libs/libatk-1.0.so.0.22209.1 /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/libatk-1.0.so.0.22209.1 libtool: install: (cd /home/buildroot/autobuild/run/instance-2/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/buildroot/autobuild/run/instance-2/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/buildroot/autobuild/run/instance-2/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 \ /bin/mkdir -p /home/buildroot/autobuild/run/instance-2/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/buildroot/autobuild/run/instance-2/output/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/buildroot/autobuild/run/instance-2/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'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-2/output/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 atk.pc '/home/buildroot/autobuild/run/instance-2/output/target/usr/lib/pkgconfig' PATH="/home/buildroot/autobuild/run/instance-2/output/host/bin:/home/buildroot/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" BR2_DL_DIR=/home/buildroot/autobuild/run/instance-2/dl BUILD_DIR=/home/buildroot/autobuild/run/instance-2/output/build O=/home/buildroot/autobuild/run/instance-2/output flock /home/buildroot/autobuild/run/instance-2/dl/atop/ support/download/dl-wrapper -c '2.3.0' -d '/home/buildroot/autobuild/run/instance-2/dl/atop' -D '/home/buildroot/autobuild/run/instance-2/dl' -f 'atop-2.3.0.tar.gz' -H 'package/atop//atop.hash' -n 'atop-2.3.0' -N 'atop' -o '/home/buildroot/autobuild/run/instance-2/dl/atop/atop-2.3.0.tar.gz' -u http+http://www.atoptool.nl/download -u http\|urlencode+http://sources.buildroot.net/atop -u http\|urlencode+http://sources.buildroot.net -- atop-2.3.0.tar.gz: OK (sha256: 73e4725de0bafac8c63b032e8479e2305e3962afbe977ec1abd45f9e104eb264) >>> atop 2.3.0 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-2/dl/atop/atop-2.3.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-2/output/build/atop-2.3.0 -xf - >>> atop 2.3.0 Patching >>> atop 2.3.0 Configuring >>> atop 2.3.0 Building /usr/bin/make -j4 PATH="/home/buildroot/autobuild/run/instance-2/output/host/bin:/home/buildroot/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-ar" AS="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-as" LD="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-ld" NM="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-nm" CC="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc" GCC="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc" CPP="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-cpp" CXX="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-g++" FC="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gfortran" F77="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-ranlib" READELF="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-readelf" STRIP="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-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/buildroot/autobuild/run/instance-2/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-2/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-2/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-2/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-2/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-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/buildroot/autobuild/run/instance-2/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /home/buildroot/autobuild/run/instance-2/output/build/atop-2.3.0 /home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o atop.o atop.c /home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o version.o version.c /home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o various.o various.c /home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o deviate.o deviate.c /home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o procdbase.o procdbase.c /home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o acctproc.o acctproc.c /home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o photoproc.o photoproc.c /home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o photosyst.o photosyst.c /home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o rawlog.o rawlog.c /home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o ifprop.o ifprop.c /home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o parseable.o parseable.c /home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o showgeneric.o showgeneric.c /home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o showlinux.o showlinux.c /home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o showsys.o showsys.c /home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o showprocs.o showprocs.c /home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o atopsar.o atopsar.c /home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o netatopif.o netatopif.c /home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o atopacctd.o atopacctd.c /home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc -I. -Wall -c netlink.c /home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc atopacctd.o netlink.o -o atopacctd /home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc atop.o version.o various.o deviate.o procdbase.o acctproc.o photoproc.o photosyst.o rawlog.o ifprop.o parseable.o showgeneric.o showlinux.o showsys.o showprocs.o atopsar.o netatopif.o -o atop -lncurses -lz -lm -lrt ln -sf atop atopsar >>> atop 2.3.0 Installing to target /usr/bin/install -D -m 0755 /home/buildroot/autobuild/run/instance-2/output/build/atop-2.3.0/atop /home/buildroot/autobuild/run/instance-2/output/target/usr/bin/atop >>> autossh 1.4f Downloading PATH="/home/buildroot/autobuild/run/instance-2/output/host/bin:/home/buildroot/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" BR2_DL_DIR=/home/buildroot/autobuild/run/instance-2/dl BUILD_DIR=/home/buildroot/autobuild/run/instance-2/output/build O=/home/buildroot/autobuild/run/instance-2/output flock /home/buildroot/autobuild/run/instance-2/dl/autossh/ support/download/dl-wrapper -c '1.4f' -d '/home/buildroot/autobuild/run/instance-2/dl/autossh' -D '/home/buildroot/autobuild/run/instance-2/dl' -f 'autossh-1.4f.tgz' -H 'package/autossh//autossh.hash' -n 'autossh-1.4f' -N 'autossh' -o '/home/buildroot/autobuild/run/instance-2/dl/autossh/autossh-1.4f.tgz' -u http+http://www.harding.motd.ca/autossh -u http\|urlencode+http://sources.buildroot.net/autossh -u http\|urlencode+http://sources.buildroot.net -- --2018-06-14 06:26:15-- http://www.harding.motd.ca/autossh/autossh-1.4f.tgz Resolving www.harding.motd.ca (www.harding.motd.ca)... 68.146.211.43 Connecting to www.harding.motd.ca (www.harding.motd.ca)|68.146.211.43|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 67128 (66K) [application/octet-stream] Saving to: '/home/buildroot/autobuild/run/instance-2/output/build/.autossh-1.4f.tgz.CfaeLv/output' 0K .......... .......... .......... .......... .......... 76% 179K 0s 50K .......... ..... 100% 108K=0.4s 2018-06-14 06:26:16 (155 KB/s) - '/home/buildroot/autobuild/run/instance-2/output/build/.autossh-1.4f.tgz.CfaeLv/output' saved [67128/67128] autossh-1.4f.tgz: OK (sha256: 0172e5e1bea40c642e0ef025334be3aadd4ff3b4d62c0b177ed88a8384e2f8f2) autossh-1.4f.tgz: OK (sha1: 28189c42ab2e05448596a44adc9d62071172fe9b) autossh-1.4f.tgz: OK (md5: 432ed721a71b8af4b5763b5c484f80df) >>> autossh 1.4f Extracting gzip -d -c /home/buildroot/autobuild/run/instance-2/dl/autossh/autossh-1.4f.tgz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-2/output/build/autossh-1.4f -xf - >>> autossh 1.4f Patching >>> autossh 1.4f Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/run/instance-2/output/build/autossh-1.4f -name $file); do cp support/gnuconfig/$file $i; done; done >>> autossh 1.4f Patching libtool >>> autossh 1.4f Configuring (cd /home/buildroot/autobuild/run/instance-2/output/build/autossh-1.4f/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/run/instance-2/output/host/bin:/home/buildroot/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-ar" AS="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-as" LD="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-ld" NM="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-nm" CC="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc" GCC="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc" CPP="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-cpp" CXX="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-g++" FC="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gfortran" F77="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-ranlib" READELF="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-readelf" STRIP="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-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/buildroot/autobuild/run/instance-2/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-2/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-2/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-2/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-2/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-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/buildroot/autobuild/run/instance-2/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes 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 CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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 --with-ssh=/usr/bin/ssh ) configure: loading site script /dev/null checking for mips64el-buildroot-linux-uclibc-gcc... /home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc accepts -g... yes checking for /home/buildroot/autobuild/run/instance-2/output/host/bin/mips64el-linux-gcc option to accept ANSI C... none needed checking for ssh... no configure: error: ssh program not found! Modify PATH, or use --with-ssh. make[1]: *** [/home/buildroot/autobuild/run/instance-2/output/build/autossh-1.4f/.stamp_configured] Error 1 make: *** [_all] Error 2 make: Leaving directory `/home/buildroot/autobuild/run/instance-2/buildroot'