Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 893320 - dev-db/mariadb-10.6.11-r1: fails to build with gcc-13 on arm64, the patch got dropped
Summary: dev-db/mariadb-10.6.11-r1: fails to build with gcc-13 on arm64, the patch got...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-05 22:22 UTC by Roy Bamford
Modified: 2023-02-06 05:04 UTC (History)
1 user (show)

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 Roy Bamford gentoo-dev 2023-02-05 22:22:02 UTC
src_prepare() {
	eapply "${WORKDIR}"/mariadb-patches
	eapply "${FILESDIR}"/${PN}-10.6.11-gssapi.patch
	eapply "${FILESDIR}"/mariadb-10.6.11-include.patch

	eapply_user

Is missing the gcc-13.patch present in /dev-db//mariadb-10.6.11

src_prepare() {
	eapply "${WORKDIR}"/mariadb-patches
	eapply "${FILESDIR}"/${PN}-10.6.11-gssapi.patch
	eapply "${FILESDIR}"/${PN}-10.6.11-include.patch
	eapply "${FILESDIR}"/${PN}-10.6.11-gcc-13.patch

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2023-02-06 03:59:25 UTC
The bug has been closed via the following commit(s):

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

commit 05959063729b46ea3b9306613aad49c888e54fce
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-02-06 03:14:13 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-02-06 03:58:49 +0000

    dev-db/mariadb: restore gcc-13 patch
    
    Closes: https://bugs.gentoo.org/893320
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-db/mariadb/mariadb-10.6.11-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 2 Tomáš Mózes 2023-02-06 05:04:02 UTC
Thanks Sam, this patch got added after the PR for 10.6.11-r1 was made, that's why it was missing.