← Back to team overview

percona-discussion team mailing list archive

[Bug 352983] Re: Can't compile xtrabackup with mysql 5.1.32

 

** Changed in: percona-xtrabackup
       Status: New => Won't Fix

-- 
Can't compile xtrabackup with mysql 5.1.32
https://bugs.launchpad.net/bugs/352983
You received this bug notification because you are a member of Percona
developers, which is the registrant for Percona-XtraBackup.

Status in Open source backup tool for InnoDB and XtraDB: Won't Fix

Bug description:
Hello,

i try to compile xtrabackup with mysql 5.1.32 (also tried 5.1.31, same result).

If i interpred the documentation right, then i need a xtrabackup version, that is compiled with the innodb version of the mysql-server. In my case this is stock mysql 5.1.32. 

2 Problems:
- the innobase directory is in the storage directory (problems with includes).
- if i move the innobase in the mysql-base directory, then i get the following error:

make: *** No rule to make target `../usr/libusr.a', needed by `xtrabackup'.  Stop

root@mysql:/usr/src# ls -l mysql-5.0.77/innobase/usr/
total 48
-rw-r--r--  1 root root   2982 Apr  1 11:02 libusr.a
-rw-r--r--  1 root root  13904 Apr  1 11:02 Makefile
-rw-r--r--  1 7155 wheel   870 Jan 29 22:42 Makefile.am
-rw-r--r--  1 7155 wheel 14155 Jan 29 22:56 Makefile.in
-rw-r--r--  1 7155 wheel  1740 Jan 29 22:42 usr0sess.c
-rw-r--r--  1 root root   2816 Apr  1 11:02 usr0sess.o
root@mysql:/usr/src# ls -la mysql-5.1.32/innobase/usr/
total 4
-rw-r--r--  1 7155 wheel  1583 Feb 14 01:56 usr0sess.c


Greets
Mark Davis



References