Opened 3 years ago
Closed 3 years ago
#63771 closed defect (fixed)
sdrangel: builds fail for macOS 10.11 and earlier; fix, or set known_fail
Reported by: | mascguy (Christopher Nielsen) | Owned by: | ra1nb0w |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | Cc: | michaelld (Michael Dickens) | |
Port: | sdrangel |
Description
It looks like this port is failing to build for macOS releases prior to 10.12. Let's either fix, or set known_fail
to eliminate wasted buildbot time.
Change History (2)
comment:1 Changed 3 years ago by ra1nb0w
comment:2 Changed 3 years ago by Davide Gerhard <ra1nb0w@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
The error is
probably because the Qt version used by <10.12 doesn't support
callOnTimeout()
(introduced by Qt 5.12).I disable SDRangel for macOS < 10.12