>>> duma 2.5.15 Extracting gzip -d -c /home/thomas/autobuild/instance-0/dl/duma/duma_2_5_15.tar.gz | tar --strip-components=1 -C /home/thomas/autobuild/instance-0/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="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/home/thomas/autobuild/instance-0/output-1/host/bin/sh4-linux-gcc-ar" AS="/home/thomas/autobuild/instance-0/output-1/host/bin/sh4-linux-as" LD="/home/thomas/autobuild/instance-0/output-1/host/bin/sh4-linux-ld" NM="/home/thomas/autobuild/instance-0/output-1/host/bin/sh4-linux-gcc-nm" CC="/home/thomas/autobuild/instance-0/output-1/host/bin/sh4-linux-gcc" GCC="/home/thomas/autobuild/instance-0/output-1/host/bin/sh4-linux-gcc" CPP="/home/thomas/autobuild/instance-0/output-1/host/bin/sh4-linux-cpp" CXX="/home/thomas/autobuild/instance-0/output-1/host/bin/sh4-linux-g++" FC="/home/thomas/autobuild/instance-0/output-1/host/bin/sh4-linux-gfortran" F77="/home/thomas/autobuild/instance-0/output-1/host/bin/sh4-linux-gfortran" RANLIB="/home/thomas/autobuild/instance-0/output-1/host/bin/sh4-linux-gcc-ranlib" READELF="/home/thomas/autobuild/instance-0/output-1/host/bin/sh4-linux-readelf" STRIP="/bin/true" OBJCOPY="/home/thomas/autobuild/instance-0/output-1/host/bin/sh4-linux-objcopy" OBJDUMP="/home/thomas/autobuild/instance-0/output-1/host/bin/sh4-linux-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/thomas/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/thomas/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/thomas/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/thomas/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/thomas/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/thomas/autobuild/instance-0/output-1/host/bin/sh4-linux-as" DEFAULT_LINKER="/home/thomas/autobuild/instance-0/output-1/host/bin/sh4-linux-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 -Ofast -g2 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g2 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Ofast -g2" FFLAGS=" -Ofast -g2" PKG_CONFIG="/home/thomas/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/thomas/autobuild/instance-0/output-1/host/sh4-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl OS=linux DUMA_OPTIONS="" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g2 -D_FORTIFY_SOURCE=1 -std=c++11" -C /home/thomas/autobuild/instance-0/output-1/build/duma-2.5.15 make[1]: Entering directory '/home/thomas/autobuild/instance-0/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 '/home/thomas/autobuild/instance-0/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 '/home/thomas/autobuild/instance-0/output-1/build/duma-2.5.15' /home/thomas/autobuild/instance-0/output-1/host/bin/sh4-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g2 -D_FORTIFY_SOURCE=1 -std=c++11 -c dumapp.cpp -o dumapp.o In file included from dumapp.cpp:39: dumapp.h:88:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 88 | void * DUMA_CDECL operator new(DUMA_SIZE_T) throw(std::bad_alloc); | ^~~~~ dumapp.h:98:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 98 | void * DUMA_CDECL operator new[](DUMA_SIZE_T) throw(std::bad_alloc); | ^~~~~ dumapp.h:110:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 110 | void * DUMA_CDECL operator new(DUMA_SIZE_T, const char *, int) throw(std::bad_alloc); | ^~~~~ dumapp.h:120:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 120 | void * DUMA_CDECL operator new[](DUMA_SIZE_T, const char *, int) throw(std::bad_alloc); | ^~~~~ dumapp.cpp:328:1: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 328 | throw( std::bad_alloc ) | ^~~~~ dumapp.cpp:381:1: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 381 | throw( std::bad_alloc ) | ^~~~~ /home/thomas/autobuild/instance-0/output-1/host/bin/sh4-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g2 -D_FORTIFY_SOURCE=1 -c duma.c -o duma.o /home/thomas/autobuild/instance-0/output-1/host/bin/sh4-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g2 -D_FORTIFY_SOURCE=1 -c sem_inc.c -o sem_inc.o /home/thomas/autobuild/instance-0/output-1/host/bin/sh4-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g2 -D_FORTIFY_SOURCE=1 -c print.c -o print.o print.c: In function 'DUMA_Print': print.c:321:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 321 | write(1, buffer, len); | ^~~~~~~~~~~~~~~~~~~~~ print.c:324:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 324 | write(2, buffer, len); | ^~~~~~~~~~~~~~~~~~~~~ print.c:335:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 335 | write(fd, buffer, len); | ^~~~~~~~~~~~~~~~~~~~~~ rm -f libduma.a /home/thomas/autobuild/instance-0/output-1/host/bin/sh4-linux-gcc-ar crv libduma.a dumapp.o duma.o sem_inc.o print.o a - dumapp.o a - duma.o a - sem_inc.o a - print.o /home/thomas/autobuild/instance-0/output-1/host/bin/sh4-linux-gcc-ranlib libduma.a /home/thomas/autobuild/instance-0/output-1/host/bin/sh4-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g2 -D_FORTIFY_SOURCE=1 -std=c++11 -fPIC -DPIC -DDUMA_SO_LIBRARY -c dumapp.cpp -o dumapp_so.o In file included from dumapp.cpp:39: dumapp.h:88:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 88 | void * DUMA_CDECL operator new(DUMA_SIZE_T) throw(std::bad_alloc); | ^~~~~ dumapp.h:98:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 98 | void * DUMA_CDECL operator new[](DUMA_SIZE_T) throw(std::bad_alloc); | ^~~~~ dumapp.h:110:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 110 | void * DUMA_CDECL operator new(DUMA_SIZE_T, const char *, int) throw(std::bad_alloc); | ^~~~~ dumapp.h:120:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 120 | void * DUMA_CDECL operator new[](DUMA_SIZE_T, const char *, int) throw(std::bad_alloc); | ^~~~~ dumapp.cpp:328:1: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 328 | throw( std::bad_alloc ) | ^~~~~ dumapp.cpp:381:1: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 381 | throw( std::bad_alloc ) | ^~~~~ /home/thomas/autobuild/instance-0/output-1/host/bin/sh4-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g2 -D_FORTIFY_SOURCE=1 -fPIC -DPIC -DDUMA_SO_LIBRARY -c duma.c -o duma_so.o In file included from /home/thomas/autobuild/instance-0/output-1/host/sh4-buildroot-linux-gnu/sysroot/usr/include/features.h:490, from /home/thomas/autobuild/instance-0/output-1/host/sh4-buildroot-linux-gnu/sysroot/usr/include/bits/libc-header-start.h:33, from /home/thomas/autobuild/instance-0/output-1/host/sh4-buildroot-linux-gnu/sysroot/usr/include/stdlib.h:26, from duma.c:56: In function 'allocateMoreSlots', inlined from '_duma_allocate' at duma.c:1428:5: /home/thomas/autobuild/instance-0/output-1/host/sh4-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:26:1: error: inlining failed in call to 'always_inline' 'memcpy.localalias': function not inlinable 26 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, | ^~~~~ duma.c:1191:3: note: called from here 1191 | memcpy(newAllocation, _duma_g.allocList, _duma_s.allocListSize); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/thomas/autobuild/instance-0/output-1/host/sh4-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h: In function '_duma_realloc': /home/thomas/autobuild/instance-0/output-1/host/sh4-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:26:1: error: inlining failed in call to 'always_inline' 'memcpy.localalias': function not inlinable 26 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, | ^~~~~ duma.c:2111:7: note: called from here 2111 | memcpy( ptr, oldBuffer, slot->userSize ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/thomas/autobuild/instance-0/output-1/host/sh4-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:26:1: error: inlining failed in call to 'always_inline' 'memcpy.localalias': function not inlinable 26 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, | ^~~~~ duma.c:2115:7: note: called from here 2115 | memcpy(ptr, oldBuffer, newSize); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: *** [GNUmakefile:542: duma_so.o] Error 1 make[1]: Leaving directory '/home/thomas/autobuild/instance-0/output-1/build/duma-2.5.15' make: *** [package/pkg-generic.mk:293: /home/thomas/autobuild/instance-0/output-1/build/duma-2.5.15/.stamp_built] Error 2 make: Leaving directory '/home/thomas/autobuild/instance-0/buildroot'