FS#79279 - [zynaddsubfx] FTBFS (missing cstdint includes)

Attached to Project: Arch Linux
Opened by Levi Zim (kxxt) - Wednesday, 02 August 2023, 12:26 GMT
Last edited by Jelle van der Waa (jelly) - Saturday, 02 September 2023, 10:43 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/zynaddsubfx/src/zynaddsubfx-3.0.6/src/Nio/NulEngine.h:21,
from /build/zynaddsubfx/src/zynaddsubfx-3.0.6/src/Nio/NulEngine.cpp:14:
/build/zynaddsubfx/src/zynaddsubfx-3.0.6/src/Nio/MidiIn.h:37:9: error: ‘uint8_t’ does not name a type
37 | uint8_t midiSysEx(unsigned char data);
| ^~~~~~~
/build/zynaddsubfx/src/zynaddsubfx-3.0.6/src/Nio/MidiIn.h:1:1: note: ‘uint8_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
+++ |+#include <cstdint>
1 | /*
/build/zynaddsubfx/src/zynaddsubfx-3.0.6/src/Nio/MidiIn.h:38:9: error: ‘uint8_t’ does not name a type
38 | uint8_t sysex_offset;
| ^~~~~~~
/build/zynaddsubfx/src/zynaddsubfx-3.0.6/src/Nio/MidiIn.h:38:9: note: ‘uint8_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/build/zynaddsubfx/src/zynaddsubfx-3.0.6/src/Nio/MidiIn.h:39:9: error: ‘uint8_t’ does not name a type
39 | uint8_t sysex_data[64];
| ^~~~~~~
/build/zynaddsubfx/src/zynaddsubfx-3.0.6/src/Nio/MidiIn.h:39:9: note: ‘uint8_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
In file included from /build/zynaddsubfx/src/zynaddsubfx-3.0.6/src/Nio/MidiIn.cpp:14:
/build/zynaddsubfx/src/zynaddsubfx-3.0.6/src/Nio/MidiIn.h:37:9: error: ‘uint8_t’ does not name a type
37 | uint8_t midiSysEx(unsigned char data);
| ^~~~~~~
/build/zynaddsubfx/src/zynaddsubfx-3.0.6/src/Nio/MidiIn.h:20:1: note: ‘uint8_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
19 | #include "Engine.h"
+++ |+#include <cstdint>
20 |
...

Additional info:
* package version(s) 3.0.6-4
* patch attached

This task depends upon

Closed by  Jelle van der Waa (jelly)
Saturday, 02 September 2023, 10:43 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in git.

Loading...