Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#79062 - [cardinal] build failure with gcc 13

Attached to Project: Arch Linux
Opened by Felix Yan (felixonmars) - Tuesday, 11 July 2023, 12:54 GMT
Last edited by David Runge (dvzrv) - Wednesday, 02 August 2023, 16:38 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To David Runge (dvzrv)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
In file included from /build/cardinal/src/cardinal-23.02/plugins/surgext/surge/src/common/SkinColors.cpp:1:
/build/cardinal/src/cardinal-23.02/plugins/surgext/surge/src/common/SkinColors.h:22:36: error: ‘uint32_t’ has not been declared
22 | Color(const std::string &name, uint32_t argb);
| ^~~~~~~~
/build/cardinal/src/cardinal-23.02/plugins/surgext/surge/src/common/SkinColors.h:23:36: error: ‘uint32_t’ has not been declared
23 | Color(const std::string &name, uint32_t rgb, char alpha);
| ^~~~~~~~
/build/cardinal/src/cardinal-23.02/plugins/surgext/surge/src/common/SkinColors.h:29:5: error: ‘uint8_t’ does not name a type
29 | uint8_t r, g, b, a;
| ^~~~~~~
/build/cardinal/src/cardinal-23.02/plugins/surgext/surge/src/common/SkinColors.h:5:1: note: ‘uint8_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
4 | #include <vector>
+++ |+#include <cstdint>
5 |
make[5]: *** [src/common/CMakeFiles/surge-common.dir/build.make:174: src/common/CMakeFiles/surge-common.dir/SkinColors.cpp.o] Error 1

A fix is available at https://github.com/surge-synthesizer/surge/commit/d2fba1c6ff02cbdfa9db2ce06508745c247629b5
This task depends upon

Closed by  David Runge (dvzrv)
Wednesday, 02 August 2023, 16:38 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed with 23.07-1

Loading...