Opened 13 months ago
Closed 9 months ago
#68429 closed defect (fixed)
qemu @8.0.5: compiler blacklist needs to be updated
Reported by: | mascguy (Christopher Nielsen) | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | ||
Port: | qemu |
Description
The portfile currently blacklists Xcode Clang < 1000, but upstream's configure script now appears to require 1200+:
ERROR: You need at least GCC v7.4 or Clang v10.0 (or XCode Clang v12.0)
It's possible that this is stricter than necessary, so it might be worth testing with Xcode Clang 10 or 11 - after patching the configure script - to see whether this is absolutely necessary.
Regardless, we'll need to do something, as this is causing failures for 10.15 and earlier.
On a related note, spice-server
fails to build for 10.14 and earlier, and that will also need to be fixed. (Since it will block builds for qemu
.) Presently waiting for fresh buildbot logs, as history for the former has aged out.
Change History (3)
comment:1 Changed 13 months ago by mascguy (Christopher Nielsen)
comment:2 Changed 12 months ago by ryandesign (Ryan Carsten Schmidt)
Summary: | qemu @8.0,5: compiler blacklist needs to be updated, for latest release → qemu @8.0.5: compiler blacklist needs to be updated |
---|
comment:3 Changed 9 months ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
The blocking issue for
spice-server
failures on 10.14 and earlier, is: issue:68439