Percona Server 5.5.29 fails to compile on ARM (Raspian)

Bug #1133877 reported by Julius Schlosburg
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona Server moved to https://jira.percona.com/projects/PS
New
Undecided
Unassigned

Bug Description

I followed the instructions at http://www.percona.com/docs/wiki/percona-server:install:source to install Percona Server 5.5 using the archive at http://www.percona.com/redir/downloads/Percona-Server-5.5/LATEST/source/Percona-Server-5.5.29-rel30.0.tar.gz. The exact steps I took after extracting were:

~/Percona-Server-5.5.29-rel30.0 $ ./configure --without-plugin-innobase --with-plugin-innodb_plugin
~/Percona-Server-5.5.29-rel30.0 $ time make

About 65 minutes in I received the following errors:
[ 69%] Building C object libmysql/CMakeFiles/clientlib.dir/__/sql-common/client_plugin.c.o
/home/pi/Percona-Server-5.5.29-rel30.0/sql-common/client_plugin.c: In function ‘mysql_client_plug
in_init’:
/home/pi/Percona-Server-5.5.29-rel30.0/sql-common/client_plugin.c:252:5: error: incompatible type
 for argument 5 of ‘add_plugin’
/home/pi/Percona-Server-5.5.29-rel30.0/sql-common/client_plugin.c:120:1: note: expected ‘va_list’
 but argument is of type ‘int’
/home/pi/Percona-Server-5.5.29-rel30.0/sql-common/client_plugin.c: In function ‘mysql_client_regi
ster_plugin’:
/home/pi/Percona-Server-5.5.29-rel30.0/sql-common/client_plugin.c:310:5: error: incompatible type
 for argument 5 of ‘add_plugin’
/home/pi/Percona-Server-5.5.29-rel30.0/sql-common/client_plugin.c:120:1: note: expected ‘va_list’
 but argument is of type ‘int’
make[2]: *** [libmysql/CMakeFiles/clientlib.dir/__/sql-common/client_plugin.c.o] Error 1
make[1]: *** [libmysql/CMakeFiles/clientlib.dir/all] Error 2
make: *** [all] Error 2

I found this same bug at https://bugs.launchpad.net/percona-server/5.5/+bug/700982, however it states that it was fixed with 5.5.17.

If there's any more information I can provide please let me know. Sorry in advance if this turns out to be user error! Thanks,

             -Julius

Revision history for this message
Alexey Kopytov (akopytov) wrote :

The bug was fixed in a Ubuntu package, but is still present in Percona Server. Marking as a duplicate of bug #700982.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.