Call Stack (most recent call first): cmake/ssl.cmake:319 (FATAL_SSL_NOT_FOUND_ERROR) CMakeLists.txt:1492 (MYSQL_CHECK_SSL) -- Configuring incomplete, errors occurred! * ERROR: dev-db/percona-xtrabackup-8.0.26.18::gentoo failed (configure phase): * cmake failed ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1-j4-20230412-054012 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-10 [2] x86_64-pc-linux-gnu-13 * clang/llvm (if any): clang version 16.0.1 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/16/bin Configuration file: /etc/clang/clang.cfg /usr/lib/llvm/16 16.0.1 Python 3.10.11 The following VMs are available for generation-2: 1) Eclipse Temurin JDK 11.0.18_p10 [openjdk-bin-11] *) Eclipse Temurin JDK 17.0.6_p10 [openjdk-bin-17] 3) Eclipse Temurin JDK 8.362_p09 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-11 [3] openjdk-bin-17 system-vm The Glorious Glasgow Haskell Compilation System, version 9.0.2 php cli (if any): go version go1.20.3 linux/amd64 HEAD of ::gentoo commit c0755f9946f6b3cc681246418eab83b6d90f4426 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Tue Apr 18 09:17:01 2023 +0000 2023-04-18 09:17:01 UTC emerge -qpvO dev-db/percona-xtrabackup [ebuild N ] dev-db/percona-xtrabackup-8.0.26.18
Created attachment 860302 [details] emerge-info.txt
Created attachment 860303 [details] dev-db:percona-xtrabackup-8.0.26.18:20230418-093953.log
Created attachment 860304 [details] emerge-history.txt.bz2
Created attachment 860305 [details] environment
Created attachment 860306 [details] etc.clang.tar.bz2
Created attachment 860307 [details] etc.portage.tar.bz2
Created attachment 860308 [details] logs.tar.bz2
Created attachment 860309 [details] temp.tar.bz2
It looks like it was looking for the openssl libraries but only compatible with 1.x, whereas we had 3.x It was fixed by 8.0.30 importing a mysql code dump that added openssl 3 support. No longer reproduces with current package version.