Opened 7 months ago

Closed 4 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 7 months ago by mascguy (Christopher Nielsen)

The blocking issue for spice-server failures on 10.14 and earlier, is: issue:68439

comment:2 Changed 7 months ago by ryandesign (Ryan Carsten Schmidt)

Summary: qemu @8.0,5: compiler blacklist needs to be updated, for latest releaseqemu @8.0.5: compiler blacklist needs to be updated

comment:3 Changed 4 months ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

In ac958afb5f828fc0f097f9f4bbd3658eea9a6b7e/macports-ports (master):

qemu: Update compiler blacklist

Closes: #68429

Note: See TracTickets for help on using tickets.