| Summary: | app-emacs/ess-5.3.6 version bump | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Neil <nshephard> |
| Component: | New packages | Assignee: | Emacs project <emacs> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Neil
2008-01-10 09:47:32 UTC
Bumped, thanks for reporting. I did some additional cleanup of the ebuild, so I would be grateful if you could test it again. (In reply to comment #1) > Bumped, thanks for reporting. Cool, cheers. > I did some additional cleanup of the ebuild, so I would be grateful if you > could test it again. Will report if I have any problems after my next eix-sync && emerge -uDN world Thanks, Neil app-emacs/ess-5.3.6 does not byte compile itself while emerging (if it was meant). So when emacs starts, I get lots of the messages like these: Source file `/usr/share/emacs/site-lisp/ess/ess-site.el' newer than byte-compiled file Source file `/usr/share/emacs/site-lisp/ess/ess-emcs.el' newer than byte-compiled file Source file `/usr/share/emacs/site-lisp/ess/essd-r.el' newer than byte-compiled file Source file `/usr/share/emacs/site-lisp/ess/essl-s.el' newer than byte-compiled file Source file `/usr/share/emacs/site-lisp/ess/ess-mode.el' newer than byte-compiled file Source file `/usr/share/emacs/site-lisp/ess/ess.el' newer than byte-compiled file ... Btw I use ~amd64 and emacs-cvs (In reply to comment #3) > app-emacs/ess-5.3.6 does not byte compile itself while emerging (if it > was meant). It did, only the compiled files were installed too early, i.e. before the sources. > So when emacs starts, I get lots of the messages like these: These are only warnings and shouldn't compromise operation of Emacs or ESS. However, this is fixed in 5.3.6-r1 now. Thank you for pointing it out. Ulrich, thank you very much for clarifying and fixing. No more warnings, anymore. |