Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 878853

Summary: dev-db/mariadb-10.6.10: automagic zstd, liburing dependencies
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: Gentoo Linux MySQL bugs team <mysql-bugs>
Status: CONFIRMED ---    
Severity: normal CC: hydrapolic
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=876238
https://github.com/gentoo/gentoo/pull/29265
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 892013    
Bug Blocks:    

Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-10-31 02:18:21 UTC
Output frmo iwdevtools:
````
 * VDB: detected possibly incorrect RDEPEND (dev-db/mariadb-10.6.10)
 * app-arch/libarchive:= <
 * dev-libs/libaio:=     <
 *                       > app-arch/zstd:=
 *                       > sys-libs/liburing:=
 * sys-libs/pam:=        | sys-libs/pam
 * sys-process/procps:=  <
```

We may need to care for this in dev-db/mariadb-connector-c too with 3.3.x (not sure how the plugin needs to be handled, but it tried to install a zstd plugin and collided for me).
Comment 1 Larry the Git Cow gentoo-dev 2023-02-03 19:33:18 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e311f8ce19ac8e2e40730279861127866d494d

commit e6e311f8ce19ac8e2e40730279861127866d494d
Author:     Tomáš Mózes <hydrapolic@gmail.com>
AuthorDate: 2023-01-25 14:50:12 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-02-03 19:32:43 +0000

    dev-db/mariadb: add dependency on sys-libs/liburing
    
    liburing replaces libaio on recent Linux kernels
    https://jira.mariadb.org/browse/MDEV-24883
    
    Bug: https://bugs.gentoo.org/878853
    Closes: https://bugs.gentoo.org/876238
    Closes: https://bugs.gentoo.org/886327
    Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-db/mariadb/mariadb-10.6.11-r1.ebuild | 1321 ++++++++++++++++++++++++++++++
 1 file changed, 1321 insertions(+)