Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(wrong-type-argument (or eieio-object-p class-p) nil) on fresh install #5470

Closed
geraldodev opened this issue Mar 12, 2016 · 2 comments
Closed
Labels
- Bug tracker - Install stale marked as a stale issue/pr (usually by a bot)

Comments

@geraldodev
Copy link

Got the below trace from a fresh spacemacs install with emacs-nox (emacs also has the same issue).
Restart does not help.
Last bootstrap print: (Bootstrap) Installing quelpa...

Debugger entered--Lisp error: (wrong-type-argument (or eieio-object-p class-p) nil)
  signal(wrong-type-argument ((or eieio-object-p class-p) nil))
  eieio-oref(nil :variables)
  (let ((variables (eieio-oref layer (quote :variables)))) (while variables (let ((var (car-safe (prog1 variables (setq variables ...))))) (if (consp variables) (condition-case err (set-default var (eval (car-s$
  configuration-layer//set-layer-variables(nil)
  configuration-layer//configure-layer(nil)
  (while --dolist-tail-- (setq l (car --dolist-tail--)) (configuration-layer//configure-layer l) (setq --dolist-tail-- (cdr --dolist-tail--)))
  (let ((--dolist-tail-- layers) l) (while --dolist-tail-- (setq l (car --dolist-tail--)) (configuration-layer//configure-layer l) (setq --dolist-tail-- (cdr --dolist-tail--))))
  (let ((warning-minimum-level :error)) (let ((--dolist-tail-- layers) l) (while --dolist-tail-- (setq l (car --dolist-tail--)) (configuration-layer//configure-layer l) (setq --dolist-tail-- (cdr --dolist-tail-$
  configuration-layer//configure-layers((nil [object cfgl-layer "emacs-lisp" emacs-lisp "/home/geraldo/.emacs.d/layers/+lang/emacs-lisp/" nil nil]))
  configuration-layer/sync()
  (if (not (version<= spacemacs-emacs-min-version emacs-version)) (message (concat "Your version of Emacs (%s) is too old. " "Spacemacs requires Emacs version %d or above.") emacs-version spacemacs-emacs-min-ve$
  eval-buffer(#<buffer  *load*> nil "/home/geraldo/.emacs.d/init.el" nil t)  ; Reading at buffer position 1076
  load-with-code-conversion("/home/geraldo/.emacs.d/init.el" "/home/geraldo/.emacs.d/init.el" t t)
  load("/home/geraldo/.emacs.d/init" t t)
  #[0 "^H\205\262^@     \306=\203^Q^@\307^H\310Q\202;^@ \311=\204^^^@\307^H\312Q\202;^@\313\307\314\315#\203*^@\316\202;^@\313\307\314\317#\203:^@\320\nB^R\321\202;^@\316\322^S\323^A\322\211#\210^K\322=\203a^@\$
  command-line()
  normal-top-level()

System Info

  • OS: gnu/linux
  • Emacs: 24.5.1
  • Spacemacs: 0.105.14
  • Spacemacs branch: master (rev. a298a5a)
  • Graphic display: nil
  • Distribution: nil
  • Editing style: vim
  • Completion: helm
  • Layers:
(emacs-lisp)
@mixmixmix
Copy link

mixmixmix commented Jul 5, 2016

The same build error on Emacs 25.0.94-1 and 24.3.1, Spacemacs master (rev. 0283f64).

Correction: I got this error because something must have gone wrong during first installation (I aborted it in the middle). Subsequently I was erasing ~/.emacs directory but not ~/.spacemacs file which must have stayed corrupted. Fresh installation on Emacs 25 and Emacs 24.5.1 works for me on Fedora 24.

If for you this issues persist it might be related to #5020.

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
- Bug tracker - Install stale marked as a stale issue/pr (usually by a bot)
Projects
None yet
Development

No branches or pull requests

3 participants