Created attachment 921917 [details] emerge --config output When trying to run the config command as instructed by emerge with a new install, it does not finish configuring due to TLS/SSL being expected: * Setting root password ... [ !! ] /usr/bin/mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead ERROR 2026 (HY000): TLS/SSL error: SSL is required, but the server does not support it
Created attachment 921918 [details] emerge --info
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81830f8875459a1b704c3b813306075950b67159 commit 81830f8875459a1b704c3b813306075950b67159 Author: Lothar Serra Mari <mail@serra.me> AuthorDate: 2025-04-12 13:52:00 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-05-01 04:08:56 +0000 dev-db/mariadb: Skip ssl when setting the root password for 11.4 Starting with MariaDB 11.3, SSL is enabled on the server by default, so while setting up the root password while skipping the default config file, we have to run the MariaDB client with the --skip-ssl option. Bug: https://bugs.gentoo.org/951865 Signed-off-by: Lothar Serra Mari <mail@serra.me> Part-of: https://github.com/gentoo/gentoo/pull/41557 Closes: https://github.com/gentoo/gentoo/pull/41557 Signed-off-by: Sam James <sam@gentoo.org> dev-db/mariadb/{mariadb-11.4.5.ebuild => mariadb-11.4.5-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+)