Details
Description
CMake Error at cmake/jemalloc.cmake:34 (MESSAGE):
jemalloc_pic is not found
Call Stack (most recent call first):
CMakeLists.txt:380 (CHECK_JEMALLOC)
– Configuring incomplete, errors occurred!
See also "/mysql/mdb10.0.15/build/CMakeFiles/CMakeOutput.log".
See also "/mysql/mdb10.0.15/build/CMakeFiles/CMakeError.log".
[pol@localhost build]$ cd ..
This does not occur with 10.1.2.
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
We bulid MariaDB server on Fedora 20, it works all right, see the log (it's the revision which became 10.0.15): http://buildbot.askmonty.org/buildbot/builders/kvm-rpm-fedora20-amd64/builds/628/steps/compile/logs/stdio
We use cmake 2.8.12.1 and gcc 4.8.2, but it's hardly the reason of the difference.
Do you actually have jemalloc installed on the machine?
If you do, how exactly do you build the server? Are you using a source package or bzr tree? In the latter case, are you building from scratch (remove CMakeCache.txt etc.), or incrementally?