From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.bugs Subject: bug#40620: 28.0.50; native-comp branch breaks all packages' autoloads.el Date: Tue, 14 Apr 2020 17:56:17 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="28163"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cc: "gliao.tw@pm.me" To: 40620-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Apr 14 19:57:14 2020 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 1jOPoA-0007Dg-K0 for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 14 Apr 2020 19:57:14 +0200 Original-Received: from localhost ([::1]:36802 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jOPo9-0004SO-JJ for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 14 Apr 2020 13:57:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53968) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jOPny-0004SB-ON for bug-gnu-emacs@gnu.org; Tue, 14 Apr 2020 13:57:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jOPnx-00061o-S2 for bug-gnu-emacs@gnu.org; Tue, 14 Apr 2020 13:57:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:51435) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jOPnx-00061k-Oe for bug-gnu-emacs@gnu.org; Tue, 14 Apr 2020 13:57:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jOPnx-0007Sa-Ov for bug-gnu-emacs@gnu.org; Tue, 14 Apr 2020 13:57:01 -0400 Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Tue, 14 Apr 2020 17:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 40620 X-GNU-PR-Package: emacs Mail-Followup-To: 40620@debbugs.gnu.org, akrl@sdf.org, gliao.tw@pm.me Original-Received: via spool by 40620-done@debbugs.gnu.org id=D40620.158688698128623 (code D ref 40620); Tue, 14 Apr 2020 17:57:01 +0000 Original-Received: (at 40620-done) by debbugs.gnu.org; 14 Apr 2020 17:56:21 +0000 Original-Received: from localhost ([127.0.0.1]:34746 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jOPnJ-0007RZ-2B for submit@debbugs.gnu.org; Tue, 14 Apr 2020 13:56:21 -0400 Original-Received: from mx.sdf.org ([205.166.94.20]:60852) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jOPnI-0007RR-52 for 40620-done@debbugs.gnu.org; Tue, 14 Apr 2020 13:56:20 -0400 Original-Received: from sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 03EHuHeV026365 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Tue, 14 Apr 2020 17:56:18 GMT Original-Received: (from akrl@localhost) by sdf.org (8.15.2/8.12.8/Submit) id 03EHuHhS028838; Tue, 14 Apr 2020 17:56:17 GMT In-Reply-To: (gliao tw's message of "Tue, 14 Apr 2020 03:35:58 +0000") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 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:178373 Archived-At: "gliao.tw--- via "Bug.reports.for.GNU.Emacs@mx.sdf.org, the.Swiss.army.knife.of.text.editors" "@mx.sdf.org writes: > The native-comp branch deems the fololiwng statement > (add-to-list 'load-path (directory-file-name > (or (file-name-directory #$) (car > load-path)))) > > in each elpa/melpa package's (pkg-name)-autoloads.el as invalid with > the following error message: > > Error loading autoloads: (wrong-type-argument stringp nil) > > As a result, all the rest part of the autloads.el file are not > evaluated that leads > to many .elc/el/eln files are not added to load-path. > > The last master branch (cloned 2020-4-1-3 22:25 CDT) build does not > have this > issue. Hi, this is fixed by 8db8c851ad. Thanks for the quick report, closing it. Andrea -- akrl@sdf.org