Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 738012 - dev-db/mariadb-10.5.5 - CMake Error at sql/CMakeLists.txt:477 (TARGET_LINK_LIBRARIES): Cannot specify link libraries for target "mysqld" which is not built by this project.
Summary: dev-db/mariadb-10.5.5 - CMake Error at sql/CMakeLists.txt:477 (TARGET_LINK_LI...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-19 12:27 UTC by Michiel Hazelhof
Modified: 2020-08-19 17:31 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michiel Hazelhof 2020-08-19 12:27:04 UTC
There appears to be an error in the CMakeLists.txt with the 10.5.5 release when using jemalloc

Reproducible: Always

Steps to Reproduce:
Attempt to compile it

Actual Results:  
CMake Error at sql/CMakeLists.txt:477 (TARGET_LINK_LIBRARIES):
  Cannot specify link libraries for target "mysqld" which is not built by
  this project.

Expected Results:  
Success
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2020-08-19 12:30:17 UTC
Please attach the entire build log to this bug report.
Please post your `emerge --info' output in a comment.
Comment 2 Larry the Git Cow gentoo-dev 2020-08-19 14:52:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fc42f2a089040e4fbcf33a203bd52e454be7261

commit 1fc42f2a089040e4fbcf33a203bd52e454be7261
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2020-08-19 14:51:23 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2020-08-19 14:52:06 +0000

    dev-db/mariadb: unbreak USE=jemalloc
    
    Closes: https://bugs.gentoo.org/738012
    Package-Manager: Portage-3.0.3, Repoman-3.0.0
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 dev-db/mariadb/mariadb-10.5.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)