Opened 2 years ago

Closed 2 years ago

#65000 closed defect (fixed)

py39-pyobjc @8.4.1_0: error: cannot find protocol declaration for 'MDLLightProbeIrradianceDataSource'

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: danchr (Dan Villiom Podlaski Christiansen)
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: Cc: mascguy (Christopher Nielsen)
Port: py-pyobjc

Description

:info:build Modules/_ModelIO_protocols.m:6:28: error: cannot find protocol declaration for 'MDLLightProbeIrradianceDataSource'
:info:build     p = PyObjC_IdToPython(@protocol(MDLLightProbeIrradianceDataSource));
:info:build                            ^
:info:build 1 error generated.

Attachments (1)

main.log.bz2 (33.3 KB) - added by ryandesign (Ryan Carsten Schmidt) 2 years ago.

Download all attachments as: .zip

Change History (2)

Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log.bz2 added

comment:1 Changed 2 years ago by danchr (Dan Villiom Podlaski Christiansen)

Resolution: fixed
Status: assignedclosed

In c54715f8f27864fd2e41dcb8488c72ac90b03884/macports-ports (master):

py-pyobjc: reinstate missing patches

This reinstates patches accidentally deleted in the recent upgrade. Of
note, this reinstates the changes to suppress -Werror, hopefully
fixing the build on older platforms.

Closes: #64579
Closes: #64948
Closes: #64989
Closes: #65000

Note: See TracTickets for help on using tickets.