Similar to https://bugs.gentoo.org/602324 we also need to have libressl build-time support added to dev-db/mysql-connector-c . Currently the mysql-connector-c-6.1.11 ebuild has: CDEPEND=" sys-libs/zlib:=[${MULTILIB_USEDEP}] ssl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) " This of course tries to pull in openssl, which on my system is not installed due to the presence of libressl. The mysql-connector-c-6.1.11 package is required to be installed for the latest mariadb-10.3.5_rc ebuild that is now in the tree so the lack of support in this package is actually holding up the upgrade of mariadb.
Works with -ssl in package for dev-db/mysql-connector-c . echo "dev-db/mysql-connector-c -ssl" >> /etc/portage/package.use . Not the fine way, but works.
Ok seems like there is a new useflag for the make.conf. Changed mysql with mariadb and now all mysql problems for mariadb are gone.
(In reply to Joerg Neikes from comment #2) > Ok seems like there is a new useflag for the make.conf. > Changed mysql with mariadb and now all mysql problems for mariadb are gone. Ok this is not the case.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=608396f9309f779d0bd10ce6e9b90ea9913b864e commit 608396f9309f779d0bd10ce6e9b90ea9913b864e Author: Brian Evans <grknight@gentoo.org> AuthorDate: 2018-03-09 16:37:34 +0000 Commit: Brian Evans <grknight@gentoo.org> CommitDate: 2018-03-09 16:37:34 +0000 dev-db/mysql-connector-c: Add libressl support This requires a sed as the cmake checks for Version 1 while libressl has Version 2 Closes: https://bugs.gentoo.org/649602 Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../mysql-connector-c-6.1.11-r1.ebuild | 89 ++++++++++++++++++++++ 1 file changed, 89 insertions(+)