Trying to build rsyslog with
```
diff --git a/debian/control b/debian/control
index d4880de19..80457ea56 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 14),
libzstd-dev (>= 1.4.0),
libhiredis-dev,
libevent-dev,
- default-libmysqlclient-dev,
+ libmariadb-dev,
```
results in
```
checking for mysqlclient... no
checking for mysql_config... no
configure: error: in '/build/reproducible-path/rsyslog-8.2608.0':
configure: error: mysql_config not found - usually a package named
mysql-dev, libmysql-dev or similar, is missing - install it to fix this
issue
See 'config.log' for more details ↦ tail -v -n \+0 config.log ==> config.log <== This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by rsyslog configure 8.2608.0, which was generated by GNU Autoconf 2.73. Invocation command line was ```See https://salsa.debian.org/debian/rsyslog/-/blob/debian/latest/configure.ac?ref_type=heads#L1047-1098
Otto, please advise MichaelOn Wed, 27 May 2026 10:22:06 +0800 =?utf-8?b?T3R0byBLZWvDpGzDpGluZW4=?= <[email protected]> wrote:
Package: rsyslog Severity: normal Control: affects -1 + src:mysql-defaults Dear Maintainer, Following a recent discussion on debian-devel@[1], there is a plan to dismantle the default-mysql-* virtual package construct provided by the mysql-defaults source package. With the recent releases of MySQL 9.7 and MariaDB 12.3, there is now enough divergence between the two codebases to warrant dismantling this metapackage in the Forky (Debian 14) cycle. This is filed with severity 'normal' as this change is not urgent. We are asking maintainers to drop any dependencies on these virtual packages: * default-libmysqlclient-dev * default-mysql-client * default-mysql-client-core * default-mysql-server * default-mysql-server-core However, how this is handled in is in your discretion based on the details of how the package is maintained and tested in Debian. There are mainly three options: - Direct switch: The most straightforward approach is to switch defaut-mysql-* directly to the MariaDB equivalent (libmariadb-dev, libmariadb-dev-compat, mariadb-client, mariadb-server, etc). For example 'Recommends: mariadb-server'. - Dual compatibility: If the package actively supports both engines and you wish to keep an alternative runtime path open for users drawing from third-party repositories, you can declare an OR dependency. For example 'Depends: mariadb-client | mysql-client'. - Specific constraint: If your package does not work with MariaDB, feel free to tailor the package relationships to match that constraint. This is however very unlikely as all Debian releases in past decade have only shipped with MariaDB, and the open source ecosystem has largely shifted to lean towards MariaDB. This change is targeted specifically for the Forky cycle and does not affect any existing stable releases. Thank you for your time and your work maintaining rsyslog in Debian! [1] https://lists.debian.org/debian-devel/2026/05/msg00161.html
OpenPGP_signature.asc
Description: OpenPGP digital signature

