Opened 3 years ago

Closed 3 years ago

#61925 closed defect (fixed)

ossp-uuid: Fails to build on apple silicon

Reported by: hexagonal-sun (Matthew Leach) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: arm64 Cc:
Port: ossp-uuid

Description

Hello,

this fails to build on apple silicon. It looks like the culprit is that the configure scripts fail to recognize the apple compiler triplet:

configure:5855: checking build system type
configure:5869: result: arm-apple-darwin20.2.0
configure:5889: checking host system type
configure:5898: error: /bin/sh ./config.sub aarch64-apple-darwin20.2.0 failed

Change History (2)

comment:1 Changed 3 years ago by jmroot (Joshua Root)

Keywords: arm64 added

There's some arch-specific muniversal stuff in there that also needs to be updated.

comment:2 Changed 3 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed

Not sure what changed, but this seems to build OK now: https://build.macports.org/builders/ports-11_arm64-builder/builds/10960

Note: See TracTickets for help on using tickets.