Ubuntu precise 64bit + Percona = fail
Using the mydumper package from repo fails with this;
[3230741.530652] processqueue[
libglib-
[3230747.945488] processqueue[
libglib-
[3230758.194969] processqueue[
libglib-
[3230780.686775] processqueue[
libglib-
[3230784.336484] processqueue[
libglib-
[3230794.710549] processqueue[
libglib-
** Message: Connected to a MySQL server
** Message: Started dump at: 2012-10-08 16:53:16
I am using percona libs.
> dpkg -l | grep percona
ii percona-
ii percona-
ii percona-
ii percona-toolkit 2.1.4 Advanced MySQL and system command-line tools
ii percona-xtrabackup 2.0.3-470.precise Open source backup tool for InnoDB and XtraDB
ii xtrabackup 2.0.3-470.precise Transitional package for percona-xtrabackup
> apt-cache showpkg mydumper
Package: mydumper
Versions:
0.5.1-1ubuntu1 (/var/lib/
Description Language:
Description Language: en
Reverse Depends:
mydumper:
Dependencies:
0.5.1-1ubuntu1 - libc6 (2 2.4) libglib2.0-0 (2 2.31.2) libmysqlclient18 (2 5.5.13-1) libpcre3 (2 8.10) zlib1g (2 1:1.2.3.3.dfsg) libjs-sphinxdoc (2 1.0) mydumper:i386 (0 (null))
Provides:
0.5.1-1ubuntu1 -
Reverse Provides:
Attempted to compile the latest development package but got;
> cmake .
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- MySQL not found.
-- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
-- checking for one of the modules 'glib-2.0'
CMake Error at /usr/share/
None of the required 'glib-2.0' found
Call Stack (most recent call first):
cmake/
CMakeLists.txt:10 (find_package)
-- checking for one of the modules 'gthread-2.0'
CMake Error at /usr/share/
None of the required 'gthread-2.0' found
Call Stack (most recent call first):
cmake/
CMakeLists.txt:10 (find_package)
CMake Error at /usr/share/
pkg-config tool not found
Call Stack (most recent call first):
/usr/
cmake/
CMakeLists.txt:11 (find_package)
-- Could NOT find PCRE (missing: PCRE_INCLUDE_DIR PCRE_PCRE_LIBRARY PCRE_PCREPOSIX_
CMake Warning at docs/CMakeLists
Unable to find Sphinx documentation generator
CMake Warning at docs/CMakeLists
Missing python-sphinx documentation tools, docs will not be built
-- -------
-- MYSQL_CONFIG = MYSQL_CONFIG-
-- CMAKE_INSTALL_
-- BUILD_DOCS = ON
-- RUN_CPPCHECK = OFF
-- Change a values with: cmake -D<Variable>
-- -------
--
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
GLIB2_LIBRARIES (ADVANCED)
linked by target "mydumper" in directory /root/mydumper-
linked by target "myloader" in directory /root/mydumper-
GTHREAD2_LIBRARIES (ADVANCED)
linked by target "mydumper" in directory /root/mydumper-
linked by target "myloader" in directory /root/mydumper-
MYSQL_INCLUDE_DIR (ADVANCED)
used as include directory in directory /root/mydumper-
MYSQL_LIBRARIES
linked by target "mydumper" in directory /root/mydumper-
linked by target "myloader" in directory /root/mydumper-
PCRE_INCLUDE_DIR (ADVANCED)
used as include directory in directory /root/mydumper-
PCRE_PCRE_LIBRARY (ADVANCED)
linked by target "mydumper" in directory /root/mydumper-
linked by target "myloader" in directory /root/mydumper-
-- Configuring incomplete, errors occurred!
Shame because this looked like such a cool little tool :(
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
This question was originally filed as bug #1063943.
Can you help with this problem?
Provide an answer of your own, or ask Cal Leeming for more information if necessary.