>>> duma 2.5.15 Extracting gzip -d -c /tmp/instance-6/dl/duma/duma_2_5_15.tar.gz | tar --strip-components=1 -C /tmp/instance-6/output-1/build/duma-2.5.15 -xf - >>> duma 2.5.15 Patching Applying 0001-fix-cross-compilation.patch using patch: patching file GNUmakefile Applying 0002-no-tests.patch using patch: patching file GNUmakefile Applying 0003-fix-C++14.patch using patch: patching file dumapp.cpp patching file dumapp.h Applying 0004-Fix-build-with-latest-glibc.patch using patch: patching file print.c >>> duma 2.5.15 Configuring >>> duma 2.5.15 Building PATH="/tmp/instance-6/output-1/host/bin:/tmp/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 PATH="/tmp/instance-6/output-1/host/bin:/tmp/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-6/output-1/host/bin/arm-buildroot-linux-gnueabihf-ar" AS="/tmp/instance-6/output-1/host/bin/arm-buildroot-linux-gnueabihf-as" LD="/tmp/instance-6/output-1/host/bin/arm-buildroot-linux-gnueabihf-ld" NM="/tmp/instance-6/output-1/host/bin/arm-buildroot-linux-gnueabihf-nm" CC="/tmp/instance-6/output-1/host/bin/arm-buildroot-linux-gnueabihf-gcc" GCC="/tmp/instance-6/output-1/host/bin/arm-buildroot-linux-gnueabihf-gcc" CPP="/tmp/instance-6/output-1/host/bin/arm-buildroot-linux-gnueabihf-cpp" CXX="/tmp/instance-6/output-1/host/bin/arm-buildroot-linux-gnueabihf-g++" FC="/tmp/instance-6/output-1/host/bin/arm-buildroot-linux-gnueabihf-gfortran" F77="/tmp/instance-6/output-1/host/bin/arm-buildroot-linux-gnueabihf-gfortran" RANLIB="/tmp/instance-6/output-1/host/bin/arm-buildroot-linux-gnueabihf-ranlib" READELF="/tmp/instance-6/output-1/host/bin/arm-buildroot-linux-gnueabihf-readelf" STRIP="/tmp/instance-6/output-1/host/bin/arm-buildroot-linux-gnueabihf-strip" OBJCOPY="/tmp/instance-6/output-1/host/bin/arm-buildroot-linux-gnueabihf-objcopy" OBJDUMP="/tmp/instance-6/output-1/host/bin/arm-buildroot-linux-gnueabihf-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/tmp/instance-6/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-6/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-6/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-6/output-1/host/lib -Wl,-rpath,/tmp/instance-6/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-6/output-1/host/bin/arm-buildroot-linux-gnueabihf-as" DEFAULT_LINKER="/tmp/instance-6/output-1/host/bin/arm-buildroot-linux-gnueabihf-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="/tmp/instance-6/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-6/output-1/host/arm-buildroot-linux-gnueabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl OS=linux DUMA_OPTIONS="" -C /tmp/instance-6/output-1/build/duma-2.5.15 make[1]: Entering directory '/tmp/instance-6/output-1/build/duma-2.5.15' using default srcdir [.] using default prefix [/usr] using default exec_prefix [/usr] /usr/bin/make reconfig make[2]: Entering directory '/tmp/instance-6/output-1/build/duma-2.5.15' using default srcdir [.] using default prefix [/usr] using default exec_prefix [/usr] /usr/bin/gcc -c createconf.c -o createconf.o createconf.c: In function 'testAlignment': createconf.c:131:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 131 | TYPE addr = (TYPE)(buffer) + offset; | ^ createconf.c:134:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 134 | *( (unsigned char *) addr ) = 0; | ^ createconf.c:135:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 135 | *( (unsigned short int*) addr ) = 0; | ^ createconf.c:136:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 136 | *( (unsigned int *) addr ) = 0; | ^ createconf.c:137:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 137 | *( (unsigned long int *) addr ) = 0L; | ^ createconf.c:138:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 138 | *( (float *) addr ) = 0.0F; | ^ createconf.c:139:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 139 | *( (double *) addr ) = 0.0; | ^ createconf.c:140:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 140 | *( (long double *) addr ) = 0.0; | ^ createconf.c:145:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 145 | *( (unsigned long long int *) addr ) = 0L; | ^ createconf.c:155:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 155 | TYPE addr = (TYPE)(buffer) + offset; | ^ createconf.c:158:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 158 | *( (unsigned char *) addr ) = 0; | ^ createconf.c:159:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 159 | *( (unsigned short int*) addr ) = 0; | ^ createconf.c:160:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 160 | *( (unsigned int *) addr ) = 0; | ^ createconf.c:161:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 161 | *( (unsigned long int *) addr ) = 0L; | ^ createconf.c:162:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 162 | *( (float *) addr ) = 0.0F; | ^ createconf.c:163:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 163 | *( (double *) addr ) = 0.0; | ^ createconf.c:164:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 164 | *( (long double *) addr ) = 0.0; | ^ createconf.c:169:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 169 | *( (unsigned long long int *) addr ) = 0L; | ^ createconf.c:179:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 179 | TYPE addr = (TYPE)(buffer) + offset; | ^ createconf.c:182:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 182 | *( (unsigned char *) addr ) = 0; | ^ createconf.c:183:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 183 | *( (unsigned short int*) addr ) = 0; | ^ createconf.c:184:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 184 | *( (unsigned int *) addr ) = 0; | ^ createconf.c:185:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 185 | *( (unsigned long int *) addr ) = 0L; | ^ createconf.c:186:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 186 | *( (float *) addr ) = 0.0F; | ^ createconf.c:187:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 187 | *( (double *) addr ) = 0.0; | ^ createconf.c:188:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 188 | *( (long double *) addr ) = 0.0; | ^ createconf.c:193:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 193 | *( (unsigned long long int *) addr ) = 0L; | ^ rm -f createconf /usr/bin/gcc createconf.o -o createconf ./createconf make[2]: Leaving directory '/tmp/instance-6/output-1/build/duma-2.5.15' /tmp/instance-6/output-1/host/bin/arm-buildroot-linux-gnueabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c dumapp.cpp -o dumapp.o In file included from dumapp.cpp:39: dumapp.h:88:49: error: ISO C++17 does not allow dynamic exception specifications 88 | void * DUMA_CDECL operator new(DUMA_SIZE_T) throw(std::bad_alloc); | ^~~~~ dumapp.h:98:51: error: ISO C++17 does not allow dynamic exception specifications 98 | void * DUMA_CDECL operator new[](DUMA_SIZE_T) throw(std::bad_alloc); | ^~~~~ dumapp.h:110:70: error: ISO C++17 does not allow dynamic exception specifications 110 | void * DUMA_CDECL operator new(DUMA_SIZE_T, const char *, int) throw(std::bad_alloc); | ^~~~~ dumapp.h:120:72: error: ISO C++17 does not allow dynamic exception specifications 120 | void * DUMA_CDECL operator new[](DUMA_SIZE_T, const char *, int) throw(std::bad_alloc); | ^~~~~ dumapp.cpp:328:1: error: ISO C++17 does not allow dynamic exception specifications 328 | throw( std::bad_alloc ) | ^~~~~ dumapp.cpp:381:1: error: ISO C++17 does not allow dynamic exception specifications 381 | throw( std::bad_alloc ) | ^~~~~ make[1]: *** [GNUmakefile:562: dumapp.o] Error 1 make[1]: Leaving directory '/tmp/instance-6/output-1/build/duma-2.5.15' make: *** [package/pkg-generic.mk:270: /tmp/instance-6/output-1/build/duma-2.5.15/.stamp_built] Error 2 make: Leaving directory '/tmp/instance-6/buildroot'