Opened 2 years ago

Closed 2 years ago

#64387 closed defect (fixed)

avrdude @6.3_2: configuration fails on Apple Silicon

Reported by: VinDuv Owned by: g5pw (Aljaž Srebrnič)
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: avrdude

Description

configure:2381: checking build system type
configure:2392: error: /bin/sh ./config.sub -apple-darwin21.2.0 failed

This seems to be the same issue as #64366 on libelf: config.guess is too old and fails to generate a correct system identifier on Apple Silicon.

Applying 64e99412d2390447cbd98bac79cb6851d425ae74/macports-ports to avrdude’s Portfile fixes the configuration step. However, the build currently fails (same symptoms as #62882).

Change History (3)

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

Owner: changed from g5pw@… to g5pw

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

Cc: ryandesign added

comment:3 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

In 34bb97003279f6994a64214175e17480e204f38d/macports-ports (master):

avrdude: Update config.guess/config.sub for arm64

Closes: #64387

Note: See TracTickets for help on using tickets.