Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#60562 closed defect (fixed)

emacs-app @26.3_6: won't start, appears to be missing "PlugIns"

Reported by: jowens (John Owens) Owned by: drkp (Dan Ports)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: danchr (Dan Villiom Podlaski Christiansen)
Port: emacs-app

Description

Opening emacs.app fails to open the application. This did not happen with the previous emacs-app version.

Console log:

Non-fatal error enumerating at <private>, continuing: Error Domain=NSCocoaErrorDomain Code=260 "The file “PlugIns” couldn’t be opened because there is no such file." UserInfo={NSURL=PlugIns/ -- file:///Applications/MacPorts/Emacs.app/Contents/, NSFilePath=/Applications/MacPorts/Emacs.app/Contents/PlugIns, NSUnderlyingError=0x7fb7aef34680 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}

This directory is missing:

$ ls /Applications/Emacs.app/Contents/
Info.plist  MacOS  PkgInfo  Resources  _CodeSignature

Change History (8)

comment:1 Changed 4 years ago by jowens (John Owens)

Summary: emacs-app 26.3_6: won't start, appears to be missing "PlugIns"emacs-app @26.3_6: won't start, appears to be missing "PlugIns"

comment:2 Changed 4 years ago by jowens (John Owens)

Owner: set to drkp
Status: newassigned

comment:3 Changed 4 years ago by tolsen (Tim Olsen)

26.3_6 also fails to start for me. Reverting to 26.3_5 fixes the problem.

comment:4 Changed 4 years ago by jowens (John Owens)

emacs-app-devel also works fine.

comment:5 Changed 4 years ago by danchr (Dan Villiom Podlaski Christiansen)

This is probably a duplicate of #60447. I've posted a merge request that should fix them both; please give it a try!

comment:6 Changed 4 years ago by danchr (Dan Villiom Podlaski Christiansen)

Cc: danchr added

comment:7 Changed 4 years ago by danchr (Dan Villiom Podlaski Christiansen)

Resolution: fixed
Status: assignedclosed

In a19fc6fe539f8798f3e772333f64e1ebb19503fd/macports-ports (master):

emacs: fix build on 10.15.4 and later

This is a straight application of the following change from the Emacs
repository:

http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=888ffd960c06

Fixes: #60447
Fixes: #60562

comment:8 Changed 4 years ago by jowens (John Owens)

I confirm 26.3_7 launches properly.

Note: See TracTickets for help on using tickets.