Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 510756 - dev-db/xtrabackup-bin-2.1.7 should RDEPEND on dev-libs/libgcrypt dev-perl/DBD-mysql
Summary: dev-db/xtrabackup-bin-2.1.7 should RDEPEND on dev-libs/libgcrypt dev-perl/DBD...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christian Ruppert (idl0r)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-19 14:14 UTC by Thomas Deutschmann (RETIRED)
Modified: 2014-05-22 21:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2014-05-19 14:14:21 UTC
Hi,

=dev-db/xtrabackup-bin-2.1.7 depends on dev-libs/libgcrypt:0 but 

ldd /usr/bin/xtrabackup_56
        linux-vdso.so.1 (0x00007fff62b8c000)
        librt.so.1 => /lib64/librt.so.1 (0x00007f236c9b0000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f236c793000)
        libgcrypt.so.11 => not found
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

        libdl.so.2 => /lib64/libdl.so.2 (0x00007f236c58f000)
        libgpg-error.so.0 => /usr/lib64/libgpg-error.so.0 (0x00007f236c38a000)
        libaio.so.1 => /lib64/libaio.so.1 (0x00007f236c188000)
        libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007f236bf51000)
        libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/libstdc++.so.6 (0x00007f236bc4d000)
        libm.so.6 => /lib64/libm.so.6 (0x00007f236b954000)
        libgcc_s.so.1 => /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/libgcc_s.so.1 (0x00007f236b73e000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f236b395000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f236cbb8000)

Latest dev-libs/libgcrypt version with libgcrypt.so.11 was =dev-libs/libgcrypt-1.6.0. >=dev-libs/libgcrypt-1.6.0-r1 has libgcrypt.so.20+.


Also, /usr/bin/innobackupex depends on dev-perl/DBD-mysql which is missing:

# check existence of DBD::mysql module
eval {
    require DBD::mysql;
};


Reproducible: Always
Comment 1 Christian Ruppert (idl0r) gentoo-dev 2014-05-22 21:04:00 UTC
Fixed in 2.1.9. Thanks!