make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/include' make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/include' make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/include' Making all in src make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/src' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c -o api.lo api.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c -o reader.lo reader.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c -o scanner.lo scanner.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c -o parser.lo parser.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c reader.c -fPIC -DPIC -o .libs/reader.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c scanner.c -fPIC -DPIC -o .libs/scanner.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c parser.c -fPIC -DPIC -o .libs/parser.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c api.c -fPIC -DPIC -o .libs/api.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c -o loader.lo loader.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c loader.c -fPIC -DPIC -o .libs/loader.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c -o writer.lo writer.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c writer.c -fPIC -DPIC -o .libs/writer.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c -o emitter.lo emitter.c /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c -o dumper.lo dumper.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c emitter.c -fPIC -DPIC -o .libs/emitter.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c dumper.c -fPIC -DPIC -o .libs/dumper.o emitter.c: In function 'yaml_emitter_write_plain_scalar': emitter.c:28:6: warning: value computed is not used [-Wunused-value] 28 | && ((emitter->line_break == YAML_CR_BREAK ? \ | ^~ emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' 56 | (PUT_BREAK(emitter), \ | ^~~~~~~~~ emitter.c:1962:18: note: in expansion of macro 'WRITE_BREAK' 1962 | if (!WRITE_BREAK(emitter, string)) return 0; | ^~~~~~~~~~~ emitter.c: In function 'yaml_emitter_write_single_quoted_scalar': emitter.c:28:6: warning: value computed is not used [-Wunused-value] 28 | && ((emitter->line_break == YAML_CR_BREAK ? \ | ^~ emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' 56 | (PUT_BREAK(emitter), \ | ^~~~~~~~~ emitter.c:2019:18: note: in expansion of macro 'WRITE_BREAK' 2019 | if (!WRITE_BREAK(emitter, string)) return 0; | ^~~~~~~~~~~ emitter.c: In function 'yaml_emitter_write_literal_scalar': emitter.c:28:6: warning: value computed is not used [-Wunused-value] 28 | && ((emitter->line_break == YAML_CR_BREAK ? \ | ^~ emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' 56 | (PUT_BREAK(emitter), \ | ^~~~~~~~~ emitter.c:2285:18: note: in expansion of macro 'WRITE_BREAK' 2285 | if (!WRITE_BREAK(emitter, string)) return 0; | ^~~~~~~~~~~ emitter.c: In function 'yaml_emitter_write_folded_scalar': emitter.c:28:6: warning: value computed is not used [-Wunused-value] 28 | && ((emitter->line_break == YAML_CR_BREAK ? \ | ^~ emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' 56 | (PUT_BREAK(emitter), \ | ^~~~~~~~~ emitter.c:2334:18: note: in expansion of macro 'WRITE_BREAK' 2334 | if (!WRITE_BREAK(emitter, string)) return 0; | ^~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -no-undefined -release 0 -version-info 2:9:0 -L/home/buildroot/autobuild/instance-1/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output-1/host/lib -o libyaml.la -rpath /home/buildroot/autobuild/instance-1/output-1/host/lib api.lo reader.lo scanner.lo parser.lo loader.lo writer.lo emitter.lo dumper.lo libtool: link: /usr/bin/gcc -shared -fPIC -DPIC .libs/api.o .libs/reader.o .libs/scanner.o .libs/parser.o .libs/loader.o .libs/writer.o .libs/emitter.o .libs/dumper.o -L/home/buildroot/autobuild/instance-1/output-1/host/lib -O2 -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/host/lib -Wl,-soname -Wl,libyaml-0.so.2 -o .libs/libyaml-0.so.2.0.9 libtool: link: (cd ".libs" && rm -f "libyaml-0.so.2" && ln -s "libyaml-0.so.2.0.9" "libyaml-0.so.2") libtool: link: (cd ".libs" && rm -f "libyaml.so" && ln -s "libyaml-0.so.2.0.9" "libyaml.so") libtool: link: ( cd ".libs" && rm -f "libyaml.la" && ln -s "../libyaml.la" "libyaml.la" ) make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/src' Making all in . make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5' Making all in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/tests' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c -o run-scanner.o run-scanner.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c -o run-parser.o run-parser.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c -o run-loader.o run-loader.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c -o run-emitter.o run-emitter.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c -o run-dumper.o run-dumper.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c -o example-reformatter.o example-reformatter.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c -o example-reformatter-alt.o example-reformatter-alt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c -o example-deconstructor.o example-deconstructor.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c -o example-deconstructor-alt.o example-deconstructor-alt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c -o run-parser-test-suite.o run-parser-test-suite.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -c -o run-emitter-test-suite.o run-emitter-test-suite.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -L/home/buildroot/autobuild/instance-1/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output-1/host/lib -o run-scanner run-scanner.o ../src/libyaml.la run-emitter-test-suite.c: In function 'main': run-emitter-test-suite.c:157:13: warning: 'input' may be used uninitialized [-Wmaybe-uninitialized] 157 | assert(!fclose(input)); | ^~~~~~ run-emitter-test-suite.c:16:11: note: 'input' was declared here 16 | FILE *input; | ^~~~~ libtool: link: /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/host/lib -o run-scanner run-scanner.o -L/home/buildroot/autobuild/instance-1/output-1/host/lib ../src/.libs/libyaml.so -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/src/.libs -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/host/lib /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -L/home/buildroot/autobuild/instance-1/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output-1/host/lib -o run-parser run-parser.o ../src/libyaml.la /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -L/home/buildroot/autobuild/instance-1/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output-1/host/lib -o run-loader run-loader.o ../src/libyaml.la /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -L/home/buildroot/autobuild/instance-1/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output-1/host/lib -o run-emitter run-emitter.o ../src/libyaml.la /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -L/home/buildroot/autobuild/instance-1/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output-1/host/lib -o run-dumper run-dumper.o ../src/libyaml.la libtool: link: /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/host/lib -o run-parser run-parser.o -L/home/buildroot/autobuild/instance-1/output-1/host/lib ../src/.libs/libyaml.so -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/src/.libs -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/host/lib libtool: link: /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/host/lib -o run-loader run-loader.o -L/home/buildroot/autobuild/instance-1/output-1/host/lib ../src/.libs/libyaml.so -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/src/.libs -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/host/lib libtool: link: /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/host/lib -o run-emitter run-emitter.o -L/home/buildroot/autobuild/instance-1/output-1/host/lib ../src/.libs/libyaml.so -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/src/.libs -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/host/lib /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -L/home/buildroot/autobuild/instance-1/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output-1/host/lib -o example-reformatter example-reformatter.o ../src/libyaml.la /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -L/home/buildroot/autobuild/instance-1/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output-1/host/lib -o example-reformatter-alt example-reformatter-alt.o ../src/libyaml.la /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -L/home/buildroot/autobuild/instance-1/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output-1/host/lib -o example-deconstructor example-deconstructor.o ../src/libyaml.la libtool: link: /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/host/lib -o run-dumper run-dumper.o -L/home/buildroot/autobuild/instance-1/output-1/host/lib ../src/.libs/libyaml.so -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/src/.libs -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/host/lib /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -L/home/buildroot/autobuild/instance-1/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output-1/host/lib -o example-deconstructor-alt example-deconstructor-alt.o ../src/libyaml.la libtool: link: /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/host/lib -o example-reformatter example-reformatter.o -L/home/buildroot/autobuild/instance-1/output-1/host/lib ../src/.libs/libyaml.so -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/src/.libs -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/host/lib libtool: link: /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/host/lib -o example-reformatter-alt example-reformatter-alt.o -L/home/buildroot/autobuild/instance-1/output-1/host/lib ../src/.libs/libyaml.so -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/src/.libs -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/host/lib libtool: link: /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/host/lib -o example-deconstructor example-deconstructor.o -L/home/buildroot/autobuild/instance-1/output-1/host/lib ../src/.libs/libyaml.so -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/src/.libs -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/host/lib /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -L/home/buildroot/autobuild/instance-1/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output-1/host/lib -o run-parser-test-suite run-parser-test-suite.o ../src/libyaml.la /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -L/home/buildroot/autobuild/instance-1/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output-1/host/lib -o run-emitter-test-suite run-emitter-test-suite.o ../src/libyaml.la libtool: link: /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/host/lib -o example-deconstructor-alt example-deconstructor-alt.o -L/home/buildroot/autobuild/instance-1/output-1/host/lib ../src/.libs/libyaml.so -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/src/.libs -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/host/lib libtool: link: /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/host/lib -o run-parser-test-suite run-parser-test-suite.o -L/home/buildroot/autobuild/instance-1/output-1/host/lib ../src/.libs/libyaml.so -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/src/.libs -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/host/lib libtool: link: /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/host/lib -o run-emitter-test-suite run-emitter-test-suite.o -L/home/buildroot/autobuild/instance-1/output-1/host/lib ../src/.libs/libyaml.so -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/src/.libs -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/host/lib make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/tests' make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5' >>> host-libyaml 0.2.5 Installing to host directory PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-1/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-1/output-1/host/share/pkgconfig" /usr/bin/make -j4 install -C /home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/ make[1]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5' Making install in include make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/include' make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/include' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-1/output-1/host/include' /usr/bin/install -c -m 644 yaml.h '/home/buildroot/autobuild/instance-1/output-1/host/include/.' make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/include' make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/include' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/src' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-1/output-1/host/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libyaml.la '/home/buildroot/autobuild/instance-1/output-1/host/lib' libtool: install: /usr/bin/install -c .libs/libyaml-0.so.2.0.9 /home/buildroot/autobuild/instance-1/output-1/host/lib/libyaml-0.so.2.0.9 libtool: install: (cd /home/buildroot/autobuild/instance-1/output-1/host/lib && { ln -s -f libyaml-0.so.2.0.9 libyaml-0.so.2 || { rm -f libyaml-0.so.2 && ln -s libyaml-0.so.2.0.9 libyaml-0.so.2; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-1/output-1/host/lib && { ln -s -f libyaml-0.so.2.0.9 libyaml.so || { rm -f libyaml.so && ln -s libyaml-0.so.2.0.9 libyaml.so; }; }) libtool: install: /usr/bin/install -c .libs/libyaml.lai /home/buildroot/autobuild/instance-1/output-1/host/lib/libyaml.la libtool: finish: PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /home/buildroot/autobuild/instance-1/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/buildroot/autobuild/instance-1/output-1/host/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/src' Making install in . make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5' make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-1/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 yaml-0.1.pc '/home/buildroot/autobuild/instance-1/output-1/host/lib/pkgconfig' make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5' make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5/tests' make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-libyaml-0.2.5' PyYAML-6.0.tar.gz: OK (md5: 1d19c798f25e58e3e582f0f8c977dbb8) PyYAML-6.0.tar.gz: OK (sha256: 68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2) >>> host-python-pyyaml 6.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-1/dl/python-pyyaml/PyYAML-6.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-1/output-1/build/host-python-pyyaml-6.0 -xf - >>> host-python-pyyaml 6.0 Patching >>> host-python-pyyaml 6.0 Configuring >>> host-python-pyyaml 6.0 Building (cd /home/buildroot/autobuild/instance-1/output-1/build/host-python-pyyaml-6.0//; PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-1/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-1/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/buildroot/autobuild/instance-1/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-1/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-1/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib.linux-x86_64-cpython-310 creating build/lib.linux-x86_64-cpython-310/yaml copying lib/yaml/reader.py -> build/lib.linux-x86_64-cpython-310/yaml copying lib/yaml/events.py -> build/lib.linux-x86_64-cpython-310/yaml copying lib/yaml/resolver.py -> build/lib.linux-x86_64-cpython-310/yaml copying lib/yaml/representer.py -> build/lib.linux-x86_64-cpython-310/yaml copying lib/yaml/__init__.py -> build/lib.linux-x86_64-cpython-310/yaml copying lib/yaml/error.py -> build/lib.linux-x86_64-cpython-310/yaml copying lib/yaml/cyaml.py -> build/lib.linux-x86_64-cpython-310/yaml copying lib/yaml/emitter.py -> build/lib.linux-x86_64-cpython-310/yaml copying lib/yaml/tokens.py -> build/lib.linux-x86_64-cpython-310/yaml copying lib/yaml/dumper.py -> build/lib.linux-x86_64-cpython-310/yaml copying lib/yaml/loader.py -> build/lib.linux-x86_64-cpython-310/yaml copying lib/yaml/composer.py -> build/lib.linux-x86_64-cpython-310/yaml copying lib/yaml/nodes.py -> build/lib.linux-x86_64-cpython-310/yaml copying lib/yaml/serializer.py -> build/lib.linux-x86_64-cpython-310/yaml copying lib/yaml/parser.py -> build/lib.linux-x86_64-cpython-310/yaml copying lib/yaml/constructor.py -> build/lib.linux-x86_64-cpython-310/yaml copying lib/yaml/scanner.py -> build/lib.linux-x86_64-cpython-310/yaml creating build/lib.linux-x86_64-cpython-310/_yaml copying lib/_yaml/__init__.py -> build/lib.linux-x86_64-cpython-310/_yaml running build_ext building 'yaml._yaml' extension creating build/temp.linux-x86_64-cpython-310 creating build/temp.linux-x86_64-cpython-310/yaml /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -I/home/buildroot/autobuild/instance-1/output-1/host/include -fPIC -I/home/buildroot/autobuild/instance-1/output-1/host/include/python3.10 -c yaml/_yaml.c -o build/temp.linux-x86_64-cpython-310/yaml/_yaml.o cc1: fatal error: yaml/_yaml.c: No such file or directory compilation terminated. Error compiling module, falling back to pure Python >>> host-python-pyyaml 6.0 Installing to host directory (cd /home/buildroot/autobuild/instance-1/output-1/build/host-python-pyyaml-6.0//; PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-1/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-1/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/buildroot/autobuild/instance-1/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-1/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-1/output-1/host/bin/python setup.py install --prefix=/home/buildroot/autobuild/instance-1/output-1/host --root=/ --single-version-externally-managed ) running install /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_ext building 'yaml._yaml' extension /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -I/home/buildroot/autobuild/instance-1/output-1/host/include -fPIC -I/home/buildroot/autobuild/instance-1/output-1/host/include/python3.10 -c yaml/_yaml.c -o build/temp.linux-x86_64-cpython-310/yaml/_yaml.o cc1: fatal error: yaml/_yaml.c: No such file or directory compilation terminated. Error compiling module, falling back to pure Python running install_lib creating /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml copying build/lib.linux-x86_64-cpython-310/yaml/reader.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml copying build/lib.linux-x86_64-cpython-310/yaml/events.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml copying build/lib.linux-x86_64-cpython-310/yaml/resolver.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml copying build/lib.linux-x86_64-cpython-310/yaml/representer.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml copying build/lib.linux-x86_64-cpython-310/yaml/__init__.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml copying build/lib.linux-x86_64-cpython-310/yaml/error.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml copying build/lib.linux-x86_64-cpython-310/yaml/cyaml.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml copying build/lib.linux-x86_64-cpython-310/yaml/emitter.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml copying build/lib.linux-x86_64-cpython-310/yaml/tokens.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml copying build/lib.linux-x86_64-cpython-310/yaml/dumper.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml copying build/lib.linux-x86_64-cpython-310/yaml/loader.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml copying build/lib.linux-x86_64-cpython-310/yaml/composer.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml copying build/lib.linux-x86_64-cpython-310/yaml/nodes.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml copying build/lib.linux-x86_64-cpython-310/yaml/serializer.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml copying build/lib.linux-x86_64-cpython-310/yaml/parser.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml copying build/lib.linux-x86_64-cpython-310/yaml/constructor.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml copying build/lib.linux-x86_64-cpython-310/yaml/scanner.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml creating /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/_yaml copying build/lib.linux-x86_64-cpython-310/_yaml/__init__.py -> /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/_yaml byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml/reader.py to reader.cpython-310.pyc byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml/events.py to events.cpython-310.pyc byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml/resolver.py to resolver.cpython-310.pyc byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml/representer.py to representer.cpython-310.pyc byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml/error.py to error.cpython-310.pyc byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml/cyaml.py to cyaml.cpython-310.pyc byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml/emitter.py to emitter.cpython-310.pyc byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml/tokens.py to tokens.cpython-310.pyc byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml/dumper.py to dumper.cpython-310.pyc byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml/loader.py to loader.cpython-310.pyc byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml/composer.py to composer.cpython-310.pyc byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml/nodes.py to nodes.cpython-310.pyc byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml/serializer.py to serializer.cpython-310.pyc byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml/parser.py to parser.cpython-310.pyc byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml/constructor.py to constructor.cpython-310.pyc byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/yaml/scanner.py to scanner.cpython-310.pyc byte-compiling /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/_yaml/__init__.py to __init__.cpython-310.pyc running install_egg_info running egg_info writing lib/PyYAML.egg-info/PKG-INFO writing dependency_links to lib/PyYAML.egg-info/dependency_links.txt writing top-level names to lib/PyYAML.egg-info/top_level.txt reading manifest file 'lib/PyYAML.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README' adding license file 'LICENSE' writing manifest file 'lib/PyYAML.egg-info/SOURCES.txt' Copying lib/PyYAML.egg-info to /home/buildroot/autobuild/instance-1/output-1/host/lib/python3.10/site-packages/PyYAML-6.0-py3.10.egg-info running install_scripts >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-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', '-O1', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/sh4aeb-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-1/output-1/host/bin/sh4aeb-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sh4%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%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/buildroot/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-1/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/sh4aeb-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-1/output-1/host/bin/sh4aeb-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sh4%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-1/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/bash" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells rm -f /home/buildroot/autobuild/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/instance-1/output-1/host/bin/glib-compile-schemas /home/buildroot/autobuild/instance-1/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/instance-1/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-1/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/autobuild/instance-1/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells ln -sf bash /home/buildroot/autobuild/instance-1/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,bash,' /home/buildroot/autobuild/instance-1/output-1/target/etc/passwd rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/include /home/buildroot/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-1/output-1/target/usr/doc find /home/buildroot/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-1/output-1/target/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/man /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/info /home/buildroot/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/doc /home/buildroot/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-1/output-1/target/lib/debug /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-1/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/buildroot/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11.2"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11.2"; \ echo "PRETTY_NAME=\"Buildroot 2022.11.2\"" \ ) > /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-1/output-1/per-package /home/buildroot/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-1/output-1/target/usr ln -snf /home/buildroot/autobuild/instance-1/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2022.11.2 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca 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-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 10.4.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 4.14.304 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gnupg2 2.3.8 Collecting legal info COPYING: OK (sha256: bc2d6664f6276fa0a72d57633b3ae68dc7dcb677b71018bf08c8e93e509f1357) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libksba 1.6.3 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.5.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-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) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libgpgme 1.17.1 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libostree 2022.6 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> mutt 2.2.9 Collecting legal info GPL: OK (sha256: 732f24b69a6c71cd8e01e4672bb8e12cc1cbb88a50a4665e6ca4fd95000a57ee) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python-pyyaml 6.0 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-4.14.304: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'