Your message dated Sun, 20 Feb 2022 01:48:47 +0000 with message-id <[email protected]> and subject line Bug#994665: fixed in mariadb-10.6 1:10.6.7-1 has caused the Debian Bug report #994665, regarding mariadb-10.5: FTBFS on kfreebsd to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 994665: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994665 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: mariadb-10.5 Version: 1:10.5.12-1 Severity: important Tags: patch ftbfs upstream Justification: fails to build from source (but built successfully in the past) Hello, mariadb-10.5 currently FTBFS on kfreebsd with the following error: [ 33%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/mysqld_thd_manager.cc.o cd /<<PKGBUILDDIR>>/builddir/storage/perfschema && /usr/bin/c++ -DDBUG_TRACE -DHAVE_CONFIG_H -DHAVE_OPENSSL -DMYSQL_SERVER -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/sql -I/<<PKGBUILDDIR>>/builddir/storage/perfschema -g -O2 -ffile-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 -fvisibility=hidden -std=gnu++11 -o CMakeFiles/perfschema.dir/mysqld_thd_manager.cc.o -c /<<PKGBUILDDIR>>/storage/perfschema/mysqld_thd_manager.cc In file included from /<<PKGBUILDDIR>>/storage/perfschema/mysqld_thd_manager.h:4, from /<<PKGBUILDDIR>>/storage/perfschema/mysqld_thd_manager.cc:1: /<<PKGBUILDDIR>>/storage/perfschema/my_thread.h:27:9: error: ‘uintptr_t’ does not name a type; did you mean ‘intptr_t’? 27 | typedef uintptr_t my_thread_os_id_t; | ^~~~~~~~~ | intptr_t /<<PKGBUILDDIR>>/storage/perfschema/my_thread.h:50:15: error: ‘my_thread_os_id_t’ does not name a type; did you mean ‘my_thread_attr_t’? 50 | static inline my_thread_os_id_t my_thread_os_id() | ^~~~~~~~~~~~~~~~~ | my_thread_attr_t The attached patch fixes that error Could you please apply this patch in debian and/or forward it upstream as well? Kind regards, Laurent Bigonville -- System Information: Debian Release: bookworm/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental-debug'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 5.10.0-8-amd64 (SMP w/8 CPU threads) Kernel taint flags: TAINT_WARN Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8), LANGUAGE=fr_BE:fr Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: SELinux: enabled - Mode: Permissive - Policy name: refpolicyIndex: mariadb-10.5-10.5.12/storage/perfschema/my_thread.h =================================================================== --- mariadb-10.5-10.5.12.orig/storage/perfschema/my_thread.h +++ mariadb-10.5-10.5.12/storage/perfschema/my_thread.h @@ -14,6 +14,10 @@ #include <pthread_np.h> #endif +#ifdef HAVE_INTEGER_PTHREAD_SELF +#include <stdint.h> +#endif + typedef pthread_key_t thread_local_key_t; typedef pthread_t my_thread_handle; typedef pthread_attr_t my_thread_attr_t;
--- End Message ---
--- Begin Message ---Source: mariadb-10.6 Source-Version: 1:10.6.7-1 Done: Otto Kekäläinen <[email protected]> We believe that the bug you reported is fixed in the latest version of mariadb-10.6, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Otto Kekäläinen <[email protected]> (supplier of updated mariadb-10.6 package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 19 Feb 2022 16:00:00 -0800 Source: mariadb-10.6 Binary: libmariadb-dev libmariadb-dev-compat libmariadb3 libmariadbd19 libmariadbd-dev mariadb-common mariadb-client-core-10.6 mariadb-client-10.6 mariadb-server-core-10.6 mariadb-server-10.6 mariadb-server mariadb-client mariadb-backup mariadb-plugin-connect mariadb-plugin-s3 mariadb-plugin-rocksdb mariadb-plugin-oqgraph mariadb-plugin-mroonga mariadb-plugin-spider mariadb-plugin-gssapi-server mariadb-plugin-gssapi-client mariadb-plugin-cracklib-password-check mariadb-test mariadb-test-data Architecture: source Version: 1:10.6.7-1 Distribution: unstable Urgency: medium Maintainer: Debian MySQL Maintainers <[email protected]> Changed-By: Otto Kekäläinen <[email protected]> Description: libmariadb-dev - MariaDB database development files libmariadb-dev-compat - MariaDB Connector/C, compatibility symlinks libmariadb3 - MariaDB database client library libmariadbd-dev - MariaDB embedded database, development files libmariadbd19 - MariaDB embedded database, shared library mariadb-backup - Backup tool for MariaDB server mariadb-client - MariaDB database client (metapackage depending on the latest vers mariadb-client-10.6 - MariaDB database client binaries mariadb-client-core-10.6 - MariaDB database core client binaries mariadb-common - MariaDB common configuration files mariadb-plugin-connect - Connect storage engine for MariaDB mariadb-plugin-cracklib-password-check - CrackLib Password Validation Plugin for MariaDB mariadb-plugin-gssapi-client - GSSAPI authentication plugin for MariaDB client mariadb-plugin-gssapi-server - GSSAPI authentication plugin for MariaDB server mariadb-plugin-mroonga - Mroonga storage engine for MariaDB mariadb-plugin-oqgraph - OQGraph storage engine for MariaDB mariadb-plugin-rocksdb - RocksDB storage engine for MariaDB mariadb-plugin-s3 - Amazon S3 archival storage engine for MariaDB mariadb-plugin-spider - Spider storage engine for MariaDB mariadb-server - MariaDB database server (metapackage depending on the latest vers mariadb-server-10.6 - MariaDB database server binaries mariadb-server-core-10.6 - MariaDB database core server files mariadb-test - MariaDB database regression test suite mariadb-test-data - MariaDB database regression test suite - data files Closes: 976984 994665 1001649 1005186 Changes: mariadb-10.6 (1:10.6.7-1) unstable; urgency=medium . [ Otto Kekäläinen ] * New upstream version 10.6.7. Includes security fixes for - CVE-2021-46661 - CVE-2021-46663 - CVE-2021-46664 - CVE-2021-46665 - CVE-2021-46668 * New upstream version 10.6.6. Includes security fixes for - CVE-2021-46659 - CVE-2022-24048 - CVE-2022-24050 - CVE-2022-24051 - CVE-2022-24052 * Previous release 10.6.5 included security fixes for: - CVE-2021-46662 - CVE-2021-46667 * Notable upstream functional changes in 10.6.6 and 10.6.7: - New default value for innodb_change_buffering is 'none' instead of old value 'all' (MDEV-27734). This change should improve crash safety but might cause performance regressions on systems that use old spinning disks (HDD) where seek latency is higher. - New default value for innodb_read_only_compressed is 'OFF' instead of 'ON'. Upstream originally intended to deprecate ROW_FORMAT=COMPRESSED but abandoned the plan. - New default minimum value for innodb_buffer_pool_size is 20 MB (from 2 MB) * Drop MIPS and CTE patches applied now upstream * Add upstream patch to make Mroonga builds reproducible (Closes: #976984) * Add patch for potential kfreebsd-amd64 build failure (Closes: #994665) * Remove useless libaio-dev dependency from d/control (Closes: #1001649) . [ Faustin Lammler ] * Salsa-CI: use a mirror redirector for the CI . [ Bas Couwenberg ] * Don't require debian.cnf to be executable in logrotate (Closes: #1005186) . [ Tuukka Pasanen ] * Remove unneeded path from MariaDB server postinst script Checksums-Sha1: c2aabfe2a0c09bc2fe7470cecd4e15efbc035053 4548 mariadb-10.6_10.6.7-1.dsc 849abc69929f46eb5389819b4c2d958186c79a44 82653881 mariadb-10.6_10.6.7.orig.tar.gz 6fb5072b30580e3de5e354eb1416a699b648684a 220784 mariadb-10.6_10.6.7-1.debian.tar.xz 090399df52d9dba2f0c9aaf33259ea8be972500e 9274 mariadb-10.6_10.6.7-1_source.buildinfo Checksums-Sha256: f5b5241a62d6adb78bc4fa641f54c96b672c8a81a3de03caca15f9ac0f477969 4548 mariadb-10.6_10.6.7-1.dsc dfa096e02884c33ba14cd109aae43a5c65d1853561ccb3667ab983d854f73ad9 82653881 mariadb-10.6_10.6.7.orig.tar.gz 6644671cca49bfd0d039b0700285657cc38f4f99a1e731bbdbb537450930a1cc 220784 mariadb-10.6_10.6.7-1.debian.tar.xz 5226a18bc26e478cc228180123bc10f0ff5b91d3df332335eb35764af6ff8bf3 9274 mariadb-10.6_10.6.7-1_source.buildinfo Files: 7fad96cba1b56369cd3c949810c69ae3 4548 database optional mariadb-10.6_10.6.7-1.dsc b687c9ff379e0428bf7061b65b556af9 82653881 database optional mariadb-10.6_10.6.7.orig.tar.gz 615e0e3179fe86c3062d9b8af04bac47 220784 database optional mariadb-10.6_10.6.7-1.debian.tar.xz 2ed77a94703939a81e2d796f88f95ff9 9274 database optional mariadb-10.6_10.6.7-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmbRSsR88dMO0U+RvvthEn87o2ogFAmIRk+8ACgkQvthEn87o 2oipMA/8DSKK/ZY75pXLhZAHHT7xLeR+XOejVEtEUePJPWv/XC9Uzl3gHLO/iO0T 3Xn1gf/KrqHOJTmvC7xemjNmiIHiUhhgW+anqdgUOX9achC0L5DNrof98wAGV3nC b8s/G2/JJlkt8mgXstbplEA59Rb4dBcxP+rJwgzQboOQ49NEOACUpUezaA0+rs20 +5xf+V9Mfpp98+aWYDGRJU3wkd8MYr+Y9IaObYnO2BheV8sE+5wCQwFKfKOO2/V9 isRgKcmVEmYoz1hhw+f+sMbO5rMglPzI0bUpfXauDmIASXQn6KWsbh+LQe4j4x1y kQhKGcaKhpv2sEiT8UdMzKw72CR4cdWbZHVfZgzSHtyW94pA4sZiY27rUEczY6M/ CriH/wHUGQx0PS2s5yLj/E//TaHcTM8+xGRI6XQyb7PrPJtMHDuwL3G+nLvYPCAL QG6C3lNJMTAn5mgbIS//khqpKiz4XuHYnwz/QnVdaMwomm3yuwzKogkaTyZdoW/z NYuwtmCZcluPRbZ96eR2sphaBbihehu8tCL6X8p/R6ab8FpEQSF0VGieTSZ03pMV sj8jhAYllMOAugMeKfg8gPQLHm3kUMImXq3AY5+emtZg/6XBte0tywlMgWqL99KL YS4UIHx9Usd5eQkgyLkvvR0ytZMxL8agqSqdTC6BkzbjC61NzeI= =Xtqp -----END PGP SIGNATURE-----
--- End Message ---

