GNU bug report logs -
#15073
23.4; does not byte-compile several packages with `Eager macro-expansion failure: (wrong-type-argument sequencep 769)' (due to lexical binding?)
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 15073 in the body.
You can then email your comments to 15073 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#15073
; Package
emacs
.
(Mon, 12 Aug 2013 06:19:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Gregor Zattler <telegraph <at> gmx.net>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Mon, 12 Aug 2013 06:19:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Installing emacs-snapshot results in error messages
`Eager macro-expansion failure: (wrong-type-argument sequencep 769)'
while pre-compiling debian add-on packages like `apel' (see
attachment). Since the errors occour with several packages I
assume a bug in emacs.
The problematic invocation is
emacs -q -no-site-file -batch -l __myinit.el -f batch-byte-compile alist.el apel-ver.el atype.el broken.el calist.el emu.el file-detect.el filename.el install.el inv-19.el inv-23.el invisible.el mcharset.el mcs-20.el mcs-e20.el mule-caesar.el path-util.el pccl-20.el pccl.el pces-20.el pces-e20.el pces.el pcustom.el poe.el poem-e20_3.el poem-e20.el poem.el product.el pym.el richtext.el static.el tinycustom.el
with __myinit.el being:
#+BEGIN_SRC emacs-lisp
(setq load-path (cons "." load-path))
(setq byte-compile-warnings nil)
#+END_SRC
It is possible to install emacs-snapshot as of
2013-07-24 but not as of 2013-08-04 or as of 2013-08-10.
Therefore I bisected the recent commit history. First "bad"
commit is:
commit 65ca9602f8bb761180ef8589db6bfce6f55251f7
Refs: HEAD, refs/bisect/bad
Author: Stefan Monnier <monnier <at> iro.umontreal.ca>
AuthorDate: Thu Aug 1 19:18:37 2013 -0400
Commit: Stefan Monnier <monnier <at> iro.umontreal.ca>
CommitDate: Thu Aug 1 19:18:37 2013 -0400
* lisp/files.el: Use lexical-binding.
(dir-locals-read-from-file): Remove unused `err' variable.
(hack-dir-local-variables--warned-coding): New var.
(hack-dir-local-variables): Use it to avoid repeated warnings.
(make-backup-file-name--default-function): New function.
(make-backup-file-name-function): Use it as default.
(buffer-stale--default-function): New function.
(buffer-stale-function): Use it as default.
(revert-buffer-insert-file-contents--default-function): New function.
(revert-buffer-insert-file-contents-function): Use it as default.
(insert-directory): Avoid add-to-list.
* lisp/autorevert.el (auto-revert-handler): Simplify.
Use buffer-stale--default-function.
---
lisp/ChangeLog | 17 +++++
lisp/autorevert.el | 12 ++--
lisp/files.el | 204 +++++++++++++++++++++++++++-------------------------
3 files changed, 130 insertions(+), 103 deletions(-)
Since I don't understand elisp I'm lost here.
Thanks for your attention, Gregor
[elc.y4GWWRsYjJlP (text/plain, attachment)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#15073
; Package
emacs
.
(Mon, 12 Aug 2013 07:14:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 15073 <at> debbugs.gnu.org (full text, mbox):
Gregor Zattler wrote:
> Installing emacs-snapshot results in error messages
> `Eager macro-expansion failure: (wrong-type-argument sequencep 769)'
> while pre-compiling debian add-on packages like `apel' (see
> attachment). Since the errors occour with several packages I
> assume a bug in emacs.
This is apparently fixed in newer APEL.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718738
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#15073
; Package
emacs
.
(Mon, 12 Aug 2013 14:06:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 15073 <at> debbugs.gnu.org (full text, mbox):
> Installing emacs-snapshot results in error messages
> `Eager macro-expansion failure: (wrong-type-argument sequencep 769)'
This is just a warning and normally does not prevent normal execution
(it just falls back on the previous non-eager expansion).
> atype.el:28:1:Error: Wrong type argument: sequencep, 769
This is a real error on the other hand.
Stefan
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#15073
; Package
emacs
.
(Mon, 12 Aug 2013 21:23:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 15073 <at> debbugs.gnu.org (full text, mbox):
Hi Stefan, emacs developers,
* Stefan Monnier <monnier <at> iro.umontreal.ca> [12. Aug. 2013]:
>> Installing emacs-snapshot results in error messages
>> `Eager macro-expansion failure: (wrong-type-argument sequencep 769)'
>
> This is just a warning and normally does not prevent normal execution
> (it just falls back on the previous non-eager expansion).
>
>> atype.el:28:1:Error: Wrong type argument: sequencep, 769
>
> This is a real error on the other hand.
Sorry, I have no clue: Is this a bug to be fixed in emacs or are
these bugs to be fixed in those packages?
Ciao, Gregor
--
-... --- .-. . -.. ..--.. ...-.-
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#15073
; Package
emacs
.
(Mon, 12 Aug 2013 21:37:01 GMT)
Full text and
rfc822 format available.
Message #17 received at 15073 <at> debbugs.gnu.org (full text, mbox):
Gregor Zattler wrote:
> Sorry, I have no clue: Is this a bug to be fixed in emacs or are
> these bugs to be fixed in those packages?
What do you mean by "packages"?
Do you mean some Debian packages other than apel; if so, which?
Or do you just mean "there are multiple files in the apel package which
all fail to compile"?
The latter problem is an apel bug, which has been fixed, as I said.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718738
Added tag(s) notabug.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Wed, 14 Aug 2013 02:19:01 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
15073 <at> debbugs.gnu.org and Gregor Zattler <telegraph <at> gmx.net>
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Wed, 14 Aug 2013 02:19:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#15073
; Package
emacs
.
(Wed, 14 Aug 2013 21:19:01 GMT)
Full text and
rfc822 format available.
Message #26 received at 15073 <at> debbugs.gnu.org (full text, mbox):
Hi Glenn,
* Glenn Morris <rgm <at> gnu.org> [12. Aug. 2013]:
> Gregor Zattler wrote:
>
>> Sorry, I have no clue: Is this a bug to be fixed in emacs or are
>> these bugs to be fixed in those packages?
>
> What do you mean by "packages"?
> Do you mean some Debian packages other than apel; if so, which?
> Or do you just mean "there are multiple files in the apel package which
> all fail to compile"?
Yes, I saw multiple files failing and misunderstood that as
several packages.
> The latter problem is an apel bug, which has been fixed, as I said.
>
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718738
I see, sorry I only checked the Emacs bug tracker for similar
problems.
Ciao; Gregor
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 12 Sep 2013 11:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 11 years and 285 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.