GNU bug report logs - #33231
27.0.50; update-directory-autoloads does not ignore .so files

Previous Next

Package: emacs;

Reported by: Eivind Fonn <evfonn <at> gmail.com>

Date: Thu, 1 Nov 2018 18:31:02 UTC

Severity: normal

Found in version 27.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 33231 in the body.
You can then email your comments to 33231 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#33231; Package emacs. (Thu, 01 Nov 2018 18:31:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Eivind Fonn <evfonn <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 01 Nov 2018 18:31:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Eivind Fonn <evfonn <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 27.0.50; update-directory-autoloads does not ignore .so files
Date: Thu, 1 Nov 2018 19:26:39 +0100
The function contains logic for ignoring compiled but loadable files,
with extensions .elc, .so and .dll. However the regular expression
for filtering these extensions out will incorrectly allow .so through.

autoload.el, update-directory-autoloads around line 1040:
"\\.\\(elc\\|\\so\\|dll\\)" should be "\\.\\(elc\\|so\\|dll\\)"




Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Thu, 01 Nov 2018 18:59:02 GMT) Full text and rfc822 format available.

Notification sent to Eivind Fonn <evfonn <at> gmail.com>:
bug acknowledged by developer. (Thu, 01 Nov 2018 18:59:02 GMT) Full text and rfc822 format available.

Message #10 received at 33231-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Eivind Fonn <evfonn <at> gmail.com>
Cc: 33231-done <at> debbugs.gnu.org
Subject: Re: bug#33231: 27.0.50;
 update-directory-autoloads does not ignore .so files
Date: Thu, 01 Nov 2018 20:57:36 +0200
> From: Eivind Fonn <evfonn <at> gmail.com>
> Date: Thu, 1 Nov 2018 19:26:39 +0100
> 
> The function contains logic for ignoring compiled but loadable files,
> with extensions .elc, .so and .dll. However the regular expression
> for filtering these extensions out will incorrectly allow .so through.
> 
> autoload.el, update-directory-autoloads around line 1040:
> "\\.\\(elc\\|\\so\\|dll\\)" should be "\\.\\(elc\\|so\\|dll\\)"

Thanks, fixed.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 30 Nov 2018 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 259 days ago.

Previous Next


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