Skip to content

Can no longer install doom-emacs in ArchLinuxΒ #6443

@eugene-jetruby

Description

@eugene-jetruby

What did you expect to happen?

git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.emacs.d
~/.emacs.d/bin/doom install

executes without errors

What actually happened?

~ via πŸ’Ž v3.0.4 ❯ export LANG=
~ via πŸ’Ž v3.0.4 ❯ git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.emacs.d
~/.emacs.d/bin/doom install
Cloning into '/home/ineu/.emacs.d'...
remote: Enumerating objects: 1099, done.
remote: Counting objects: 100% (1099/1099), done.
remote: Compressing objects: 100% (1051/1051), done.
remote: Total 1099 (delta 29), reused 531 (delta 10), pack-reused 0
Receiving objects: 100% (1099/1099), 1018.75 KiB | 1.68 MiB/s, done.
Resolving deltas: 100% (29/29), done.
> Installing straight...
  > Cloning use-package...
> Executing 'doom install' with Emacs 28.1 at 2022-06-08 11:00:07
  Installing Doom Emacs!

  > Creating ~/.dotfiles/ineu/.doom.d/
    βœ“ Created ~/.dotfiles/ineu/.doom.d/
  ! init.el already exists, skipping
  ! config.el already exists, skipping
  ! packages.el already exists, skipping
  x There was an unexpected error
    Message: File is missing
    Error: (file-missing "Cannot open load file" "No such file or directory" "/home/ineu/.emacs.d/.local/autoloads.28.1")
    Backtrace:
      (load "/home/ineu/.emacs.d/.local/autoloads.28.1" nil nomessage)
      (condition-case e (load (string-remove-suffix ".el" doom-autoloads-file) n...
      (progn (setq doom-init-p t) (if doom-debug-p (progn (let ((inhibit-message...
      (if (or force-p (not doom-init-p)) (progn (setq doom-init-p t) (if doom-de...
      (doom-initialize)
      (eval-buffer #<buffer  *load*-453554> nil "/home/ineu/.emacs.d/init.el" ni...
      (load-with-code-conversion "/home/ineu/.emacs.d/init.el" "/home/ineu/.emac...
      (load "/home/ineu/.emacs.d/init" t nomessage)
      (let (file-name-handler-alist) (load (expand-file-name file (plist-get pli...
      (condition-case e (let (file-name-handler-alist) (load (expand-file-name f...
  ! Extended backtrace logged to .local/doom.error.log

Describe your attempts to resolve the issue

Tried to doom up today, got an error. Removed ~/.emacs.d, trying to install from scratch, getting an error.

Using the latest emacs version from Arch:

Name            : emacs
Version         : 28.1-7

Steps to reproduce

Run the default installation instructions

System Information

https://pastebin.com/73Y3qZEt

Metadata

Metadata

Assignees

No one assigned

    Labels

    is:bugSomething isn't working as intendedneeds-triageIssue hasn't been assessed yet

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions