Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 628556 - dev-db/mariadb-10.1.24 missing app-arch/xz-utils dependency in ebuild
Summary: dev-db/mariadb-10.1.24 missing app-arch/xz-utils dependency in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-21 22:34 UTC by Garry Filakhtov
Modified: 2024-06-12 04:10 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 Garry Filakhtov 2017-08-21 22:34:01 UTC
Hello,

mariadb v.10.1.24 has dependency on liblzma.so.5 as per ldd:

ldd /usr/sbin/mysqld 
        linux-vdso.so.1 (0x00007ffed0c5e000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fda930e3000)
        liblzma.so.5 => /lib64/liblzma.so.5 (0x00007fda92ebd000)
        libbz2.so.1 => /lib64/libbz2.so.1 (0x00007fda92cad000)
        libaio.so.1 => /usr/lib64/libaio.so.1 (0x00007fda92aab000)
        libz.so.1 => /lib64/libz.so.1 (0x00007fda92894000)
        libbfd-2.28.so => /usr/lib64/libbfd-2.28.so (0x00007fda92558000)
        libpcre.so.1 => /lib64/libpcre.so.1 (0x00007fda922e5000)
        libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007fda920ae000)
        libssl.so.1.0.0 => /usr/lib64/libssl.so.1.0.0 (0x00007fda91e3f000)
        libcrypto.so.1.0.0 => /usr/lib64/libcrypto.so.1.0.0 (0x00007fda91a01000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007fda917fd000)
        libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/libstdc++.so.6 (0x00007fda91404000)
        libm.so.6 => /lib64/libm.so.6 (0x00007fda91100000)
        libgcc_s.so.1 => /usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/libgcc_s.so.1 (0x00007fda90ee9000)
        libc.so.6 => /lib64/libc.so.6 (0x00007fda90b50000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fda932ff000)

but, there is no runtime dependency on app-arch/xz-utils indicated in ebuild. Please, fix.

Thanks in advance.
Cheers,
Garry
Comment 1 Brian Evans (RETIRED) gentoo-dev 2017-08-22 00:12:06 UTC
dependencies in @system are implicit
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-06-12 04:10:37 UTC
commit 094ee79a18973e8a1a594605626654fff0400aa7
Author: Thomas Deutschmann <whissi@gentoo.org>
Date:   Mon Aug 17 03:08:48 2020 +0200

dev-db/mariadb: bump to v10.5.5

Closes: https://bugs.gentoo.org/737348
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>