Merge lp://staging/~tplavcic/percona-xtrabackup/bld-198-2.2 into lp://staging/percona-xtrabackup/2.2

Proposed by Tomislav Plavcic
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 5010
Proposed branch: lp://staging/~tplavcic/percona-xtrabackup/bld-198-2.2
Merge into: lp://staging/percona-xtrabackup/2.2
Diff against target: 34 lines (+3/-3)
3 files modified
cmake/build_configurations/feature_set.cmake (+1/-1)
cmake/build_configurations/xtrabackup_release.cmake (+1/-1)
storage/innobase/xtrabackup/utils/percona-xtrabackup.spec (+1/-1)
To merge this branch: bzr merge lp://staging/~tplavcic/percona-xtrabackup/bld-198-2.2
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+234197@code.staging.launchpad.net

Description of the change

Changed cmake options to build with system zlib

Param job:
http://jenkins.percona.com/view/PXB%202.2/job/percona-xtrabackup-2.2-param/197/

Test packages:
http://jenkins.percona.com/view/TEST/job/percona-xtrabackup-2.2-RELEASE-test/4/

This is output from some maybe relevant commands:
=== binary tar
plavi@zoidberg:~/Downloads/percona-xtrabackup-2.2.3-Linux-x86_64/bin$ ldd xtrabackup
...
        libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f885f2e9000)

plavi@zoidberg:~/Downloads/percona-xtrabackup-2.2.3-Linux-x86_64/bin$ ldd xbcrypt
...
        libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fa00e19b000)

plavi@zoidberg:~/Downloads/percona-xtrabackup-2.2.3-Linux-x86_64/bin$ ldd xbstream
...
        libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f88c875b000)

=== rpm
plavi@zoidberg:~/Downloads$ rpm -qp --requires percona-xtrabackup-2.2.3-5005.el6.x86_64.rpm
libz.so.1()(64bit)
libz.so.1(ZLIB_1.2.0)(64bit)

=== deb
plavi@zoidberg:~/Downloads$ dpkg -f percona-xtrabackup_2.2.3-5005-1.precise_amd64.deb
...
Depends: libdbd-mysql-perl, rsync, libaio1 (>= 0.3.93), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgcrypt11 (>= 1.4.5), libgpg-error0 (>= 1.10), libstdc++6 (>= 4.6), zlib1g (>= 1:1.2.0)

Installed deb & rpm and ldd on installed binaries looks the same as on binary tarball.

To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches