Summary: | app-emulation/virtualbox-7.0.6-r1: fails to build w/ gcc 13 (error: 'uint32_t' has not been declared) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | he.ousia <he.ousia> |
Component: | Current packages | Assignee: | Viorel Munteanu <ceamac> |
Status: | RESOLVED FIXED | ||
Severity: | minor | Keywords: | PullRequest |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/29405 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 865117 |
Description
he.ousia
2023-02-01 18:55:00 UTC
Regular current Gentoo system (only gcc:13). ousia Please always attach the full build.log and emerge --info. Anyway, this is a quite normal error with GCC 13 - it's missing a <cstdint> include. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b1410434e67de1ebc9a62718240b4879dbe050 commit f3b1410434e67de1ebc9a62718240b4879dbe050 Author: Viorel Munteanu <ceamac@gentoo.org> AuthorDate: 2023-02-03 12:56:48 +0000 Commit: Viorel Munteanu <ceamac@gentoo.org> CommitDate: 2023-02-03 14:34:03 +0000 app-emulation/virtualbox: fix compilation with gcc-13 Closes: https://bugs.gentoo.org/892852 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> .../virtualbox/files/virtualbox-7.0.6-gcc-13.patch | 28 + .../virtualbox/virtualbox-7.0.6-r2.ebuild | 728 +++++++++++++++++++++ 2 files changed, 756 insertions(+) |