rice.c:5058:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 4) | (data_word >> 28) & 0xf; ~~~~~~~~~~~~~~~~~~^~~~~ rice.c:5059:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 4) | (data_word >> 24) & 0xf; ~~~~~~~~~~~~~~~~~~^~~~~ rice.c:5060:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+2) = (*(s+2) << 4) | (data_word >> 20) & 0xf; ~~~~~~~~~~~~~~~~~~^~~~~ rice.c:5061:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+3) = (*(s+3) << 4) | (data_word >> 16) & 0xf; ~~~~~~~~~~~~~~~~~~^~~~~ rice.c:5065:47: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5073:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 5) | (data_word >> 27) & 0x1f; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5074:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 5) | (data_word >> 22) & 0x1f; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5075:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+2) = (*(s+2) << 5) | (data_word >> 17) & 0x1f; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5081:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5085:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 5) | (data_word >> 27) & 0x1f; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5086:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 5) | (data_word >> 22) & 0x1f; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5087:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+2) = (*(s+2) << 5) | (data_word >> 17) & 0x1f; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5093:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5097:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 5) | (data_word >> 27) & 0x1f; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5098:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 5) | (data_word >> 22) & 0x1f; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5104:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5113:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 6) | (data_word >> 26) & 0x3f; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5114:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 6) | (data_word >> 20) & 0x3f; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5120:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5124:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 6) | (data_word >> 26) & 0x3f; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5125:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 6) | (data_word >> 20) & 0x3f; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5131:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5135:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 6) | (data_word >> 26) & 0x3f; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5136:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 6) | (data_word >> 20) & 0x3f; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5142:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5146:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 6) | (data_word >> 26) & 0x3f; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5147:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 6) | (data_word >> 20) & 0x3f; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5153:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5162:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 7) | (data_word >> 25) & 0x7f; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5163:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 7) | (data_word >> 18) & 0x7f; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5169:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5173:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 7) | (data_word >> 25) & 0x7f; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5174:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 7) | (data_word >> 18) & 0x7f; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5180:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5184:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 7) | (data_word >> 25) & 0x7f; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5185:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 7) | (data_word >> 18) & 0x7f; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5191:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5195:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 7) | (data_word >> 25) & 0x7f; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5196:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 7) | (data_word >> 18) & 0x7f; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5202:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5211:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 8) | (data_word >> 24) & 0xff; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5212:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 8) | (data_word >> 16) & 0xff; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5216:47: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5219:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 8) | (data_word >> 24) & 0xff; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5220:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 8) | (data_word >> 16) & 0xff; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5224:47: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5227:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 8) | (data_word >> 24) & 0xff; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5228:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 8) | (data_word >> 16) & 0xff; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5232:47: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5235:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 8) | (data_word >> 24) & 0xff; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5236:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 8) | (data_word >> 16) & 0xff; ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5240:47: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5255:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5265:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5285:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5295:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5307:47: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5316:51: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5339:39: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5349:35: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5353:28: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] *s++ = zero_count + big_zero_count; ^~~~~~~~~~ rice.c:5384:43: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5394:39: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5398:32: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] *t++ = zero_count + big_zero_count; ^~~~~~~~~~ rice.c:5404:29: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] m = *t++; ^ rice.c:5426:39: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5436:35: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] data_word |= *input_ptr++ << (16 - data_bits); ^~ rice.c:5464:41: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] memset(s, 0, (end-s)*sizeof(int)); ^ rice.c: In function 'szip_uncompress_memory': rice.c:5518:23: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] input_byte_data = (unsigned char *) in; ^ rice.c:5530:44: warning: conversion to 'size_t' {aka 'unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] interleave_array = (char *) malloc(out_bytes); ^~~~~~~~~ rice.c: In function 'szip_check_params': rice.c:5800:5: warning: declaration of 'bits_per_pixel' shadows a global declaration [-Wshadow] int bits_per_pixel; ^~~~~~~~~~~~~~ rice.c:126:12: note: shadowed declaration is here static int bits_per_pixel; ^~~~~~~~~~~~~~ rice.c:5801:5: warning: declaration of 'pixels_per_block' shadows a global declaration [-Wshadow] int pixels_per_block; ^~~~~~~~~~~~~~~~ rice.c:131:12: note: shadowed declaration is here static int pixels_per_block; ^~~~~~~~~~~~~~~~ rice.c:5802:5: warning: declaration of 'pixels_per_scanline' shadows a global declaration [-Wshadow] int pixels_per_scanline; ^~~~~~~~~~~~~~~~~~~ rice.c:132:12: note: shadowed declaration is here static int pixels_per_scanline; ^~~~~~~~~~~~~~~~~~~ rice.c:5812:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] *msg = "bits per pixel must be in range 1..24,32,64"; ^ rice.c:5818:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] *msg = "maximum pixels per block exceeded"; ^ rice.c:5824:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] *msg = "pixels per block must be even"; ^ rice.c:5830:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] *msg = "pixels per block > pixels per scanline"; ^ rice.c:5836:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] *msg = "maximum pixels per scanline exceeded"; ^ rice.c:5842:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] *msg = "image pixels less than pixels per scanline"; ^ rice.c: In function 'rice_decode': rice.c:5358:20: warning: 'ext2_bit' may be used uninitialized in this function [-Wmaybe-uninitialized] if (ext2_bit) ^ /bin/bash ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-0/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O -fomit-frame-pointer -finline-functions -version-info 2:0:0 -o libsz.la -rpath /usr/lib rice.lo sz_api.lo encoding.lo -lm libtool: link: /home/buildroot/autobuild/instance-0/output-1/host/bin/mipsel-linux-gcc -shared -fPIC -DPIC .libs/rice.o .libs/sz_api.o .libs/encoding.o -lm -Os -O -Wl,-soname -Wl,libsz.so.2 -o .libs/libsz.so.2.0.0 libtool: link: (cd ".libs" && rm -f "libsz.so.2" && ln -s "libsz.so.2.0.0" "libsz.so.2") libtool: link: (cd ".libs" && rm -f "libsz.so" && ln -s "libsz.so.2.0.0" "libsz.so") libtool: link: ( cd ".libs" && rm -f "libsz.la" && ln -s "../libsz.la" "libsz.la" ) make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1/src' Making all in test make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1/test' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1/test' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1' >>> szip 2.1.1 Installing to staging directory PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/buildroot/.local/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-0/output-1/host/mipsel-buildroot-linux-gnu/sysroot install -C /home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1/src' /bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/include' /bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libsz.la '/home/buildroot/autobuild/instance-0/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib' /usr/bin/install -c -m 644 ricehdf.h szip_adpt.h szlib.h '/home/buildroot/autobuild/instance-0/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/include' libtool: install: /usr/bin/install -c .libs/libsz.so.2.0.0 /home/buildroot/autobuild/instance-0/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib/libsz.so.2.0.0 libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so.2 || { rm -f libsz.so.2 && ln -s libsz.so.2.0.0 libsz.so.2; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so || { rm -f libsz.so && ln -s libsz.so.2.0.0 libsz.so; }; }) libtool: install: /usr/bin/install -c .libs/libsz.lai /home/buildroot/autobuild/instance-0/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib/libsz.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1/src' Making install in test make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1/test' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1/test' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1/test' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1/test' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1' >>> szip 2.1.1 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-0/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/autobuild/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-0/output-1/host/mipsel-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-0/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/buildroot/autobuild/instance-0/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-0/output-1/host/mipsel-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-0/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> szip 2.1.1 Installing to target PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/buildroot/.local/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-0/output-1/target install -C /home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1/src' /bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libsz.la '/home/buildroot/autobuild/instance-0/output-1/target/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/include' /usr/bin/install -c -m 644 ricehdf.h szip_adpt.h szlib.h '/home/buildroot/autobuild/instance-0/output-1/target/usr/include' libtool: install: /usr/bin/install -c .libs/libsz.so.2.0.0 /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libsz.so.2.0.0 libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/target/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so.2 || { rm -f libsz.so.2 && ln -s libsz.so.2.0.0 libsz.so.2; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/target/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so || { rm -f libsz.so && ln -s libsz.so.2.0.0 libsz.so; }; }) libtool: install: /usr/bin/install -c .libs/libsz.lai /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libsz.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1/src' Making install in test make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1/test' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1/test' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1/test' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1/test' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/szip-2.1.1' >>> Finalizing host directory >>> Finalizing target directory # Check files that are touched by more than one package mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-0/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-0/output-1/target/etc/shadow rm -f /home/buildroot/autobuild/instance-0/output-1/target/bin/sh rm -f /home/buildroot/autobuild/instance-0/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/instance-0/output-1/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/include /home/buildroot/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-0/output-1/target/usr/share/cmake find /home/buildroot/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-0/output-1/target/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/man /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/info /home/buildroot/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/doc /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/instance-0/output-1/host/bin/mipsel-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/instance-0/output-1/host/bin/mipsel-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-0/output-1/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/buildroot/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.02-git-02694-g1def43d2b2"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.02-git\"" \ ) > /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-0/output-1/per-package /home/buildroot/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-0/output-1/target/usr make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2020.02-git-02694-g1def43d2b2 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> argus 3.0.8.2 Collecting legal info README: OK (sha256: c68221f7207486bfce863fada4ba9b2aaf4adc9e1c672f965ae98e88143e5f16) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 73fc3e7ef7e016a3874b632fd0475969d288f309 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bcusdk 0.0.5 Collecting legal info ERROR: No hash found for COPYING >>> libpthsem 2.0.8 Collecting legal info ERROR: No hash found for COPYING >>> c-ares 1.15.0 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> dvdauthor 0.7.2 Collecting legal info ERROR: No hash found for COPYING >>> freetype 2.10.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> jo 1.3 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> jpeg Collecting legal info >>> libjpeg 9c Collecting legal info README: OK (sha256: 31f366acfb6259456d9046eb7f16875e387f8bf029d37ac4c4397bf63f22fd6b) >>> libgeotiff 1.5.1 Collecting legal info LICENSE: OK (sha256: 6a22340b8293c50a34ce8e95589489bd3ec65bcb8b93e61cbda3daaafe498375) >>> proj 6.2.1 Collecting legal info COPYING: OK (sha256: 2dcac4af6990093ef48b896bfb81452d46a31b08d46cce34b27e83f93b2e37f6) >>> host-sqlite 3300100 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> sqlite 3300100 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> tiff 4.1.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> libldns 1.7.1 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> openssl Collecting legal info >>> libopenssl 1.1.1d Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libselinux 2.9 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> libsepol 2.9 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> pcre 8.43 Collecting legal info LICENCE: OK (sha256: a5fce68baf797e0918463a4437ef75984c41118f43850ddeabda1b5a90154309) >>> libuv 1.34.0 Collecting legal info LICENSE: OK (sha256: 6d20216ae022fbeed23916f48508fd807ece3d8464992330643b0e64e5c0c24b) >>> nghttp2 1.39.2 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> nodejs 12.14.0 Collecting legal info LICENSE: OK (sha256: 950bbc741dc021489c47683e34e7637e9b96fb4a1f430b2f77a744130516e293) >>> host-nodejs 12.14.0 Collecting legal info LICENSE: OK (sha256: 950bbc741dc021489c47683e34e7637e9b96fb4a1f430b2f77a744130516e293) >>> host-libopenssl 1.1.1d Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python 2.7.17 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> openpgm 5-2-122 Collecting legal info ERROR: No hash found for openpgm/pgm/LICENSE >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'