psc-ide-emacs icon indicating copy to clipboard operation
psc-ide-emacs copied to clipboard

Lisp nesting exceeds ‘max-lisp-eval-depth’ with Emacs 27.1 (release candidate)

Open jackhill opened this issue 5 years ago • 1 comments

Hi,

I was testing psc-ide-emacs with the 27.1 Emacs release candidate, and I ran into the follow error:

Checking /gnu/store/06lnd0p7dxsln5yzzbk5vqdadbpdnl9m-emacs-psc-ide-0.1.0-2.663f4e2/share/emacs/site-lisp/...
Compiling /gnu/store/06lnd0p7dxsln5yzzbk5vqdadbpdnl9m-emacs-psc-ide-0.1.0-2.663f4e2/share/emacs/site-lisp/psc-ide-autoloads.el...
Compiling /gnu/store/06lnd0p7dxsln5yzzbk5vqdadbpdnl9m-emacs-psc-ide-0.1.0-2.663f4e2/share/emacs/site-lisp/psc-ide-backported.el...
Compiling /gnu/store/06lnd0p7dxsln5yzzbk5vqdadbpdnl9m-emacs-psc-ide-0.1.0-2.663f4e2/share/emacs/site-lisp/psc-ide-flycheck.el...
Lisp nesting exceeds ‘max-lisp-eval-depth’
command "/gnu/store/kajgw8z1n9cdvygryj953jja5sqp5mdj-emacs-minimal-27.1/bin/emacs" "--quick" "--batch" "--eval=(eval '(progn (setq byte-compile-debug t) (byte-recompile-directory (file-name-as-directory \"/gnu/store/06lnd0p7dxsln5yzzbk5vqdadbpdnl9m-emacs-psc-ide-0.1.0-2.663f4e2/share/emacs/site-lisp\") 0 1)) t)" failed with status 255
builder for `/gnu/store/b8ds9am5dgydnal0ai93sbh7sv5dm5br-emacs-psc-ide-0.1.0-2.663f4e2.drv' failed with exit code 1

Thanks! Jack

jackhill avatar Aug 06 '20 03:08 jackhill