* 23.0.60; does not compile eshell @ 2008-05-22 9:39 ` Peter Dyballa 2008-05-22 11:24 ` Miles Bader 2008-05-22 17:45 ` bug#291: marked as done (23.0.60; does not compile eshell) Emacs bug Tracking System 0 siblings, 2 replies; 4+ messages in thread From: Peter Dyballa @ 2008-05-22 9:39 UTC (permalink / raw) To: emacs-pretest-bug Hello! Compilation fails: In toplevel form: eshell/em-alias.el:96:1:Error: Required feature `esh-groups' was not provided make[3]: *** [..../emacs/lisp/eshell/em-alias.elc] Error 1 Compiling ..../emacs/lisp/eshell/em-banner.el In toplevel form: eshell/em-banner.el:45:13:Error: Required feature `esh-groups' was not provided make[3]: *** [..../emacs/lisp/eshell/em-banner.elc] Error 1 In toplevel form: org/org-publish.el:507:47:Error: Required feature `esh-groups' was not provided make[3]: *** [..../emacs/lisp/org/org-publish.elc] Error 1 plus a few hundred (?) more -- Greetings Pete When in doubt, use brute force. – Ken Thompson ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 23.0.60; does not compile eshell 2008-05-22 9:39 ` 23.0.60; does not compile eshell Peter Dyballa @ 2008-05-22 11:24 ` Miles Bader 2008-05-22 17:20 ` Peter Dyballa 2008-05-22 17:45 ` bug#291: marked as done (23.0.60; does not compile eshell) Emacs bug Tracking System 1 sibling, 1 reply; 4+ messages in thread From: Miles Bader @ 2008-05-22 11:24 UTC (permalink / raw) To: Peter Dyballa; +Cc: emacs-pretest-bug Peter Dyballa <Peter_Dyballa@Freenet.DE> writes: > Compilation fails: > > In toplevel form: > eshell/em-alias.el:96:1:Error: Required feature `esh-groups' was > not provided Obviously that sort of thing shouldn't happen, but I think you can fix it by removing lisp/eshell/esh-groups.el, and then doing "touch lisp/eshell/*.el". [Apparently various autoload-type files were switched to using the general autoload-generation mechanism, and it was changed to automatically add provides to the generated autoload files, but the transition seems to not be handled very well.] -Miles -- Zeal, n. A certain nervous disorder afflicting the young and inexperienced. ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 23.0.60; does not compile eshell 2008-05-22 11:24 ` Miles Bader @ 2008-05-22 17:20 ` Peter Dyballa 0 siblings, 0 replies; 4+ messages in thread From: Peter Dyballa @ 2008-05-22 17:20 UTC (permalink / raw) To: Miles Bader; +Cc: emacs-pretest-bug Am 22.05.2008 um 13:24 schrieb Miles Bader: >> Compilation fails: >> >> In toplevel form: >> eshell/em-alias.el:96:1:Error: Required feature `esh-groups' was >> not provided > > Obviously that sort of thing shouldn't happen, but I think you can fix > it by removing lisp/eshell/esh-groups.el, and then doing "touch > lisp/eshell/*.el". Yes, the removal and touching the most recent esh-* files made GNU Emacs compile ... -- Greetings Pete Increase the size of your bike by at least *five* inches! ^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#291: marked as done (23.0.60; does not compile eshell) 2008-05-22 9:39 ` 23.0.60; does not compile eshell Peter Dyballa 2008-05-22 11:24 ` Miles Bader @ 2008-05-22 17:45 ` Emacs bug Tracking System 1 sibling, 0 replies; 4+ messages in thread From: Emacs bug Tracking System @ 2008-05-22 17:45 UTC (permalink / raw) To: Chong Yidong [-- Attachment #1: Type: text/plain, Size: 829 bytes --] Your message dated Thu, 22 May 2008 13:32:19 -0400 with message-id <87skwa1bz0.fsf@stupidchicken.com> and subject line Re: 23.0.60; does not compile eshell has caused the Emacs bug report #291, regarding 23.0.60; does not compile eshell to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact don@donarmstrong.com immediately.) -- 291: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=291 Emacs Bug Tracking System Contact don@donarmstrong.com with problems [-- Attachment #2: Type: message/rfc822, Size: 5520 bytes --] From: Peter Dyballa <Peter_Dyballa@Freenet.DE> To: emacs-pretest-bug@gnu.org Cc: Subject: 23.0.60; does not compile eshell Date: Thu, 22 May 2008 11:39:35 +0200 Message-ID: <FF4B327A-D1F3-4E54-AF71-7E0BC8768B88@Freenet.DE> Hello! Compilation fails: In toplevel form: eshell/em-alias.el:96:1:Error: Required feature `esh-groups' was not provided make[3]: *** [..../emacs/lisp/eshell/em-alias.elc] Error 1 Compiling ..../emacs/lisp/eshell/em-banner.el In toplevel form: eshell/em-banner.el:45:13:Error: Required feature `esh-groups' was not provided make[3]: *** [..../emacs/lisp/eshell/em-banner.elc] Error 1 In toplevel form: org/org-publish.el:507:47:Error: Required feature `esh-groups' was not provided make[3]: *** [..../emacs/lisp/org/org-publish.elc] Error 1 plus a few hundred (?) more -- Greetings Pete When in doubt, use brute force. – Ken Thompson [-- Attachment #3: Type: message/rfc822, Size: 1758 bytes --] From: Chong Yidong <cyd@stupidchicken.com> To: 291-done@emacsbugs.donarmstrong.com Subject: Re: 23.0.60; does not compile eshell Date: Thu, 22 May 2008 13:32:19 -0400 Message-ID: <87skwa1bz0.fsf@stupidchicken.com> Peter Dyballa <Peter_Dyballa@Freenet.DE> writes: > Am 22.05.2008 um 13:24 schrieb Miles Bader: > >>> Compilation fails: >>> >>> In toplevel form: >>> eshell/em-alias.el:96:1:Error: Required feature `esh-groups' was >>> not provided >> >> Obviously that sort of thing shouldn't happen, but I think you can fix >> it by removing lisp/eshell/esh-groups.el, and then doing "touch >> lisp/eshell/*.el". > > > Yes, the removal and touching the most recent esh-* files made GNU > Emacs compile ... Closing the bug. ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-05-22 17:45 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <87skwa1bz0.fsf@stupidchicken.com> 2008-05-22 9:39 ` 23.0.60; does not compile eshell Peter Dyballa 2008-05-22 11:24 ` Miles Bader 2008-05-22 17:20 ` Peter Dyballa 2008-05-22 17:45 ` bug#291: marked as done (23.0.60; does not compile eshell) Emacs bug Tracking System
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/emacs.git https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.