GNU bug report logs - #63710
use-package not working

Previous Next

Package: emacs;

Reported by: Pedro A. Aranda GutiƩrrez <paaguti <at> gmail.com>

Date: Thu, 25 May 2023 05:49:02 UTC

Severity: normal

Merged with 63679, 63681, 63716, 63742

Found in version 30.0.50

Done: Pedro Andres Aranda Gutierrez <paaguti <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Andrea Corallo <akrl <at> sdf.org>
To: Pedro Andres Aranda Gutierrez <paaguti <at> gmail.com>
Cc: 63710 <at> debbugs.gnu.org, Eli Zaretskii <eliz <at> gnu.org>
Subject: bug#63710: use-package not working
Date: Thu, 25 May 2023 13:13:12 +0000
Pedro Andres Aranda Gutierrez <paaguti <at> gmail.com> writes:

> First: the .emacs.d/init.el test file
>
> ------
> ;;
> ;; My .emacs file
> ;;
> (require 'package)
> (setq package-archives '(("melpa" . "https://melpa.org/packages/")
> ("gnu" . "https://elpa.gnu.org/packages/")
>                          ("melpa-stable" . "https://stable.melpa.org/packages/")
> ("nongnu" . "https://elpa.nongnu.org/nongnu/")))
> (eval-when-compile
>   (require 'use-package))
> (unless (file-directory-p package-user-dir)
>     (package-refresh-contents))
> (require 'use-package-ensure)
> (setq use-package-always-ensure t)
>
> (use-package "compat")
> ------
>
> Second: 1d5b164109b59559d34c545c2a163fa067ca22b2 does work
>
> BTW,  it has to do with native compilation. I have accidentally not deleted the eln-cache in on of the tests and the
> 'wrong' Emacs has started correctly:
> 1. started 1d5b164109b59559d34c545c2a163fa067ca22b2 with eln-clean cache ---> OK
> 2. started b2b2be98da5825e6bc130999ffe38f5ed615586a with eln-cache from the last start --> OK
> 3. started b2b2be98da5825e6bc130999ffe38f5ed615586a with clean eln-cache ---> KO

From these SHA1s looks like there's good chance it's my fault...

I'll have a look.

Thanks

  Andrea




This bug report was last modified 1 year and 349 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.