GNU bug report logs -
#63710
use-package not working
Previous Next
Full log
Message #23 received at 63710 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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
On Thu, 25 May 2023 at 13:36, Eli Zaretskii <eliz <at> gnu.org> wrote:
> > From: Pedro Andres Aranda Gutierrez <paaguti <at> gmail.com>
> > Date: Thu, 25 May 2023 12:50:31 +0200
> > Cc: 63710 <at> debbugs.gnu.org
> >
> > Could free up a couple CPU cycles and last working commit for me is
> >
> > In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version
> > 3.24.33, cairo version 1.16.0) of 2023-05-25 built on 66fdd82711e1
> > Repository revision: 1d5b164109b59559d34c545c2a163fa067ca22b2
> > Repository branch: HEAD
> > Windowing system distributor 'The X.Org Foundation', version
> 11.0.12101004
> > System Description: Ubuntu 22.04.2 LTS
>
> You mean, the very next one, 87da87730f9f69fa29a73ac504b690c40b1bc98f,
> already doesn't work? But that only touched Tramp, so how can this
> affect package.el and/or use-package?
>
> Are you sure that 1d5b164109b59559d34c545c2a163fa067ca22b2 does work?
> Could it be that this is the first commit that does NOT work?
>
> Thanks.
>
--
Fragen sind nicht da, um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler
Headaches with a Juju log:
unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run
a leader-deposed hook here, but we can't yet
[Message part 2 (text/html, inline)]
This bug report was last modified 2 years and 38 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.