Opened 10 days ago

Closed 33 hours ago

#70709 closed defect (fixed)

qt6-qtbase @ 6.7.2_0+openssl: Failed to build qt6-qtbase: command execution failed on macOS 15.0 PB

Reported by: Knapoc Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version:
Keywords: sequoia Cc: reneeotten (Renee Otten), markemer (Mark Anderson), razzfazz (Daniel Becker), MaddTheSane (C.W. Betts), breiter (Brian Reiter)
Port: qt6-qtbase

Description

qt6-qtbase fails to build.

Logfile attached.

macOS 15.0 24A335 arm64 Xcode 16.0 16A242

Attachments (1)

qt6-qtbase_main.log.tar.gz (123.3 KB) - added by Knapoc 10 days ago.
Build log

Download all attachments as: .zip

Change History (10)

Changed 10 days ago by Knapoc

Attachment: qt6-qtbase_main.log.tar.gz added

Build log

comment:1 Changed 10 days ago by jmroot (Joshua Root)

Cc: reneeotten added
Keywords: sequoia added
Owner: set to MarcusCalhoun-Lopez
Status: newassigned
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_aqua_qt6/qt6-qtbase/work/qtbase-everywhere-src-6.7.2/src/plugins/platforms/cocoa/qcocoascreen.mm:601:37: error: 'CGDisplayCreateImageForRect' is unavailable: obsoleted in macOS 15.0 - Please use ScreenCaptureKit instead.
:info:build   601 |         QCFType<CGImageRef> image = CGDisplayCreateImageForRect(displayId, grabRect.toCGRect());
:info:build       |                                     ^

comment:2 Changed 8 days ago by markemer (Mark Anderson)

I have a fix for this - it has to do with CGDisplayCreateImageForRect no longer being available in the macOS 15 SDK. qt5-base will have this same issue. Here is the fix I'm going to put in soon - but it should get you going.

platform darwin 24 {
   macosx_deployment_target 14.0
}

comment:3 Changed 8 days ago by markemer (Mark Anderson)

Cc: markemer added

comment:5 Changed 6 days ago by markemer (Mark Anderson)

Yeah, we should fix this to start with the platform fix and keep an eye on upstream. I doubt they're gonna fix qt5, since it's a pretty involved fix. I assume they'll have to fix qt6, but we'll have to make sure that only a fixed one tries to install on macOS >= 15

comment:6 Changed 3 days ago by razzfazz (Daniel Becker)

Cc: razzfazz added

comment:7 Changed 3 days ago by MaddTheSane (C.W. Betts)

Cc: MaddTheSane added

comment:8 Changed 45 hours ago by breiter (Brian Reiter)

Cc: breiter added

comment:9 Changed 33 hours ago by markemer (Mark Anderson)

Resolution: fixed
Status: assignedclosed

In c307b894aa50e4fbf85c76c8f2da7e1081823d75/macports-ports (master):

qt6-qtbase: fix on macOS 15 (https://github.com/macports/macports-ports/pull/25749)

  • qt6-qtbase error for CGDIsplayImageForRect on macOS 15
  • Set macosx_deployment_target 14.0 for qt6 in general to stop the following error: error: 'CGDisplayCreateImageForRect' is unavailable: obsoleted in macOS 15.0 - Please use ScreenCaptureKit instead.
  • May be fixed upsteam eventually in https://bugreports.qt.io/browse/QTBUG-128900

Closes: #70709

Note: See TracTickets for help on using tickets.