71 | void gsm0610_preprocess(gsm0610_state_t *s, const int16_t amp[GSM0610_FRAME_LEN], int16_t so[GSM0610_FRAME_LEN]) | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ In file included from gsm0610_preprocess.c:52: gsm0610_local.h:183:46: note: previously declared as 'const int16_t[]' {aka 'const short int[]'} 183 | const int16_t amp[], | ~~~~~~~~~~~~~~^~~~~ gsm0610_preprocess.c:71:91: warning: argument 3 of type 'int16_t[160]' {aka 'short int[160]'} with mismatched bound [-Warray-parameter=] 71 | void gsm0610_preprocess(gsm0610_state_t *s, const int16_t amp[GSM0610_FRAME_LEN], int16_t so[GSM0610_FRAME_LEN]) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ In file included from gsm0610_preprocess.c:52: gsm0610_local.h:184:40: note: previously declared as 'int16_t[]' {aka 'short int[]'} 184 | int16_t so[]); | ~~~~~~~~^~~~ /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o hdlc.lo hdlc.c /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o ima_adpcm.lo ima_adpcm.c gsm0610_rpe.c:581:35: warning: argument 4 of type 'int16_t[13]' {aka 'short int[13]'} with mismatched bound [-Warray-parameter=] 581 | int16_t xMcr[13], | ~~~~~~~~^~~~~~~~ In file included from gsm0610_rpe.c:54: gsm0610_local.h:199:43: note: previously declared as 'int16_t *' {aka 'short int *'} 199 | int16_t *xMcr, /* [0..12], 3 bits IN */ | ~~~~~~~~~^~~~ libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c gsm0610_short_term.c -fPIC -DPIC -o .libs/gsm0610_short_term.o libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c ima_adpcm.c -fPIC -DPIC -o .libs/ima_adpcm.o libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c hdlc.c -fPIC -DPIC -o .libs/hdlc.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o image_translate.lo image_translate.c gsm0610_short_term.c:332:50: warning: argument 3 of type 'int16_t[160]' {aka 'short int[160]'} with mismatched bound [-Warray-parameter=] 332 | int16_t wt[GSM0610_FRAME_LEN], | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ In file included from gsm0610_short_term.c:52: gsm0610_local.h:210:57: note: previously declared as 'int16_t[40]' {aka 'short int[40]'} 210 | int16_t drp[40], | ~~~~~~~~^~~~~~~ /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o logging.lo logging.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c image_translate.c -fPIC -DPIC -o .libs/image_translate.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o lpc10_analyse.lo lpc10_analyse.c /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o lpc10_decode.lo lpc10_decode.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c logging.c -fPIC -DPIC -o .libs/logging.o libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c lpc10_decode.c -fPIC -DPIC -o .libs/lpc10_decode.o libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c lpc10_analyse.c -fPIC -DPIC -o .libs/lpc10_analyse.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o lpc10_encode.lo lpc10_encode.c /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o lpc10_placev.lo lpc10_placev.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c lpc10_encode.c -fPIC -DPIC -o .libs/lpc10_encode.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o lpc10_voicing.lo lpc10_voicing.c /usr/bin/gcc -o make_math_fixed_tables ../src/make_math_fixed_tables.c -DHAVE_CONFIG_H -I../src -lm libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c lpc10_placev.c -fPIC -DPIC -o .libs/lpc10_placev.o lpc10_placev.c:59:27: warning: argument 2 of type 'int32_t[3][2]' {aka 'int[3][2]'} with mismatched bound [-Warray-parameter=] 59 | int32_t voibuf[3][2], | ~~~~~~~~^~~~~~~~~~~~ In file included from lpc10_placev.c:54: lpc10_encdecs.h:38:27: note: previously declared as 'int32_t[4][2]' {aka 'int[4][2]'} 38 | int32_t voibuf[4][2], | ~~~~~~~~^~~~~~~~~~~~ /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o modem_echo.lo modem_echo.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c lpc10_voicing.c -fPIC -DPIC -o .libs/lpc10_voicing.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o modem_connect_tones.lo modem_connect_tones.c /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o noise.lo noise.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c modem_echo.c -fPIC -DPIC -o .libs/modem_echo.o libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c modem_connect_tones.c -fPIC -DPIC -o .libs/modem_connect_tones.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o oki_adpcm.lo oki_adpcm.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c noise.c -fPIC -DPIC -o .libs/noise.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o playout.lo playout.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c oki_adpcm.c -fPIC -DPIC -o .libs/oki_adpcm.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o plc.lo plc.c /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o power_meter.lo power_meter.c /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o queue.lo queue.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c playout.c -fPIC -DPIC -o .libs/playout.o libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c power_meter.c -fPIC -DPIC -o .libs/power_meter.o libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c plc.c -fPIC -DPIC -o .libs/plc.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o schedule.lo schedule.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c queue.c -fPIC -DPIC -o .libs/queue.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o sig_tone.lo sig_tone.c /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o silence_gen.lo silence_gen.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c schedule.c -fPIC -DPIC -o .libs/schedule.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o super_tone_rx.lo super_tone_rx.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c sig_tone.c -fPIC -DPIC -o .libs/sig_tone.o libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c silence_gen.c -fPIC -DPIC -o .libs/silence_gen.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o super_tone_tx.lo super_tone_tx.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c super_tone_rx.c -fPIC -DPIC -o .libs/super_tone_rx.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o swept_tone.lo swept_tone.c /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o t30.lo t30.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c super_tone_tx.c -fPIC -DPIC -o .libs/super_tone_tx.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o t30_api.lo t30_api.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c swept_tone.c -fPIC -DPIC -o .libs/swept_tone.o libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c t30.c -fPIC -DPIC -o .libs/t30.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o t30_logging.lo t30_logging.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c t30_api.c -fPIC -DPIC -o .libs/t30_api.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o t31.lo t31.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c t30_logging.c -fPIC -DPIC -o .libs/t30_logging.o libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c t31.c -fPIC -DPIC -o .libs/t31.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o t35.lo t35.c /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o t38_core.lo t38_core.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c t35.c -fPIC -DPIC -o .libs/t35.o libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c t38_core.c -fPIC -DPIC -o .libs/t38_core.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o t38_gateway.lo t38_gateway.c /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o t38_non_ecm_buffer.lo t38_non_ecm_buffer.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c t38_gateway.c -fPIC -DPIC -o .libs/t38_gateway.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o t38_terminal.lo t38_terminal.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c t38_non_ecm_buffer.c -fPIC -DPIC -o .libs/t38_non_ecm_buffer.o libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c t38_terminal.c -fPIC -DPIC -o .libs/t38_terminal.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o t4_t6_decode.lo t4_t6_decode.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c t4_t6_decode.c -fPIC -DPIC -o .libs/t4_t6_decode.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o t4_t6_encode.lo t4_t6_encode.c /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o t4_rx.lo t4_rx.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c t4_t6_encode.c -fPIC -DPIC -o .libs/t4_t6_encode.o libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c t4_rx.c -fPIC -DPIC -o .libs/t4_rx.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o t4_tx.lo t4_tx.c /usr/bin/gcc -o make_cielab_luts ../src/make_cielab_luts.c -DHAVE_CONFIG_H -I../src -lm libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c t4_tx.c -fPIC -DPIC -o .libs/t4_tx.o /usr/bin/gcc -o make_t43_gray_code_tables ../src/make_t43_gray_code_tables.c -DHAVE_CONFIG_H -I../src -lm /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o t81_t82_arith_coding.lo t81_t82_arith_coding.c /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o t85_decode.lo t85_decode.c /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o t85_encode.lo t85_encode.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c t85_decode.c -fPIC -DPIC -o .libs/t85_decode.o libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c t81_t82_arith_coding.c -fPIC -DPIC -o .libs/t81_t82_arith_coding.o libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c t85_encode.c -fPIC -DPIC -o .libs/t85_encode.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o testcpuid.lo testcpuid.c /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o time_scale.lo time_scale.c /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o timezone.lo timezone.c /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o tone_detect.lo tone_detect.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c testcpuid.c -fPIC -DPIC -o .libs/testcpuid.o testcpuid.c:89:5: warning: no previous prototype for 'has_MMX' [-Wmissing-prototypes] 89 | int has_MMX(void) | ^~~~~~~ testcpuid.c:113:5: warning: no previous prototype for 'has_SIMD' [-Wmissing-prototypes] 113 | int has_SIMD(void) | ^~~~~~~~ testcpuid.c:137:5: warning: no previous prototype for 'has_SIMD2' [-Wmissing-prototypes] 137 | int has_SIMD2(void) | ^~~~~~~~~ testcpuid.c:161:5: warning: no previous prototype for 'has_3DNow' [-Wmissing-prototypes] 161 | int has_3DNow(void) | ^~~~~~~~~ libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c time_scale.c -fPIC -DPIC -o .libs/time_scale.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o tone_generate.lo tone_generate.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c tone_detect.c -fPIC -DPIC -o .libs/tone_detect.o libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c timezone.c -fPIC -DPIC -o .libs/timezone.o /usr/bin/gcc -o make_modem_filter ../src/make_modem_filter.c ../src/filter_tools.c -DHAVE_CONFIG_H -I../src -lm /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o v18.lo v18.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c tone_generate.c -fPIC -DPIC -o .libs/tone_generate.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o v42.lo v42.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c v18.c -fPIC -DPIC -o .libs/v18.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o v42bis.lo v42bis.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c v42.c -fPIC -DPIC -o .libs/v42.o libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c v42bis.c -fPIC -DPIC -o .libs/v42bis.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o v8.lo v8.c /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o vector_float.lo vector_float.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c vector_float.c -fPIC -DPIC -o .libs/vector_float.o libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c v8.c -fPIC -DPIC -o .libs/v8.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o vector_int.lo vector_int.c ./make_at_dictionary >at_interpreter_dictionary.h ./make_math_fixed_tables >math_fixed_tables.h ./make_cielab_luts >cielab_luts.h ./make_t43_gray_code_tables >t43_gray_code_tables.h ./make_modem_filter -m V.17 -r >v17_v32bis_rx_rrc.h ./make_modem_filter -m V.17 -t >v17_v32bis_tx_rrc.h libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c vector_int.c -fPIC -DPIC -o .libs/vector_int.o ./make_modem_filter -m V.22bis1200 -r >v22bis_rx_1200_rrc.h ./make_modem_filter -m V.22bis2400 -r >v22bis_rx_2400_rrc.h ./make_modem_filter -m V.22bis -t >v22bis_tx_rrc.h ./make_modem_filter -m V.27ter2400 -r >v27ter_rx_2400_rrc.h ./make_modem_filter -m V.27ter4800 -r >v27ter_rx_4800_rrc.h ./make_modem_filter -m V.27ter2400 -t >v27ter_tx_2400_rrc.h ./make_modem_filter -m V.27ter4800 -t >v27ter_tx_4800_rrc.h ./make_modem_filter -m V.29 -r >v29rx_rrc.h ./make_modem_filter -m V.29 -t >v29tx_rrc.h /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o at_interpreter.lo at_interpreter.c /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o math_fixed.lo math_fixed.c /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o t42.lo t42.c /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o t43.lo t43.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c t42.c -fPIC -DPIC -o .libs/t42.o libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c t43.c -fPIC -DPIC -o .libs/t43.o libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c math_fixed.c -fPIC -DPIC -o .libs/math_fixed.o libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c at_interpreter.c -fPIC -DPIC -o .libs/at_interpreter.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o v17rx.lo v17rx.c /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o v17tx.lo v17tx.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c v17rx.c -fPIC -DPIC -o .libs/v17rx.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o v22bis_rx.lo v22bis_rx.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c v22bis_rx.c -fPIC -DPIC -o .libs/v22bis_rx.o libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c v17tx.c -fPIC -DPIC -o .libs/v17tx.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o v22bis_tx.lo v22bis_tx.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c v22bis_tx.c -fPIC -DPIC -o .libs/v22bis_tx.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o v27ter_rx.lo v27ter_rx.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c v27ter_rx.c -fPIC -DPIC -o .libs/v27ter_rx.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o v27ter_tx.lo v27ter_tx.c /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o v29rx.lo v29rx.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c v27ter_tx.c -fPIC -DPIC -o .libs/v27ter_tx.o libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c v29rx.c -fPIC -DPIC -o .libs/v29rx.o /bin/bash ../libtool --tag=CC --mode=compile /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c -o v29tx.lo v29tx.c libtool: compile: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -c v29tx.c -fPIC -DPIC -o .libs/v29tx.o /bin/bash ../libtool --tag=CC --mode=link /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -version-info 3:0:0 -o libspandsp.la -rpath /usr/lib ademco_contactid.lo adsi.lo alloc.lo async.lo at_interpreter.lo awgn.lo bell_r2_mf.lo bert.lo bit_operations.lo bitstream.lo complex_filters.lo complex_vector_float.lo complex_vector_int.lo crc.lo data_modems.lo dds_float.lo dds_int.lo dtmf.lo echo.lo fax.lo fax_modems.lo fsk.lo g711.lo g722.lo g726.lo gsm0610_decode.lo gsm0610_encode.lo gsm0610_long_term.lo gsm0610_lpc.lo gsm0610_preprocess.lo gsm0610_rpe.lo gsm0610_short_term.lo hdlc.lo ima_adpcm.lo image_translate.lo logging.lo lpc10_analyse.lo lpc10_decode.lo lpc10_encode.lo lpc10_placev.lo lpc10_voicing.lo math_fixed.lo modem_echo.lo modem_connect_tones.lo noise.lo oki_adpcm.lo playout.lo plc.lo power_meter.lo queue.lo schedule.lo sig_tone.lo silence_gen.lo super_tone_rx.lo super_tone_tx.lo swept_tone.lo t30.lo t30_api.lo t30_logging.lo t31.lo t35.lo t38_core.lo t38_gateway.lo t38_non_ecm_buffer.lo t38_terminal.lo t4_t6_decode.lo t4_t6_encode.lo t4_rx.lo t4_tx.lo t42.lo t43.lo t81_t82_arith_coding.lo t85_decode.lo t85_encode.lo testcpuid.lo time_scale.lo timezone.lo tone_detect.lo tone_generate.lo v17rx.lo v17tx.lo v18.lo v22bis_rx.lo v22bis_tx.lo v27ter_rx.lo v27ter_tx.lo v29rx.lo v29tx.lo v42.lo v42bis.lo v8.lo vector_float.lo vector_int.lo -ltiff -lm -L/home/thomas/autobuild/instance-0/output-1/host/bin/../i586-buildroot-linux-gnu/sysroot/usr/lib -ltiff -ljpeg libtool: link: /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -shared -fPIC -DPIC .libs/ademco_contactid.o .libs/adsi.o .libs/alloc.o .libs/async.o .libs/at_interpreter.o .libs/awgn.o .libs/bell_r2_mf.o .libs/bert.o .libs/bit_operations.o .libs/bitstream.o .libs/complex_filters.o .libs/complex_vector_float.o .libs/complex_vector_int.o .libs/crc.o .libs/data_modems.o .libs/dds_float.o .libs/dds_int.o .libs/dtmf.o .libs/echo.o .libs/fax.o .libs/fax_modems.o .libs/fsk.o .libs/g711.o .libs/g722.o .libs/g726.o .libs/gsm0610_decode.o .libs/gsm0610_encode.o .libs/gsm0610_long_term.o .libs/gsm0610_lpc.o .libs/gsm0610_preprocess.o .libs/gsm0610_rpe.o .libs/gsm0610_short_term.o .libs/hdlc.o .libs/ima_adpcm.o .libs/image_translate.o .libs/logging.o .libs/lpc10_analyse.o .libs/lpc10_decode.o .libs/lpc10_encode.o .libs/lpc10_placev.o .libs/lpc10_voicing.o .libs/math_fixed.o .libs/modem_echo.o .libs/modem_connect_tones.o .libs/noise.o .libs/oki_adpcm.o .libs/playout.o .libs/plc.o .libs/power_meter.o .libs/queue.o .libs/schedule.o .libs/sig_tone.o .libs/silence_gen.o .libs/super_tone_rx.o .libs/super_tone_tx.o .libs/swept_tone.o .libs/t30.o .libs/t30_api.o .libs/t30_logging.o .libs/t31.o .libs/t35.o .libs/t38_core.o .libs/t38_gateway.o .libs/t38_non_ecm_buffer.o .libs/t38_terminal.o .libs/t4_t6_decode.o .libs/t4_t6_encode.o .libs/t4_rx.o .libs/t4_tx.o .libs/t42.o .libs/t43.o .libs/t81_t82_arith_coding.o .libs/t85_decode.o .libs/t85_encode.o .libs/testcpuid.o .libs/time_scale.o .libs/timezone.o .libs/tone_detect.o .libs/tone_generate.o .libs/v17rx.o .libs/v17tx.o .libs/v18.o .libs/v22bis_rx.o .libs/v22bis_tx.o .libs/v27ter_rx.o .libs/v27ter_tx.o .libs/v29rx.o .libs/v29tx.o .libs/v42.o .libs/v42bis.o .libs/v8.o .libs/vector_float.o .libs/vector_int.o -Wl,-rpath -Wl,/home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot/usr/lib -Wl,-rpath -Wl,/home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot/usr/lib -L/home/thomas/autobuild/instance-0/output-1/host/bin/../i586-buildroot-linux-gnu/sysroot/usr/lib /home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot/usr/lib/libtiff.so -lm -ljpeg -O0 -g0 -Wl,-soname -Wl,libspandsp.so.3 -o .libs/libspandsp.so.3.0.0 libtool: link: (cd ".libs" && rm -f "libspandsp.so.3" && ln -s "libspandsp.so.3.0.0" "libspandsp.so.3") libtool: link: (cd ".libs" && rm -f "libspandsp.so" && ln -s "libspandsp.so.3.0.0" "libspandsp.so") libtool: link: ( cd ".libs" && rm -f "libspandsp.la" && ln -s "../libspandsp.la" "libspandsp.la" ) make[3]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e/src' make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e/src' make[2]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e' make[1]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e' >>> spandsp 3.0.0-6ec23e5a7e Installing to staging directory PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j4 DESTDIR=/home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot install -C /home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e/ make[1]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e' Making install in src make[2]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e/src' make[3]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e/src' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libspandsp.la '/home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot/usr/lib' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/install -c -m 644 spandsp.h '/home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot/usr/include/spandsp' /usr/bin/install -c -m 644 spandsp/ademco_contactid.h spandsp/adsi.h spandsp/alloc.h spandsp/async.h spandsp/arctan2.h spandsp/at_interpreter.h spandsp/awgn.h spandsp/bell_r2_mf.h spandsp/bert.h spandsp/biquad.h spandsp/bit_operations.h spandsp/bitstream.h spandsp/crc.h spandsp/complex.h spandsp/complex_filters.h spandsp/complex_vector_float.h spandsp/complex_vector_int.h spandsp/data_modems.h spandsp/dc_restore.h spandsp/dds.h spandsp/dtmf.h spandsp/echo.h spandsp/fast_convert.h spandsp/fax.h spandsp/fax_modems.h spandsp/fir.h spandsp/fsk.h spandsp/g168models.h spandsp/g711.h spandsp/g722.h spandsp/g726.h spandsp/gsm0610.h spandsp/hdlc.h spandsp/ima_adpcm.h spandsp/image_translate.h spandsp/logging.h spandsp/lpc10.h spandsp/math_fixed.h spandsp/modem_echo.h spandsp/modem_connect_tones.h '/home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot/usr/include/spandsp' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot/usr/include/spandsp' /usr/bin/install -c -m 644 spandsp/noise.h spandsp/oki_adpcm.h spandsp/playout.h spandsp/plc.h spandsp/power_meter.h spandsp/queue.h spandsp/saturated.h spandsp/schedule.h spandsp/stdbool.h spandsp/sig_tone.h spandsp/silence_gen.h spandsp/super_tone_rx.h spandsp/super_tone_tx.h spandsp/swept_tone.h spandsp/t30.h spandsp/t30_api.h spandsp/t30_fcf.h spandsp/t30_logging.h spandsp/t31.h spandsp/t35.h spandsp/t38_core.h spandsp/t38_gateway.h spandsp/t38_non_ecm_buffer.h spandsp/t38_terminal.h spandsp/t4_rx.h spandsp/t4_tx.h spandsp/t4_t6_decode.h spandsp/t4_t6_encode.h spandsp/t42.h spandsp/t43.h spandsp/t81_t82_arith_coding.h spandsp/t85.h spandsp/telephony.h spandsp/time_scale.h spandsp/timezone.h spandsp/timing.h spandsp/tone_detect.h spandsp/tone_generate.h spandsp/v17rx.h spandsp/v17tx.h '/home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot/usr/include/spandsp' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot/usr/include/spandsp/private' /usr/bin/install -c -m 644 spandsp/private/ademco_contactid.h spandsp/private/adsi.h spandsp/private/async.h spandsp/private/at_interpreter.h spandsp/private/awgn.h spandsp/private/bell_r2_mf.h spandsp/private/bert.h spandsp/private/bitstream.h spandsp/private/data_modems.h spandsp/private/dtmf.h spandsp/private/echo.h spandsp/private/fax.h spandsp/private/fax_modems.h spandsp/private/fsk.h spandsp/private/g711.h spandsp/private/g722.h spandsp/private/g726.h spandsp/private/gsm0610.h spandsp/private/hdlc.h spandsp/private/ima_adpcm.h spandsp/private/image_translate.h spandsp/private/logging.h spandsp/private/lpc10.h spandsp/private/modem_connect_tones.h spandsp/private/modem_echo.h spandsp/private/noise.h spandsp/private/oki_adpcm.h spandsp/private/playout.h spandsp/private/plc.h spandsp/private/power_meter.h spandsp/private/queue.h spandsp/private/schedule.h spandsp/private/sig_tone.h spandsp/private/silence_gen.h spandsp/private/super_tone_rx.h spandsp/private/super_tone_tx.h spandsp/private/swept_tone.h spandsp/private/t30.h spandsp/private/t30_dis_dtc_dcs_bits.h spandsp/private/t31.h '/home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot/usr/include/spandsp/private' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot/usr/include/spandsp' /usr/bin/install -c -m 644 spandsp/v18.h spandsp/v22bis.h spandsp/v27ter_rx.h spandsp/v27ter_tx.h spandsp/v29rx.h spandsp/v29tx.h spandsp/v42.h spandsp/v42bis.h spandsp/v8.h spandsp/vector_float.h spandsp/vector_int.h spandsp/version.h spandsp/expose.h '/home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot/usr/include/spandsp' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot/usr/include/spandsp/private' /usr/bin/install -c -m 644 spandsp/private/t38_core.h spandsp/private/t38_gateway.h spandsp/private/t38_non_ecm_buffer.h spandsp/private/t38_terminal.h spandsp/private/t4_rx.h spandsp/private/t4_tx.h spandsp/private/t4_t6_decode.h spandsp/private/t4_t6_encode.h spandsp/private/t42.h spandsp/private/t43.h spandsp/private/t81_t82_arith_coding.h spandsp/private/t85.h spandsp/private/time_scale.h spandsp/private/timezone.h spandsp/private/tone_detect.h spandsp/private/tone_generate.h spandsp/private/v17rx.h spandsp/private/v17tx.h spandsp/private/v18.h spandsp/private/v22bis.h spandsp/private/v27ter_rx.h spandsp/private/v27ter_tx.h spandsp/private/v29rx.h spandsp/private/v29tx.h spandsp/private/v42.h spandsp/private/v42bis.h spandsp/private/v8.h '/home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot/usr/include/spandsp/private' libtool: install: /usr/bin/install -c .libs/libspandsp.so.3.0.0 /home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot/usr/lib/libspandsp.so.3.0.0 libtool: install: (cd /home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libspandsp.so.3.0.0 libspandsp.so.3 || { rm -f libspandsp.so.3 && ln -s libspandsp.so.3.0.0 libspandsp.so.3; }; }) libtool: install: (cd /home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libspandsp.so.3.0.0 libspandsp.so || { rm -f libspandsp.so && ln -s libspandsp.so.3.0.0 libspandsp.so; }; }) libtool: install: /usr/bin/install -c .libs/libspandsp.lai /home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot/usr/lib/libspandsp.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e/src' make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e/src' make[2]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e' make[3]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 spandsp.pc '/home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' make[3]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e' make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e' make[1]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e' >>> spandsp 3.0.0-6ec23e5a7e Fixing libtool files for la in $(find /home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/thomas/autobuild/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/thomas/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 >>> spandsp 3.0.0-6ec23e5a7e Installing to target PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j4 DESTDIR=/home/thomas/autobuild/instance-0/output-1/target install -C /home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e/ make[1]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e' Making install in src make[2]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e/src' make[3]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e/src' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-0/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libspandsp.la '/home/thomas/autobuild/instance-0/output-1/target/usr/lib' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-0/output-1/target/usr/include' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-0/output-1/target/usr/include' /usr/bin/install -c -m 644 spandsp.h '/home/thomas/autobuild/instance-0/output-1/target/usr/include' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-0/output-1/target/usr/include/spandsp' /usr/bin/install -c -m 644 spandsp/ademco_contactid.h spandsp/adsi.h spandsp/alloc.h spandsp/async.h spandsp/arctan2.h spandsp/at_interpreter.h spandsp/awgn.h spandsp/bell_r2_mf.h spandsp/bert.h spandsp/biquad.h spandsp/bit_operations.h spandsp/bitstream.h spandsp/crc.h spandsp/complex.h spandsp/complex_filters.h spandsp/complex_vector_float.h spandsp/complex_vector_int.h spandsp/data_modems.h spandsp/dc_restore.h spandsp/dds.h spandsp/dtmf.h spandsp/echo.h spandsp/fast_convert.h spandsp/fax.h spandsp/fax_modems.h spandsp/fir.h spandsp/fsk.h spandsp/g168models.h spandsp/g711.h spandsp/g722.h spandsp/g726.h spandsp/gsm0610.h spandsp/hdlc.h spandsp/ima_adpcm.h spandsp/image_translate.h spandsp/logging.h spandsp/lpc10.h spandsp/math_fixed.h spandsp/modem_echo.h spandsp/modem_connect_tones.h '/home/thomas/autobuild/instance-0/output-1/target/usr/include/spandsp' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-0/output-1/target/usr/include/spandsp' /usr/bin/install -c -m 644 spandsp/noise.h spandsp/oki_adpcm.h spandsp/playout.h spandsp/plc.h spandsp/power_meter.h spandsp/queue.h spandsp/saturated.h spandsp/schedule.h spandsp/stdbool.h spandsp/sig_tone.h spandsp/silence_gen.h spandsp/super_tone_rx.h spandsp/super_tone_tx.h spandsp/swept_tone.h spandsp/t30.h spandsp/t30_api.h spandsp/t30_fcf.h spandsp/t30_logging.h spandsp/t31.h spandsp/t35.h spandsp/t38_core.h spandsp/t38_gateway.h spandsp/t38_non_ecm_buffer.h spandsp/t38_terminal.h spandsp/t4_rx.h spandsp/t4_tx.h spandsp/t4_t6_decode.h spandsp/t4_t6_encode.h spandsp/t42.h spandsp/t43.h spandsp/t81_t82_arith_coding.h spandsp/t85.h spandsp/telephony.h spandsp/time_scale.h spandsp/timezone.h spandsp/timing.h spandsp/tone_detect.h spandsp/tone_generate.h spandsp/v17rx.h spandsp/v17tx.h '/home/thomas/autobuild/instance-0/output-1/target/usr/include/spandsp' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-0/output-1/target/usr/include/spandsp/private' /usr/bin/install -c -m 644 spandsp/private/ademco_contactid.h spandsp/private/adsi.h spandsp/private/async.h spandsp/private/at_interpreter.h spandsp/private/awgn.h spandsp/private/bell_r2_mf.h spandsp/private/bert.h spandsp/private/bitstream.h spandsp/private/data_modems.h spandsp/private/dtmf.h spandsp/private/echo.h spandsp/private/fax.h spandsp/private/fax_modems.h spandsp/private/fsk.h spandsp/private/g711.h spandsp/private/g722.h spandsp/private/g726.h spandsp/private/gsm0610.h spandsp/private/hdlc.h spandsp/private/ima_adpcm.h spandsp/private/image_translate.h spandsp/private/logging.h spandsp/private/lpc10.h spandsp/private/modem_connect_tones.h spandsp/private/modem_echo.h spandsp/private/noise.h spandsp/private/oki_adpcm.h spandsp/private/playout.h spandsp/private/plc.h spandsp/private/power_meter.h spandsp/private/queue.h spandsp/private/schedule.h spandsp/private/sig_tone.h spandsp/private/silence_gen.h spandsp/private/super_tone_rx.h spandsp/private/super_tone_tx.h spandsp/private/swept_tone.h spandsp/private/t30.h spandsp/private/t30_dis_dtc_dcs_bits.h spandsp/private/t31.h '/home/thomas/autobuild/instance-0/output-1/target/usr/include/spandsp/private' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-0/output-1/target/usr/include/spandsp' /usr/bin/install -c -m 644 spandsp/v18.h spandsp/v22bis.h spandsp/v27ter_rx.h spandsp/v27ter_tx.h spandsp/v29rx.h spandsp/v29tx.h spandsp/v42.h spandsp/v42bis.h spandsp/v8.h spandsp/vector_float.h spandsp/vector_int.h spandsp/version.h spandsp/expose.h '/home/thomas/autobuild/instance-0/output-1/target/usr/include/spandsp' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-0/output-1/target/usr/include/spandsp/private' /usr/bin/install -c -m 644 spandsp/private/t38_core.h spandsp/private/t38_gateway.h spandsp/private/t38_non_ecm_buffer.h spandsp/private/t38_terminal.h spandsp/private/t4_rx.h spandsp/private/t4_tx.h spandsp/private/t4_t6_decode.h spandsp/private/t4_t6_encode.h spandsp/private/t42.h spandsp/private/t43.h spandsp/private/t81_t82_arith_coding.h spandsp/private/t85.h spandsp/private/time_scale.h spandsp/private/timezone.h spandsp/private/tone_detect.h spandsp/private/tone_generate.h spandsp/private/v17rx.h spandsp/private/v17tx.h spandsp/private/v18.h spandsp/private/v22bis.h spandsp/private/v27ter_rx.h spandsp/private/v27ter_tx.h spandsp/private/v29rx.h spandsp/private/v29tx.h spandsp/private/v42.h spandsp/private/v42bis.h spandsp/private/v8.h '/home/thomas/autobuild/instance-0/output-1/target/usr/include/spandsp/private' libtool: install: /usr/bin/install -c .libs/libspandsp.so.3.0.0 /home/thomas/autobuild/instance-0/output-1/target/usr/lib/libspandsp.so.3.0.0 libtool: install: (cd /home/thomas/autobuild/instance-0/output-1/target/usr/lib && { ln -s -f libspandsp.so.3.0.0 libspandsp.so.3 || { rm -f libspandsp.so.3 && ln -s libspandsp.so.3.0.0 libspandsp.so.3; }; }) libtool: install: (cd /home/thomas/autobuild/instance-0/output-1/target/usr/lib && { ln -s -f libspandsp.so.3.0.0 libspandsp.so || { rm -f libspandsp.so && ln -s libspandsp.so.3.0.0 libspandsp.so; }; }) libtool: install: /usr/bin/install -c .libs/libspandsp.lai /home/thomas/autobuild/instance-0/output-1/target/usr/lib/libspandsp.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e/src' make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e/src' make[2]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e' make[3]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/thomas/autobuild/instance-0/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 spandsp.pc '/home/thomas/autobuild/instance-0/output-1/target/usr/lib/pkgconfig' make[3]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e' make[2]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e' make[1]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/spandsp-3.0.0-6ec23e5a7e' tcping-1.3.6.tar.gz: OK (sha256: a731f0e48ff931d7b2a0e896e4db40867043740fe901dd225780f2164fdbdcf3) >>> tcping 1.3.6 Extracting gzip -d -c /home/thomas/autobuild/instance-0/dl/tcping/tcping-1.3.6.tar.gz | tar --strip-components=1 -C /home/thomas/autobuild/instance-0/output-1/build/tcping-1.3.6 -xf - >>> tcping 1.3.6 Patching >>> tcping 1.3.6 Configuring >>> tcping 1.3.6 Building PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j4 CC="/home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 " -C /home/thomas/autobuild/instance-0/output-1/build/tcping-1.3.6 tcping.linux make[1]: Entering directory '/home/thomas/autobuild/instance-0/output-1/build/tcping-1.3.6' /home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc -o tcping -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -DHAVE_HSTRERROR tcping.c make[1]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/tcping-1.3.6' >>> tcping 1.3.6 Installing to target /usr/bin/install -D -m 0755 /home/thomas/autobuild/instance-0/output-1/build/tcping-1.3.6/tcping /home/thomas/autobuild/instance-0/output-1/target/usr/bin/tcping >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/thomas/autobuild/instance-0/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%x86%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-0/output-1/host/bin/i586-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%x86%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /home/thomas/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/dash" >> /home/thomas/autobuild/instance-0/output-1/target/etc/shells mkdir -p /home/thomas/autobuild/instance-0/output-1/target/etc echo "buildroot" > /home/thomas/autobuild/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/thomas/autobuild/instance-0/output-1/target/etc/hosts mkdir -p /home/thomas/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/thomas/autobuild/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/thomas/autobuild/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/thomas/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /home/thomas/autobuild/instance-0/output-1/target/etc/shells ln -sf dash /home/thomas/autobuild/instance-0/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/thomas/autobuild/instance-0/output-1/target/etc/passwd rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/include /home/thomas/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/thomas/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/thomas/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/thomas/autobuild/instance-0/output-1/target/usr/lib/cmake /home/thomas/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/thomas/autobuild/instance-0/output-1/target/usr/lib/rpm /home/thomas/autobuild/instance-0/output-1/target/usr/doc find /home/thomas/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-0/output-1/target/lib/ /home/thomas/autobuild/instance-0/output-1/target/usr/lib/ /home/thomas/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/thomas/autobuild/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/thomas/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/man /home/thomas/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/info /home/thomas/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/doc /home/thomas/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-0/output-1/target/lib/debug /home/thomas/autobuild/instance-0/output-1/target/usr/lib/debug find /home/thomas/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 /bin/true 2>/dev/null || true find /home/thomas/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/thomas/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/thomas/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/thomas/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-356-g1616816e13"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /home/thomas/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-0/output-1/per-package /home/thomas/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-0/output-1/target/usr ln -snf /home/thomas/autobuild/instance-0/output-1/host/i586-buildroot-linux-gnu/sysroot /home/thomas/autobuild/instance-0/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-0/buildroot' make: Entering directory '/home/thomas/autobuild/instance-0/buildroot' >>> Buildroot 2022.08-rc1-356-g1616816e13 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 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 Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.35-134-gb6aade18a7e5719c942aa2da6cf3157aca993fa4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> bdwgc 8.0.6 Collecting legal info README.QUICK: OK (sha256: 0aab7a56a92ed878c4a5464cf282d65f38bcdee64fe9cf213e26254bddb3f340) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libatomic_ops 7.6.12 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> dante 1.4.3 Collecting legal info LICENSE: OK (sha256: 05e2db26147a8575005f090aada119ea6cb40a4382164929d647f00abef3bdfd) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> ebtables 2.0.11 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> empty 0.6.21b Collecting legal info COPYRIGHT: OK (sha256: f01dbe3c624084900b9df1393d9062518b2bc0487acd6a3300ebd6e71352d112) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jquery 3.5.1 Collecting legal info >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libhtp 0.5.40 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libnet 1.2 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> mg 3.5 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> proftpd 1.3.6e Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> jpeg Collecting legal info >>> tcping 1.3.6 Collecting legal info LICENSE: OK (sha256: 4a35620e27ddb8de27898e4206c8f93633d877c1e128e98e95a035f760d94428) WARNING: the Buildroot source code has not been saved WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-0/buildroot'