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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#33231: closed (27.0.50; update-directory-autoloads does not
 ignore .so files)
Date: Thu, 01 Nov 2018 18:59:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 01 Nov 2018 20:57:36 +0200
with message-id <83h8h0hbhb.fsf <at> gnu.org>
and subject line Re: bug#33231: 27.0.50; update-directory-autoloads does not ignore .so files
has caused the debbugs.gnu.org bug report #33231,
regarding 27.0.50; update-directory-autoloads does not ignore .so files
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
33231: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33231
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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\\)"


[Message part 3 (message/rfc822, inline)]
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.


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

Previous Next


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