From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: akrl--- via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#45854: 28.0.50; [feature/native-comp] autoload behavior different in the presence of errors Date: Thu, 28 Jan 2021 21:11:36 +0000 Message-ID: References: <87pn282psi.fsf@collares.org> <87im7uto9u.fsf@collares.org> <87czxweior.fsf@collares.org> Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38894"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 45854@debbugs.gnu.org To: Mauricio Collares Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jan 28 22:12:25 2021 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 1l5EaX-000A0t-Ih for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 28 Jan 2021 22:12:25 +0100 Original-Received: from localhost ([::1]:40860 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l5EaW-0001XY-KW for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 28 Jan 2021 16:12:24 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41448) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l5EaA-0001Wp-5j for bug-gnu-emacs@gnu.org; Thu, 28 Jan 2021 16:12:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:38877) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1l5Ea9-0004T3-UQ for bug-gnu-emacs@gnu.org; Thu, 28 Jan 2021 16:12:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1l5Ea9-0004gH-P2 for bug-gnu-emacs@gnu.org; Thu, 28 Jan 2021 16:12:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 28 Jan 2021 21:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45854 X-GNU-PR-Package: emacs Original-Received: via spool by 45854-submit@debbugs.gnu.org id=B45854.161186830017965 (code B ref 45854); Thu, 28 Jan 2021 21:12:01 +0000 Original-Received: (at 45854) by debbugs.gnu.org; 28 Jan 2021 21:11:40 +0000 Original-Received: from localhost ([127.0.0.1]:50423 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5EZn-0004ff-RJ for submit@debbugs.gnu.org; Thu, 28 Jan 2021 16:11:40 -0500 Original-Received: from mab.sdf.org ([205.166.94.33]:45414 helo=ma.sdf.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5EZm-0004fW-1U for 45854@debbugs.gnu.org; Thu, 28 Jan 2021 16:11:38 -0500 Original-Received: from akrl by ma.sdf.org with local (Exim 4.92) (envelope-from ) id 1l5EZk-0006Uw-10; Thu, 28 Jan 2021 21:11:36 +0000 In-Reply-To: <87czxweior.fsf@collares.org> (Mauricio Collares's message of "Fri, 22 Jan 2021 19:00:04 -0300") 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" Xref: news.gmane.io gmane.emacs.bugs:198821 Archived-At: Mauricio Collares writes: > Andrea Corallo writes: >> >> Okay I probably did something wrong then. I'm taking a look into the >> compile-time bugs now, I'll come back to this after that. > > Many thanks and no hurry :) I just noticed that this bug has nothing to > do with autoloads, sorry for the red herring! You can replace > git-commitx.el by just > > ;;; git-commitx.el --- x -*- lexical-binding: t; -*- > > ;; Package-Requires: ((emacs "25.1") (transientx "20200601")) > ;; Package-Version: 20210102.1242 > > (require 'transientx) > (provide 'git-commitx) > > ;;; git-commitx.el ends here > > together with transientx.el and elpa2nix.el from the previous email > and the difference of behaviour (compared to trunk) still exists. > > Best, > Mauricio I tried to reproduce again but with no success: =3D=3D=3D=3D HOME=3D~/tmp ~/emacs2/src/emacs --batch -Q -l ./elpa2nix.el -f elpa2nix-ins= tall-package git-commitx.el INFO Scraping files for git-commitx-autoloads.el... INFO Scraping files for git-commitx-autoloads.el...done Checking /home/akrl/tmp/.emacs.d/elpa/git-commitx-20210102.1242... Compiling /home/akrl/tmp/.emacs.d/elpa/git-commitx-20210102.1242/git-commit= x-autoloads.el... Compiling /home/akrl/tmp/.emacs.d/elpa/git-commitx-20210102.1242/git-commit= x-pkg.el... Compiling /home/akrl/tmp/.emacs.d/elpa/git-commitx-20210102.1242/git-commit= x.el... In toplevel form: git-commitx.el:6:1: Error: Loading file /home/akrl/tmp/.emacs.d/elpa/transi= entx-0/transientx.elc failed to provide feature =E2=80=98transientx=E2=80=99 Done (Total of 0 files compiled, 1 failed, 2 skipped) akrl@foo:~/el_debug$ =3D=3D=3D=3D Am I doing something wrong? Would be nice to have someone else trying to reproduce this. Andrea