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

Bug 891369

Summary: dev-db/mysql-8.0.32-r2 fails to compile: plugin_utils.h:747:15: error: debug_sync_set_action was not declared in this scope
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Linux MySQL bugs team <mysql-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: sam
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://jira.mariadb.org/browse/MDEV-11148
https://jira.mariadb.org/browse/MDEV-14886
https://github.com/gentoo/gentoo/pull/32749
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log.xz

Description Agostino Sarubbo gentoo-dev 2023-01-19 07:56:29 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-db/mysql-8.0.32 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-01-19 07:56:33 UTC
Created attachment 848807 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2023-01-19 07:56:33 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
  Could not find LDAP
  Could not find SASL
/var/tmp/portage/dev-db/mysql-8.0.32/work/mysql/plugin/group_replication/include/plugin_utils.h:747:15: error: ‘debug_sync_set_action’ was not declared in this scope
Comment 3 Agostino Sarubbo gentoo-dev 2023-01-19 07:56:45 UTC
ci has reproduced this issue with version 8.0.32-r1 - Updating summary.
Comment 4 Agostino Sarubbo gentoo-dev 2023-02-14 07:47:57 UTC
ci has reproduced this issue with version 8.0.32-r2 - Updating summary.
Comment 5 Larry the Git Cow gentoo-dev 2023-10-14 08:34:22 UTC
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(+)