*(s+4) = (*(s+4) << 2) | (data_word >> 22) & 3; ~~~~~~~~~~~~~~~~~~^~~ rice.c:5003:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+5) = (*(s+5) << 2) | (data_word >> 20) & 3; ~~~~~~~~~~~~~~~~~~^~~ rice.c:5004:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+6) = (*(s+6) << 2) | (data_word >> 18) & 3; ~~~~~~~~~~~~~~~~~~^~~ rice.c:5005:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+7) = (*(s+7) << 2) | (data_word >> 16) & 3; ~~~~~~~~~~~~~~~~~~^~~ rice.c:5009: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:5017:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 3) | (data_word >> 29) & 7; ~~~~~~~~~~~~~~~~~~^~~ rice.c:5018:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 3) | (data_word >> 26) & 7; ~~~~~~~~~~~~~~~~~~^~~ rice.c:5019:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+2) = (*(s+2) << 3) | (data_word >> 23) & 7; ~~~~~~~~~~~~~~~~~~^~~ rice.c:5020:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+3) = (*(s+3) << 3) | (data_word >> 20) & 7; ~~~~~~~~~~~~~~~~~~^~~ rice.c:5021:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+4) = (*(s+4) << 3) | (data_word >> 17) & 7; ~~~~~~~~~~~~~~~~~~^~~ rice.c:5027: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:5031:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 3) | (data_word >> 29) & 7; ~~~~~~~~~~~~~~~~~~^~~ rice.c:5032:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 3) | (data_word >> 26) & 7; ~~~~~~~~~~~~~~~~~~^~~ rice.c:5033:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+2) = (*(s+2) << 3) | (data_word >> 23) & 7; ~~~~~~~~~~~~~~~~~~^~~ rice.c:5039: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:5048:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+0) = (*(s+0) << 4) | (data_word >> 28) & 0xf; ~~~~~~~~~~~~~~~~~~^~~~~ rice.c:5049:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+1) = (*(s+1) << 4) | (data_word >> 24) & 0xf; ~~~~~~~~~~~~~~~~~~^~~~~ rice.c:5050:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+2) = (*(s+2) << 4) | (data_word >> 20) & 0xf; ~~~~~~~~~~~~~~~~~~^~~~~ rice.c:5051:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] *(s+3) = (*(s+3) << 4) | (data_word >> 16) & 0xf; ~~~~~~~~~~~~~~~~~~^~~~~ rice.c:5055: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: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 'long unsigned int' from 'long 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 long 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/sh ../libtool --tag=CC --mode=link /home/buildroot/autobuild/run/instance-2/output/host/bin/powerpc64-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/run/instance-2/output/host/bin/powerpc64-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" ) Making all in test make[3]: Nothing to be done for `all'. make[3]: Nothing to be done for `all-am'. >>> szip 2.1.1 Installing to staging directory PATH="/home/buildroot/autobuild/run/instance-2/output/host/bin:/home/buildroot/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-2/output/host/powerpc64-buildroot-linux-gnu/sysroot install -C /home/buildroot/autobuild/run/instance-2/output/build/szip-2.1.1/ Making install in src /bin/mkdir -p '/home/buildroot/autobuild/run/instance-2/output/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libsz.la '/home/buildroot/autobuild/run/instance-2/output/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-2/output/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/install -c -m 644 ricehdf.h szip_adpt.h szlib.h '/home/buildroot/autobuild/run/instance-2/output/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include' libtool: install: /usr/bin/install -c .libs/libsz.so.2.0.0 /home/buildroot/autobuild/run/instance-2/output/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libsz.so.2.0.0 libtool: install: (cd /home/buildroot/autobuild/run/instance-2/output/host/powerpc64-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/run/instance-2/output/host/powerpc64-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/run/instance-2/output/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libsz.la libtool: warning: remember to run 'libtool --finish /usr/lib' Making install in test 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'. >>> szip 2.1.1 Fixing libtool files >>> szip 2.1.1 Installing to target PATH="/home/buildroot/autobuild/run/instance-2/output/host/bin:/home/buildroot/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-2/output/target install -C /home/buildroot/autobuild/run/instance-2/output/build/szip-2.1.1/ Making install in src /bin/mkdir -p '/home/buildroot/autobuild/run/instance-2/output/target/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-2/output/target/usr/include' /bin/sh ../libtool --mode=install /usr/bin/install -c libsz.la '/home/buildroot/autobuild/run/instance-2/output/target/usr/lib' /usr/bin/install -c -m 644 ricehdf.h szip_adpt.h szlib.h '/home/buildroot/autobuild/run/instance-2/output/target/usr/include' libtool: install: /usr/bin/install -c .libs/libsz.so.2.0.0 /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/libsz.so.2.0.0 libtool: install: (cd /home/buildroot/autobuild/run/instance-2/output/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/run/instance-2/output/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/run/instance-2/output/target/usr/lib/libsz.la libtool: warning: remember to run 'libtool --finish /usr/lib' Making install in test 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'. tzcode2018e.tar.gz: OK (sha512: 4a245cae2d0922b24539a94cf4a8ccc2bba1ee696e0aaefecb41c7c8d78724a7fcea6039909336177b8b26fec8fc47719e3e56ca9839dbaf52f9a4fec84d4717) >>> host-zic 2018e Extracting gzip -d -c /home/buildroot/autobuild/run/instance-2/dl/zic/tzcode2018e.tar.gz | tar --strip-components=0 -C /home/buildroot/autobuild/run/instance-2/output/build/host-zic-2018e -xf - >>> host-zic 2018e Patching Applying 0001-remove-dependency-check-on-version-file.patch using patch: patching file Makefile Hunk #1 succeeded at 552 with fuzz 2 (offset 115 lines). >>> host-zic 2018e Configuring >>> host-zic 2018e Building PATH="/home/buildroot/autobuild/run/instance-2/output/host/bin:/home/buildroot/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/home/buildroot/autobuild/run/instance-2/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/run/instance-2/output/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-2/output/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-2/output/build/host-zic-2018e zic VERSION=`cat version` && printf '%s\n' \ 'static char const PKGVERSION[]="(tzcode) ";' \ "static char const TZVERSION[]=\"$VERSION\";" \ 'static char const REPORT_BUGS_TO[]="tz@iana.org";' \ >version.h.out mv version.h.out version.h cc -DTZDIR='"/usr/share/zoneinfo"' -c -o zic.o zic.c cc -DTZDIR='"/usr/share/zoneinfo"' -o zic zic.o >>> host-zic 2018e Installing to host directory /usr/bin/install -D -m 755 /home/buildroot/autobuild/run/instance-2/output/build/host-zic-2018e/zic /home/buildroot/autobuild/run/instance-2/output/host/sbin/zic /usr/bin/install -D -m 644 /home/buildroot/autobuild/run/instance-2/output/build/host-zic-2018e/tzfile.h /home/buildroot/autobuild/run/instance-2/output/host/include/tzfile.h tzdata2018e.tar.gz: OK (sha512: d059fcd381b2f6ecdafcd68fdd2a00451d1bf9b1affeb164ae7cabca2e022d499e77f0706ec3f3091b8e84c2211aa66da6c90937108771f1bf070cfebc105cae) >>> host-tzdata 2018e Extracting gzip -d -c /home/buildroot/autobuild/run/instance-2/dl/tzdata/tzdata2018e.tar.gz | tar --strip-components=0 -C /home/buildroot/autobuild/run/instance-2/output/build/host-tzdata-2018e -xf - >>> host-tzdata 2018e Patching >>> host-tzdata 2018e Configuring >>> host-tzdata 2018e Building (cd /home/buildroot/autobuild/run/instance-2/output/build/host-tzdata-2018e; for zone in africa antarctica asia australasia europe northamerica southamerica pacificnew etcetera backward systemv factory; do /home/buildroot/autobuild/run/instance-2/output/host/sbin/zic -d _output/posix -y yearistype.sh $zone || exit 1; /home/buildroot/autobuild/run/instance-2/output/host/sbin/zic -d _output/right -L leapseconds -y yearistype.sh $zone || exit 1; done; ) warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent >>> host-tzdata 2018e Installing to host directory /usr/bin/install -d -m 0755 /home/buildroot/autobuild/run/instance-2/output/host/share/zoneinfo cp -a /home/buildroot/autobuild/run/instance-2/output/build/host-tzdata-2018e/_output/* /home/buildroot/autobuild/run/instance-2/output/build/host-tzdata-2018e/*.tab /home/buildroot/autobuild/run/instance-2/output/host/share/zoneinfo tzdata2018e.tar.gz: OK (sha512: d059fcd381b2f6ecdafcd68fdd2a00451d1bf9b1affeb164ae7cabca2e022d499e77f0706ec3f3091b8e84c2211aa66da6c90937108771f1bf070cfebc105cae) >>> tzdata 2018e Extracting >>> tzdata 2018e Patching >>> tzdata 2018e Configuring >>> tzdata 2018e Building >>> tzdata 2018e Installing to target /usr/bin/install -d -m 0755 /home/buildroot/autobuild/run/instance-2/output/target/usr/share/zoneinfo cp -a /home/buildroot/autobuild/run/instance-2/output/host/share/zoneinfo/* /home/buildroot/autobuild/run/instance-2/output/target/usr/share/zoneinfo cd /home/buildroot/autobuild/run/instance-2/output/target/usr/share/zoneinfo; for zone in posix/*; do ln -sfn "${zone}" "${zone##*/}"; done if [ ! -f /home/buildroot/autobuild/run/instance-2/output/target/usr/share/zoneinfo/Etc/UTC ]; then printf "Error: '%s' is not a valid timezone, check your BR2_TARGET_LOCALTIME setting\n" "Etc/UTC"; exit 1; fi ln -sf ../usr/share/zoneinfo/Etc/UTC /home/buildroot/autobuild/run/instance-2/output/target/etc/localtime echo "Etc/UTC" >/home/buildroot/autobuild/run/instance-2/output/target/etc/timezone u-boot-2019.01.tar.bz2: OK (sha256: 50bd7e5a466ab828914d080d5f6a432345b500e8fba1ad3b7b61e95e60d51c22) >>> host-uboot-tools 2019.01 Extracting bzcat /home/buildroot/autobuild/run/instance-2/dl/uboot-tools/u-boot-2019.01.tar.bz2 | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-2/output/build/host-uboot-tools-2019.01 -xf - >>> host-uboot-tools 2019.01 Patching Applying 0001-drop-configh-from-tools.patch using patch: patching file tools/env/fw_env_private.h Hunk #1 succeeded at 4 with fuzz 1 (offset -1 lines). Applying 0002-tools-only-in-no-dot-config-targets.patch using patch: patching file Makefile Applying 0003-Make-FIT-support-really-optional.patch using patch: patching file common/bootm.c patching file include/bootm.h patching file tools/Makefile >>> host-uboot-tools 2019.01 Configuring mkdir -p /home/buildroot/autobuild/run/instance-2/output/build/host-uboot-tools-2019.01/include/config touch /home/buildroot/autobuild/run/instance-2/output/build/host-uboot-tools-2019.01/include/config/auto.conf >>> host-uboot-tools 2019.01 Building /usr/bin/make -j1 -C /home/buildroot/autobuild/run/instance-2/output/build/host-uboot-tools-2019.01 HOSTCC="/usr/bin/gcc" HOSTCFLAGS="-O2 -I/home/buildroot/autobuild/run/instance-2/output/host/include" HOSTLDFLAGS="-L/home/buildroot/autobuild/run/instance-2/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-2/output/host/lib" tools-only HOSTCC scripts/basic/fixdep CHK include/config/uboot.release UPD include/config/uboot.release CHK include/generated/version_autogenerated.h UPD include/generated/version_autogenerated.h CHK include/generated/timestamp_autogenerated.h UPD include/generated/timestamp_autogenerated.h HOSTCC tools/mkenvimage.o HOSTCC tools/os_support.o WRAP tools/lib/crc32.c HOSTCC tools/lib/crc32.o HOSTLD tools/mkenvimage HOSTCC tools/aisimage.o HOSTCC tools/atmelimage.o WRAP tools/common/bootm.c HOSTCC tools/common/bootm.o HOSTCC tools/default_image.o WRAP tools/lib/fdtdec_common.c HOSTCC tools/lib/fdtdec_common.o WRAP tools/lib/fdtdec.c HOSTCC tools/lib/fdtdec.o WRAP tools/common/image.c HOSTCC tools/common/image.o HOSTCC tools/imagetool.o HOSTCC tools/imximage.o HOSTCC tools/imx8image.o HOSTCC tools/imx8mimage.o HOSTCC tools/kwbimage.o WRAP tools/lib/md5.c HOSTCC tools/lib/md5.o HOSTCC tools/lpc32xximage.o HOSTCC tools/mxsimage.o HOSTCC tools/omapimage.o HOSTCC tools/pblimage.o HOSTCC tools/pbl_crc32.o HOSTCC tools/vybridimage.o HOSTCC tools/stm32image.o WRAP tools/lib/rc4.c HOSTCC tools/lib/rc4.o HOSTCC tools/rkcommon.o HOSTCC tools/rkimage.o HOSTCC tools/rksd.o HOSTCC tools/rkspi.o HOSTCC tools/socfpgaimage.o WRAP tools/lib/crc16.c HOSTCC tools/lib/crc16.o In file included from tools/lib/crc16.c:1:0: ./tools/../lib/crc16.c: In function 'crc16_ccitt': ./tools/../lib/crc16.c:70:2: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; i < len; i++) ^ ./tools/../lib/crc16.c:70:2: note: use option -std=c99 or -std=gnu99 to compile your code make[3]: *** [tools/lib/crc16.o] Error 1 make[2]: *** [tools-only] Error 2 make[1]: *** [/home/buildroot/autobuild/run/instance-2/output/build/host-uboot-tools-2019.01/.stamp_built] Error 2 make: *** [_all] Error 2 make: Leaving directory `/home/buildroot/autobuild/run/instance-2/buildroot'