Summary: | dev-db/mysql-8.0.32-r2 failed to rebuild with GCC 13 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Leonid Kopylov <leonchik1976> |
Component: | Current packages | Assignee: | Gentoo Linux MySQL bugs team <mysql-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | brokendreams1981, tanekliang |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | ARM64 | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/32749 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 865117 | ||
Attachments: | build.log |
Description
Leonid Kopylov
2023-04-28 05:38:27 UTC
Created attachment 860868 [details]
build.log
same for amd64 (In reply to Leonid Kopylov from comment #2) > same for amd64 temporary workaround: setting USE="-numa -router" seems to result in a successful build here. full ~amd64 keyworded with gcc:13. it did build successfully in the past with gcc:12 and USE="+numa +router" in the past so there is still an issue with gcc:13 but disabling those useflags seems to work for now. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc244bfc220f48b2d7fb240e3b1517a47ba63d08 commit dc244bfc220f48b2d7fb240e3b1517a47ba63d08 Author: Alfred Wingate <parona@protonmail.com> AuthorDate: 2023-09-08 00:56:52 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-10-14 08:30:47 +0000 dev-db/mysql: add 8.0.34 Spent time getting tests to pass as well. I can verify that USE="cjk cracklib numa perl profiling router server" pass with gcc-13. I had some testing with other flags as well and didn't see issues other than USE="debug" with having failing tests last I checked. Opted out of fixing some stuff as they would fit better with 8.1 like removing and updating deprecated configurations. Closes: https://bugs.gentoo.org/895256 Closes: https://bugs.gentoo.org/912797 Closes: https://bugs.gentoo.org/905209 Closes: https://bugs.gentoo.org/891369 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/32749 Signed-off-by: Sam James <sam@gentoo.org> dev-db/mysql/Manifest | 2 + dev-db/mysql/mysql-8.0.34.ebuild | 1220 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 1222 insertions(+) |