Bug 831449
Summary: | Elisp packages require rebuild for Emacs 24 | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Weonjong Lee <wlee> | |
Component: | emacs | Assignee: | Petr Hracek <phracek> | |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | urgent | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 17 | CC: | garrett.mitchener, jonathan.underwood, kklic | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 833100 833103 (view as bug list) | Environment: | ||
Last Closed: | 2013-02-28 12:25:44 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 833100, 833103 | |||
Bug Blocks: |
Description
Weonjong Lee
2012-06-13 01:49:02 UTC
I just ran into this. There are initialization files /usr/share/emacs/site-lisp/gnu-smalltalk/smalltalk-mode.elc /usr/share/emacs/site-lisp/goodies/ctypes.elc ... (and the corresponding .el files) that refer to the variable inihibit-first-line-modes-regexps, but it has been renamed in recent versions of emacs. Removing those files got rid of this problem for me. There might be other elisp packages with the same problem. I found these by using grep: grep -r 'inhibit-first-line' /usr/share/emacs/site-lisp then rpm -qf /usr/share/emacs/site-lisp/gnu-smalltalk/smalltalk-mode.elc etc. to find the package they belong to. There might be other emacs packages with this problem that I just don't happen to have. The real fix is for all those packages to be updated and rebuilt. Meanwhile, at least on my system, I got rid of the problem by removing the emacs-gnu-smalltalk and emacs-goodies packages: yum erase emacs-gnu-smalltalk* emacs-goodies* This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. When the packages like emacs-gnu-smalltalk* and emacs-goodies* will be rebuilt that all will work. Corresponding bugzillas reports were opened: https://bugzilla.redhat.com/show_bug.cgi?id=833100 for emacs-gnu-smalltalk* https://bugzilla.redhat.com/show_bug.cgi?id=833103 for emacs-goodies* |