Opened 3 years ago

Closed 3 years ago

#62780 closed defect (fixed)

emacs-devel @20210426_0: Can't compile with +nativecomp on apple silicon

Reported by: hexagonal-sun (Matthew Leach) Owned by: drkp (Dan Ports)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: emacs-devel

Description

Hello,

My version of emacs-devel recently updated from @20210105_0 to @20210426_0. After this update, I could no longer install doom emacs due to not having native comp: (https://github.com/hlissner/doom-emacs/issues/4652). When I try to enable the variant, it requires gcc10 which is blocked on apple silicon.

Why this is only a problem after upgrade, I'm not sure.

Change History (4)

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

Owner: set to drkp
Status: newassigned
Summary: @20210426_0 Can't compile with +nativecomp on apple siliconemacs-devel @20210426_0: Can't compile with +nativecomp on apple silicon

comment:2 Changed 3 years ago by drkp (Dan Ports)

I'm not sure about this one (since I don't have a M1 machine to test).

nativecomp requires gcc, and Apple Silicon is not officially supported. But there was just an update to the gcc10 port that provides experimental support, so it may work now. Either way, not much we can do here beyond that...

comment:3 Changed 3 years ago by hexagonal-sun (Matthew Leach)

I've just tried and +nativecomp works after the gcc10 update. All seems to be working on my machine quite nicely! Feel free to close.

comment:4 Changed 3 years ago by drkp (Dan Ports)

Resolution: fixed
Status: assignedclosed

Glad to hear it's working now! Thanks for updating us.

Note: See TracTickets for help on using tickets.