more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-3/output-1/build/host-libyaml-0.2.5/src' make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-3/output-1/build/host-libyaml-0.2.5/src' Making install in . make[2]: Entering directory '/home/buildroot/autobuild/run/instance-3/output-1/build/host-libyaml-0.2.5' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-3/output-1/build/host-libyaml-0.2.5' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-3/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 yaml-0.1.pc '/home/buildroot/autobuild/run/instance-3/output-1/host/lib/pkgconfig' make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-3/output-1/build/host-libyaml-0.2.5' make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-3/output-1/build/host-libyaml-0.2.5' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/run/instance-3/output-1/build/host-libyaml-0.2.5/tests' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-3/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/run/instance-3/output-1/build/host-libyaml-0.2.5/tests' make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-3/output-1/build/host-libyaml-0.2.5/tests' make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-3/output-1/build/host-libyaml-0.2.5' PyYAML-6.0.1.tar.gz: OK (md5: c9246277af2d9a13b7018af267a0831a) PyYAML-6.0.1.tar.gz: OK (sha256: bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43) >>> host-python-pyyaml 6.0.1 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-3/dl/python-pyyaml/PyYAML-6.0.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-3/output-1/build/host-python-pyyaml-6.0.1 -xf - >>> host-python-pyyaml 6.0.1 Patching >>> host-python-pyyaml 6.0.1 Configuring >>> host-python-pyyaml 6.0.1 Building (cd /home/buildroot/autobuild/run/instance-3/output-1/build/host-python-pyyaml-6.0.1//; PATH="/home/buildroot/autobuild/run/instance-3/output-1/host/bin:/home/buildroot/autobuild/run/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/run/instance-3/output-1/host/bin:/home/buildroot/autobuild/run/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" PKG_CONFIG="/home/buildroot/autobuild/run/instance-3/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/run/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-3/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/run/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/run/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/run/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/run/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/run/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib.linux-x86_64-cpython-311 creating build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/parser.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/cyaml.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/loader.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/emitter.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/composer.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/nodes.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/reader.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/tokens.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/dumper.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/resolver.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/representer.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/constructor.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/error.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/events.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/scanner.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/serializer.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/__init__.py -> build/lib.linux-x86_64-cpython-311/yaml creating build/lib.linux-x86_64-cpython-311/_yaml copying lib/_yaml/__init__.py -> build/lib.linux-x86_64-cpython-311/_yaml running build_ext building 'yaml._yaml' extension creating build/temp.linux-x86_64-cpython-311 creating build/temp.linux-x86_64-cpython-311/yaml /usr/bin/gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/home/buildroot/autobuild/run/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/run/instance-3/output-1/host/include -I/home/buildroot/autobuild/run/instance-3/output-1/host/include -fPIC -I/home/buildroot/autobuild/run/instance-3/output-1/host/include/python3.11 -c yaml/_yaml.c -o build/temp.linux-x86_64-cpython-311/yaml/_yaml.o gcc: error: yaml/_yaml.c: No such file or directory gcc: fatal error: no input files compilation terminated. Error compiling module, falling back to pure Python >>> host-python-pyyaml 6.0.1 Installing to host directory (cd /home/buildroot/autobuild/run/instance-3/output-1/build/host-python-pyyaml-6.0.1//; PATH="/home/buildroot/autobuild/run/instance-3/output-1/host/bin:/home/buildroot/autobuild/run/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/run/instance-3/output-1/host/bin:/home/buildroot/autobuild/run/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" PKG_CONFIG="/home/buildroot/autobuild/run/instance-3/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/run/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-3/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/run/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/run/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/run/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/run/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/run/instance-3/output-1/host/bin/python setup.py install --prefix=/home/buildroot/autobuild/run/instance-3/output-1/host --root=/ --single-version-externally-managed ) running install /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running build running build_py running build_ext building 'yaml._yaml' extension /usr/bin/gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/home/buildroot/autobuild/run/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/run/instance-3/output-1/host/include -I/home/buildroot/autobuild/run/instance-3/output-1/host/include -fPIC -I/home/buildroot/autobuild/run/instance-3/output-1/host/include/python3.11 -c yaml/_yaml.c -o build/temp.linux-x86_64-cpython-311/yaml/_yaml.o gcc: error: yaml/_yaml.c: No such file or directory gcc: fatal error: no input files compilation terminated. Error compiling module, falling back to pure Python running install_lib creating /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/_yaml copying build/lib.linux-x86_64-cpython-311/_yaml/__init__.py -> /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/_yaml creating /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/parser.py -> /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/cyaml.py -> /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/loader.py -> /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/emitter.py -> /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/composer.py -> /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/nodes.py -> /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/reader.py -> /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/tokens.py -> /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/dumper.py -> /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/resolver.py -> /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/representer.py -> /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/constructor.py -> /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/error.py -> /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/events.py -> /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/scanner.py -> /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/serializer.py -> /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/__init__.py -> /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml byte-compiling /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/_yaml/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml/parser.py to parser.cpython-311.pyc byte-compiling /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml/cyaml.py to cyaml.cpython-311.pyc byte-compiling /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml/loader.py to loader.cpython-311.pyc byte-compiling /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml/emitter.py to emitter.cpython-311.pyc byte-compiling /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml/composer.py to composer.cpython-311.pyc byte-compiling /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml/nodes.py to nodes.cpython-311.pyc byte-compiling /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml/reader.py to reader.cpython-311.pyc byte-compiling /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml/tokens.py to tokens.cpython-311.pyc byte-compiling /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml/dumper.py to dumper.cpython-311.pyc byte-compiling /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml/resolver.py to resolver.cpython-311.pyc byte-compiling /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml/representer.py to representer.cpython-311.pyc byte-compiling /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml/constructor.py to constructor.cpython-311.pyc byte-compiling /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml/error.py to error.cpython-311.pyc byte-compiling /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml/events.py to events.cpython-311.pyc byte-compiling /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml/scanner.py to scanner.cpython-311.pyc byte-compiling /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml/serializer.py to serializer.cpython-311.pyc byte-compiling /home/buildroot/autobuild/run/instance-3/output-1/host/lib/python3.11/site-packages/yaml/__init__.py to __init__.cpython-311.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/run/instance-3/output-1/host/lib/python3.11/site-packages/PyYAML-6.0.1-py3.11.egg-info running install_scripts qoriq-rcw-LSDK-21.08.tar.gz: OK (sha256: f199c10e50bd18d7bed0d60f5b68194240dea4f1aa164cec98332723727a4796) >>> host-qoriq-rcw LSDK-21.08 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-3/dl/qoriq-rcw/qoriq-rcw-LSDK-21.08.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-3/output-1/build/host-qoriq-rcw-LSDK-21.08 -xf - >>> host-qoriq-rcw LSDK-21.08 Patching >>> host-qoriq-rcw LSDK-21.08 Configuring >>> host-qoriq-rcw LSDK-21.08 Building >>> host-qoriq-rcw LSDK-21.08 Installing to host directory mkdir -p /home/buildroot/autobuild/run/instance-3/output-1/host/share/rcw cp -a /home/buildroot/autobuild/run/instance-3/output-1/build/host-qoriq-rcw-LSDK-21.08/* /home/buildroot/autobuild/run/instance-3/output-1/host/share/rcw uredir-3.3.tar.gz: OK (md5: a42ee27e84de2e08e35ee733508bb6ea) >>> uredir 3.3 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-3/dl/uredir/uredir-3.3.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-3/output-1/build/uredir-3.3 -xf - >>> uredir 3.3 Patching >>> uredir 3.3 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/run/instance-3/output-1/build/uredir-3.3 -name $file); do cp support/gnuconfig/$file $i; done; done >>> uredir 3.3 Patching libtool >>> uredir 3.3 Configuring (cd /home/buildroot/autobuild/run/instance-3/output-1/build/uredir-3.3/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/run/instance-3/output-1/host/bin:/home/buildroot/autobuild/run/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" AR="/home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-readelf" STRIP="/home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/run/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/run/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-3/output-1/host/arc-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=arc-buildroot-linux-gnu --host=arc-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --enable-nls --disable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --enable-nls, --disable-static, --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for arc-buildroot-linux-gnu-strip... /home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for arc-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking whether /home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-gcc... none checking how to run the C preprocessor... /home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking pkg-config is at least version 0.9.0... yes checking for uev... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --enable-nls, --disable-static, --enable-shared >>> uredir 3.3 Building PATH="/home/buildroot/autobuild/run/instance-3/output-1/host/bin:/home/buildroot/autobuild/run/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-3/output-1/build/uredir-3.3/ make[1]: Entering directory '/home/buildroot/autobuild/run/instance-3/output-1/build/uredir-3.3' /usr/bin/make all-am make[2]: Entering directory '/home/buildroot/autobuild/run/instance-3/output-1/build/uredir-3.3' CC uredir-uredir.o CC uredir-youdp.o CCLD uredir make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-3/output-1/build/uredir-3.3' make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-3/output-1/build/uredir-3.3' >>> uredir 3.3 Installing to target PATH="/home/buildroot/autobuild/run/instance-3/output-1/host/bin:/home/buildroot/autobuild/run/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-3/output-1/target install -C /home/buildroot/autobuild/run/instance-3/output-1/build/uredir-3.3/ make[1]: Entering directory '/home/buildroot/autobuild/run/instance-3/output-1/build/uredir-3.3' make[2]: Entering directory '/home/buildroot/autobuild/run/instance-3/output-1/build/uredir-3.3' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-3/output-1/target/usr/bin' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/doc/uredir' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/man/man1' /usr/bin/install -c uredir '/home/buildroot/autobuild/run/instance-3/output-1/target/usr/bin' /usr/bin/install -c -m 644 README.md LICENSE '/home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/doc/uredir' /usr/bin/install -c -m 644 uredir.1 '/home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/man/man1' make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-3/output-1/build/uredir-3.3' make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-3/output-1/build/uredir-3.3' wqy-zenhei-0.9.45.tar.gz: OK (md5: 4c6c3f4e902dd5ee0a121e8c41d040bd) wqy-zenhei-0.9.45.tar.gz: OK (sha1: b86b65d3048ade868fcc89229cfac6baf80a3e54) wqy-zenhei-0.9.45.tar.gz: OK (sha256: e4b7e306475bf9427d1757578f0e4528930c84c44eaa3f167d4c42f110ee75d6) >>> wqy-zenhei 0.9.45 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-3/dl/wqy-zenhei/wqy-zenhei-0.9.45.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-3/output-1/build/wqy-zenhei-0.9.45 -xf - >>> wqy-zenhei 0.9.45 Patching >>> wqy-zenhei 0.9.45 Configuring >>> wqy-zenhei 0.9.45 Building >>> wqy-zenhei 0.9.45 Installing to target /usr/bin/install -D -m 0644 /home/buildroot/autobuild/run/instance-3/output-1/build/wqy-zenhei-0.9.45/wqy-zenhei.ttc /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/fonts/wqy-zenhei/wqy-zenhei.ttc >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/run/instance-3/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'@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', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%archs%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/buildroot/autobuild/run/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/run/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/run/instance-3/output-1/host/arc-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/run/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/run/instance-3/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%archs%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/run/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/run/instance-3/output-1/host/arc-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/run/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/run/instance-3/output-1/host/etc/meson/cross-compilation.conf /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/run/instance-3/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/run/instance-3/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/buildroot/autobuild/run/instance-3/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/run/instance-3/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/run/instance-3/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/run/instance-3/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/run/instance-3/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/run/instance-3/output-1/target/etc/shells; fi mkdir -p /home/buildroot/autobuild/run/instance-3/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-3/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-3/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-3/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-3/output-1/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-3/output-1/target/bin/sh if [ -x /home/buildroot/autobuild/run/instance-3/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/run/instance-3/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/run/instance-3/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/run/instance-3/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /home/buildroot/autobuild/run/instance-3/output-1/build/locales.nopurge for dir in /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/locale /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/X11/locale /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-3/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/rpm /home/buildroot/autobuild/run/instance-3/output-1/target/usr/doc find /home/buildroot/autobuild/run/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-3/output-1/target/lib/ /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/ /home/buildroot/autobuild/run/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/man /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/info /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/doc /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/lib/debug /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/debug find /home/buildroot/autobuild/run/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/run/instance-3/output-1/host/bin/arc-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/run/instance-3/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/run/instance-3/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/run/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.08-2-g56c674e155"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.11-git\"" \ ) > /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/run/instance-3/output-1/per-package /home/buildroot/autobuild/run/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-3/output-1/target/usr ln -snf /home/buildroot/autobuild/run/instance-3/output-1/host/arc-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/run/instance-3/output-1/staging make: Leaving directory '/home/buildroot/autobuild/run/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/run/instance-3/buildroot' >>> Buildroot 2023.08-2-g56c674e155 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final arc-2020.09-release Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa 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.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial arc-2020.09-release Collecting legal info >>> host-binutils arc-2020.09-release Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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-gettext Collecting legal info >>> host-gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-libtextstyle 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.4.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acsccid 1.1.8 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> pcsc-lite 1.9.9 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bento4 1.6.0-639-7-Omega Collecting legal info Documents/LICENSE.txt: OK (sha256: 7daae92c8628ada28def8d096fe2fde298b72ec3e2d64a3c408afce38edb361b) >>> host-cmake 3.27.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 3.0.10 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.11.5 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 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-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> davici 1.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> strongswan 5.9.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 2292e21797754548dccdef9eef6aee7584e552fbd890fa914e1de8d3577d23f0) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> dbus-cxx 2.4.0 Collecting legal info COPYING: OK (sha256: 99e5d0ad951d96567a6f9a17f3f17ac000c0582f53357c7f3601851c2dcbb786) cmake-modules/LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) tools/libcppgenerate/LICENSE: OK (sha256: c6596eb7be8581c18be736c846fb9173b69eccf6ef94c5135893ec56bd92ba08) >>> libsigc 3.4.0 Collecting legal info COPYING: OK (sha256: 97628afebc60f026f5c2b25d7491c46a5c4ee61f693e7cfa07fbd2c03605979b) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> dbus 1.14.8 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> ed 1.18 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> exfat 1.4.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libfuse3 3.15.1 Collecting legal info LICENSE: OK (sha256: b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad) >>> fetchmail 6.4.37 Collecting legal info COPYING: OK (sha256: 6d87443b61041067a5eddb2cabf8aebff15b8b40771ad6b5e4754e607ec21b39) >>> openssl Collecting legal info >>> libopenssl 3.0.10 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-gptfdisk 1.0.9 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> host-util-linux 2.39.1 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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) >>> initscripts Collecting legal info >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libubootenv 0.3.4 Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> live555 2021.05.03 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> mpir 3.0.0 Collecting legal info COPYING.LIB: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> host-yasm 1.3.0 Collecting legal info COPYING: OK (sha256: 795f8d76eade6130129b680ac72ea81cb3e143467a65ea1f5f64946151d7fa20) BSD.txt: OK (sha256: a84b45f23040624681ca6974ff48d8ef6b477a1cb51e4a1c842e49d00c231e0d) Artistic.txt: OK (sha256: b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d88) GNU_GPL-2.0: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) GNU_LGPL-2.0: OK (sha256: 1faefae1fe8838a2e48864df7d1376e421a50c551c5ae2f60c9f2093206e18a9) >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pkcs11-helper 1.29.0 Collecting legal info COPYING: OK (sha256: 808705ac1daafe07a76431929575c5712a8693977a39ec9102aed25f030754d9) COPYING.BSD: OK (sha256: 865496cf23a6c792739ff2f9ea11e95ac99db89cfe3780a295b4e1495a9c19fe) COPYING.GPL: OK (sha256: cd2e7d63a11058f19c58b06fb8c759140ce70788369dce6e6e9db40d3475021e) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> putty 0.78 Collecting legal info LICENCE: OK (sha256: 7b10c93f0d582e820a9e6f8c6abbcff54192e41e60644f4d09b96b14fdbc74f8) >>> host-python-pyyaml 6.0.1 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> host-qoriq-rcw LSDK-21.08 Collecting legal info LICENSE: OK (sha256: 68f4b15ecc085729419bc60ca6eeadca5af0237bbfec791e8a79da9c943d42e9) >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-arc-2020.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2020.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-3/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/run/instance-3/buildroot'