homebrew-emacsmacport icon indicating copy to clipboard operation
homebrew-emacsmacport copied to clipboard

I installed homebrew emacs port and got following failure.

Open whjiang opened this issue 5 years ago • 5 comments

I ran brew install railwaycat/emacsmacport/emacs-mac to install emacs-mac and symbolic link to /Applications.

However, if I start emacs from application, I got following error:

command-line: Cannot open load file: No such file or directory, warnings
Error running timer ‘mac-setup-help-topics’: (file-missing "Cannot open load file" "No such file or directory" "info")
Error in menu-bar-update-hook (mac-setup-help-topics): (file-missing "Cannot open load file" "No such file or directory" "info")

And I ran emacs from terminal, it will start the nw version of emacs and got following error:

Cannot open load file: No such file or directory, time-date

whjiang avatar Apr 15 '19 13:04 whjiang

Hi, could you confirm error still exist if you start GUI by /Applications/Emacs.app/Contents/MacOS/Emacs.sh -q and TUI by emacs -q both from terminal? Thanks!

railwaycat avatar Apr 15 '19 14:04 railwaycat

/Applications/Emacs.app/Contents/MacOS/Emacs.sh -q

These two commands can run successfully without error.

whjiang avatar Apr 16 '19 01:04 whjiang

I'm also getting this error @railwaycat, any idea how to debug it?

yosevu avatar May 28 '20 20:05 yosevu

I found myself with this error too, and indeed @railwaycat's suggestions gave me no errors. Turns out it was an issue with Doom emacs - running doom sync fixed whatever was the problem.

colmanhumphrey avatar Oct 05 '20 21:10 colmanhumphrey

I still get this error even after running doom sync. I have emacs-plus (v27.2) also installed (as I like that distribution better for my TUI usage); Do you think that's related?

NightMachinery avatar Sep 01 '21 14:09 NightMachinery