progfolio / elpaca

An elisp package manager
GNU General Public License v3.0
634 stars 31 forks source link

[Support]: elpaca fails to install magit #228

Closed jeromeag closed 9 months ago

jeromeag commented 9 months ago

Confirmation

Elpaca Version

Elpaca 13dc968 HEAD -> master, origin/master, origin/HEAD installer: 0.6 emacs-version: GNU Emacs 29.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.16.0) of 2023-08-30, modified by Debian

Operating System

Debian GNU/Linux trixie/sid

Description

init.el and early-init.el files filled as recommended in elpaca README.md files. (use-package magit) at the end of init.el.

elpaca fails to install magit.

Here is the content of *elpca-log* buffer:

Package Status Info Time ▼ magit failed Failed dependencies: (git-commit transient) 16.581294 git-commit failed Failed dependencies: (transient) 16.589510 transient failed Requires seq minimum version: 2.24 16.597706

Note: a workaround is to add (use-package seq) just before (use-package magit).

progfolio commented 9 months ago

I have searched previous issues to see if my question is a duplicate.

What did you search for? Did you have a look at the pinned issues or This section of the wiki?

This is a feature, not a bug. Please see the above resources for how to deal with it properly.