195 | #define MY_UNKNOWN_IMP2(i1, i2) MY_UNKNOWN_IMP_SPEC( \ | ^~~~~~~~~~~~~~~~~~~ ../../Compress/LzmaEncoder.h:23:3: note: in expansion of macro 'MY_UNKNOWN_IMP2' 23 | MY_UNKNOWN_IMP2(ICompressSetCoderProperties, ICompressWriteCoderProperties) | ^~~~~~~~~~~~~~~ ../../Compress/LzmaEncoder.cpp: In member function 'virtual LONG NCompress::NLzma::CEncoder::SetCoderProperties(const PROPID*, const PROPVARIANT*, UInt32)': ../../Compress/LzmaEncoder.cpp:127:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 127 | if (prop.vt != VT_BOOL) return E_INVALIDARG; props.writeEndMark = (prop.boolVal == VARIANT_TRUE); break; | ^~ ../../Compress/LzmaEncoder.cpp:127:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 127 | if (prop.vt != VT_BOOL) return E_INVALIDARG; props.writeEndMark = (prop.boolVal == VARIANT_TRUE); break; | ^~~~~ g++ -O2 -Wall -c -D_7ZIP_ST ../../Compress/LzmaRegister.cpp g++ -O2 -Wall -c -D_7ZIP_ST ../../Common/CreateCoder.cpp In file included from ../../Compress/LzmaDecoder.h:8, from ../../Compress/LzmaRegister.cpp:7: ../../Compress/LzmaDecoder.h: In member function 'virtual ULONG NCompress::NLzma::CDecoder::Release()': ../../Compress/../../Common/MyCom.h:175:32: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 175 | STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0) \ | ^~ ../../Compress/LzmaDecoder.h:55:3: note: in expansion of macro 'MY_ADDREF_RELEASE' 55 | MY_ADDREF_RELEASE | ^~~~~~~~~~~~~~~~~ ../../Compress/../../Common/MyCom.h:176:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 176 | return __m_RefCount; delete this; return 0; } | ^~~~~~ ../../Compress/LzmaDecoder.h:55:3: note: in expansion of macro 'MY_ADDREF_RELEASE' 55 | MY_ADDREF_RELEASE | ^~~~~~~~~~~~~~~~~ ../../Compress/LzmaEncoder.h: In member function 'virtual ULONG NCompress::NLzma::CEncoder::Release()': ../../Compress/../../Common/MyCom.h:175:32: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 175 | STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0) \ | ^~ ../../Compress/../../Common/MyCom.h:182:3: note: in expansion of macro 'MY_ADDREF_RELEASE' 182 | MY_ADDREF_RELEASE | ^~~~~~~~~~~~~~~~~ ../../Compress/../../Common/MyCom.h:195:33: note: in expansion of macro 'MY_UNKNOWN_IMP_SPEC' 195 | #define MY_UNKNOWN_IMP2(i1, i2) MY_UNKNOWN_IMP_SPEC( \ | ^~~~~~~~~~~~~~~~~~~ ../../Compress/LzmaEncoder.h:23:3: note: in expansion of macro 'MY_UNKNOWN_IMP2' 23 | MY_UNKNOWN_IMP2(ICompressSetCoderProperties, ICompressWriteCoderProperties) | ^~~~~~~~~~~~~~~ ../../Compress/../../Common/MyCom.h:176:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 176 | return __m_RefCount; delete this; return 0; } | ^~~~~~ ../../Compress/../../Common/MyCom.h:182:3: note: in expansion of macro 'MY_ADDREF_RELEASE' 182 | MY_ADDREF_RELEASE | ^~~~~~~~~~~~~~~~~ ../../Compress/../../Common/MyCom.h:195:33: note: in expansion of macro 'MY_UNKNOWN_IMP_SPEC' 195 | #define MY_UNKNOWN_IMP2(i1, i2) MY_UNKNOWN_IMP_SPEC( \ | ^~~~~~~~~~~~~~~~~~~ ../../Compress/LzmaEncoder.h:23:3: note: in expansion of macro 'MY_UNKNOWN_IMP2' 23 | MY_UNKNOWN_IMP2(ICompressSetCoderProperties, ICompressWriteCoderProperties) | ^~~~~~~~~~~~~~~ In file included from ../../Common/CreateCoder.h:7, from ../../Common/CreateCoder.cpp:8: ../../Common/../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../Common/../../Common/MyString.h:351:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 351 | for (int i = 0; i < _length; i++) | ^~~ ../../Common/../../Common/MyString.h:354:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 354 | return -1; | ^~~~~~ g++ -O2 -Wall -c -D_7ZIP_ST ../../Common/CWrappers.cpp In file included from ../../Common/CreateCoder.h:6: ../../Common/FilterCoder.h: In member function 'virtual ULONG CFilterCoder::Release()': ../../Common/../../Common/MyCom.h:175:32: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 175 | STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0) \ | ^~ ../../Common/FilterCoder.h:88:3: note: in expansion of macro 'MY_ADDREF_RELEASE' 88 | MY_ADDREF_RELEASE | ^~~~~~~~~~~~~~~~~ ../../Common/../../Common/MyCom.h:176:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 176 | return __m_RefCount; delete this; return 0; } | ^~~~~~ ../../Common/FilterCoder.h:88:3: note: in expansion of macro 'MY_ADDREF_RELEASE' 88 | MY_ADDREF_RELEASE | ^~~~~~~~~~~~~~~~~ ../../Common/CreateCoder.cpp: In function 'LONG CreateCoder(CMethodId, CMyComPtr&, CMyComPtr&, CMyComPtr&, bool, bool)': ../../Common/CreateCoder.cpp:162:8: warning: variable 'created' set but not used [-Wunused-but-set-variable] 162 | bool created = false; | ^~~~~~~ g++ -O2 -Wall -c -D_7ZIP_ST ../../Common/FileStreams.cpp g++ -O2 -Wall -c -D_7ZIP_ST ../../Common/FilterCoder.cpp In file included from ../../Common/FileStreams.h:10, from ../../Common/FileStreams.cpp:16: ../../Common/../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../Common/../../Common/MyString.h:351:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 351 | for (int i = 0; i < _length; i++) | ^~~ ../../Common/../../Common/MyString.h:354:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 354 | return -1; | ^~~~~~ In file included from ../../Common/FilterCoder.h:6, from ../../Common/FilterCoder.cpp:9: ../../Common/FilterCoder.h: In member function 'virtual ULONG CFilterCoder::Release()': ../../Common/../../Common/MyCom.h:175:32: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 175 | STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0) \ | ^~ ../../Common/FilterCoder.h:88:3: note: in expansion of macro 'MY_ADDREF_RELEASE' 88 | MY_ADDREF_RELEASE | ^~~~~~~~~~~~~~~~~ ../../Common/../../Common/MyCom.h:176:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 176 | return __m_RefCount; delete this; return 0; } | ^~~~~~ ../../Common/FilterCoder.h:88:3: note: in expansion of macro 'MY_ADDREF_RELEASE' 88 | MY_ADDREF_RELEASE | ^~~~~~~~~~~~~~~~~ In file included from ../../Common/FileStreams.h:18: ../../Common/FileStreams.h: In member function 'virtual ULONG CInFileStream::Release()': ../../Common/../../Common/MyCom.h:175:32: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 175 | STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0) \ | ^~ ../../Common/../../Common/MyCom.h:182:3: note: in expansion of macro 'MY_ADDREF_RELEASE' 182 | MY_ADDREF_RELEASE | ^~~~~~~~~~~~~~~~~ ../../Common/../../Common/MyCom.h:195:33: note: in expansion of macro 'MY_UNKNOWN_IMP_SPEC' 195 | #define MY_UNKNOWN_IMP2(i1, i2) MY_UNKNOWN_IMP_SPEC( \ | ^~~~~~~~~~~~~~~~~~~ ../../Common/FileStreams.h:56:3: note: in expansion of macro 'MY_UNKNOWN_IMP2' 56 | MY_UNKNOWN_IMP2(IInStream, IStreamGetSize) | ^~~~~~~~~~~~~~~ ../../Common/../../Common/MyCom.h:176:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 176 | return __m_RefCount; delete this; return 0; } | ^~~~~~ ../../Common/../../Common/MyCom.h:182:3: note: in expansion of macro 'MY_ADDREF_RELEASE' 182 | MY_ADDREF_RELEASE | ^~~~~~~~~~~~~~~~~ ../../Common/../../Common/MyCom.h:195:33: note: in expansion of macro 'MY_UNKNOWN_IMP_SPEC' 195 | #define MY_UNKNOWN_IMP2(i1, i2) MY_UNKNOWN_IMP_SPEC( \ | ^~~~~~~~~~~~~~~~~~~ ../../Common/FileStreams.h:56:3: note: in expansion of macro 'MY_UNKNOWN_IMP2' 56 | MY_UNKNOWN_IMP2(IInStream, IStreamGetSize) | ^~~~~~~~~~~~~~~ ../../Common/FileStreams.h: In member function 'virtual ULONG CStdInFileStream::Release()': ../../Common/../../Common/MyCom.h:175:32: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 175 | STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0) \ | ^~ ../../Common/../../Common/MyCom.h:188:3: note: in expansion of macro 'MY_ADDREF_RELEASE' 188 | MY_ADDREF_RELEASE | ^~~~~~~~~~~~~~~~~ ../../Common/FileStreams.h:69:3: note: in expansion of macro 'MY_UNKNOWN_IMP' 69 | MY_UNKNOWN_IMP | ^~~~~~~~~~~~~~ ../../Common/../../Common/MyCom.h:176:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 176 | return __m_RefCount; delete this; return 0; } | ^~~~~~ ../../Common/../../Common/MyCom.h:188:3: note: in expansion of macro 'MY_ADDREF_RELEASE' 188 | MY_ADDREF_RELEASE | ^~~~~~~~~~~~~~~~~ ../../Common/FileStreams.h:69:3: note: in expansion of macro 'MY_UNKNOWN_IMP' 69 | MY_UNKNOWN_IMP | ^~~~~~~~~~~~~~ ../../Common/FileStreams.h: In member function 'virtual ULONG COutFileStream::Release()': ../../Common/../../Common/MyCom.h:175:32: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 175 | STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0) \ | ^~ ../../Common/../../Common/MyCom.h:182:3: note: in expansion of macro 'MY_ADDREF_RELEASE' 182 | MY_ADDREF_RELEASE | ^~~~~~~~~~~~~~~~~ ../../Common/../../Common/MyCom.h:190:28: note: in expansion of macro 'MY_UNKNOWN_IMP_SPEC' 190 | #define MY_UNKNOWN_IMP1(i) MY_UNKNOWN_IMP_SPEC( \ | ^~~~~~~~~~~~~~~~~~~ ../../Common/FileStreams.h:110:3: note: in expansion of macro 'MY_UNKNOWN_IMP1' 110 | MY_UNKNOWN_IMP1(IOutStream) | ^~~~~~~~~~~~~~~ ../../Common/../../Common/MyCom.h:176:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 176 | return __m_RefCount; delete this; return 0; } | ^~~~~~ ../../Common/../../Common/MyCom.h:182:3: note: in expansion of macro 'MY_ADDREF_RELEASE' 182 | MY_ADDREF_RELEASE | ^~~~~~~~~~~~~~~~~ ../../Common/../../Common/MyCom.h:190:28: note: in expansion of macro 'MY_UNKNOWN_IMP_SPEC' 190 | #define MY_UNKNOWN_IMP1(i) MY_UNKNOWN_IMP_SPEC( \ | ^~~~~~~~~~~~~~~~~~~ ../../Common/FileStreams.h:110:3: note: in expansion of macro 'MY_UNKNOWN_IMP1' 110 | MY_UNKNOWN_IMP1(IOutStream) | ^~~~~~~~~~~~~~~ ../../Common/FileStreams.h: In member function 'virtual ULONG CStdOutFileStream::Release()': ../../Common/../../Common/MyCom.h:175:32: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 175 | STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0) \ | ^~ ../../Common/../../Common/MyCom.h:188:3: note: in expansion of macro 'MY_ADDREF_RELEASE' 188 | MY_ADDREF_RELEASE | ^~~~~~~~~~~~~~~~~ ../../Common/FileStreams.h:122:3: note: in expansion of macro 'MY_UNKNOWN_IMP' 122 | MY_UNKNOWN_IMP | ^~~~~~~~~~~~~~ ../../Common/../../Common/MyCom.h:176:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 176 | return __m_RefCount; delete this; return 0; } | ^~~~~~ ../../Common/../../Common/MyCom.h:188:3: note: in expansion of macro 'MY_ADDREF_RELEASE' 188 | MY_ADDREF_RELEASE | ^~~~~~~~~~~~~~~~~ ../../Common/FileStreams.h:122:3: note: in expansion of macro 'MY_UNKNOWN_IMP' 122 | MY_UNKNOWN_IMP | ^~~~~~~~~~~~~~ g++ -O2 -Wall -c -D_7ZIP_ST ../../Common/MethodProps.cpp In file included from ../../Common/MethodProps.h:6, from ../../Common/MethodProps.cpp:7: ../../Common/../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../Common/../../Common/MyString.h:351:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 351 | for (int i = 0; i < _length; i++) | ^~~ ../../Common/../../Common/MyString.h:354:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 354 | return -1; | ^~~~~~ g++ -O2 -Wall -c -D_7ZIP_ST ../../Common/StreamUtils.cpp g++ -O2 -Wall -c -D_7ZIP_ST ../../../Common/C_FileIO.cpp g++ -O2 -Wall -c -D_7ZIP_ST ../../../Common/CommandLineParser.cpp In file included from ../../../Common/CommandLineParser.h:6, from ../../../Common/CommandLineParser.cpp:5: ../../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/MyString.h:351:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 351 | for (int i = 0; i < _length; i++) | ^~~ ../../../Common/MyString.h:354:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 354 | return -1; | ^~~~~~ g++ -O2 -Wall -c -D_7ZIP_ST ../../../Common/CRC.cpp g++ -O2 -Wall -c -D_7ZIP_ST ../../../Common/IntToString.cpp g++ -O2 -Wall -c -D_7ZIP_ST ../../../Common/MyString.cpp In file included from ../../../Common/StringConvert.h:7, from ../../../Common/MyString.cpp:12: ../../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/MyString.h:351:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 351 | for (int i = 0; i < _length; i++) | ^~~ ../../../Common/MyString.h:354:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 354 | return -1; | ^~~~~~ g++ -O2 -Wall -c -D_7ZIP_ST ../../../Common/MyVector.cpp g++ -O2 -Wall -c -D_7ZIP_ST ../../../Common/MyWindows.cpp g++ -O2 -Wall -c -D_7ZIP_ST ../../../Common/StringConvert.cpp In file included from ../../../Common/StringConvert.h:7, from ../../../Common/StringConvert.cpp:5: ../../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/MyString.h:351:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 351 | for (int i = 0; i < _length; i++) | ^~~ ../../../Common/MyString.h:354:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 354 | return -1; | ^~~~~~ g++ -O2 -Wall -c -D_7ZIP_ST ../../../Common/StringToInt.cpp g++ -O2 -Wall -c -D_7ZIP_ST ../../../Windows/PropVariant.cpp ../../../Windows/PropVariant.cpp: In member function 'LONG NWindows::NCOM::CPropVariant::Attach(PROPVARIANT*)': ../../../Windows/PropVariant.cpp:180:9: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'class NWindows::NCOM::CPropVariant' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 180 | memcpy(this, pSrc, sizeof(PROPVARIANT)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../../Windows/PropVariant.cpp:5: ../../../Windows/PropVariant.h:12:7: note: 'class NWindows::NCOM::CPropVariant' declared here 12 | class CPropVariant : public tagPROPVARIANT | ^~~~~~~~~~~~ gcc -O2 -Wall -c -D_7ZIP_ST ../../../../C/7zCrc.c gcc -O2 -Wall -c -D_7ZIP_ST ../../../../C/7zCrcOpt.c gcc -O2 -Wall -c -D_7ZIP_ST ../../../../C/Alloc.c gcc -O2 -Wall -c -D_7ZIP_ST ../../../../C/Bra86.c gcc -O2 -Wall -c -D_7ZIP_ST ../../../../C/CpuArch.c gcc -O2 -Wall -c -D_7ZIP_ST ../../../../C/LzFind.c gcc -O2 -Wall -c -D_7ZIP_ST ../../../../C/LzmaDec.c gcc -O2 -Wall -c -D_7ZIP_ST ../../../../C/LzmaEnc.c gcc -O2 -Wall -c -D_7ZIP_ST ../../../../C/Lzma86Dec.c ../../../../C/LzmaEnc.c: In function 'LzmaEnc_Alloc': ../../../../C/LzmaEnc.c:1908:8: warning: variable 'btMode' set but not used [-Wunused-but-set-variable] 1908 | Bool btMode; | ^~~~~~ gcc -O2 -Wall -c -D_7ZIP_ST ../../../../C/Lzma86Enc.c g++ -O2 -Wall -o lzma -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib LzmaAlone.o Bench.o BenchCon.o ConsoleClose.o LzmaDecoder.o LzmaEncoder.o LzmaRegister.o CreateCoder.o CWrappers.o FileStreams.o FilterCoder.o MethodProps.o StreamUtils.o C_FileIO.o CommandLineParser.o CRC.o IntToString.o MyString.o MyVector.o MyWindows.o StringConvert.o StringToInt.o PropVariant.o 7zCrc.o 7zCrcOpt.o Alloc.o Bra86.o CpuArch.o LzFind.o LzmaDec.o LzmaEnc.o Lzma86Dec.o Lzma86Enc.o -lm make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-lzma-alone-9.22/CPP/7zip/Bundles/LzmaCon' >>> host-lzma-alone 9.22 Installing to host directory /usr/bin/install -D -m 0755 /home/buildroot/autobuild/instance-0/output-1/build/host-lzma-alone-9.22/CPP/7zip/Bundles/LzmaCon/lzma /home/buildroot/autobuild/instance-0/output-1/host/bin/lzma_alone patchelf-0.13.tar.bz2: OK (sha256: 4c7ed4bcfc1a114d6286e4a0d3c1a90db147a4c3adda1814ee0eee0f9ee917ed) >>> host-patchelf 0.13 Extracting bzcat /home/buildroot/autobuild/instance-0/dl/patchelf/patchelf-0.13.tar.bz2 | tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13 -xf - >>> host-patchelf 0.13 Patching Applying 0001-Add-option-to-make-the-rpath-relative-under-a-specif.patch using patch: patching file src/patchelf.cc Hunk #1 succeeded at 45 (offset -1 lines). Hunk #2 succeeded at 85 with fuzz 1 (offset 4 lines). Hunk #3 succeeded at 244 with fuzz 2 (offset 14 lines). Hunk #4 succeeded at 1318 with fuzz 2 (offset 226 lines). Hunk #5 succeeded at 1385 (offset 218 lines). Hunk #6 succeeded at 1419 (offset 223 lines). Hunk #7 succeeded at 1861 (offset 323 lines). Hunk #8 succeeded at 1887 (offset 322 lines). Hunk #9 succeeded at 1950 (offset 313 lines). Hunk #10 succeeded at 2021 with fuzz 1 (offset 325 lines). >>> host-patchelf 0.13 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.13 Patching libtool >>> host-patchelf 0.13 Configuring (cd /home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/ && rm -rf config.cache; GIT_DIR=. PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/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-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/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-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/buildroot/autobuild/instance-0/output-1/host" --sysconfdir="/home/buildroot/autobuild/instance-0/output-1/host/etc" --localstatedir="/home/buildroot/autobuild/instance-0/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... /usr/bin/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... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none checking dependency style of /usr/bin/gcc... none checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating patchelf.spec config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-patchelf 0.13 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/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-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13' Making all in src make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/src' /usr/bin/g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.13.20210805.a949ff2\" -DPACKAGE_STRING=\"patchelf\ 0.13.20210805.a949ff2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.13.20210805.a949ff2\" -I. -I/home/buildroot/autobuild/instance-0/output-1/host/include -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/src' Making all in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13' >>> host-patchelf 0.13 Installing to host directory GIT_DIR=. PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/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-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 install -C /home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/src' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/bin' /usr/bin/install -c patchelf '/home/buildroot/autobuild/instance-0/output-1/host/bin' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/src' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/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-0/output-1/build/host-patchelf-0.13/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/share/doc/patchelf' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/share/man/man1' /usr/bin/install -c -m 644 README.md '/home/buildroot/autobuild/instance-0/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/home/buildroot/autobuild/instance-0/output-1/host/share/man/man1' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-0/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc64%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-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/buildroot/autobuild/instance-0/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-0/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells; fi mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-0/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/autobuild/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-0/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-0/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab; fi rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/include /home/buildroot/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-0/output-1/target/usr/doc find /home/buildroot/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-0/output-1/target/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/man /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/info /home/buildroot/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/doc /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-0/output-1/target/lib/debug /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.02.2-29-g99eafd1cc6"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.02.2"; \ echo "PRETTY_NAME=\"Buildroot 2024.02.2\"" \ ) > /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-0/output-1/per-package \ /home/buildroot/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-0/output-1/target/usr ln -snf /home/buildroot/autobuild/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-0/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2024.02.2-29-g99eafd1cc6 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.38-44-gd37c2b20a4787463d192b32041c3406c2bd91de0 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.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 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.6.27 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 >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> git 2.43.0 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> zlib Collecting legal info >>> zlib-ng 2.1.3 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> initscripts Collecting legal info >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> host-autoconf 2.72 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-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) WARNING: the Buildroot source code has not been saved Legal info produced in /home/buildroot/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'