./docker-build raspberrypi4_aarch64 fluidplug Initializing platform raspberrypi4_aarch64... [+] Running 1/1 ⠿ raspberrypi4_aarch64 Pulled 0.9s /usr/bin/make -j1 O=/home/builder/lv2-workdir/raspberrypi4_aarch64 HOSTCC="/usr/bin/gcc" HOSTCXX="/usr/bin/g++" silentoldconfig make[1]: warning: -j1 forced in submake: resetting jobserver mode. make[1]: Entering directory '/home/builder/lv2-workdir/raspberrypi4_aarch64/build/buildroot-2016.02' GEN /home/builder/lv2-workdir/raspberrypi4_aarch64/Makefile BR2_DEFCONFIG='' KCONFIG_AUTOCONFIG=/home/builder/lv2-workdir/raspberrypi4_aarch64/build/buildroot-config/auto.conf KCONFIG_AUTOHEADER=/home/builder/lv2-workdir/raspberrypi4_aarch64/build/buildroot-config/autoconf.h KCONFIG_TRISTATE=/home/builder/lv2-workdir/raspberrypi4_aarch64/build/buildroot-config/tristate.config BR2_CONFIG=/home/builder/lv2-workdir/raspberrypi4_aarch64/.config BR2_EXTERNAL=/home/builder/patchstorage-lv2-builder/plugins-dep HOST_GCC_VERSION="11" SKIP_LEGACY= /home/builder/lv2-workdir/raspberrypi4_aarch64/build/buildroot-config/conf --silentoldconfig Config.in make[1]: Leaving directory '/home/builder/lv2-workdir/raspberrypi4_aarch64/build/buildroot-2016.02' >>> host-p7zip-light 9.20.1 Building /usr/bin/make CFLAGS="-D_7ZIP_LARGE_PAGES -fPIC" CXXFLAGS="-D_7ZIP_LARGE_PAGES -fPIC" -C /home/builder/lv2-workdir/raspberrypi4_aarch64/build/host-p7zip-light-9.20.1 7za 7z make[1]: Entering directory '/home/builder/lv2-workdir/raspberrypi4_aarch64/build/host-p7zip-light-9.20.1' mkdir -p bin /usr/bin/make -C CPP/7zip/Bundles/Alone all mkdir -p bin/Codecs /usr/bin/make -C CPP/7zip/Bundles/Format7zFree all make[2]: Entering directory '/home/builder/lv2-workdir/raspberrypi4_aarch64/build/host-p7zip-light-9.20.1/CPP/7zip/Bundles/Alone' g++ -D_7ZIP_LARGE_PAGES -fPIC -DNDEBUG -D_REENTRANT -DENV_UNIX -D_7ZIP_LARGE_PAGES -DBREAK_HANDLER -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Windows/Error.cpp g++ -D_7ZIP_LARGE_PAGES -fPIC -DNDEBUG -D_REENTRANT -DENV_UNIX -D_7ZIP_LARGE_PAGES -DBREAK_HANDLER -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Windows/FileName.cpp g++ -D_7ZIP_LARGE_PAGES -fPIC -DNDEBUG -D_REENTRANT -DENV_UNIX -D_7ZIP_LARGE_PAGES -DBREAK_HANDLER -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Windows/PropVariant.cpp make[2]: Entering directory '/home/builder/lv2-workdir/raspberrypi4_aarch64/build/host-p7zip-light-9.20.1/CPP/7zip/Bundles/Format7zFree' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/builder/lv2-workdir/raspberrypi4_aarch64/build/host-p7zip-light-9.20.1/CPP/7zip/Bundles/Format7zFree' g++ -D_7ZIP_LARGE_PAGES -fPIC -DNDEBUG -D_REENTRANT -DENV_UNIX -D_7ZIP_LARGE_PAGES -DBREAK_HANDLER -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Windows/PropVariantConversions.cpp In file included from ../../../myWindows/StdAfx.h:16, from ../../../Windows/Error.cpp:3: ../../../Windows/Error.cpp: In function ‘bool NWindows::NError::MyFormatMessage(DWORD, CSysString&)’: ../../../Common/MyWindows.h:83:40: error: narrowing conversion of ‘-2147467263’ from ‘LONG’ {aka ‘int’} to ‘unsigned int’ [-Wnarrowing] 83 | #define E_NOTIMPL ((HRESULT)0x80004001L) | ^ ../../../Windows/Error.cpp:18:10: note: in expansion of macro ‘E_NOTIMPL’ 18 | case E_NOTIMPL : txt = "E_NOTIMPL"; break ; | ^~~~~~~~~ ../../../Common/MyWindows.h:84:44: error: narrowing conversion of ‘-2147467262’ from ‘LONG’ {aka ‘int’} to ‘unsigned int’ [-Wnarrowing] 84 | #define E_NOINTERFACE ((HRESULT)0x80004002L) | ^ ../../../Windows/Error.cpp:19:10: note: in expansion of macro ‘E_NOINTERFACE’ 19 | case E_NOINTERFACE : txt = "E_NOINTERFACE"; break ; | ^~~~~~~~~~~~~ ../../../Common/MyWindows.h:85:38: error: narrowing conversion of ‘-2147467260’ from ‘LONG’ {aka ‘int’} to ‘unsigned int’ [-Wnarrowing] 85 | #define E_ABORT ((HRESULT)0x80004004L) | ^ ../../../Windows/Error.cpp:20:10: note: in expansion of macro ‘E_ABORT’ 20 | case E_ABORT : txt = "E_ABORT"; break ; | ^~~~~~~ ../../../Common/MyWindows.h:86:37: error: narrowing conversion of ‘-2147467259’ from ‘LONG’ {aka ‘int’} to ‘unsigned int’ [-Wnarrowing] 86 | #define E_FAIL ((HRESULT)0x80004005L) | ^ ../../../Windows/Error.cpp:21:10: note: in expansion of macro ‘E_FAIL’ 21 | case E_FAIL : txt = "E_FAIL"; break ; | ^~~~~~ ../../../Common/MyWindows.h:87:52: error: narrowing conversion of ‘-2147287039’ from ‘LONG’ {aka ‘int’} to ‘unsigned int’ [-Wnarrowing] 87 | #define STG_E_INVALIDFUNCTION ((HRESULT)0x80030001L) | ^ ../../../Windows/Error.cpp:22:10: note: in expansion of macro ‘STG_E_INVALIDFUNCTION’ 22 | case STG_E_INVALIDFUNCTION : txt = "STG_E_INVALIDFUNCTION"; break ; | ^~~~~~~~~~~~~~~~~~~~~ ../../../Common/MyWindows.h:88:44: error: narrowing conversion of ‘-2147024882’ from ‘LONG’ {aka ‘int’} to ‘unsigned int’ [-Wnarrowing] 88 | #define E_OUTOFMEMORY ((HRESULT)0x8007000EL) | ^ ../../../Windows/Error.cpp:23:10: note: in expansion of macro ‘E_OUTOFMEMORY’ 23 | case E_OUTOFMEMORY : txt = "E_OUTOFMEMORY"; break ; | ^~~~~~~~~~~~~ ../../../Common/MyWindows.h:89:43: error: narrowing conversion of ‘-2147024809’ from ‘LONG’ {aka ‘int’} to ‘unsigned int’ [-Wnarrowing] 89 | #define E_INVALIDARG ((HRESULT)0x80070057L) | ^ ../../../Windows/Error.cpp:24:10: note: in expansion of macro ‘E_INVALIDARG’ 24 | case E_INVALIDARG : txt = "E_INVALIDARG"; break ; | ^~~~~~~~~~~~ make[2]: *** [../../../../makefile.rules:74: Error.o] Error 1 make[2]: *** Waiting for unfinished jobs.... /usr/bin/make -C CPP/7zip/UI/Console all make[2]: Entering directory '/home/builder/lv2-workdir/raspberrypi4_aarch64/build/host-p7zip-light-9.20.1/CPP/7zip/UI/Console' g++ -D_7ZIP_LARGE_PAGES -fPIC -DNDEBUG -D_REENTRANT -DENV_UNIX -D_7ZIP_LARGE_PAGES -DEXTERNAL_LZMA -DEXTERNAL_CODECS -DBREAK_HANDLER -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Windows/Error.cpp g++ -D_7ZIP_LARGE_PAGES -fPIC -DNDEBUG -D_REENTRANT -DENV_UNIX -D_7ZIP_LARGE_PAGES -DEXTERNAL_LZMA -DEXTERNAL_CODECS -DBREAK_HANDLER -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Windows/FileIO.cpp g++ -D_7ZIP_LARGE_PAGES -fPIC -DNDEBUG -D_REENTRANT -DENV_UNIX -D_7ZIP_LARGE_PAGES -DEXTERNAL_LZMA -DEXTERNAL_CODECS -DBREAK_HANDLER -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Windows/FileName.cpp make[2]: Leaving directory '/home/builder/lv2-workdir/raspberrypi4_aarch64/build/host-p7zip-light-9.20.1/CPP/7zip/Bundles/Alone' make[1]: *** [makefile:28: 7za] Error 2 make[1]: *** Waiting for unfinished jobs.... g++ -D_7ZIP_LARGE_PAGES -fPIC -DNDEBUG -D_REENTRANT -DENV_UNIX -D_7ZIP_LARGE_PAGES -DEXTERNAL_LZMA -DEXTERNAL_CODECS -DBREAK_HANDLER -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Windows/PropVariant.cpp In file included from ../../../myWindows/StdAfx.h:16, from ../../../Windows/Error.cpp:3: ../../../Windows/Error.cpp: In function ‘bool NWindows::NError::MyFormatMessage(DWORD, CSysString&)’: ../../../Common/MyWindows.h:83:40: error: narrowing conversion of ‘-2147467263’ from ‘LONG’ {aka ‘int’} to ‘unsigned int’ [-Wnarrowing] 83 | #define E_NOTIMPL ((HRESULT)0x80004001L) | ^ ../../../Windows/Error.cpp:18:10: note: in expansion of macro ‘E_NOTIMPL’ 18 | case E_NOTIMPL : txt = "E_NOTIMPL"; break ; | ^~~~~~~~~ ../../../Common/MyWindows.h:84:44: error: narrowing conversion of ‘-2147467262’ from ‘LONG’ {aka ‘int’} to ‘unsigned int’ [-Wnarrowing] 84 | #define E_NOINTERFACE ((HRESULT)0x80004002L) | ^ ../../../Windows/Error.cpp:19:10: note: in expansion of macro ‘E_NOINTERFACE’ 19 | case E_NOINTERFACE : txt = "E_NOINTERFACE"; break ; | ^~~~~~~~~~~~~ ../../../Common/MyWindows.h:85:38: error: narrowing conversion of ‘-2147467260’ from ‘LONG’ {aka ‘int’} to ‘unsigned int’ [-Wnarrowing] 85 | #define E_ABORT ((HRESULT)0x80004004L) | ^ ../../../Windows/Error.cpp:20:10: note: in expansion of macro ‘E_ABORT’ 20 | case E_ABORT : txt = "E_ABORT"; break ; | ^~~~~~~ ../../../Common/MyWindows.h:86:37: error: narrowing conversion of ‘-2147467259’ from ‘LONG’ {aka ‘int’} to ‘unsigned int’ [-Wnarrowing] 86 | #define E_FAIL ((HRESULT)0x80004005L) | ^ ../../../Windows/Error.cpp:21:10: note: in expansion of macro ‘E_FAIL’ 21 | case E_FAIL : txt = "E_FAIL"; break ; | ^~~~~~ ../../../Common/MyWindows.h:87:52: error: narrowing conversion of ‘-2147287039’ from ‘LONG’ {aka ‘int’} to ‘unsigned int’ [-Wnarrowing] 87 | #define STG_E_INVALIDFUNCTION ((HRESULT)0x80030001L) | ^ ../../../Windows/Error.cpp:22:10: note: in expansion of macro ‘STG_E_INVALIDFUNCTION’ 22 | case STG_E_INVALIDFUNCTION : txt = "STG_E_INVALIDFUNCTION"; break ; | ^~~~~~~~~~~~~~~~~~~~~ ../../../Common/MyWindows.h:88:44: error: narrowing conversion of ‘-2147024882’ from ‘LONG’ {aka ‘int’} to ‘unsigned int’ [-Wnarrowing] 88 | #define E_OUTOFMEMORY ((HRESULT)0x8007000EL) | ^ ../../../Windows/Error.cpp:23:10: note: in expansion of macro ‘E_OUTOFMEMORY’ 23 | case E_OUTOFMEMORY : txt = "E_OUTOFMEMORY"; break ; | ^~~~~~~~~~~~~ ../../../Common/MyWindows.h:89:43: error: narrowing conversion of ‘-2147024809’ from ‘LONG’ {aka ‘int’} to ‘unsigned int’ [-Wnarrowing] 89 | #define E_INVALIDARG ((HRESULT)0x80070057L) | ^ ../../../Windows/Error.cpp:24:10: note: in expansion of macro ‘E_INVALIDARG’ 24 | case E_INVALIDARG : txt = "E_INVALIDARG"; break ; | ^~~~~~~~~~~~ make[2]: *** [../../../../makefile.rules:74: Error.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/home/builder/lv2-workdir/raspberrypi4_aarch64/build/host-p7zip-light-9.20.1/CPP/7zip/UI/Console' make[1]: *** [makefile:72: 7z] Error 2 make[1]: Leaving directory '/home/builder/lv2-workdir/raspberrypi4_aarch64/build/host-p7zip-light-9.20.1' make: *** [package/pkg-generic.mk:198: /home/builder/lv2-workdir/raspberrypi4_aarch64/build/host-p7zip-light-9.20.1/.stamp_built] Error 2