Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 885829 - dev-db/mariadb-10.6.11: SET_TARGET_PROPERTIES Can not find target to add properties to: auth_gssapi_client
Summary: dev-db/mariadb-10.6.11: SET_TARGET_PROPERTIES Can not find target to add prop...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
: 885865 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-12-14 05:07 UTC by Michał Górny
Modified: 2022-12-15 02:05 UTC (History)
13 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-db:mariadb-10.6.11:20221214-045645.log (dev-db:mariadb-10.6.11:20221214-045645.log,49.02 KB, text/plain)
2022-12-14 05:07 UTC, Michał Górny
Details
emerge-info.txt (emerge-info.txt,7.62 KB, text/plain)
2022-12-14 05:08 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2022-12-14 05:07:44 UTC
Created attachment 842517 [details]
dev-db:mariadb-10.6.11:20221214-045645.log

CMake Error at libmariadb/plugins/auth/CMakeLists.txt:120 (SET_TARGET_PROPERTIES):
  SET_TARGET_PROPERTIES Can not find target to add properties to:
  auth_gssapi_client
Call Stack (most recent call first):
  libmariadb/plugins/CMakeLists.txt:7 (INCLUDE)
  libmariadb/CMakeLists.txt:422 (INCLUDE)

[...]

-- Configuring incomplete, errors occurred!
See also "/var/tmp/portage/dev-db/mariadb-10.6.11/work/mariadb-10.6.11_build/CMakeFiles/CMakeOutput.log".
See also "/var/tmp/portage/dev-db/mariadb-10.6.11/work/mariadb-10.6.11_build/CMakeFiles/CMakeError.log".
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2022-12-14 05:08:26 UTC
Created attachment 842519 [details]
emerge-info.txt
Comment 2 andreas 2022-12-14 08:30:49 UTC
actual for me to
Comment 3 Agostino Sarubbo gentoo-dev 2022-12-14 08:35:13 UTC
I get:


-- Found OpenSSL: /usr/lib64/libcrypto.so (found version "3.0.7")  
CMake Error at cmake/ssl.cmake:164 (MESSAGE):
  Cannot find appropriate system libraries for SSL.  Use WITH_SSL=bundled to
  enable SSL support
Call Stack (most recent call first):
  CMakeLists.txt:373 (MYSQL_CHECK_SSL)
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-12-14 08:42:59 UTC
(In reply to Agostino Sarubbo from comment #3)
> I get:
> 
> 
> -- Found OpenSSL: /usr/lib64/libcrypto.so (found version "3.0.7")  
> CMake Error at cmake/ssl.cmake:164 (MESSAGE):
>   Cannot find appropriate system libraries for SSL.  Use WITH_SSL=bundled to
>   enable SSL support
> Call Stack (most recent call first):
>   CMakeLists.txt:373 (MYSQL_CHECK_SSL)

Your issue is likely OpenSSL 3 related. Please file a new bug.
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-12-14 11:03:03 UTC
*** Bug 885865 has been marked as a duplicate of this bug. ***
Comment 7 Larry the Git Cow gentoo-dev 2022-12-15 02:05:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=062b546a7512b29650fdd4dec9e3997efd267701

commit 062b546a7512b29650fdd4dec9e3997efd267701
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-12-15 02:02:23 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-12-15 02:02:23 +0000

    dev-db/mariadb: fix gssapi detection
    
    Closes: https://bugs.gentoo.org/885829
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-db/mariadb/files/mariadb-10.6.11-gssapi.patch | 47 +++++++++++++++++++++++
 dev-db/mariadb/mariadb-10.6.11.ebuild             |  1 +
 2 files changed, 48 insertions(+)