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

Bug 895700

Summary: dev-db/percona-server-8.0.26.16-r2 fails to compile (GCC-13-SYSTEM): gcs_logging.h:271:27: error: int64_t is not a member of std
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Linux MySQL bugs team <mysql-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: toralf
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 865117    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2023-02-21 10:16:52 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-db/percona-server-8.0.26.16-r2 fails to compile (GCC-13-SYSTEM).
Discovered on: amd64 (internal ref: gcc13_tinderbox)

NOTE:
(GCC-13-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-13 but this bug MAY or MAY NOT BE related to the new compiler
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-21 10:16:55 UTC
Created attachment 853470 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-02-21 10:16:56 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


  Cannot find KERBEROS and GSSAPI development libraries.  You need to install
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
  Could not find KERBEROS
  Could not find LDAP
  Could not find SASL
--   Package 'krb5', required by 'virtual:world', not found
/var/tmp/portage/dev-db/percona-server-8.0.26.16-r2/work/mysql/plugin/group_replication/libmysqlgcs/include/mysql/gcs/gcs_logging.h:271:27: error: ‘int64_t’ is not a member of ‘std’; did you mean ‘int64_t’?
Comment 3 Larry the Git Cow gentoo-dev 2023-04-18 08:25:08 UTC
The bug has been closed via the following commit(s):

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

commit 36c975680bcd8b5605d8aa491bcad0c94dc14a06
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-04-18 08:24:26 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-04-18 08:24:26 +0000

    dev-db/percona-server: fix build w/ gcc 13
    
    Closes: https://bugs.gentoo.org/895700
    Closes: https://bugs.gentoo.org/895236
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/percona-server-8.0.26.16-gcc-13.patch    | 41 ++++++++++++++++++++++
 .../percona-server-8.0.26.16-r2.ebuild             |  4 ++-
 2 files changed, 44 insertions(+), 1 deletion(-)
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-04-30 06:35:15 UTC
*** Bug 894612 has been marked as a duplicate of this bug. ***