Source: mariadb-10.5 Version: 1:10.5.6-1 Forwarded: https://jira.mariadb.org/browse/MDEV-23993 Tags: upstream, confirmed, help, ftbfs Severity: normal Justification: source did not build with libnuma before, so can be reverted User: debian-...@lists.debian.org Usertags: armhf, arm
In the Debian packaging, I enabled libnuma-dev as a dependency for armhf in https://salsa.debian.org/mariadb-team/mariadb-10.5/-/commit/1fc0f45a44d0f0162e61e956168d7d5fd4b1097b. Previously it was disabled, as libnuma-dev was not at all available for arch armhf in Debian (and so far uninstallable). After upload to Debian the build however failed with what seems to be a compiler segfault {noformat} make[4]: Leaving directory '/<<PKGBUILDDIR>>/builddir' /usr/bin/make -f extra/mariabackup/CMakeFiles/mbstream.dir/build.make extra/mariabackup/CMakeFiles/mbstream.dir/build make[4]: Entering directory '/<<PKGBUILDDIR>>/builddir' [ 42%] Building CXX object extra/mariabackup/CMakeFiles/mbstream.dir/ds_buffer.cc.o cd /<<PKGBUILDDIR>>/builddir/extra/mariabackup && /usr/bin/c++ -DBTR_CUR_ADAPT -DBTR_CUR_HASH_ADAPT -DCOMPILER_HINTS -DDBUG_TRACE -DHAVE_C99_INITIALIZERS -DHAVE_CONFIG_H -DHAVE_FALLOC_PUNCH_HOLE_AND_KEEP_SIZE=1 -DHAVE_IB_LINUX_FUTEX=1 -DHAVE_LZ4=1 -DHAVE_LZ4_COMPRESS_DEFAULT=1 -DHAVE_NANOSLEEP=1 -DHAVE_SCHED_GETCPU=1 -DHAVE_SNAPPY=1 -DHAVE_SYSTEM_REGEX -DLINUX_NATIVE_AIO=1 -DMUTEX_EVENT -DPCRE_STATIC=1 -DWITH_INNODB_DISALLOW_WRITES -D_FILE_OFFSET_BITS=64 -I/<<PKGBUILDDIR>>/wsrep-lib/include -I/<<PKGBUILDDIR>>/wsrep-lib/wsrep-API/v26 -I/<<PKGBUILDDIR>>/builddir/include -I/<<PKGBUILDDIR>>/storage/innobase/include -I/<<PKGBUILDDIR>>/storage/innobase/handler -I/<<PKGBUILDDIR>>/libbinlogevents/include -I/<<PKGBUILDDIR>>/tpool -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/sql -I/<<PKGBUILDDIR>>/builddir/extra/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl/wolfssl -I/<<PKGBUILDDIR>>/extra/mariabackup/quicklz -I/<<PKGBUILDDIR>>/extra/mariabackup -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wconversion -Wno-sign-conversion -O2 -g -static-libgcc -fno-omit-frame-pointer -fno-strict-aliasing -Wno-uninitialized -fno-omit-frame-pointer -D_FORTIFY_SOURCE=2 -DDBUG_OFF -Wall -Wextra -Wformat-security -Wno-format-truncation -Wno-init-self -Wno-nonnull-compare -Wno-unused-parameter -Woverloaded-virtual -Wnon-virtual-dtor -Wvla -Wwrite-strings -Wdate-time -D_FORTIFY_SOURCE=2 -DUNIV_LINUX -D_GNU_SOURCE=1 -DHAVE_OPENSSL -DHAVE_WOLFSSL -DWOLFSSL_USER_SETTINGS -UMYSQL_SERVER -DHAVE_OPENSSL -DHAVE_WOLFSSL -DWOLFSSL_USER_SETTINGS -std=gnu++11 -o CMakeFiles/mbstream.dir/ds_buffer.cc.o -c /<<PKGBUILDDIR>>/extra/mariabackup/ds_buffer.cc during RTL pass: vartrack /<<PKGBUILDDIR>>/storage/innobase/buf/buf0buddy.cc: In function ‘bool buf_buddy_relocate(void*, void*, ulint, bool)’: /<<PKGBUILDDIR>>/storage/innobase/buf/buf0buddy.cc:577:1: internal compiler error: in decompose, at rtl.h:2280 577 | } | ^ [ 42%] Building CXX object libmysqld/CMakeFiles/sql_embedded.dir/__/sql/item_geofunc.cc.o cd /<<PKGBUILDDIR>>/builddir/libmysqld && /usr/bin/c++ -DDBUG_TRACE -DEMBEDDED_LIBRARY -DHAVE_CONFIG_H -DMYSQL_SERVER -D_FILE_OFFSET_BITS=64 -I/<<PKGBUILDDIR>>/wsrep-lib/include -I/<<PKGBUILDDIR>>/wsrep-lib/wsrep-API/v26 -I/<<PKGBUILDDIR>>/builddir/include -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/libmysqld -I/<<PKGBUILDDIR>>/sql -I/<<PKGBUILDDIR>>/tpool -I/<<PKGBUILDDIR>>/builddir/sql -I/<<PKGBUILDDIR>>/builddir/extra/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl/wolfssl -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -O2 -g -static-libgcc -fno-omit-frame-pointer -fno-strict-aliasing -Wno-uninitialized -fno-omit-frame-pointer -D_FORTIFY_SOURCE=2 -DDBUG_OFF -Wall -Wextra -Wformat-security -Wno-format-truncation -Wno-init-self -Wno-nonnull-compare -Wno-unused-parameter -Woverloaded-virtual -Wnon-virtual-dtor -Wvla -Wwrite-strings -Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_OPENSSL -DHAVE_WOLFSSL -DWOLFSSL_USER_SETTINGS -fPIC -std=gnu++11 -o CMakeFiles/sql_embedded.dir/__/sql/item_geofunc.cc.o -c /<<PKGBUILDDIR>>/sql/item_geofunc.cc [ 42%] Building CXX object extra/mariabackup/CMakeFiles/mbstream.dir/ds_local.cc.o cd /<<PKGBUILDDIR>>/builddir/extra/mariabackup && /usr/bin/c++ -DBTR_CUR_ADAPT -DBTR_CUR_HASH_ADAPT -DCOMPILER_HINTS -DDBUG_TRACE -DHAVE_C99_INITIALIZERS -DHAVE_CONFIG_H -DHAVE_FALLOC_PUNCH_HOLE_AND_KEEP_SIZE=1 -DHAVE_IB_LINUX_FUTEX=1 -DHAVE_LZ4=1 -DHAVE_LZ4_COMPRESS_DEFAULT=1 -DHAVE_NANOSLEEP=1 -DHAVE_SCHED_GETCPU=1 -DHAVE_SNAPPY=1 -DHAVE_SYSTEM_REGEX -DLINUX_NATIVE_AIO=1 -DMUTEX_EVENT -DPCRE_STATIC=1 -DWITH_INNODB_DISALLOW_WRITES -D_FILE_OFFSET_BITS=64 -I/<<PKGBUILDDIR>>/wsrep-lib/include -I/<<PKGBUILDDIR>>/wsrep-lib/wsrep-API/v26 -I/<<PKGBUILDDIR>>/builddir/include -I/<<PKGBUILDDIR>>/storage/innobase/include -I/<<PKGBUILDDIR>>/storage/innobase/handler -I/<<PKGBUILDDIR>>/libbinlogevents/include -I/<<PKGBUILDDIR>>/tpool -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/sql -I/<<PKGBUILDDIR>>/builddir/extra/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl/wolfssl -I/<<PKGBUILDDIR>>/extra/mariabackup/quicklz -I/<<PKGBUILDDIR>>/extra/mariabackup -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wconversion -Wno-sign-conversion -O2 -g -static-libgcc -fno-omit-frame-pointer -fno-strict-aliasing -Wno-uninitialized -fno-omit-frame-pointer -D_FORTIFY_SOURCE=2 -DDBUG_OFF -Wall -Wextra -Wformat-security -Wno-format-truncation -Wno-init-self -Wno-nonnull-compare -Wno-unused-parameter -Woverloaded-virtual -Wnon-virtual-dtor -Wvla -Wwrite-strings -Wdate-time -D_FORTIFY_SOURCE=2 -DUNIV_LINUX -D_GNU_SOURCE=1 -DHAVE_OPENSSL -DHAVE_WOLFSSL -DWOLFSSL_USER_SETTINGS -UMYSQL_SERVER -DHAVE_OPENSSL -DHAVE_WOLFSSL -DWOLFSSL_USER_SETTINGS -std=gnu++11 -o CMakeFiles/mbstream.dir/ds_local.cc.o -c /<<PKGBUILDDIR>>/extra/mariabackup/ds_local.cc 0x8d359d wi::int_traits<std::pair<rtx_def*, machine_mode> >::decompose(long long*, unsigned int, std::pair<rtx_def*, machine_mode> const&) ../../src/gcc/rtl.h:2280 0x8d36ab wide_int_ref_storage<false, false>::wide_int_ref_storage<std::pair<rtx_def*, machine_mode> >(std::pair<rtx_def*, machine_mode> const&) ../../src/gcc/wide-int.h:1024 0x8d36ab generic_wide_int<wide_int_ref_storage<false, false> >::generic_wide_int<std::pair<rtx_def*, machine_mode> >(std::pair<rtx_def*, machine_mode> const&) ../../src/gcc/wide-int.h:782 0x8d36ab poly_int<1u, generic_wide_int<wide_int_ref_storage<false, false> > >::poly_int<std::pair<rtx_def*, machine_mode> >(std::pair<rtx_def*, machine_mode> const&) ../../src/gcc/poly-int.h:670 0x8d36ab wi::to_poly_wide(rtx_def const*, machine_mode) ../../src/gcc/rtl.h:2365 0x8d36ab neg_poly_int_rtx ../../src/gcc/simplify-rtx.c:64 0x8daa91 simplify_binary_operation_1 ../../src/gcc/simplify-rtx.c:2728 0x8dfa79 simplify_binary_operation(rtx_code, machine_mode, rtx_def*, rtx_def*) ../../src/gcc/simplify-rtx.c:2342 0x8dfaef simplify_gen_binary(rtx_code, machine_mode, rtx_def*, rtx_def*) ../../src/gcc/simplify-rtx.c:189 0xb7294d reverse_op ../../src/gcc/var-tracking.c:5942 0xb7294d add_stores ../../src/gcc/var-tracking.c:6225 0xb6cca9 add_with_sets ../../src/gcc/var-tracking.c:6648 0x51b913 cselib_record_sets ../../src/gcc/cselib.c:2904 0x51c6cf cselib_process_insn(rtx_insn*) ../../src/gcc/cselib.c:3066 0xb7c5d5 vt_initialize ../../src/gcc/var-tracking.c:10252 0xb82185 variable_tracking_main_1 ../../src/gcc/var-tracking.c:10481 0xb822df variable_tracking_main() ../../src/gcc/var-tracking.c:10534 0xb822df execute ../../src/gcc/var-tracking.c:10571 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See <file:///usr/share/doc/gcc-10/README.Bugs> for instructions. [ 42%] Building CXX object storage/connect/CMakeFiles/connect.dir/xindex.cpp.o cd /<<PKGBUILDDIR>>/builddir/storage/connect && /usr/bin/c++ -DDBUG_TRACE -DFORCE_INIT_OF_VARS -DGZ_SUPPORT -DHAVE_CONFIG_H -DHUGE_SUPPORT -DLIBXML2_SUPPORT -DLINUX -DMARIADB -DMYSQL_DYNAMIC_PLUGIN -DNOCRYPT -DODBC_SUPPORT -DREST_SUPPORT -DUBUNTU -DUNIX -DVCT_SUPPORT -DXMAP -DZIP_SUPPORT -D_FILE_OFFSET_BITS=64 -Dconnect_EXPORTS -I/<<PKGBUILDDIR>>/wsrep-lib/include -I/<<PKGBUILDDIR>>/wsrep-lib/wsrep-API/v26 -I/<<PKGBUILDDIR>>/builddir/include -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/sql -I/<<PKGBUILDDIR>>/builddir/extra/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl/wolfssl -I/usr/include/libxml2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wall -Wmissing-declarations -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-value -Wno-error=parentheses -Wno-error=strict-aliasing -Wno-error=misleading-indentation -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=type-limits -fpermissive -fexceptions -fPIC -O2 -g -static-libgcc -fno-omit-frame-pointer -fno-strict-aliasing -Wno-uninitialized -fno-omit-frame-pointer -D_FORTIFY_SOURCE=2 -DDBUG_OFF -Wall -Wextra -Wformat-security -Wno-format-truncation -Wno-init-self -Wno-nonnull-compare -Wno-unused-parameter -Woverloaded-virtual -Wnon-virtual-dtor -Wvla -Wwrite-strings -fPIC -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++11 -o CMakeFiles/connect.dir/xindex.cpp.o -c /<<PKGBUILDDIR>>/storage/connect/xindex.cpp [ 42%] Building CXX object extra/mariabackup/CMakeFiles/mbstream.dir/ds_stdout.cc.o cd /<<PKGBUILDDIR>>/builddir/extra/mariabackup && /usr/bin/c++ -DBTR_CUR_ADAPT -DBTR_CUR_HASH_ADAPT -DCOMPILER_HINTS -DDBUG_TRACE -DHAVE_C99_INITIALIZERS -DHAVE_CONFIG_H -DHAVE_FALLOC_PUNCH_HOLE_AND_KEEP_SIZE=1 -DHAVE_IB_LINUX_FUTEX=1 -DHAVE_LZ4=1 -DHAVE_LZ4_COMPRESS_DEFAULT=1 -DHAVE_NANOSLEEP=1 -DHAVE_SCHED_GETCPU=1 -DHAVE_SNAPPY=1 -DHAVE_SYSTEM_REGEX -DLINUX_NATIVE_AIO=1 -DMUTEX_EVENT -DPCRE_STATIC=1 -DWITH_INNODB_DISALLOW_WRITES -D_FILE_OFFSET_BITS=64 -I/<<PKGBUILDDIR>>/wsrep-lib/include -I/<<PKGBUILDDIR>>/wsrep-lib/wsrep-API/v26 -I/<<PKGBUILDDIR>>/builddir/include -I/<<PKGBUILDDIR>>/storage/innobase/include -I/<<PKGBUILDDIR>>/storage/innobase/handler -I/<<PKGBUILDDIR>>/libbinlogevents/include -I/<<PKGBUILDDIR>>/tpool -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/sql -I/<<PKGBUILDDIR>>/builddir/extra/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl/wolfssl -I/<<PKGBUILDDIR>>/extra/mariabackup/quicklz -I/<<PKGBUILDDIR>>/extra/mariabackup -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wconversion -Wno-sign-conversion -O2 -g -static-libgcc -fno-omit-frame-pointer -fno-strict-aliasing -Wno-uninitialized -fno-omit-frame-pointer -D_FORTIFY_SOURCE=2 -DDBUG_OFF -Wall -Wextra -Wformat-security -Wno-format-truncation -Wno-init-self -Wno-nonnull-compare -Wno-unused-parameter -Woverloaded-virtual -Wnon-virtual-dtor -Wvla -Wwrite-strings -Wdate-time -D_FORTIFY_SOURCE=2 -DUNIV_LINUX -D_GNU_SOURCE=1 -DHAVE_OPENSSL -DHAVE_WOLFSSL -DWOLFSSL_USER_SETTINGS -UMYSQL_SERVER -DHAVE_OPENSSL -DHAVE_WOLFSSL -DWOLFSSL_USER_SETTINGS -std=gnu++11 -o CMakeFiles/mbstream.dir/ds_stdout.cc.o -c /<<PKGBUILDDIR>>/extra/mariabackup/ds_stdout.cc [ 42%] Building CXX object extra/mariabackup/CMakeFiles/mbstream.dir/datasink.cc.o cd /<<PKGBUILDDIR>>/builddir/extra/mariabackup && /usr/bin/c++ -DBTR_CUR_ADAPT -DBTR_CUR_HASH_ADAPT -DCOMPILER_HINTS -DDBUG_TRACE -DHAVE_C99_INITIALIZERS -DHAVE_CONFIG_H -DHAVE_FALLOC_PUNCH_HOLE_AND_KEEP_SIZE=1 -DHAVE_IB_LINUX_FUTEX=1 -DHAVE_LZ4=1 -DHAVE_LZ4_COMPRESS_DEFAULT=1 -DHAVE_NANOSLEEP=1 -DHAVE_SCHED_GETCPU=1 -DHAVE_SNAPPY=1 -DHAVE_SYSTEM_REGEX -DLINUX_NATIVE_AIO=1 -DMUTEX_EVENT -DPCRE_STATIC=1 -DWITH_INNODB_DISALLOW_WRITES -D_FILE_OFFSET_BITS=64 -I/<<PKGBUILDDIR>>/wsrep-lib/include -I/<<PKGBUILDDIR>>/wsrep-lib/wsrep-API/v26 -I/<<PKGBUILDDIR>>/builddir/include -I/<<PKGBUILDDIR>>/storage/innobase/include -I/<<PKGBUILDDIR>>/storage/innobase/handler -I/<<PKGBUILDDIR>>/libbinlogevents/include -I/<<PKGBUILDDIR>>/tpool -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/sql -I/<<PKGBUILDDIR>>/builddir/extra/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl/wolfssl -I/<<PKGBUILDDIR>>/extra/mariabackup/quicklz -I/<<PKGBUILDDIR>>/extra/mariabackup -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wconversion -Wno-sign-conversion -O2 -g -static-libgcc -fno-omit-frame-pointer -fno-strict-aliasing -Wno-uninitialized -fno-omit-frame-pointer -D_FORTIFY_SOURCE=2 -DDBUG_OFF -Wall -Wextra -Wformat-security -Wno-format-truncation -Wno-init-self -Wno-nonnull-compare -Wno-unused-parameter -Woverloaded-virtual -Wnon-virtual-dtor -Wvla -Wwrite-strings -Wdate-time -D_FORTIFY_SOURCE=2 -DUNIV_LINUX -D_GNU_SOURCE=1 -DHAVE_OPENSSL -DHAVE_WOLFSSL -DWOLFSSL_USER_SETTINGS -UMYSQL_SERVER -DHAVE_OPENSSL -DHAVE_WOLFSSL -DWOLFSSL_USER_SETTINGS -std=gnu++11 -o CMakeFiles/mbstream.dir/datasink.cc.o -c /<<PKGBUILDDIR>>/extra/mariabackup/datasink.cc [ 43%] Building CXX object extra/mariabackup/CMakeFiles/mbstream.dir/xbstream.cc.o cd /<<PKGBUILDDIR>>/builddir/extra/mariabackup && /usr/bin/c++ -DBTR_CUR_ADAPT -DBTR_CUR_HASH_ADAPT -DCOMPILER_HINTS -DDBUG_TRACE -DHAVE_C99_INITIALIZERS -DHAVE_CONFIG_H -DHAVE_FALLOC_PUNCH_HOLE_AND_KEEP_SIZE=1 -DHAVE_IB_LINUX_FUTEX=1 -DHAVE_LZ4=1 -DHAVE_LZ4_COMPRESS_DEFAULT=1 -DHAVE_NANOSLEEP=1 -DHAVE_SCHED_GETCPU=1 -DHAVE_SNAPPY=1 -DHAVE_SYSTEM_REGEX -DLINUX_NATIVE_AIO=1 -DMUTEX_EVENT -DPCRE_STATIC=1 -DWITH_INNODB_DISALLOW_WRITES -D_FILE_OFFSET_BITS=64 -I/<<PKGBUILDDIR>>/wsrep-lib/include -I/<<PKGBUILDDIR>>/wsrep-lib/wsrep-API/v26 -I/<<PKGBUILDDIR>>/builddir/include -I/<<PKGBUILDDIR>>/storage/innobase/include -I/<<PKGBUILDDIR>>/storage/innobase/handler -I/<<PKGBUILDDIR>>/libbinlogevents/include -I/<<PKGBUILDDIR>>/tpool -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/sql -I/<<PKGBUILDDIR>>/builddir/extra/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl/wolfssl -I/<<PKGBUILDDIR>>/extra/mariabackup/quicklz -I/<<PKGBUILDDIR>>/extra/mariabackup -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wconversion -Wno-sign-conversion -O2 -g -static-libgcc -fno-omit-frame-pointer -fno-strict-aliasing -Wno-uninitialized -fno-omit-frame-pointer -D_FORTIFY_SOURCE=2 -DDBUG_OFF -Wall -Wextra -Wformat-security -Wno-format-truncation -Wno-init-self -Wno-nonnull-compare -Wno-unused-parameter -Woverloaded-virtual -Wnon-virtual-dtor -Wvla -Wwrite-strings -Wdate-time -D_FORTIFY_SOURCE=2 -DUNIV_LINUX -D_GNU_SOURCE=1 -DHAVE_OPENSSL -DHAVE_WOLFSSL -DWOLFSSL_USER_SETTINGS -UMYSQL_SERVER -DHAVE_OPENSSL -DHAVE_WOLFSSL -DWOLFSSL_USER_SETTINGS -std=gnu++11 -o CMakeFiles/mbstream.dir/xbstream.cc.o -c /<<PKGBUILDDIR>>/extra/mariabackup/xbstream.cc [ 43%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_esgs_by_user_by_event_name.cc.o cd /<<PKGBUILDDIR>>/builddir/storage/perfschema && /usr/bin/c++ -DDBUG_TRACE -DHAVE_CONFIG_H -DMYSQL_SERVER -D_FILE_OFFSET_BITS=64 -I/<<PKGBUILDDIR>>/wsrep-lib/include -I/<<PKGBUILDDIR>>/wsrep-lib/wsrep-API/v26 -I/<<PKGBUILDDIR>>/builddir/include -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/sql -I/<<PKGBUILDDIR>>/builddir/sql -I/<<PKGBUILDDIR>>/builddir/storage/perfschema -I/<<PKGBUILDDIR>>/builddir/extra/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl/wolfssl -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -O2 -g -static-libgcc -fno-omit-frame-pointer -fno-strict-aliasing -Wno-uninitialized -fno-omit-frame-pointer -D_FORTIFY_SOURCE=2 -DDBUG_OFF -Wall -Wextra -Wformat-security -Wno-format-truncation -Wno-init-self -Wno-nonnull-compare -Wno-unused-parameter -Woverloaded-virtual -Wnon-virtual-dtor -Wvla -Wwrite-strings -Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_OPENSSL -DHAVE_WOLFSSL -DWOLFSSL_USER_SETTINGS -fvisibility=hidden -std=gnu++11 -o CMakeFiles/perfschema.dir/table_esgs_by_user_by_event_name.cc.o -c /<<PKGBUILDDIR>>/storage/perfschema/table_esgs_by_user_by_event_name.cc [ 43%] Building CXX object extra/mariabackup/CMakeFiles/mbstream.dir/xbstream_read.cc.o cd /<<PKGBUILDDIR>>/builddir/extra/mariabackup && /usr/bin/c++ -DBTR_CUR_ADAPT -DBTR_CUR_HASH_ADAPT -DCOMPILER_HINTS -DDBUG_TRACE -DHAVE_C99_INITIALIZERS -DHAVE_CONFIG_H -DHAVE_FALLOC_PUNCH_HOLE_AND_KEEP_SIZE=1 -DHAVE_IB_LINUX_FUTEX=1 -DHAVE_LZ4=1 -DHAVE_LZ4_COMPRESS_DEFAULT=1 -DHAVE_NANOSLEEP=1 -DHAVE_SCHED_GETCPU=1 -DHAVE_SNAPPY=1 -DHAVE_SYSTEM_REGEX -DLINUX_NATIVE_AIO=1 -DMUTEX_EVENT -DPCRE_STATIC=1 -DWITH_INNODB_DISALLOW_WRITES -D_FILE_OFFSET_BITS=64 -I/<<PKGBUILDDIR>>/wsrep-lib/include -I/<<PKGBUILDDIR>>/wsrep-lib/wsrep-API/v26 -I/<<PKGBUILDDIR>>/builddir/include -I/<<PKGBUILDDIR>>/storage/innobase/include -I/<<PKGBUILDDIR>>/storage/innobase/handler -I/<<PKGBUILDDIR>>/libbinlogevents/include -I/<<PKGBUILDDIR>>/tpool -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/sql -I/<<PKGBUILDDIR>>/builddir/extra/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl/wolfssl -I/<<PKGBUILDDIR>>/extra/mariabackup/quicklz -I/<<PKGBUILDDIR>>/extra/mariabackup -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wconversion -Wno-sign-conversion -O2 -g -static-libgcc -fno-omit-frame-pointer -fno-strict-aliasing -Wno-uninitialized -fno-omit-frame-pointer -D_FORTIFY_SOURCE=2 -DDBUG_OFF -Wall -Wextra -Wformat-security -Wno-format-truncation -Wno-init-self -Wno-nonnull-compare -Wno-unused-parameter -Woverloaded-virtual -Wnon-virtual-dtor -Wvla -Wwrite-strings -Wdate-time -D_FORTIFY_SOURCE=2 -DUNIV_LINUX -D_GNU_SOURCE=1 -DHAVE_OPENSSL -DHAVE_WOLFSSL -DWOLFSSL_USER_SETTINGS -UMYSQL_SERVER -DHAVE_OPENSSL -DHAVE_WOLFSSL -DWOLFSSL_USER_SETTINGS -std=gnu++11 -o CMakeFiles/mbstream.dir/xbstream_read.cc.o -c /<<PKGBUILDDIR>>/extra/mariabackup/xbstream_read.cc [ 43%] Building CXX object storage/connect/CMakeFiles/connect.dir/xobject.cpp.o cd /<<PKGBUILDDIR>>/builddir/storage/connect && /usr/bin/c++ -DDBUG_TRACE -DFORCE_INIT_OF_VARS -DGZ_SUPPORT -DHAVE_CONFIG_H -DHUGE_SUPPORT -DLIBXML2_SUPPORT -DLINUX -DMARIADB -DMYSQL_DYNAMIC_PLUGIN -DNOCRYPT -DODBC_SUPPORT -DREST_SUPPORT -DUBUNTU -DUNIX -DVCT_SUPPORT -DXMAP -DZIP_SUPPORT -D_FILE_OFFSET_BITS=64 -Dconnect_EXPORTS -I/<<PKGBUILDDIR>>/wsrep-lib/include -I/<<PKGBUILDDIR>>/wsrep-lib/wsrep-API/v26 -I/<<PKGBUILDDIR>>/builddir/include -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/sql -I/<<PKGBUILDDIR>>/builddir/extra/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl/wolfssl -I/usr/include/libxml2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wall -Wmissing-declarations -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-value -Wno-error=parentheses -Wno-error=strict-aliasing -Wno-error=misleading-indentation -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=type-limits -fpermissive -fexceptions -fPIC -O2 -g -static-libgcc -fno-omit-frame-pointer -fno-strict-aliasing -Wno-uninitialized -fno-omit-frame-pointer -D_FORTIFY_SOURCE=2 -DDBUG_OFF -Wall -Wextra -Wformat-security -Wno-format-truncation -Wno-init-self -Wno-nonnull-compare -Wno-unused-parameter -Woverloaded-virtual -Wnon-virtual-dtor -Wvla -Wwrite-strings -fPIC -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++11 -o CMakeFiles/connect.dir/xobject.cpp.o -c /<<PKGBUILDDIR>>/storage/connect/xobject.cpp [ 43%] Building CXX object extra/mariabackup/CMakeFiles/mbstream.dir/xbstream_write.cc.o cd /<<PKGBUILDDIR>>/builddir/extra/mariabackup && /usr/bin/c++ -DBTR_CUR_ADAPT -DBTR_CUR_HASH_ADAPT -DCOMPILER_HINTS -DDBUG_TRACE -DHAVE_C99_INITIALIZERS -DHAVE_CONFIG_H -DHAVE_FALLOC_PUNCH_HOLE_AND_KEEP_SIZE=1 -DHAVE_IB_LINUX_FUTEX=1 -DHAVE_LZ4=1 -DHAVE_LZ4_COMPRESS_DEFAULT=1 -DHAVE_NANOSLEEP=1 -DHAVE_SCHED_GETCPU=1 -DHAVE_SNAPPY=1 -DHAVE_SYSTEM_REGEX -DLINUX_NATIVE_AIO=1 -DMUTEX_EVENT -DPCRE_STATIC=1 -DWITH_INNODB_DISALLOW_WRITES -D_FILE_OFFSET_BITS=64 -I/<<PKGBUILDDIR>>/wsrep-lib/include -I/<<PKGBUILDDIR>>/wsrep-lib/wsrep-API/v26 -I/<<PKGBUILDDIR>>/builddir/include -I/<<PKGBUILDDIR>>/storage/innobase/include -I/<<PKGBUILDDIR>>/storage/innobase/handler -I/<<PKGBUILDDIR>>/libbinlogevents/include -I/<<PKGBUILDDIR>>/tpool -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/sql -I/<<PKGBUILDDIR>>/builddir/extra/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl/wolfssl -I/<<PKGBUILDDIR>>/extra/mariabackup/quicklz -I/<<PKGBUILDDIR>>/extra/mariabackup -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wconversion -Wno-sign-conversion -O2 -g -static-libgcc -fno-omit-frame-pointer -fno-strict-aliasing -Wno-uninitialized -fno-omit-frame-pointer -D_FORTIFY_SOURCE=2 -DDBUG_OFF -Wall -Wextra -Wformat-security -Wno-format-truncation -Wno-init-self -Wno-nonnull-compare -Wno-unused-parameter -Woverloaded-virtual -Wnon-virtual-dtor -Wvla -Wwrite-strings -Wdate-time -D_FORTIFY_SOURCE=2 -DUNIV_LINUX -D_GNU_SOURCE=1 -DHAVE_OPENSSL -DHAVE_WOLFSSL -DWOLFSSL_USER_SETTINGS -UMYSQL_SERVER -DHAVE_OPENSSL -DHAVE_WOLFSSL -DWOLFSSL_USER_SETTINGS -std=gnu++11 -o CMakeFiles/mbstream.dir/xbstream_write.cc.o -c /<<PKGBUILDDIR>>/extra/mariabackup/xbstream_write.cc In file included from /<<PKGBUILDDIR>>/include/my_byteorder.h:40, from /<<PKGBUILDDIR>>/include/my_global.h:1070, from /<<PKGBUILDDIR>>/extra/mariabackup/xbstream_write.cc:21: /<<PKGBUILDDIR>>/extra/mariabackup/xbstream_write.cc: In function ‘int xb_stream_write_chunk(xb_wstream_file_t*, const void*, size_t)’: /<<PKGBUILDDIR>>/include/byte_order_generic.h:93:63: warning: right shift count >= width of type [-Wshift-count-overflow] 93 | def_temp2= (uint) ((A) >> 32); \ | ~~~~^~~~~ /<<PKGBUILDDIR>>/extra/mariabackup/xbstream_write.cc:215:2: note: in expansion of macro ‘int8store’ 215 | int8store(ptr, len); /* Payload length */ | ^~~~~~~~~ [ 43%] Linking CXX executable mbstream cd /<<PKGBUILDDIR>>/builddir/extra/mariabackup && /usr/bin/cmake -E cmake_link_script CMakeFiles/mbstream.dir/link.txt --verbose=1 /usr/bin/c++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wconversion -Wno-sign-conversion -O2 -g -static-libgcc -fno-omit-frame-pointer -fno-strict-aliasing -Wno-uninitialized -fno-omit-frame-pointer -D_FORTIFY_SOURCE=2 -DDBUG_OFF -Wall -Wextra -Wformat-security -Wno-format-truncation -Wno-init-self -Wno-nonnull-compare -Wno-unused-parameter -Woverloaded-virtual -Wnon-virtual-dtor -Wvla -Wwrite-strings -Wl,-z,relro -Wl,-z,now -Wl,-z,relro,-z,now CMakeFiles/mbstream.dir/ds_buffer.cc.o CMakeFiles/mbstream.dir/ds_local.cc.o CMakeFiles/mbstream.dir/ds_stdout.cc.o CMakeFiles/mbstream.dir/datasink.cc.o CMakeFiles/mbstream.dir/xbstream.cc.o CMakeFiles/mbstream.dir/xbstream_read.cc.o CMakeFiles/mbstream.dir/xbstream_write.cc.o -o mbstream -pthread -llz4 -lsnappy -laio ../../mysys/libmysys.a ../../dbug/libdbug.a ../../strings/libstrings.a ../../mysys/libmysys.a ../../dbug/libdbug.a ../../strings/libstrings.a -lz -lm -ldl -pthread make[4]: Leaving directory '/<<PKGBUILDDIR>>/builddir' [ 43%] Built target mbstream [ 44%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_esgs_global_by_event_name.cc.o cd /<<PKGBUILDDIR>>/builddir/storage/perfschema && /usr/bin/c++ -DDBUG_TRACE -DHAVE_CONFIG_H -DMYSQL_SERVER -D_FILE_OFFSET_BITS=64 -I/<<PKGBUILDDIR>>/wsrep-lib/include -I/<<PKGBUILDDIR>>/wsrep-lib/wsrep-API/v26 -I/<<PKGBUILDDIR>>/builddir/include -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/sql -I/<<PKGBUILDDIR>>/builddir/sql -I/<<PKGBUILDDIR>>/builddir/storage/perfschema -I/<<PKGBUILDDIR>>/builddir/extra/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl/wolfssl -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -O2 -g -static-libgcc -fno-omit-frame-pointer -fno-strict-aliasing -Wno-uninitialized -fno-omit-frame-pointer -D_FORTIFY_SOURCE=2 -DDBUG_OFF -Wall -Wextra -Wformat-security -Wno-format-truncation -Wno-init-self -Wno-nonnull-compare -Wno-unused-parameter -Woverloaded-virtual -Wnon-virtual-dtor -Wvla -Wwrite-strings -Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_OPENSSL -DHAVE_WOLFSSL -DWOLFSSL_USER_SETTINGS -fvisibility=hidden -std=gnu++11 -o CMakeFiles/perfschema.dir/table_esgs_global_by_event_name.cc.o -c /<<PKGBUILDDIR>>/storage/perfschema/table_esgs_global_by_event_name.cc [ 44%] Building CXX object storage/connect/CMakeFiles/connect.dir/inihandl.cpp.o cd /<<PKGBUILDDIR>>/builddir/storage/connect && /usr/bin/c++ -DDBUG_TRACE -DFORCE_INIT_OF_VARS -DGZ_SUPPORT -DHAVE_CONFIG_H -DHUGE_SUPPORT -DLIBXML2_SUPPORT -DLINUX -DMARIADB -DMYSQL_DYNAMIC_PLUGIN -DNOCRYPT -DODBC_SUPPORT -DREST_SUPPORT -DUBUNTU -DUNIX -DVCT_SUPPORT -DXMAP -DZIP_SUPPORT -D_FILE_OFFSET_BITS=64 -Dconnect_EXPORTS -I/<<PKGBUILDDIR>>/wsrep-lib/include -I/<<PKGBUILDDIR>>/wsrep-lib/wsrep-API/v26 -I/<<PKGBUILDDIR>>/builddir/include -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/sql -I/<<PKGBUILDDIR>>/builddir/extra/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl/wolfssl -I/usr/include/libxml2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wall -Wmissing-declarations -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-value -Wno-error=parentheses -Wno-error=strict-aliasing -Wno-error=misleading-indentation -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=type-limits -fpermissive -fexceptions -fPIC -O2 -g -static-libgcc -fno-omit-frame-pointer -fno-strict-aliasing -Wno-uninitialized -fno-omit-frame-pointer -D_FORTIFY_SOURCE=2 -DDBUG_OFF -Wall -Wextra -Wformat-security -Wno-format-truncation -Wno-init-self -Wno-nonnull-compare -Wno-unused-parameter -Woverloaded-virtual -Wnon-virtual-dtor -Wvla -Wwrite-strings -fPIC -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++11 -o CMakeFiles/connect.dir/inihandl.cpp.o -c /<<PKGBUILDDIR>>/storage/connect/inihandl.cpp [ 44%] Building CXX object storage/connect/CMakeFiles/connect.dir/filamvct.cpp.o cd /<<PKGBUILDDIR>>/builddir/storage/connect && /usr/bin/c++ -DDBUG_TRACE -DFORCE_INIT_OF_VARS -DGZ_SUPPORT -DHAVE_CONFIG_H -DHUGE_SUPPORT -DLIBXML2_SUPPORT -DLINUX -DMARIADB -DMYSQL_DYNAMIC_PLUGIN -DNOCRYPT -DODBC_SUPPORT -DREST_SUPPORT -DUBUNTU -DUNIX -DVCT_SUPPORT -DXMAP -DZIP_SUPPORT -D_FILE_OFFSET_BITS=64 -Dconnect_EXPORTS -I/<<PKGBUILDDIR>>/wsrep-lib/include -I/<<PKGBUILDDIR>>/wsrep-lib/wsrep-API/v26 -I/<<PKGBUILDDIR>>/builddir/include -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/sql -I/<<PKGBUILDDIR>>/builddir/extra/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl -I/<<PKGBUILDDIR>>/extra/wolfssl/wolfssl/wolfssl -I/usr/include/libxml2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -pie -fPIC -fstack-protector --param=ssp-buffer-size=4 -Wall -Wmissing-declarations -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-value -Wno-error=parentheses -Wno-error=strict-aliasing -Wno-error=misleading-indentation -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=type-limits -fpermissive -fexceptions -fPIC -O2 -g -static-libgcc -fno-omit-frame-pointer -fno-strict-aliasing -Wno-uninitialized -fno-omit-frame-pointer -D_FORTIFY_SOURCE=2 -DDBUG_OFF -Wall -Wextra -Wformat-security -Wno-format-truncation -Wno-init-self -Wno-nonnull-compare -Wno-unused-parameter -Woverloaded-virtual -Wnon-virtual-dtor -Wvla -Wwrite-strings -fPIC -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++11 -o CMakeFiles/connect.dir/filamvct.cpp.o -c /<<PKGBUILDDIR>>/storage/connect/filamvct.cpp Preprocessed source stored into /tmp/cchRqD7e.out file, please attach this to your bugreport. === BEGIN GCC DUMP === 32243: // Target: arm-linux-gnueabihf 32243: // Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.0-15' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --program-prefix=arm-linux-gnueabihf- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libitm --disable-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-sjlj-exceptions --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb --disable-werror --enable-checking=yes,extra,rtl --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf 32243: // Thread model: posix 32243: // Supported LTO compression algorithms: zlib zstd 32243: // gcc version 10.2.0 (Debian 10.2.0-15) 32243: // 32243: // /<<PKGBUILDDIR>>/storage/innobase/btr/btr0cur.cc: In function ‘bool btr_cur_need_opposite_intention(const ib_page_t*, btr_intention_t, const rec_t*)’: 32243: // /<<PKGBUILDDIR>>/storage/innobase/btr/btr0cur.cc:1059:1: note: non-delegitimized UNSPEC UNSPEC_PIC_SYM (1) found in variable location 32243: // 1059 | btr_cur_need_opposite_intention( 32243: // | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32243: // /<<PKGBUILDDIR>>/storage/innobase/btr/btr0cur.cc:1059:1: note: non-delegitimized UNSPEC UNSPEC_PIC_SYM (1) found in variable location 32243: // /<<PKGBUILDDIR>>/storage/innobase/btr/btr0cur.cc: In function ‘dberr_t btr_cur_pessimistic_insert(ulint, btr_cur_t*, rec_offs**, mem_heap_t**, dtuple_t*, rec_t**, big_rec_t**, ulint, que_thr_t*, mtr_t*)’: 32243: // /<<PKGBUILDDIR>>/storage/innobase/btr/btr0cur.cc:3639:1: note: non-delegitimized UNSPEC UNSPEC_PIC_SYM (1) found in variable location 32243: // 3639 | btr_cur_pessimistic_insert( 32243: // | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 32243: // /<<PKGBUILDDIR>>/storage/innobase/btr/btr0cur.cc:3639:1: note: non-delegitimized UNSPEC UNSPEC_PIC_SYM (1) found in variable location 32243: // /<<PKGBUILDDIR>>/storage/innobase/btr/btr0cur.cc: In function ‘ulint btr_cur_compress_if_useful(btr_cur_t*, ulint, mtr_t*)’: 32243: // /<<PKGBUILDDIR>>/storage/innobase/btr/btr0cur.cc:5398:1: note: non-delegitimized UNSPEC UNSPEC_PIC_SYM (1) found in variable location 32243: // 5398 | btr_cur_compress_if_useful( 32243: // | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 32243: // /<<PKGBUILDDIR>>/storage/innobase/btr/btr0cur.cc:5398:1: note: non-delegitimized UNSPEC UNSPEC_PIC_SYM (1) found in variable location 32243: // /<<PKGBUILDDIR>>/storage/innobase/btr/btr0cur.cc:5398:1: note: non-delegitimized UNSPEC UNSPEC_PIC_SYM (1) found in variable location 32243: // during RTL pass: vartrack 32243: // In file included from /<<PKGBUILDDIR>>/storage/innobase/include/dict0mem.h:45, 32243: // from /<<PKGBUILDDIR>>/storage/innobase/include/dict0dict.h:32, 32243: // from /<<PKGBUILDDIR>>/storage/innobase/include/btr0cur.h:30, 32243: // from /<<PKGBUILDDIR>>/storage/innobase/btr/btr0cur.cc:46: 32243: // /<<PKGBUILDDIR>>/storage/innobase/include/buf0buf.h: In member function ‘void buf_pool_t::watch_unset(page_id_t)’: 32243: // /<<PKGBUILDDIR>>/storage/innobase/include/buf0buf.h:1750:3: internal compiler error: in decompose, at rtl.h:2280 32243: // 1750 | } 32243: // | ^ 32243: // 0x8d359d wi::int_traits<std::pair<rtx_def*, machine_mode> >::decompose(long long*, unsigned int, std::pair<rtx_def*, machine_mode> const&) 32243: // ../../src/gcc/rtl.h:2280 32243: // 0x8d36ab wide_int_ref_storage<false, false>::wide_int_ref_storage<std::pair<rtx_def*, machine_mode> >(std::pair<rtx_def*, machine_mode> const&) 32243: // ../../src/gcc/wide-int.h:1024 32243: // 0x8d36ab generic_wide_int<wide_int_ref_storage<false, false> >::generic_wide_int<std::pair<rtx_def*, machine_mode> >(std::pair<rtx_def*, machine_mode> const&) 32243: // ../../src/gcc/wide-int.h:782 32243: // 0x8d36ab poly_int<1u, generic_wide_int<wide_int_ref_storage<false, false> > >::poly_int<std::pair<rtx_def*, machine_mode> >(std::pair<rtx_def*, machine_mode> const&) 32243: // ../../src/gcc/poly-int.h:670 32243: // 0x8d36ab wi::to_poly_wide(rtx_def const*, machine_mode) 32243: // ../../src/gcc/rtl.h:2365 32243: // 0x8d36ab neg_poly_int_rtx 32243: // ../../src/gcc/simplify-rtx.c:64 32243: // 0x8daa91 simplify_binary_operation_1 32243: // ../../src/gcc/simplify-rtx.c:2728 32243: // 0x8dfa79 simplify_binary_operation(rtx_code, machine_mode, rtx_def*, rtx_def*) 32243: // ../../src/gcc/simplify-rtx.c:2342 32243: // 0x8dfaef simplify_gen_binary(rtx_code, machine_mode, rtx_def*, rtx_def*) 32243: // ../../src/gcc/simplify-rtx.c:189 32243: // 0xb7294d reverse_op 32243: // ../../src/gcc/var-tracking.c:5942 32243: // 0xb7294d add_stores 32243: // ../../src/gcc/var-tracking.c:6225 32243: // 0xb6cca9 add_with_sets 32243: // ../../src/gcc/var-tracking.c:6648 32243: // 0x51b913 cselib_record_sets 32243: // ../../src/gcc/cselib.c:2904 32243: // 0x51c6cf cselib_process_insn(rtx_insn*) 32243: // ../../src/gcc/cselib.c:3066 32243: // 0xb7c5d5 vt_initialize 32243: // ../../src/gcc/var-tracking.c:10252 32243: // 0xb82185 variable_tracking_main_1 32243: // ../../src/gcc/var-tracking.c:10481 32243: // 0xb822df variable_tracking_main() 32243: // ../../src/gcc/var-tracking.c:10534 32243: // 0xb822df execute 32243: // ../../src/gcc/var-tracking.c:10571 32243: // Please submit a full bug report, 32243: // with preprocessed source if appropriate. 32243: // Please include the complete backtrace with any bug report. 32243: // See <file:///usr/share/doc/gcc-10/README.Bugs> for instructions. 32243: 32243: // /usr/lib/gcc/arm-linux-gnueabihf/10/cc1plus -quiet -I /<<PKGBUILDDIR>>/wsrep-lib/include -I /<<PKGBUILDDIR>>/wsrep-lib/wsrep-API/v26 -I /<<PKGBUILDDIR>>/builddir/include -I /<<PKGBUILDDIR>>/storage/innobase/include -I /<<PKGBUILDDIR>>/storage/innobase/handler -I /<<PKGBUILDDIR>>/libbinlogevents/include -I /<<PKGBUILDDIR>>/tpool -I /<<PKGBUILDDIR>>/include -I /<<PKGBUILDDIR>>/sql -I /<<PKGBUILDDIR>>/builddir/extra/wolfssl -I /<<PKGBUILDDIR>>/extra/wolfssl/wolfssl -I /<<PKGBUILDDIR>>/extra/wolfssl/wolfssl/wolfssl -imultilib . -imultiarch arm-linux-gnueabihf -D_GNU_SOURCE -D BTR_CUR_ADAPT -D BTR_CUR_HASH_ADAPT -D COMPILER_HINTS -D DBUG_TRACE -D HAVE_C99_INITIALIZERS -D HAVE_CONFIG_H -D HAVE_FALLOC_PUNCH_HOLE_AND_KEEP_SIZE=1 -D HAVE_IB_LINUX_FUTEX=1 -D HAVE_LZ4=1 -D HAVE_LZ4_COMPRESS_DEFAULT=1 -D HAVE_NANOSLEEP=1 -D HAVE_SCHED_GETCPU=1 -D HAVE_SNAPPY=1 -D LINUX_NATIVE_AIO=1 -D MUTEX_EVENT -D WITH_INNODB_DISALLOW_WRITES -D _FILE_OFFSET_BITS=64 -D _FORTIFY_SOURCE=2 -D _FORTIFY_SOURCE=2 -D _FORTIFY_SOURCE=2 -D DBUG_OFF -D _FORTIFY_SOURCE=2 -D UNIV_LINUX -D _GNU_SOURCE=1 -D HAVE_OPENSSL -D HAVE_WOLFSSL -D WOLFSSL_USER_SETTINGS /<<PKGBUILDDIR>>/storage/innobase/btr/btr0cur.cc -quiet -dumpbase btr0cur.cc -mfloat-abi=hard -mfpu=vfpv3-d16 -mthumb -mtls-dialect=gnu -march=armv7-a+fp -auxbase-strip CMakeFiles/innobase.dir/btr/btr0cur.cc.o -g -g -O2 -O2 -Wformat=1 -Werror=format-security -Wconversion -Wno-sign-conversion -Wno-uninitialized -Wall -Wextra -Wformat-security -Wformat-truncation=0 -Wno-init-self -Wno-nonnull-compare -Wno-unused-parameter -Woverloaded-virtual -Wnon-virtual-dtor -Wvla -Wwrite-strings -Wdate-time -std=gnu++11 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fPIC -fstack-protector -fno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden --param=ssp-buffer-size=4 -o - -frandom-seed=0 -fdump-noaddr 32243: 32243: # 1 "/<<PKGBUILDDIR>>/storage/innobase/btr/btr0cur.cc" 32243: # 1 "/<<PKGBUILDDIR>>/builddir/storage/innobase//" 32243: # 1 "<built-in>" 32243: # 1 "<command-line>" 32243: # 1 "/usr/include/stdc-predef.h" 1 3 4 32243: # 1 "<command-line>" 2 32243: # 1 "/<<PKGBUILDDIR>>/storage/innobase/btr/btr0cur.cc" 32243: # 46 "/<<PKGBUILDDIR>>/storage/innobase/btr/btr0cur.cc" 32243: # 1 "/<<PKGBUILDDIR>>/storage/innobase/include/btr0cur.h" 1 32243: # 30 "/<<PKGBUILDDIR>>/storage/innobase/include/btr0cur.h" 32243: # 1 "/<<PKGBUILDDIR>>/storage/innobase/include/dict0dict.h" 1 32243: # 31 "/<<PKGBUILDDIR>>/storage/innobase/include/dict0dict.h" 32243: # 1 "/<<PKGBUILDDIR>>/storage/innobase/include/data0data.h" 1 32243: # 30 "/<<PKGBUILDDIR>>/storage/innobase/include/data0data.h" 32243: # 1 "/<<PKGBUILDDIR>>/storage/innobase/include/data0types.h" 1 32243: # 30 "/<<PKGBUILDDIR>>/storage/innobase/include/data0types.h" 32243: struct dfield_t; 32243: 32243: 32243: struct dtuple_t; 32243: # 31 "/<<PKGBUILDDIR>>/storage/innobase/include/data0data.h" 2 32243: # 1 "/<<PKGBUILDDIR>>/storage/innobase/include/data0type.h" 1 32243: # 30 "/<<PKGBUILDDIR>>/storage/innobase/include/data0type.h" 32243: # 1 "/<<PKGBUILDDIR>>/storage/innobase/include/univ.i" 1 32243: # 79 "/<<PKGBUILDDIR>>/storage/innobase/include/univ.i" 32243: # 1 "/<<PKGBUILDDIR>>/include/my_global.h" 1 32243: # 75 "/<<PKGBUILDDIR>>/include/my_global.h" 32243: # 1 "/<<PKGBUILDDIR>>/builddir/include/my_config.h" 1 32243: # 76 "/<<PKGBUILDDIR>>/include/my_global.h" 2 32243: # 266 "/<<PKGBUILDDIR>>/include/my_global.h" 32243: # 1 "/usr/include/pthread.h" 1 3 4 32243: # 21 "/usr/include/pthread.h" 3 4 32243: # 1 "/usr/include/features.h" 1 3 4 32243: # 461 "/usr/include/features.h" 3 4 32243: # 1 "/usr/include/arm-linux-gnueabihf/sys/cdefs.h" 1 3 4 32243: # 452 "/usr/include/arm-linux-gnueabihf/sys/cdefs.h" 3 4 32243: # 1 "/usr/include/arm-linux-gnueabihf/bits/wordsize.h" 1 3 4 32243: # 453 "/usr/include/arm-linux-gnueabihf/sys/cdefs.h" 2 3 4 32243: # 1 "/usr/include/arm-linux-gnueabihf/bits/long-double.h" 1 3 4 32243: # 454 "/usr/include/arm-linux-gnueabihf/sys/cdefs.h" 2 3 4 32243: # 462 "/usr/include/features.h" 2 3 4 32243: # 485 "/usr/include/features.h" 3 4 32243: # 1 "/usr/include/arm-linux-gnueabihf/gnu/stubs.h" 1 3 4 32243: # 10 "/usr/include/arm-linux-gnueabihf/gnu/stubs.h" 3 4 32243: # 1 "/usr/include/arm-linux-gnueabihf/gnu/stubs-hard.h" 1 3 4 32243: # 11 "/usr/include/arm-linux-gnueabihf/gnu/stubs.h" 2 3 4 32243: # 486 "/usr/include/features.h" 2 3 4 32243: # 22 "/usr/include/pthread.h" 2 3 4 32243: # 1 "/usr/include/sched.h" 1 3 4 32243: # 25 "/usr/include/sched.h" 3 4 32243: # 1 "/usr/include/arm-linux-gnueabihf/bits/types.h" 1 3 4 32243: # 27 "/usr/include/arm-linux-gnueabihf/bits/types.h" 3 4 32243: # 1 "/usr/include/arm-linux-gnueabihf/bits/wordsize.h" 1 3 4 32243: # 28 "/usr/include/arm-linux-gnueabihf/bits/types.h" 2 3 4 32243: # 1 "/usr/include/arm-linux-gnueabihf/bits/timesize.h" 1 3 4 32243: # 19 "/usr/include/arm-linux-gnueabihf/bits/timesize.h" 3 4 32243: # 1 "/usr/include/arm-linux-gnueabihf/bits/wordsize.h" 1 3 4 32243: # 20 "/usr/include/arm-linux-gnueabihf/bits/timesize.h" 2 3 4 32243: # 29 "/usr/include/arm-linux-gnueabihf/bits/types.h" 2 3 4 32243: 32243: 32243: 32243: # 31 "/usr/include/arm-linux-gnueabihf/bits/types.h" 3 4 32243: typedef unsigned char __u_char; 32243: typedef unsigned short int __u_short; 32243: typedef unsigned int __u_int; 32243: typedef unsigned long int __u_long; 32243: 32243: ... {noformat} Full log at https://buildd.debian.org/status/fetch.php?pkg=mariadb-10.5&arch=armhf&ver=1%3A10.5.6-1&stamp=1602832898&raw=0