From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.bugs Subject: bug#63710: use-package not working Date: Thu, 25 May 2023 13:13:12 +0000 Message-ID: References: <46f1b2e2-4fd3-44ac-adc7-825729aaff24@gmail.com> <83mt1snbcj.fsf@gnu.org> <83bki8myl9.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13426"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 63710@debbugs.gnu.org, Eli Zaretskii To: Pedro Andres Aranda Gutierrez Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu May 25 15:14:40 2023 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q2Anf-0003Hr-FV for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 25 May 2023 15:14:39 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q2An6-00044B-21; Thu, 25 May 2023 09:14:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q2An4-00043z-S5 for bug-gnu-emacs@gnu.org; Thu, 25 May 2023 09:14:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1q2An4-00014P-Ib for bug-gnu-emacs@gnu.org; Thu, 25 May 2023 09:14:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1q2An4-00060C-E0 for bug-gnu-emacs@gnu.org; Thu, 25 May 2023 09:14:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 25 May 2023 13:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63710 X-GNU-PR-Package: emacs Original-Received: via spool by 63710-submit@debbugs.gnu.org id=B63710.168502039522990 (code B ref 63710); Thu, 25 May 2023 13:14:02 +0000 Original-Received: (at 63710) by debbugs.gnu.org; 25 May 2023 13:13:15 +0000 Original-Received: from localhost ([127.0.0.1]:46265 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q2AmJ-0005yk-J2 for submit@debbugs.gnu.org; Thu, 25 May 2023 09:13:15 -0400 Original-Received: from ma.sdf.org ([205.166.94.33]:40976) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q2AmH-0005yc-Nj for 63710@debbugs.gnu.org; Thu, 25 May 2023 09:13:14 -0400 Original-Received: from akrl by ma.sdf.org with local (Exim 4.92) (envelope-from ) id 1q2AmG-0004tJ-6c; Thu, 25 May 2023 13:13:12 +0000 In-Reply-To: (Pedro Andres Aranda Gutierrez's message of "Thu, 25 May 2023 14:42:48 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:262368 Archived-At: Pedro Andres Aranda Gutierrez 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