> c++defs.h-t && \ mv c++defs.h-t c++defs.h rm -f warn-on-use.h-t warn-on-use.h && \ sed -n -e '/^.ifndef/,$p' \ < ../build-aux/snippet/warn-on-use.h \ > warn-on-use.h-t && \ mv warn-on-use.h-t warn-on-use.h rm -f arg-nonnull.h-t arg-nonnull.h && \ sed -n -e '/GL_ARG_NONNULL/,$p' \ < ../build-aux/snippet/arg-nonnull.h \ > arg-nonnull.h-t && \ mv arg-nonnull.h-t arg-nonnull.h rm -f unused-parameter.h-t unused-parameter.h && \ sed -n -e '/GL_UNUSED_PARAMETER/,$p' \ < ../build-aux/snippet/unused-parameter.h \ > unused-parameter.h-t && \ mv unused-parameter.h-t unused-parameter.h /usr/bin/mkdir -p sys /usr/bin/mkdir -p sys rm -f sys/ioctl.h-t sys/ioctl.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_SYS_IOCTL_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_IOCTL_H''@||g' \ -e 's/@''GNULIB_IOCTL''@/IN_FINDUTILS_GNULIB_TESTS/g' \ -e 's|@''SYS_IOCTL_H_HAVE_WINSOCK2_H''@|0|g' \ -e 's|@''SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \ -e 's|@''REPLACE_IOCTL''@|1|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./sys_ioctl.in.h; \ } > sys/ioctl.h-t && \ mv sys/ioctl.h-t sys/ioctl.h rm -f sys/select.h-t sys/select.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_SELECT_H''@||g' \ -e 's|@''HAVE_SYS_SELECT_H''@|1|g' \ -e 's/@''GNULIB_PSELECT''@/0/g' \ -e 's/@''GNULIB_SELECT''@/IN_FINDUTILS_GNULIB_TESTS/g' \ -e 's|@''HAVE_WINSOCK2_H''@|0|g' \ -e 's|@''HAVE_PSELECT''@|1|g' \ -e 's|@''REPLACE_PSELECT''@|0|g' \ -e 's|@''REPLACE_SELECT''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./sys_select.in.h; \ } > sys/select.h-t && \ mv sys/select.h-t sys/select.h /usr/bin/mkdir -p arpa rm -f signal.h-t signal.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SIGNAL_H''@||g' \ -e 's|@''GNULIB_PTHREAD_SIGMASK''@|0|g' \ -e 's|@''GNULIB_RAISE''@|IN_FINDUTILS_GNULIB_TESTS|g' \ -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/0/g' \ -e 's/@''GNULIB_SIGPROCMASK''@/IN_FINDUTILS_GNULIB_TESTS/g' \ -e 's/@''GNULIB_SIGACTION''@/IN_FINDUTILS_GNULIB_TESTS/g' \ -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \ -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \ -e 's|@''HAVE_RAISE''@|1|g' \ -e 's|@''HAVE_SIGSET_T''@|1|g' \ -e 's|@''HAVE_SIGINFO_T''@|1|g' \ -e 's|@''HAVE_SIGACTION''@|1|g' \ -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \ -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \ -e 's|@''HAVE_SIGHANDLER_T''@|1|g' \ -e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \ -e 's|@''REPLACE_RAISE''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./signal.in.h; \ } > signal.h-t && \ mv signal.h-t signal.h rm -f arpa/inet.h-t arpa/inet.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''HAVE_FEATURES_H''@|1|g' \ -e 's|@''NEXT_ARPA_INET_H''@||g' \ -e 's|@''HAVE_ARPA_INET_H''@|1|g' \ -e 's/@''GNULIB_INET_NTOP''@/0/g' \ -e 's/@''GNULIB_INET_PTON''@/IN_FINDUTILS_GNULIB_TESTS/g' \ -e 's|@''HAVE_DECL_INET_NTOP''@|1|g' \ -e 's|@''HAVE_DECL_INET_PTON''@|1|g' \ -e 's|@''REPLACE_INET_NTOP''@|0|g' \ -e 's|@''REPLACE_INET_PTON''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./arpa_inet.in.h; \ } > arpa/inet.h-t && \ mv arpa/inet.h-t arpa/inet.h /usr/bin/make all-recursive Making all in . make[6]: Nothing to be done for 'all-am'. Making all in build-aux make[4]: Nothing to be done for 'all'. Making all in lib /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../gl/lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o findutils-version.o findutils-version.c /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../gl/lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o listfile.o listfile.c /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../gl/lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o extendbuf.o extendbuf.c /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../gl/lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o buildcmd.o buildcmd.c /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../gl/lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o forcefindlib.o forcefindlib.c listfile.c: In function 'list_file': listfile.c:266:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . (unsigned long) major (statp->st_rdev), ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ listfile.c:283:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . (unsigned long) minor (statp->st_rdev), ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../gl/lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o qmark.o qmark.c buildcmd.c:49:0: warning: "textdomain" redefined #define textdomain(Domain) In file included from buildcmd.c:38:0: ../gl/lib/gettext.h:85:0: note: this is the location of the previous definition # define textdomain(Domainname) ((const char *) (Domainname)) buildcmd.c:50:0: warning: "bindtextdomain" redefined #define bindtextdomain(Package, Directory) In file included from buildcmd.c:38:0: ../gl/lib/gettext.h:87:0: note: this is the location of the previous definition # define bindtextdomain(Domainname, Dirname) \ /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../gl/lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o printquoted.o printquoted.c /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../gl/lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o regextype.o regextype.c /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../gl/lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o dircallback.o dircallback.c /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../gl/lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o fdleak.o fdleak.c /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../gl/lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o safe-atoi.o safe-atoi.c /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../gl/lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o splitstring.o splitstring.c rm -f libfind.a /home/naourr/work/instance-3/output/host/bin/mipsel-linux-ar cr libfind.a findutils-version.o listfile.o extendbuf.o buildcmd.o forcefindlib.o qmark.o printquoted.o regextype.o dircallback.o fdleak.o safe-atoi.o splitstring.o forcefindlib.o /home/naourr/work/instance-3/output/host/bin/mipsel-linux-ranlib libfind.a Making all in find Making all in . /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../lib -I../gl/lib -I../intl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o finddata.o finddata.c /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../lib -I../gl/lib -I../intl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o fstype.o fstype.c /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../lib -I../gl/lib -I../intl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o parser.o parser.c /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../lib -I../gl/lib -I../intl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o pred.o pred.c /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../lib -I../gl/lib -I../intl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o exec.o exec.c /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../lib -I../gl/lib -I../intl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o tree.o tree.c /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../lib -I../gl/lib -I../intl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o util.o util.c /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../lib -I../gl/lib -I../intl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o sharefile.o sharefile.c /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../lib -I../gl/lib -I../intl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o print.o print.c /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../lib -I../gl/lib -I../intl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o ftsfind.o ftsfind.c ftsfind.c:68:0: warning: "textdomain" redefined #define textdomain(Domain) In file included from ftsfind.c:47:0: ../gl/lib/gettext.h:85:0: note: this is the location of the previous definition # define textdomain(Domainname) ((const char *) (Domainname)) ftsfind.c:69:0: warning: "bindtextdomain" redefined #define bindtextdomain(Package, Directory) In file included from ftsfind.c:47:0: ../gl/lib/gettext.h:87:0: note: this is the location of the previous definition # define bindtextdomain(Domainname, Dirname) \ rm -f libfindtools.a /home/naourr/work/instance-3/output/host/bin/mipsel-linux-ar cr libfindtools.a finddata.o fstype.o parser.o pred.o exec.o tree.o util.o sharefile.o print.o /home/naourr/work/instance-3/output/host/bin/mipsel-linux-ranlib libfindtools.a /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o find ftsfind.o ./libfindtools.a ../lib/libfind.a ../gl/lib/libgnulib.a -lselinux -lm -lm Making all in testsuite make[5]: Nothing to be done for 'all'. Making all in xargs Making all in . /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gl/lib -I../gl/lib -I../lib -I../intl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o xargs.o xargs.c xargs.c:75:0: warning: "textdomain" redefined #define textdomain(Domain) In file included from xargs.c:59:0: ../gl/lib/gettext.h:85:0: note: this is the location of the previous definition # define textdomain(Domainname) ((const char *) (Domainname)) xargs.c:76:0: warning: "bindtextdomain" redefined #define bindtextdomain(Package, Directory) In file included from xargs.c:59:0: ../gl/lib/gettext.h:87:0: note: this is the location of the previous definition # define bindtextdomain(Domainname, Dirname) \ /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o xargs xargs.o ../lib/libfind.a ../gl/lib/libgnulib.a Making all in testsuite make[5]: Nothing to be done for 'all'. Making all in locate echo '@set LOCATE_DB /var/locatedb' > dblocation.texi.tmp if test -f dblocation.texi && cmp dblocation.texi.tmp dblocation.texi >/dev/null ; then \ rm dblocation.texi.tmp ; \ else \ mv dblocation.texi.tmp dblocation.texi ; \ fi /usr/bin/make all-recursive Making all in . /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../lib -I../gl/lib -I../gl/lib -I../intl -DLOCATE_DB=\"/var/locatedb\" -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o locate.o locate.c /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../lib -I../gl/lib -I../gl/lib -I../intl -DLOCATE_DB=\"/var/locatedb\" -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o word_io.o word_io.c /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../lib -I../gl/lib -I../gl/lib -I../intl -DLOCATE_DB=\"/var/locatedb\" -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o frcode.o frcode.c /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../lib -I../gl/lib -I../gl/lib -I../intl -DLOCATE_DB=\"/var/locatedb\" -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o code.o code.c word_io.c:43:0: warning: "textdomain" redefined #define textdomain(Domain) In file included from word_io.c:32:0: ../gl/lib/gettext.h:85:0: note: this is the location of the previous definition # define textdomain(Domainname) ((const char *) (Domainname)) word_io.c:44:0: warning: "bindtextdomain" redefined #define bindtextdomain(Package, Directory) In file included from word_io.c:32:0: ../gl/lib/gettext.h:87:0: note: this is the location of the previous definition # define bindtextdomain(Domainname, Dirname) \ code.c:74:0: warning: "textdomain" redefined #define textdomain(Domain) In file included from code.c:61:0: ../gl/lib/gettext.h:85:0: note: this is the location of the previous definition # define textdomain(Domainname) ((const char *) (Domainname)) code.c:75:0: warning: "bindtextdomain" redefined #define bindtextdomain(Package, Directory) In file included from code.c:61:0: ../gl/lib/gettext.h:87:0: note: this is the location of the previous definition # define bindtextdomain(Domainname, Dirname) \ locate.c:109:0: warning: "textdomain" redefined #define textdomain(Domain) In file included from locate.c:86:0: ../gl/lib/gettext.h:85:0: note: this is the location of the previous definition # define textdomain(Domainname) ((const char *) (Domainname)) locate.c:110:0: warning: "bindtextdomain" redefined #define bindtextdomain(Package, Directory) In file included from locate.c:86:0: ../gl/lib/gettext.h:87:0: note: this is the location of the previous definition # define bindtextdomain(Domainname, Dirname) \ locate.c:111:0: warning: "ngettext" redefined #define ngettext(singular,plural,n) ((1==n) ? singular : plural) In file included from locate.c:86:0: ../gl/lib/gettext.h:74:0: note: this is the location of the previous definition # define ngettext(Msgid1, Msgid2, N) \ frcode.c:96:0: warning: "textdomain" redefined #define textdomain(Domain) In file included from frcode.c:83:0: ../gl/lib/gettext.h:85:0: note: this is the location of the previous definition # define textdomain(Domainname) ((const char *) (Domainname)) frcode.c:97:0: warning: "bindtextdomain" redefined #define bindtextdomain(Package, Directory) In file included from frcode.c:83:0: ../gl/lib/gettext.h:87:0: note: this is the location of the previous definition # define bindtextdomain(Domainname, Dirname) \ /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../lib -I../gl/lib -I../gl/lib -I../intl -DLOCATE_DB=\"/var/locatedb\" -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o bigram.o bigram.c rm -f updatedb find=`echo find|sed 's&^&&'`; \ frcode=`echo frcode|sed 's&^&&'`; \ bigram=`echo bigram|sed 's&^&&'`; \ code=`echo code|sed 's&^&&'`; \ sed \ -e "s,@""bindir""@,/usr/bin," \ -e "s,@""libexecdir""@,/usr/libexec," \ -e "s,@""LOCATE_DB""@,/var/locatedb," \ -e "s,@""VERSION""@,4.6.0," \ -e "s,@""PACKAGE_NAME""@,GNU findutils," \ -e "s,@""find""@,${find}," \ -e "s,@""frcode""@,${frcode}," \ -e "s,@""bigram""@,${bigram}," \ -e "s,@""code""@,${code}," \ -e "s,@""SORT""@,/usr/bin/sort," \ -e "s,@""SORT_SUPPORTS_Z""@,false," \ ./updatedb.sh > updatedb /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o frcode frcode.o ../lib/libfind.a ../gl/lib/libgnulib.a bigram.c:60:0: warning: "textdomain" redefined #define textdomain(Domain) In file included from bigram.c:46:0: ../gl/lib/gettext.h:85:0: note: this is the location of the previous definition # define textdomain(Domainname) ((const char *) (Domainname)) bigram.c:61:0: warning: "bindtextdomain" redefined #define bindtextdomain(Package, Directory) In file included from bigram.c:46:0: ../gl/lib/gettext.h:87:0: note: this is the location of the previous definition # define bindtextdomain(Domainname, Dirname) \ chmod +x updatedb /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o code code.o word_io.o ../lib/libfind.a ../gl/lib/libgnulib.a /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o bigram bigram.o ../lib/libfind.a ../gl/lib/libgnulib.a /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o locate locate.o word_io.o ../lib/libfind.a ../gl/lib/libgnulib.a Making all in testsuite make[6]: Nothing to be done for 'all'. Making all in doc ln -s ../locate/dblocation.texi dblocation.texi /usr/bin/make all-am make[5]: Nothing to be done for 'all-am'. Making all in po make[4]: Nothing to be done for 'all'. Making all in m4 make[4]: Nothing to be done for 'all'. >>> findutils 4.6.0 Installing to target PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/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-3/output/target install -C /home/naourr/work/instance-3/output/build/findutils-4.6.0/ Making install in gl Making install in lib /usr/bin/make install-recursive if test yes = no; then \ case 'linux-gnu' in \ darwin[56]*) \ need_charset_alias=true ;; \ darwin* | cygwin* | mingw* | pw32* | cegcc*) \ need_charset_alias=false ;; \ *) \ need_charset_alias=true ;; \ esac ; \ else \ need_charset_alias=false ; \ fi ; \ if $need_charset_alias; then \ /bin/sh ../../build-aux/mkinstalldirs /home/naourr/work/instance-3/output/target/usr/lib ; \ fi ; \ if test -f /home/naourr/work/instance-3/output/target/usr/lib/charset.alias; then \ sed -f ref-add.sed /home/naourr/work/instance-3/output/target/usr/lib/charset.alias > /home/naourr/work/instance-3/output/target/usr/lib/charset.tmp ; \ /usr/bin/install -c -m 644 /home/naourr/work/instance-3/output/target/usr/lib/charset.tmp /home/naourr/work/instance-3/output/target/usr/lib/charset.alias ; \ rm -f /home/naourr/work/instance-3/output/target/usr/lib/charset.tmp ; \ else \ if $need_charset_alias; then \ sed -f ref-add.sed charset.alias > /home/naourr/work/instance-3/output/target/usr/lib/charset.tmp ; \ /usr/bin/install -c -m 644 /home/naourr/work/instance-3/output/target/usr/lib/charset.tmp /home/naourr/work/instance-3/output/target/usr/lib/charset.alias ; \ rm -f /home/naourr/work/instance-3/output/target/usr/lib/charset.tmp ; \ fi ; \ fi make[7]: 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'. Making install in tests /usr/bin/make install-recursive Making install in . make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. Making install in build-aux make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. Making install in lib make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. Making install in find Making install in . /usr/bin/mkdir -p '/home/naourr/work/instance-3/output/target/usr/bin' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output/target/usr/share/man/man1' /usr/bin/install -c -m 644 find.1 '/home/naourr/work/instance-3/output/target/usr/share/man/man1' /usr/bin/install -c find '/home/naourr/work/instance-3/output/target/usr/bin' Making install in testsuite make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. Making install in xargs Making install in . /usr/bin/mkdir -p '/home/naourr/work/instance-3/output/target/usr/bin' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output/target/usr/share/man/man1' /usr/bin/install -c xargs '/home/naourr/work/instance-3/output/target/usr/bin' /usr/bin/install -c -m 644 xargs.1 '/home/naourr/work/instance-3/output/target/usr/share/man/man1' Making install in testsuite make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. Making install in locate echo '@set LOCATE_DB /var/locatedb' > dblocation.texi.tmp if test -f dblocation.texi && cmp dblocation.texi.tmp dblocation.texi >/dev/null ; then \ rm dblocation.texi.tmp ; \ else \ mv dblocation.texi.tmp dblocation.texi ; \ fi /usr/bin/make install-recursive Making install in . /usr/bin/mkdir -p '/home/naourr/work/instance-3/output/target/usr/bin' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output/target/usr/bin' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output/target/usr/libexec' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output/target/usr/share/man/man1' /usr/bin/install -c locate '/home/naourr/work/instance-3/output/target/usr/bin' /usr/bin/install -c updatedb '/home/naourr/work/instance-3/output/target/usr/bin' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output/target/usr/share/man/man5' /usr/bin/install -c -m 644 locate.1 updatedb.1 '/home/naourr/work/instance-3/output/target/usr/share/man/man1' /usr/bin/install -c frcode code bigram '/home/naourr/work/instance-3/output/target/usr/libexec' /usr/bin/install -c -m 644 locatedb.5 '/home/naourr/work/instance-3/output/target/usr/share/man/man5' /usr/bin/make install-data-hook ../build-aux/mkinstalldirs /home/naourr/work/instance-3/output/target/var Making install in testsuite make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. Making install in doc /usr/bin/make install-am make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-3/output/target/usr/share/info' /usr/bin/install -c -m 644 ./find.info ./find.info-1 ./find.info-2 ./find-maint.info '/home/naourr/work/instance-3/output/target/usr/share/info' install-info --info-dir='/home/naourr/work/instance-3/output/target/usr/share/info' '/home/naourr/work/instance-3/output/target/usr/share/info/find.info' install-info --info-dir='/home/naourr/work/instance-3/output/target/usr/share/info' '/home/naourr/work/instance-3/output/target/usr/share/info/find-maint.info' Making install in po if test "findutils" = "gettext-tools"; then \ /usr/bin/mkdir -p /home/naourr/work/instance-3/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-3/output/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/naourr/work/instance-3/output/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi Making install in m4 make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. flann-1.9.1.tar.gz: OK (sha256: b23b5f4e71139faa3bcb39e6bbcc76967fbaf308c4ee9d4f5bfbeceaa76cc5d3) >>> flann 1.9.1 Extracting gzip -d -c /home/naourr/work/instance-3/dl/flann/flann-1.9.1.tar.gz | tar --strip-components=1 -C /home/naourr/work/instance-3/output/build/flann-1.9.1 -xf - >>> flann 1.9.1 Patching >>> flann 1.9.1 Configuring (mkdir -p /home/naourr/work/instance-3/output/build/flann-1.9.1/ && cd /home/naourr/work/instance-3/output/build/flann-1.9.1/ && rm -f CMakeCache.txt && PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/cmake /home/naourr/work/instance-3/output/build/flann-1.9.1/ -DCMAKE_TOOLCHAIN_FILE="/home/naourr/work/instance-3/output/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -DBUILD_C_BINDINGS=ON -DBUILD_PYTHON_BINDINGS=OFF -DBUILD_MATLAB_BINDINGS=OFF -DBUILD_EXAMPLES=OFF -DUSE_OPENMP=OFF -DPYTHON_EXECUTABLE=OFF -DCMAKE_DISABLE_FIND_PACKAGE_HDF5=TRUE ) -- The C compiler identification is GNU 6.4.0 -- The CXX compiler identification is GNU 6.4.0 -- Check for working C compiler: /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -- Check for working C compiler: /home/naourr/work/instance-3/output/host/bin/mipsel-linux-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /home/naourr/work/instance-3/output/host/bin/mipsel-linux-g++ -- Check for working CXX compiler: /home/naourr/work/instance-3/output/host/bin/mipsel-linux-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) CMake Warning at CMakeLists.txt:78 (message): hdf5 library not found, some tests will not be run -- Could NOT find GTest (missing: GTEST_LIBRARY GTEST_INCLUDE_DIR GTEST_MAIN_LIBRARY) CMake Warning at CMakeLists.txt:117 (message): gtest library not found, some tests will not be run -- Install prefix: /usr -- Build type: Release -- Building C bindings: ON -- Building examples: OFF -- Building tests: OFF -- Building documentation: OFF -- Building python bindings: OFF -- Building matlab bindings: OFF -- Building CUDA library: OFF -- Using OpenMP support: OFF -- Using MPI support: OFF -- Configuring done CMake Error at src/cpp/CMakeLists.txt:32 (add_library): No SOURCES given to target: flann_cpp CMake Error at src/cpp/CMakeLists.txt:86 (add_library): No SOURCES given to target: flann -- Build files have been written to: /home/naourr/work/instance-3/output/build/flann-1.9.1 make[1]: *** [package/pkg-generic.mk:214: /home/naourr/work/instance-3/output/build/flann-1.9.1/.stamp_configured] Error 1 make: *** [Makefile:79: _all] Error 2 make: Leaving directory '/home/naourr/work/instance-3/buildroot'