./nnconfig.h:39:27: warning: incompatible implicit declaration of built-in function 'memset' # define MEM_SET(p,c,n) (memset((char*)p, (int)c, (int)n)) ^ yyparse.y:948:3: note: in expansion of macro 'MEM_SET' ^ ./nnconfig.h:39:27: note: include '' or provide a declaration of 'memset' # define MEM_SET(p,c,n) (memset((char*)p, (int)c, (int)n)) ^ yyparse.y:948:3: note: in expansion of macro 'MEM_SET' ^ yyparse.y: In function 'add_column': ./nnconfig.h:39:27: warning: incompatible implicit declaration of built-in function 'memset' # define MEM_SET(p,c,n) (memset((char*)p, (int)c, (int)n)) ^ yyparse.y:1058:3: note: in expansion of macro 'MEM_SET' ^ ./nnconfig.h:39:27: note: include '' or provide a declaration of 'memset' # define MEM_SET(p,c,n) (memset((char*)p, (int)c, (int)n)) ^ yyparse.y:1058:3: note: in expansion of macro 'MEM_SET' ^ In file included from yyevl.c:16:0: yyevl.c: In function 'compare': ./nnconfig.h:33:24: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] # define STRCMP(a, b) strcmp((char*)(a), (char*)(b)) ^ yyevl.c:426:11: note: in expansion of macro 'STRCMP' diff = STRCMP(la.value.qstr, lb.value.qstr); ^~~~~~ libtool: compile: /home/peko/autobuild/instance-0/output/host/bin/microblazeel-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -pthread -c yytchk.c -fPIC -DPIC -o .libs/yytchk.o libtool: compile: /home/peko/autobuild/instance-0/output/host/bin/microblazeel-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -pthread -c nncol.c -fPIC -DPIC -o .libs/nncol.o libtool: compile: /home/peko/autobuild/instance-0/output/host/bin/microblazeel-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -pthread -c nndate.c -fPIC -DPIC -o .libs/nndate.o libtool: compile: /home/peko/autobuild/instance-0/output/host/bin/microblazeel-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -pthread -c nntp.c -fPIC -DPIC -o .libs/nntp.o nncol.c: In function 'nnsql_getcolidxbyname': nncol.c:28:6: warning: implicit declaration of function 'upper_strneq' [-Wimplicit-function-declaration] if(upper_strneq( col_name, nncol_info_tab[i].name, 16)) ^~~~~~~~~~~~ In file included from nndate.c:16:0: nndate.c: In function 'nndate2date': ./nnconfig.h:37:31: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] # define STRLEN(str) ((str)? strlen((char*)(str)):0) ^ nndate.c:30:6: note: in expansion of macro 'STRLEN' if( STRLEN(str) < STRLEN("yyyy m d") ) ^~~~~~ ./nnconfig.h:37:31: warning: incompatible implicit declaration of built-in function 'strlen' # define STRLEN(str) ((str)? strlen((char*)(str)):0) ^ nndate.c:30:6: note: in expansion of macro 'STRLEN' if( STRLEN(str) < STRLEN("yyyy m d") ) ^~~~~~ ./nnconfig.h:37:31: note: include '' or provide a declaration of 'strlen' # define STRLEN(str) ((str)? strlen((char*)(str)):0) ^ nndate.c:30:6: note: in expansion of macro 'STRLEN' if( STRLEN(str) < STRLEN("yyyy m d") ) ^~~~~~ nndate.c:56:7: warning: implicit declaration of function 'upper_strneq' [-Wimplicit-function-declaration] if( upper_strneq(buf, month_name[i], 3) ) ^~~~~~~~~~~~ In file included from nndate.c:16:0: nndate.c: In function 'nnsql_odbcdatestr2date': ./nnconfig.h:37:31: warning: incompatible implicit declaration of built-in function 'strlen' # define STRLEN(str) ((str)? strlen((char*)(str)):0) ^ nndate.c:124:6: note: in expansion of macro 'STRLEN' if( STRLEN(str) < STRLEN("yyyy-m-d") ) ^~~~~~ ./nnconfig.h:37:31: note: include '' or provide a declaration of 'strlen' # define STRLEN(str) ((str)? strlen((char*)(str)):0) ^ nndate.c:124:6: note: in expansion of macro 'STRLEN' if( STRLEN(str) < STRLEN("yyyy-m-d") ) ^~~~~~ nntp.c: In function 'nntp_connect': nntp.c:92:29: warning: implicit declaration of function 'inet_addr' [-Wimplicit-function-declaration] srvaddr.sin_addr.s_addr = inet_addr(server); ^~~~~~~~~ In file included from nntp.c:17:0: ./nnconfig.h:71:28: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] # define SOCK_CLOSE(sd) close(sd) ^ nntp.c:122:3: note: in expansion of macro 'SOCK_CLOSE' SOCK_CLOSE( sock ); ^~~~~~~~~~ nntp.c: In function 'nntp_xhdr': nntp.c:454:9: warning: implicit declaration of function 'upper_strneq' [-Wimplicit-function-declaration] flag = upper_strneq(xhdr_data->header, "lines", 6); ^~~~~~~~~~~~ /bin/sh ../../libtool --tag=CC --mode=link /home/peko/autobuild/instance-0/output/host/bin/microblazeel-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -pthread -no-undefined -version-info 1:0:0 -module -o libnn.la -rpath /usr/lib SQLAllocConnect.lo SQLAllocEnv.lo SQLAllocStmt.lo SQLBindCol.lo SQLBindParameter.lo SQLCancel.lo SQLConnect.lo SQLDescribeCol.lo SQLDisconnect.lo SQLDriverConnect.lo SQLError.lo SQLExecDirect.lo SQLExecute.lo SQLFetch.lo SQLFreeConnect.lo SQLFreeEnv.lo SQLFreeStmt.lo SQLGetConnectOption.lo SQLGetData.lo SQLNumParams.lo SQLNumResultCols.lo SQLParamData.lo SQLPrepare.lo SQLPutData.lo SQLRowCount.lo SQLSetConnectOption.lo SQLSetParam.lo misc.lo connect.lo convert.lo execute.lo herr.lo prepare.lo yyparse.lo yylex.lo yystmt.lo yyerr.lo yyevl.lo yytchk.lo nncol.lo nndate.lo nntp.lo -lpthread libtool: link: /home/peko/autobuild/instance-0/output/host/bin/microblazeel-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/SQLAllocConnect.o .libs/SQLAllocEnv.o .libs/SQLAllocStmt.o .libs/SQLBindCol.o .libs/SQLBindParameter.o .libs/SQLCancel.o .libs/SQLConnect.o .libs/SQLDescribeCol.o .libs/SQLDisconnect.o .libs/SQLDriverConnect.o .libs/SQLError.o .libs/SQLExecDirect.o .libs/SQLExecute.o .libs/SQLFetch.o .libs/SQLFreeConnect.o .libs/SQLFreeEnv.o .libs/SQLFreeStmt.o .libs/SQLGetConnectOption.o .libs/SQLGetData.o .libs/SQLNumParams.o .libs/SQLNumResultCols.o .libs/SQLParamData.o .libs/SQLPrepare.o .libs/SQLPutData.o .libs/SQLRowCount.o .libs/SQLSetConnectOption.o .libs/SQLSetParam.o .libs/misc.o .libs/connect.o .libs/convert.o .libs/execute.o .libs/herr.o .libs/prepare.o .libs/yyparse.o .libs/yylex.o .libs/yystmt.o .libs/yyerr.o .libs/yyevl.o .libs/yytchk.o .libs/nncol.o .libs/nndate.o .libs/nntp.o -lpthread -Os -pthread -pthread -Wl,-soname -Wl,libnn.so.1 -o .libs/libnn.so.1.0.0 libtool: link: (cd ".libs" && rm -f "libnn.so.1" && ln -s "libnn.so.1.0.0" "libnn.so.1") libtool: link: (cd ".libs" && rm -f "libnn.so" && ln -s "libnn.so.1.0.0" "libnn.so") libtool: link: ( cd ".libs" && rm -f "libnn.la" && ln -s "../libnn.la" "libnn.la" ) make[5]: Nothing to be done for `all-am'. Making all in include make[4]: Nothing to be done for `all'. Making all in doc Making all in AdministratorManual make[5]: Nothing to be done for `all'. Making all in ProgrammerManual Making all in Tutorial make[6]: Nothing to be done for `all'. make[6]: Nothing to be done for `all-am'. Making all in UserManual make[5]: Nothing to be done for `all'. Making all in lst make[5]: Nothing to be done for `all'. make[5]: Nothing to be done for `all-am'. Making all in man make[4]: Nothing to be done for `all'. Making all in samples make[4]: Nothing to be done for `all'. >>> unixodbc 2.3.4 Installing to staging directory PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j16 DESTDIR=/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot install -C /home/peko/autobuild/instance-0/output/build/unixodbc-2.3.4/ Making install in extras make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in log make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in lst make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in ini make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in libltdl /usr/bin/make install-am test -z "/usr/lib" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib" test -z "/usr/include" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/include" test -z "" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot" Making install in odbcinst test -z "/usr/lib" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib" test -z "/etc" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/etc" make[4]: Nothing to be done for `install-data-am'. /bin/sh ../libtool --mode=install /usr/bin/install -c libodbcinst.la '/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libodbcinst.so.2.0.0 /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/libodbcinst.so.2.0.0 libtool: install: (cd /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libodbcinst.so.2.0.0 libodbcinst.so.2 || { rm -f libodbcinst.so.2 && ln -s libodbcinst.so.2.0.0 libodbcinst.so.2; }; }) libtool: install: (cd /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libodbcinst.so.2.0.0 libodbcinst.so || { rm -f libodbcinst.so && ln -s libodbcinst.so.2.0.0 libodbcinst.so; }; }) libtool: install: /usr/bin/install -c .libs/libodbcinst.lai /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/libodbcinst.la libtool: install: warning: remember to run `libtool --finish /usr/lib' Making install in DriverManager test -z "/usr/lib" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib" make[4]: Nothing to be done for `install-data-am'. /bin/sh ../libtool --mode=install /usr/bin/install -c libodbc.la '/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libodbc.so.2.0.0 /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/libodbc.so.2.0.0 libtool: install: (cd /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libodbc.so.2.0.0 libodbc.so.2 || { rm -f libodbc.so.2 && ln -s libodbc.so.2.0.0 libodbc.so.2; }; }) libtool: install: (cd /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libodbc.so.2.0.0 libodbc.so || { rm -f libodbc.so && ln -s libodbc.so.2.0.0 libodbc.so; }; }) libtool: install: /usr/bin/install -c .libs/libodbc.lai /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/libodbc.la libtool: install: warning: remember to run `libtool --finish /usr/lib' Making install in exe test -z "/usr/bin" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/bin" make[4]: Nothing to be done for `install-data-am'. /bin/sh ../libtool --mode=install /usr/bin/install -c isql dltest odbcinst iusql odbc_config slencheck '/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/bin' libtool: install: /usr/bin/install -c isql /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/bin/isql libtool: install: /usr/bin/install -c dltest /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/bin/dltest libtool: install: /usr/bin/install -c odbcinst /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/bin/odbcinst libtool: install: /usr/bin/install -c iusql /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/bin/iusql libtool: install: /usr/bin/install -c odbc_config /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/bin/odbc_config libtool: install: /usr/bin/install -c slencheck /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/bin/slencheck Making install in cur test -z "/usr/lib" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib" make[4]: Nothing to be done for `install-data-am'. /bin/sh ../libtool --mode=install /usr/bin/install -c libodbccr.la '/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libodbccr.so.2.0.0 /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/libodbccr.so.2.0.0 libtool: install: (cd /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libodbccr.so.2.0.0 libodbccr.so.2 || { rm -f libodbccr.so.2 && ln -s libodbccr.so.2.0.0 libodbccr.so.2; }; }) libtool: install: (cd /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libodbccr.so.2.0.0 libodbccr.so || { rm -f libodbccr.so && ln -s libodbccr.so.2.0.0 libodbccr.so; }; }) libtool: install: /usr/bin/install -c .libs/libodbccr.lai /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/libodbccr.la libtool: install: warning: remember to run `libtool --finish /usr/lib' Making install in DRVConfig make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in Drivers Making install in Postgre7.1 test -z "/usr/lib" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib" make[5]: Nothing to be done for `install-data-am'. /bin/sh ../../libtool --mode=install /usr/bin/install -c libodbcpsql.la '/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libodbcpsql.so.2.0.0 /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/libodbcpsql.so.2.0.0 libtool: install: (cd /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libodbcpsql.so.2.0.0 libodbcpsql.so.2 || { rm -f libodbcpsql.so.2 && ln -s libodbcpsql.so.2.0.0 libodbcpsql.so.2; }; }) libtool: install: (cd /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libodbcpsql.so.2.0.0 libodbcpsql.so || { rm -f libodbcpsql.so && ln -s libodbcpsql.so.2.0.0 libodbcpsql.so; }; }) libtool: install: /usr/bin/install -c .libs/libodbcpsql.lai /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/libodbcpsql.la libtool: install: warning: remember to run `libtool --finish /usr/lib' Making install in template test -z "/usr/lib" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib" make[5]: Nothing to be done for `install-data-am'. /bin/sh ../../libtool --mode=install /usr/bin/install -c libtemplate.la '/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libtemplate.so.1.0.0 /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/libtemplate.so.1.0.0 libtool: install: (cd /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libtemplate.so.1.0.0 libtemplate.so.1 || { rm -f libtemplate.so.1 && ln -s libtemplate.so.1.0.0 libtemplate.so.1; }; }) libtool: install: (cd /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libtemplate.so.1.0.0 libtemplate.so || { rm -f libtemplate.so && ln -s libtemplate.so.1.0.0 libtemplate.so; }; }) libtool: install: /usr/bin/install -c .libs/libtemplate.lai /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/libtemplate.la libtool: install: warning: remember to run `libtool --finish /usr/lib' Making install in MiniSQL test -z "/usr/lib" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib" make[5]: Nothing to be done for `install-data-am'. Making install in nn test -z "/usr/lib" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib" make[5]: Nothing to be done for `install-data-am'. /bin/sh ../../libtool --mode=install /usr/bin/install -c libnn.la '/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libnn.so.1.0.0 /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/libnn.so.1.0.0 libtool: install: (cd /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libnn.so.1.0.0 libnn.so.1 || { rm -f libnn.so.1 && ln -s libnn.so.1.0.0 libnn.so.1; }; }) libtool: install: (cd /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libnn.so.1.0.0 libnn.so || { rm -f libnn.so && ln -s libnn.so.1.0.0 libnn.so; }; }) libtool: install: /usr/bin/install -c .libs/libnn.lai /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/libnn.la libtool: install: warning: remember to run `libtool --finish /usr/lib' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in include make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/include" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/include" /usr/bin/install -c -m 644 odbcinst.h odbcinstext.h sql.h sqlext.h sqltypes.h sqlucode.h sqlspi.h autotest.h uodbc_stats.h uodbc_extras.h '/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/include' Making install in doc Making install in AdministratorManual make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in ProgrammerManual Making install in Tutorial 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'. Making install in UserManual make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in lst make[5]: Nothing to be done for `install-exec-am'. make[5]: 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 man make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/share/man/man1" test -z "/usr/share/man/man5" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/share/man/man5" test -z "/usr/share/man/man7" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/share/man/man7" /usr/bin/install -c -m 644 isql.1 odbcinst.1 dltest.1 iusql.1 odbc_config.1 '/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/share/man/man1' /usr/bin/install -c -m 644 odbc.ini.5 odbcinst.ini.5 '/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/share/man/man5' /usr/bin/install -c -m 644 unixODBC.7 '/home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/share/man/man7' Making install in samples 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'. touch /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/etc/odbcinst.ini touch /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/etc/odbc.ini mkdir -p /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/etc/ODBCDataSources cp unixodbc_conf.h /home/peko/autobuild/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/include/unixodbc_conf.h >>> unixodbc 2.3.4 Fixing libtool files >>> unixodbc 2.3.4 Installing to target PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j16 DESTDIR=/home/peko/autobuild/instance-0/output/target install -C /home/peko/autobuild/instance-0/output/build/unixodbc-2.3.4/ Making install in extras make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in log make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in lst make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in ini make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in libltdl /usr/bin/make install-am test -z "/usr/lib" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/target/usr/lib" test -z "/usr/include" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/target/usr/include" test -z "" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/target" Making install in odbcinst test -z "/usr/lib" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/target/usr/lib" test -z "/etc" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/target/etc" make[4]: Nothing to be done for `install-data-am'. /bin/sh ../libtool --mode=install /usr/bin/install -c libodbcinst.la '/home/peko/autobuild/instance-0/output/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libodbcinst.so.2.0.0 /home/peko/autobuild/instance-0/output/target/usr/lib/libodbcinst.so.2.0.0 libtool: install: (cd /home/peko/autobuild/instance-0/output/target/usr/lib && { ln -s -f libodbcinst.so.2.0.0 libodbcinst.so.2 || { rm -f libodbcinst.so.2 && ln -s libodbcinst.so.2.0.0 libodbcinst.so.2; }; }) libtool: install: (cd /home/peko/autobuild/instance-0/output/target/usr/lib && { ln -s -f libodbcinst.so.2.0.0 libodbcinst.so || { rm -f libodbcinst.so && ln -s libodbcinst.so.2.0.0 libodbcinst.so; }; }) libtool: install: /usr/bin/install -c .libs/libodbcinst.lai /home/peko/autobuild/instance-0/output/target/usr/lib/libodbcinst.la libtool: install: warning: remember to run `libtool --finish /usr/lib' Making install in DriverManager test -z "/usr/lib" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/target/usr/lib" make[4]: Nothing to be done for `install-data-am'. /bin/sh ../libtool --mode=install /usr/bin/install -c libodbc.la '/home/peko/autobuild/instance-0/output/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libodbc.so.2.0.0 /home/peko/autobuild/instance-0/output/target/usr/lib/libodbc.so.2.0.0 libtool: install: (cd /home/peko/autobuild/instance-0/output/target/usr/lib && { ln -s -f libodbc.so.2.0.0 libodbc.so.2 || { rm -f libodbc.so.2 && ln -s libodbc.so.2.0.0 libodbc.so.2; }; }) libtool: install: (cd /home/peko/autobuild/instance-0/output/target/usr/lib && { ln -s -f libodbc.so.2.0.0 libodbc.so || { rm -f libodbc.so && ln -s libodbc.so.2.0.0 libodbc.so; }; }) libtool: install: /usr/bin/install -c .libs/libodbc.lai /home/peko/autobuild/instance-0/output/target/usr/lib/libodbc.la libtool: install: warning: remember to run `libtool --finish /usr/lib' Making install in exe test -z "/usr/bin" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/target/usr/bin" make[4]: Nothing to be done for `install-data-am'. /bin/sh ../libtool --mode=install /usr/bin/install -c isql dltest odbcinst iusql odbc_config slencheck '/home/peko/autobuild/instance-0/output/target/usr/bin' libtool: install: /usr/bin/install -c isql /home/peko/autobuild/instance-0/output/target/usr/bin/isql libtool: install: /usr/bin/install -c dltest /home/peko/autobuild/instance-0/output/target/usr/bin/dltest libtool: install: /usr/bin/install -c odbcinst /home/peko/autobuild/instance-0/output/target/usr/bin/odbcinst libtool: install: /usr/bin/install -c iusql /home/peko/autobuild/instance-0/output/target/usr/bin/iusql libtool: install: /usr/bin/install -c odbc_config /home/peko/autobuild/instance-0/output/target/usr/bin/odbc_config libtool: install: /usr/bin/install -c slencheck /home/peko/autobuild/instance-0/output/target/usr/bin/slencheck Making install in cur test -z "/usr/lib" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/target/usr/lib" make[4]: Nothing to be done for `install-data-am'. /bin/sh ../libtool --mode=install /usr/bin/install -c libodbccr.la '/home/peko/autobuild/instance-0/output/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libodbccr.so.2.0.0 /home/peko/autobuild/instance-0/output/target/usr/lib/libodbccr.so.2.0.0 libtool: install: (cd /home/peko/autobuild/instance-0/output/target/usr/lib && { ln -s -f libodbccr.so.2.0.0 libodbccr.so.2 || { rm -f libodbccr.so.2 && ln -s libodbccr.so.2.0.0 libodbccr.so.2; }; }) libtool: install: (cd /home/peko/autobuild/instance-0/output/target/usr/lib && { ln -s -f libodbccr.so.2.0.0 libodbccr.so || { rm -f libodbccr.so && ln -s libodbccr.so.2.0.0 libodbccr.so; }; }) libtool: install: /usr/bin/install -c .libs/libodbccr.lai /home/peko/autobuild/instance-0/output/target/usr/lib/libodbccr.la libtool: install: warning: remember to run `libtool --finish /usr/lib' Making install in DRVConfig make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in Drivers Making install in Postgre7.1 test -z "/usr/lib" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/target/usr/lib" make[5]: Nothing to be done for `install-data-am'. /bin/sh ../../libtool --mode=install /usr/bin/install -c libodbcpsql.la '/home/peko/autobuild/instance-0/output/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libodbcpsql.so.2.0.0 /home/peko/autobuild/instance-0/output/target/usr/lib/libodbcpsql.so.2.0.0 libtool: install: (cd /home/peko/autobuild/instance-0/output/target/usr/lib && { ln -s -f libodbcpsql.so.2.0.0 libodbcpsql.so.2 || { rm -f libodbcpsql.so.2 && ln -s libodbcpsql.so.2.0.0 libodbcpsql.so.2; }; }) libtool: install: (cd /home/peko/autobuild/instance-0/output/target/usr/lib && { ln -s -f libodbcpsql.so.2.0.0 libodbcpsql.so || { rm -f libodbcpsql.so && ln -s libodbcpsql.so.2.0.0 libodbcpsql.so; }; }) libtool: install: /usr/bin/install -c .libs/libodbcpsql.lai /home/peko/autobuild/instance-0/output/target/usr/lib/libodbcpsql.la libtool: install: warning: remember to run `libtool --finish /usr/lib' Making install in template test -z "/usr/lib" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/target/usr/lib" make[5]: Nothing to be done for `install-data-am'. /bin/sh ../../libtool --mode=install /usr/bin/install -c libtemplate.la '/home/peko/autobuild/instance-0/output/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libtemplate.so.1.0.0 /home/peko/autobuild/instance-0/output/target/usr/lib/libtemplate.so.1.0.0 libtool: install: (cd /home/peko/autobuild/instance-0/output/target/usr/lib && { ln -s -f libtemplate.so.1.0.0 libtemplate.so.1 || { rm -f libtemplate.so.1 && ln -s libtemplate.so.1.0.0 libtemplate.so.1; }; }) libtool: install: (cd /home/peko/autobuild/instance-0/output/target/usr/lib && { ln -s -f libtemplate.so.1.0.0 libtemplate.so || { rm -f libtemplate.so && ln -s libtemplate.so.1.0.0 libtemplate.so; }; }) libtool: install: /usr/bin/install -c .libs/libtemplate.lai /home/peko/autobuild/instance-0/output/target/usr/lib/libtemplate.la libtool: install: warning: remember to run `libtool --finish /usr/lib' Making install in MiniSQL test -z "/usr/lib" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/target/usr/lib" make[5]: Nothing to be done for `install-data-am'. Making install in nn test -z "/usr/lib" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/target/usr/lib" make[5]: Nothing to be done for `install-data-am'. /bin/sh ../../libtool --mode=install /usr/bin/install -c libnn.la '/home/peko/autobuild/instance-0/output/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libnn.so.1.0.0 /home/peko/autobuild/instance-0/output/target/usr/lib/libnn.so.1.0.0 libtool: install: (cd /home/peko/autobuild/instance-0/output/target/usr/lib && { ln -s -f libnn.so.1.0.0 libnn.so.1 || { rm -f libnn.so.1 && ln -s libnn.so.1.0.0 libnn.so.1; }; }) libtool: install: (cd /home/peko/autobuild/instance-0/output/target/usr/lib && { ln -s -f libnn.so.1.0.0 libnn.so || { rm -f libnn.so && ln -s libnn.so.1.0.0 libnn.so; }; }) libtool: install: /usr/bin/install -c .libs/libnn.lai /home/peko/autobuild/instance-0/output/target/usr/lib/libnn.la libtool: install: warning: remember to run `libtool --finish /usr/lib' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in include make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/include" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/target/usr/include" /usr/bin/install -c -m 644 odbcinst.h odbcinstext.h sql.h sqlext.h sqltypes.h sqlucode.h sqlspi.h autotest.h uodbc_stats.h uodbc_extras.h '/home/peko/autobuild/instance-0/output/target/usr/include' Making install in doc Making install in AdministratorManual make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in ProgrammerManual Making install in Tutorial 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'. Making install in UserManual make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in lst make[5]: Nothing to be done for `install-exec-am'. make[5]: 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 man make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/target/usr/share/man/man1" test -z "/usr/share/man/man5" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/target/usr/share/man/man5" test -z "/usr/share/man/man7" || /usr/bin/mkdir -p "/home/peko/autobuild/instance-0/output/target/usr/share/man/man7" /usr/bin/install -c -m 644 odbc.ini.5 odbcinst.ini.5 '/home/peko/autobuild/instance-0/output/target/usr/share/man/man5' /usr/bin/install -c -m 644 isql.1 odbcinst.1 dltest.1 iusql.1 odbc_config.1 '/home/peko/autobuild/instance-0/output/target/usr/share/man/man1' /usr/bin/install -c -m 644 unixODBC.7 '/home/peko/autobuild/instance-0/output/target/usr/share/man/man7' Making install in samples 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'. touch /home/peko/autobuild/instance-0/output/target/etc/odbcinst.ini touch /home/peko/autobuild/instance-0/output/target/etc/odbc.ini mkdir -p /home/peko/autobuild/instance-0/output/target/etc/ODBCDataSources cp unixodbc_conf.h /home/peko/autobuild/instance-0/output/target/usr/include/unixodbc_conf.h >>> Finalizing target directory mkdir -p /home/peko/autobuild/instance-0/output/target/etc echo "buildroot" > /home/peko/autobuild/instance-0/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/peko/autobuild/instance-0/output/target/etc/hosts mkdir -p /home/peko/autobuild/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/peko/autobuild/instance-0/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/peko/autobuild/instance-0/output/target/etc/shadow rm -f /home/peko/autobuild/instance-0/output/target/bin/sh rm -f /home/peko/autobuild/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/peko/autobuild/instance-0/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/peko/autobuild/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/peko/autobuild/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/peko/autobuild/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/peko/autobuild/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/peko/autobuild/instance-0/output/target/usr/include /home/peko/autobuild/instance-0/output/target/usr/share/aclocal \ /home/peko/autobuild/instance-0/output/target/usr/lib/pkgconfig /home/peko/autobuild/instance-0/output/target/usr/share/pkgconfig \ /home/peko/autobuild/instance-0/output/target/usr/lib/cmake /home/peko/autobuild/instance-0/output/target/usr/share/cmake find /home/peko/autobuild/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/peko/autobuild/instance-0/output/target/lib/ /home/peko/autobuild/instance-0/output/target/usr/lib/ /home/peko/autobuild/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/peko/autobuild/instance-0/output/target/usr/libexec/': No such file or directory rm -rf /home/peko/autobuild/instance-0/output/target/usr/share/gdb rm -rf /home/peko/autobuild/instance-0/output/target/usr/share/bash-completion rm -rf /home/peko/autobuild/instance-0/output/target/usr/share/zsh rm -rf /home/peko/autobuild/instance-0/output/target/usr/man /home/peko/autobuild/instance-0/output/target/usr/share/man rm -rf /home/peko/autobuild/instance-0/output/target/usr/info /home/peko/autobuild/instance-0/output/target/usr/share/info rm -rf /home/peko/autobuild/instance-0/output/target/usr/doc /home/peko/autobuild/instance-0/output/target/usr/share/doc rm -rf /home/peko/autobuild/instance-0/output/target/usr/share/gtk-doc rmdir /home/peko/autobuild/instance-0/output/target/usr/share 2>/dev/null || true find /home/peko/autobuild/instance-0/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/peko/autobuild/instance-0/output/host/bin/microblazeel-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/peko/autobuild/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/peko/autobuild/instance-0/output/host/bin/microblazeel-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/peko/autobuild/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/peko/autobuild/instance-0/output/host/bin/microblazeel-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/peko/autobuild/instance-0/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/peko/autobuild/instance-0/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/peko/autobuild/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2017.11-rc2-01134-g951685e"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2017.11-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2017.11-rc2\"" \ ) > /home/peko/autobuild/instance-0/output/target/etc/os-release >>> Sanitizing RPATH in target tree /home/peko/autobuild/instance-0/buildroot/support/scripts/fix-rpath target make: Leaving directory `/home/peko/autobuild/instance-0/buildroot' make: Entering directory `/home/peko/autobuild/instance-0/buildroot' >>> Buildroot 2017.11-rc2-01134-g951685e Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-lzip 1.19 Collecting legal info ERROR: No hash found for COPYING >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 6.4.0 Collecting legal info >>> host-binutils 2.28.1 Collecting legal info ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING.LIB >>> host-gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-mpc 1.0.3 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> host-mpfr 3.1.6 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> uclibc 1.0.26 Collecting legal info ERROR: No hash found for COPYING.LIB >>> host-gcc-initial 6.4.0 Collecting legal info >>> linux-headers 4.13.16 Collecting legal info WARNING: no hash file for COPYING >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info ERROR: No hash found for COPYING >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> libfcgi 2.4.0 Collecting legal info ERROR: No hash found for LICENSE.TERMS >>> hicolor-icon-theme 0.15 Collecting legal info ERROR: No hash found for COPYING >>> libestr 0.1.10 Collecting legal info ERROR: No hash found for COPYING >>> libiconv 1.15 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> host-mkpasswd Collecting legal info >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian 9c9f0ec3532b Collecting legal info WARNING: no hash file for COPYING >>> sdl 1.2.15 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sdl_sound 1.0.3 Collecting legal info ERROR: No hash found for COPYING >>> squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Collecting legal info ERROR: No hash found for COPYING >>> zlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> strace 4.19 Collecting legal info COPYING: OK (sha256: ea7ff222f36c9df0aa2924a8f7c7d2aec3ea11e752feba4b15ec79b695b6236a) >>> unixodbc 2.3.4 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for exe/COPYING WARNING: the Buildroot source code has not been saved WARNING: gcc-final-6.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-6.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /home/peko/autobuild/instance-0/output/legal-info make: Leaving directory `/home/peko/autobuild/instance-0/buildroot'