Emacs erc-image package is broken?

  • Done
  • quality assurance status badge
Details
2 participants
  • Apoorv
  • Tobias Geerinckx-Rice
Owner
unassigned
Submitted by
Apoorv
Severity
normal

Debbugs page

Apoorv wrote 8 months ago
(name . Bug Guix)(address . bug-guix@gnu.org)
O15t6K6--3-9@tuta.io
I had my last home reconfigure in April and I have not been able to update since because multiple packages have been giving me errors when I launch Emacs, including `emacs-erc-image`.

```
Cannot open load file No such file or directory /gnu/store/mfyb9kzkikmmbfi3dfin0panmlbarnb0-emacs-erc-image-0-3.82fb387/share/emacs/site-lisp/erc-image-0-3.82fb387/erc-image-autoloads
```

there is no erc-image-autoloads file, I'm not sure why it it trying to load this file.

there is also this one other error I get,
```
Symbol's value as variable is void: for
```

Running Emacs with `--debug-init` gives me this when this error occurs,
```
Debugger entered--Lisp error: (void-variable for)
  solaire-mode--prepare-for-theme-a(doom-solarized-dark t)
  apply(solaire-mode--prepare-for-theme-a (doom-solarized-dark t))
  load-theme(doom-solarized-dark t)
  load-with-code-conversion("/home/apoorv/.emacs.d/init.el" "/home/apoorv/.emacs.d/init.el" t t)
  load("/home/apoorv/.emacs.d/init" noerror nomessage)
  #f(compiled-function () #<bytecode 0x84e470693faeb10>)()
  #f(compiled-function () #<bytecode -0x4307d7bb01d2857>)()
  handler-bind-1(#f(compiled-function () #<bytecode -0x4307d7bb01d2857>) (error) startup--debug)
  startup--load-user-init-file(#f(compiled-function () #<bytecode 0x1fb1653a8bd7d667>) #f(compiled-function () #<bytecode 0x731968ef8c2999b>) t)
  command-line()
  normal-top-level()
```

If I disable installing any Emacs package via `Guix` and simple rely on `straight` for example everything works fine, so it shouldn't be something in my `init.el`.

--
Sent with Tuta; enjoy secure & ad-free emails:
Attachment: file
Apoorv wrote 5 months ago
Issue can be closed.
(name . 71967 Done)(address . 71967-done@debbugs.gnu.org)
O8WBGqL--F-9@tuta.io
I don't have any issues with this package anymore, so I guess this can be closed.

--
Sent with Tuta; enjoy secure & ad-free emails:
Attachment: file
Closed
Tobias Geerinckx-Rice wrote 5 months ago
01ECD0A9-8FB8-43BA-B21F-B645AC2452E1@tobias.gr
Hi,

Done, but next time, you can close it yourself by changing the address from

71967@debbugs.gnu.org

to

71967-done@debbugs.gnu.org

before you reply.

Kind regards,

T G-R

Sent on the go. Excuse or enjoy my brevity.
Closed
Tobias Geerinckx-Rice wrote 5 months ago
E25B8507-22C5-4947-B9AB-94867E90C6AE@tobias.gr
Hmmm, never mind. You did.

My client was hiding that fact for some reason. I suspect it hates me.

Kind regards,

T G-R
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71967@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71967
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help