Bug#921883: [921883] emacspeak fails to byte-compile in some case

2019-02-10 Thread Pavel Kreuzt
Correct, vm is installed and /etc/emacs/site-start.d/50vm.el exists. On Sun, Feb 10, 2019 at 6:32 PM Paul Gevers wrote: > Hi Pavel, > > On 10-02-2019 16:51, Pavel Kreuzt wrote: > > I suppose this is for debugging and not a solution, for it keeps > > failing. Attached log file. > > It was, yes. >

Bug#921883: [921883] emacspeak fails to byte-compile in some case

2019-02-10 Thread Paul Gevers
Hi Pavel, On 10-02-2019 16:51, Pavel Kreuzt wrote: > I suppose this is for debugging and not a solution, for it keeps > failing. Attached log file. It was, yes. I am getting help on IRC from hartmans and bremner on #debian-devel, can you confirm that you have vm installed and or /etc/emacs/site-

Bug#921883: [921883] emacspeak fails to byte-compile in some case

2019-02-10 Thread Paul Gevers
Hi Pavel, I have the feeling that this has to do with the fix for bug 913025 [1]. Could you please try the following: edit /usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-vm.el Change line 52 from: (require 'vm () 'no-error) to: (require 'vm "vm" 'no-error) And run: apt install -f Please