Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5
Description
FreeBSD's inbuilt default jemalloc means its pointless to do a package search on it.
The paths are already set by the system defaults.
Without this the build starts with:
-- Running cmake version 3.16.5
|
-- Could NOT find Git (missing: GIT_EXECUTABLE)
|
-- MariaDB 10.5.4
|
getconf: no such configuration parameter `LEVEL1_DCACHE_LINESIZE'
|
-- Wsrep-lib version: 1.0.0
|
== Configuring MariaDB Connector/C
|
-- Could NOT find Git (missing: GIT_EXECUTABLE)
|
CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
|
Could NOT find JeMalloc (missing: JeMalloc_LIBRARIES JeMalloc_INCLUDE_DIRS)
|
Call Stack (most recent call first):
|
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
|
storage/rocksdb/rocksdb/cmake/modules/FindJeMalloc.cmake:17 (find_package_handle_standard_args)
|
storage/rocksdb/build_rocksdb.cmake:22 (find_package)
|
storage/rocksdb/CMakeLists.txt:144 (INCLUDE)
|
|
-- Configuring incomplete, errors occurred!
|
See also "/home/dan/build-mariadb-server-10.5/CMakeFiles/CMakeOutput.log".
|
See also "/home/dan/build-mariadb-server-10.5/CMakeFiles/CMakeError.log".
|
*** [cmake_check_build_system] Error code 1
|
|
make: stopped in /usr/home/dan/build-mariadb-server-10.5
|
1 error
|
|
make: stopped in /usr/home/dan/build-mariadb-server-10.5
|
Attachments
Issue Links
- links to