Opened 3 years ago

Closed 2 years ago

#63382 closed defect (fixed)

libdbi includes a config.guess which does not test for arm64:Darwin:*:*

Reported by: p-b-west (Peter West) Owned by: mtalexander (Mike Alexander)
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: Cc:
Port: libdbi

Description

Building libdbi-0.8.4 on Mac M1 fails to configure because

case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in

does not include this test for M1

    arm64:Darwin:*:*)
        echo aarch64-apple-darwin"$UNAME_RELEASE"

Attachments (1)

main.log (22.0 KB) - added by p-b-west (Peter West) 3 years ago.
libdbi/main.log

Download all attachments as: .zip

Change History (3)

Changed 3 years ago by p-b-west (Peter West)

Attachment: main.log added

libdbi/main.log

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

Owner: set to mtalexander
Port: libdbi added
Status: newassigned

comment:2 Changed 2 years ago by hexane360 (Colin Gilgenbach)

Resolution: fixed
Status: assignedclosed

In 4edb19b840287ecf8293d7f5b0f47a91e0a992d6/macports-ports (master):

libdbi{,-drivers}: Update config.guess/config.sub

Update config.guess/config.sub for Apple Silicon support.

Closes: #63382

Note: See TracTickets for help on using tickets.