Created attachment 536998 [details] build.log The usual openssl-1.1 issues.
I recently tried what it'd take to move systems to openssl 1.1 and this seems to be a major blocker. Though I wonder what needs to happen to fix it. The upstream page [1] talks about a version 8, but the download link ends up being the normal mysql download package. So is this bundled in mysql itself now? [1] https://dev.mysql.com/downloads/connector/c/
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c5fdeb6d081cae27524f042d0507dd58716bd51 commit 0c5fdeb6d081cae27524f042d0507dd58716bd51 Author: Brian Evans <grknight@gentoo.org> AuthorDate: 2018-09-13 16:54:47 +0000 Commit: Brian Evans <grknight@gentoo.org> CommitDate: 2018-09-13 16:54:47 +0000 dev-db/mysql-connector-c: Further OpenSSL 1.1 compile fix Fix viossl.c:430:44: error: dereferencing pointer to incomplete type ‘SSL_COMP {aka struct ssl_comp_st}’ error Backported changes from newer MySQL versions Closes: https://bugs.gentoo.org/658910 Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-db/mysql-connector-c/files/6.1.11-openssl-1.1.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+)
While the error message changed this still doesn't compile with openssl 1.1. I'll attach a build log.
Created attachment 547363 [details] build log
Sorry, my mistake. This is a build failure with USE="-ssl", however that has already another open bug (#663996). With ssl flag enabled it builds.