Source: mariadb-10.5 Version: 1:10.5.6-2 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs
mariadb-10.5 fails to cross build from source, because it misses a build dependency on the native libssl-dev. mariadb-10.5 needs to be built natively before it can be cross built for building the import_executables. While it doesn't actually need openssl for that, the CMakeFiles.txt fail anyway when it goes missing. Thus the build fails. A simple solution is adding libssl-dev:native to Build-Depends. Helmut
diff --minimal -Nru mariadb-10.5-10.5.6/debian/changelog mariadb-10.5-10.5.6/debian/changelog --- mariadb-10.5-10.5.6/debian/changelog 2020-10-26 13:13:56.000000000 +0100 +++ mariadb-10.5-10.5.6/debian/changelog 2020-10-29 19:30:30.000000000 +0100 @@ -1,3 +1,10 @@ +mariadb-10.5 (1:10.5.6-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Add native libssl-dev to Build-Depends. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Thu, 29 Oct 2020 19:30:30 +0100 + mariadb-10.5 (1:10.5.6-2) unstable; urgency=medium [ Miroslav Kure ] diff --minimal -Nru mariadb-10.5-10.5.6/debian/control mariadb-10.5-10.5.6/debian/control --- mariadb-10.5-10.5.6/debian/control 2020-10-26 13:13:56.000000000 +0100 +++ mariadb-10.5-10.5.6/debian/control 2020-10-29 19:30:29.000000000 +0100 @@ -29,6 +29,7 @@ libpcre2-dev, libsnappy-dev, libssl-dev, + libssl-dev:native, libsystemd-dev [linux-any], libxml2-dev, libzstd-dev (>= 1.3.3),