Opened 3 months ago
Last modified 7 days ago
#73045 assigned defect
emacs-mac-app @10.1_1+nativecomp+renameapp+treesitter not functional in Tahoe
| Reported by: | jw7519 | Owned by: | amake (Aaron Madlon-Kay) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | tahoe | Cc: | cjones051073 (Chris Jones), willyg5us |
| Port: | emacs-mac-app |
Description
Build from source, no issues with compile. However in Tahoe pulldown are not displaying at all and trying to select them makes the application non responsive.
Change History (11)
comment:1 Changed 3 months ago by jmroot (Joshua Root)
| Owner: | set to amake |
|---|---|
| Status: | new → assigned |
comment:2 Changed 3 months ago by Aaron Madlon-Kay <aaron@…>
comment:3 Changed 3 months ago by amake (Aaron Madlon-Kay)
I'm not on Tahoe and may not be for quite a while, so I can't test this.
There was a relevant update to emacs-mac-app-devel the other day; I've updated the port. Please try that. If it still doesn't work then it's an upstream matter and we'll just have to wait.
comment:4 Changed 3 months ago by cjones051073 (Chris Jones)
| Cc: | cjones051073 added |
|---|
comment:5 follow-up: 8 Changed 3 months ago by jw7519
I can't get that to build:
$ sudo port install emacs-mac-app-devel ---> Computing dependencies for emacs-mac-app-devel ---> Fetching distfiles for emacs-mac-app-devel Error: Failed to fetch emacs-mac-app-devel: Git clone failed Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_aqua_emacs-mac-app/emacs-mac-app-devel/main.log for details. Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug. Error: Processing of port emacs-mac-app-devel failed
comment:6 Changed 3 months ago by jw7519
The solution for me was to switch to the emacs-app port. Had an issue with native comp so had to -nativecomp on this one, but otherwise seems to be working well.
comment:7 Changed 3 months ago by willyg5us
| Cc: | willyg5us added |
|---|
comment:8 Changed 3 months ago by cjones051073 (Chris Jones)
Replying to jw7519:
I can't get that to build:
$ sudo port install emacs-mac-app-devel ---> Computing dependencies for emacs-mac-app-devel ---> Fetching distfiles for emacs-mac-app-devel Error: Failed to fetch emacs-mac-app-devel: Git clone failed Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_aqua_emacs-mac-app/emacs-mac-app-devel/main.log for details. Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug. Error: Processing of port emacs-mac-app-devel failed
Built fine for me. You need to post the log...
comment:9 Changed 3 months ago by ryandesign (Ryan Carsten Schmidt)
This ticket is about a problem when running emacs-mac-app (which fetches by downloading a distfile); a problem fetching emacs-mac-app-devel (which fetches by cloning a git repository) is probably unrelated and should be in its own ticket. See for example #69727 which may describe the problem you're seeing.
comment:10 Changed 3 months ago by ryandesign (Ryan Carsten Schmidt)
| Keywords: | tahoe added |
|---|
comment:11 Changed 7 days ago by tolsen (Tim Olsen)
The non-responsiveness (spinning beach ball) issue with emacs-mac-app resolved for me by switching to emacs-mac-app-devel. Thank you for the suggestion.
To help others having trouble with a git clone, I noticed mine is installing via a tarball:
$ sudo port install emacs-mac-app-devel
---> Computing dependencies for emacs-mac-app-devel
---> Fetching archive for emacs-mac-app-devel
---> Attempting to fetch emacs-mac-app-devel-20250920_0+nativecomp+renameapp+treesitter.darwin_25.arm64.tbz2 from https://bos.us.packages.macports.org/emacs-mac-app-devel
---> Attempting to fetch emacs-mac-app-devel-20250920_0+nativecomp+renameapp+treesitter.darwin_25.arm64.tbz2.rmd160 from https://bos.us.packages.macports.org/emacs-mac-app-devel
---> Installing emacs-mac-app-devel @20250920_0+nativecomp+renameapp+treesitter
---> Activating emacs-mac-app-devel @20250920_0+nativecomp+renameapp+treesitter
---> Cleaning emacs-mac-app-devel
---> Scanning binaries for linking errors
---> No broken files found.
---> No broken ports found.
---> Some of the ports you installed have notes:
emacs-mac-app-devel has the following notes:
To install tree-sitter grammar libraries not required by built-in *-ts-modes, please use M-x treesit-install-language-grammar. For details, please refer to
etc/NEWS or the Emacs Lisp reference manual.

In bc674b3e49d2335425662e7265cdc3e83eced92c/macports-ports (master):