enterprise-support team mailing list archive
-
enterprise-support team
-
Mailing list archive
-
Message #03037
[Bug 1269376] [NEW] mydumper 0.6.0 fails to compile "cast from pointer to integer of different size"
Public bug reported:
Compilation fails....
ec2-user@db1 mydumper-0.6.0]$ cmake .
-- The CXX compiler identification is GNU 4.6.3
-- 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
-- Found MySQL: /usr/include/mysql, /usr/lib/mysql/libmysqlclient.so
-- ------------------------------------------------
-- MYSQL_CONFIG = MYSQL_CONFIG-NOTFOUND
-- CMAKE_INSTALL_PREFIX = /usr/local
-- BUILD_DOCS = ON
-- RUN_CPPCHECK = OFF
-- Change a values with: cmake -D<Variable>=<Value>
-- ------------------------------------------------
--
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ec2-user/mydumper-0.6.0
[ec2-user@db1 mydumper-0.6.0]$ make
Scanning dependencies of target mydumper
[ 14%] Building C object CMakeFiles/mydumper.dir/mydumper.c.o
/home/ec2-user/mydumper-0.6.0/mydumper.c: In function ‘dump_database’:
/home/ec2-user/mydumper-0.6.0/mydumper.c:1258:21: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
cc1: all warnings being treated as errors
make[2]: *** [CMakeFiles/mydumper.dir/mydumper.c.o] Error 1
make[1]: *** [CMakeFiles/mydumper.dir/all] Error 2
make: *** [all] Error 2
** Affects: mydumper
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Server/Client Support Team, which is subscribed to MySQL.
Matching subscriptions: Ubuntu Server/Client Support Team
https://bugs.launchpad.net/bugs/1269376
Title:
mydumper 0.6.0 fails to compile "cast from pointer to integer of
different size"
To manage notifications about this bug go to:
https://bugs.launchpad.net/mydumper/+bug/1269376/+subscriptions
Follow ups
References