Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 734570 - dev-db/mariadb-10.1.45-r1 fails to build - Unknown CMake command "MYSQL_CHECK_NUMA".
Summary: dev-db/mariadb-10.1.45-r1 fails to build - Unknown CMake command "MYSQL_CHECK...
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-07-29 14:20 UTC by Timo Gurr
Modified: 2020-07-29 20:34 UTC (History)
1 user (show)

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


Attachments
mariadb-10.1.45-r1_build.log (mariadb-10.1.45-r1_build.log,41.23 KB, text/x-log)
2020-07-29 14:20 UTC, Timo Gurr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Timo Gurr 2020-07-29 14:20:10 UTC
[...]
CMake Error at storage/innobase/CMakeLists.txt:27 (INCLUDE):
  INCLUDE could not find load file:

    numa


-- Looking for include file lzma.h
-- Looking for include file lzma.h - found
-- Looking for lzma_stream_buffer_decode in lzma
-- Looking for lzma_stream_buffer_decode in lzma - found
-- Looking for lzma_easy_buffer_encode in lzma
-- Looking for lzma_easy_buffer_encode in lzma - found
-- Looking for include file bzlib.h
-- Looking for include file bzlib.h - found
-- Looking for BZ2_bzBuffToBuffCompress in bz2
-- Looking for BZ2_bzBuffToBuffCompress in bz2 - found
-- Looking for BZ2_bzBuffToBuffDecompress in bz2
-- Looking for BZ2_bzBuffToBuffDecompress in bz2 - found
CMake Error at storage/innobase/CMakeLists.txt:34 (MYSQL_CHECK_NUMA):
  Unknown CMake command "MYSQL_CHECK_NUMA".


-- Configuring incomplete, errors occurred!
[...]

Full build.log attached.

Reproducible: Always
Comment 1 Timo Gurr 2020-07-29 14:20:41 UTC
Created attachment 651440 [details]
mariadb-10.1.45-r1_build.log
Comment 2 Thomas Deutschmann (RETIRED) gentoo-dev 2020-07-29 20:31:22 UTC
cmake/numa.cmake is missing in NUMA patch...
Comment 3 Larry the Git Cow gentoo-dev 2020-07-29 20:34:31 UTC
The bug has been closed via the following commit(s):

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

commit db384f3362beded282a704500399486da6b7e024
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2020-07-29 20:31:33 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2020-07-29 20:33:04 +0000

    dev-db/mariadb: fix NUMA patch
    
    Closes: https://bugs.gentoo.org/734570
    Package-Manager: Portage-3.0.1, Repoman-2.3.23
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 dev-db/mariadb/Manifest                  | 2 +-
 dev-db/mariadb/mariadb-10.1.45-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)