Your message dated Tue, 31 Jan 2023 08:51:16 +0000
with message-id <[email protected]>
and subject line Bug#1029163: fixed in mariadb 1:10.11.1-2
has caused the Debian Bug report #1029163,
regarding mariadb: FTBFS on armel, armhf, mipsel, mips64el,sparc64: builds, but
test suite fails in main.explain_json_format mismatches
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.)
--
1029163: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1029163
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: mariadb
Version: 1:10.11.1-1
Tags: upstream, confirmed, ftbfs
User: [email protected]
Usertags: eabi, mipsel, mips64el, armhf, armel
X-Debbugs-CC: [email protected], [email protected]
Forwarded: https://jira.mariadb.org/browse/MDEV-30411
Several tests that use ANALYZE format=json fail with mismatched output
after upload of MariaDB 11.10 to Debian (this is a regression from
10.6).
Example:
CURRENT_TEST: main.except_all
--- /<<PKGBUILDDIR>>/mysql-test/main/except_all.result 2022-11-14
18:10:21.000000000 +0000
+++ /<<PKGBUILDDIR>>/mysql-test/main/except_all.reject 2023-01-12
20:20:18.132443098 +0000
@@ -115,13 +115,9 @@
ANALYZE format=json select * from ((select a,b from t1) except all
(select c,d from t2)) a;
ANALYZE
{
- "query_optimization": {
- "r_total_time_ms": "REPLACED"
- },
"query_block": {
"select_id": 1,
"r_loops": 1,
- "r_total_time_ms": "REPLACED",
"nested_loop": [
The likely fix would go into
https://github.com/MariaDB/server/tree/10.11/include/my_rdtsc.h
Several people already suggested various ways to do it:
*
https://alioth-lists.debian.net/pipermail/pkg-mysql-maint/2023-January/016183.html
* https://lists.debian.org/debian-arm/2023/01/msg00007.html
* https://lists.debian.org/debian-arm/2023/01/msg00008.html
What is missing is for somebody to do an optimal change and validate
that it works.
Merge requests welcome!
https://salsa.debian.org/mariadb-team/mariadb-server/-/wikis/Contributing-to-MariaDB-packaging-in-Debian
--- End Message ---
--- Begin Message ---
Source: mariadb
Source-Version: 1:10.11.1-2
Done: Otto Kekäläinen <[email protected]>
We believe that the bug you reported is fixed in the latest version of
mariadb, 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 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: Tue, 31 Jan 2023 00:19:17 -0800
Source: mariadb
Binary: libmariadb-dev libmariadb-dev-compat libmariadb3 libmariadbd19
libmariadbd-dev mariadb-common mariadb-client-core mariadb-client
mariadb-server-core mariadb-server 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-plugin-hashicorp-key-management mariadb-plugin-provider-bzip2
mariadb-plugin-provider-lz4 mariadb-plugin-provider-lzma
mariadb-plugin-provider-lzo mariadb-plugin-provider-snappy mariadb-test
mariadb-test-data
Architecture: source
Version: 1:10.11.1-2
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 binaries
mariadb-client-core - 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-hashicorp-key-management - Hashicorp Key Management plugin for
MariaDB
mariadb-plugin-mroonga - Mroonga storage engine for MariaDB
mariadb-plugin-oqgraph - OQGraph storage engine for MariaDB
mariadb-plugin-provider-bzip2 - BZip2 compression support in the server and
storage engines
mariadb-plugin-provider-lz4 - LZ4 compression support in the server and
storage engines
mariadb-plugin-provider-lzma - LZMA compression support in the server and
storage engines
mariadb-plugin-provider-lzo - LZO compression support in the server and
storage engines
mariadb-plugin-provider-snappy - Snappy compression support in the server and
storage engines
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 binaries
mariadb-server-core - MariaDB database core server files
mariadb-test - MariaDB database regression test suite
mariadb-test-data - MariaDB database regression test suite - data files
Closes: 1024041 1029163
Changes:
mariadb (1:10.11.1-2) unstable; urgency=medium
.
[ Otto Kekäläinen ]
* Add upstream patch for main.explain_json_format_partitions (MDEV-30411)
(Closes: 1029163)
* Fix riscv64 compilation error in RocksDB atomic functions (Closes:
#1024041)
* Stop skipping tests that are marked fixed upstream
* Don't ship any mysql-tests/unstable-tests as neither does upstream
* Skip test main.func_json_notembedded on s390x due to MDEV-30518
* Implement configuration tracing as an autopkgtest test
* Drop obsolete dependency on package lsb-release
* Clean away outdated mentions of mariadb-10.6 and even mysql-dfsg-5.1
* Update more Lintian overrides syntax to follow latest Lintian 2.115
* Update standards version to 4.6.2, no changes needed
* Update watch file format version to 4
.
[ MichaIng ]
* Do not create /var/log/mysql in postinst
.
[ Salman Mohammadi ]
* mariadb-plugin-connect: introduce curl as recommends
.
[ Remus-Gabriel Chelu ]
* Update Romanian translation of debconf messages
.
[ Faustin Lammler ]
* Cover the full-upgrade scenario in CI
.
[ Pablo ]
* Update Galician translation of debconf messages
Checksums-Sha1:
27fdac1692b0ab52cdb544480a35692612492877 5004 mariadb_10.11.1-2.dsc
06016edda6042a6cae6b7c5db2643379295bccf8 263804 mariadb_10.11.1-2.debian.tar.xz
786be6d61370c74ce738a2c33c0e85c42e3ac509 9517
mariadb_10.11.1-2_source.buildinfo
Checksums-Sha256:
76f29a4556b6962f2ebff020ab18ee4ee3af9008552c29b0b559aa0f2d86e114 5004
mariadb_10.11.1-2.dsc
eebf8caba5ac5e8f6658ea82aa5072e81992b702f13af67099c708e301ed3da4 263804
mariadb_10.11.1-2.debian.tar.xz
1c4aa802b858fcefc3317f9fe61226e1110dade33417289d22714461886c0a21 9517
mariadb_10.11.1-2_source.buildinfo
Files:
da26058ca933ea8bbbd50790e9c100b7 5004 database optional mariadb_10.11.1-2.dsc
1182184c216529f56b8c9e1602dbd0e8 263804 database optional
mariadb_10.11.1-2.debian.tar.xz
2fd057363e2c360ea420dcdd38d5725c 9517 database optional
mariadb_10.11.1-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEmbRSsR88dMO0U+RvvthEn87o2ogFAmPY0CAACgkQvthEn87o
2ogUrQ/+L3SvuUwYUJjzJX4KIWuBMWD+pBAFxMxh2pWf4eP/lxmLOukUe0jhQEhs
DRtm8RReP3QKZPjuliyPdyZo78EwSJmlDH8zDsb6s0iHmltUynzPRvXpf/ojAXd1
ybe76e27god/DnsMh+v58stifchZC2KccnLmIvu6ZWv0AqN2nFr1gZs0QiW5lmcM
CCR/r3jF8cgWuQuLowZQ2Vum27rQqn9EAE5rgK7/Tmr8MXimim1vyUJe1TOVbOoc
KYHW4D/oSCtYxBA5qOxSDlXf21IKeAF6EozncZTN72pJo1tROPW7sVYwjKC2yZdm
XaKOu5i5kTuIVdOh1i7HleyZnEZ1X1tiDnHzVqpCJqWODGEswIs38Gt3u3HSrgWW
MoLCCrX2ni5xiIdc6QX5a39RLx13PNK64ge+28bFnV2I2amqQXE9JST7T0Ehw3Qh
Z0EulC7j1/IPtODtr4FOj9JjAmADGflHMnLnP1OYU8FMZG6Etr7nB/Fkwl0gbf1z
pBjsyLFRgLdZdgbzdcGsoQnbfxZzzDKrWeYl4c2jpSshTEbEmujJQlrUu55YXbC+
KyXGPv1HNzNLhXfvNFONUuQqo3g/YKcrhrMd6Lo40rwM2Yh8qAnmHWy/uAuR6KYR
Rwhyf6gSUWcnHdd9g35USDyhRii9czl9xT5twmfrA9KG7MTJGgs=
=rIqI
-----END PGP SIGNATURE-----
--- End Message ---