View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007860 | CentOS-7 | emacs | public | 2014-11-10 15:11 | 2014-11-10 15:11 |
Reporter | yong | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 7.0-1406 | ||||
Summary | 0007860: emacs-common script failed to process compressed info file. | ||||
Description | All info files were installed with compressed, but with emacs-common postinstall or preuninstall scripts, the info file variable $f miss supply a "info.gz" suffix. | ||||
Steps To Reproduce | 1. Install emacs-common package 2. Run info command 3. Missing all Emacs's info menu items/nodes (Emacs, Elisp et.al) | ||||
Additional Information | rpm -q --scripts emacs-common: postinstall scriptlet (using /bin/sh): for f in ada-mode auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ediff edt efaq eieio eintr elisp emacs-gnutls emacs-mime emacs epa erc ert eshell eudc flymake forms gnus htmlfontify idlwave info mairix-el message mh-e newsticker nxml-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode tramp url vip viper widget wisent woman; do /sbin/install-info /usr/share/info/$f /usr/share/info/dir 2> /dev/null || : done preuninstall scriptlet (using /bin/sh): /usr/sbin/alternatives --remove emacs.etags /usr/bin/etags.emacs if [ "$1" = 0 ]; then for f in ada-mode auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ediff edt efaq eieio eintr elisp emacs-gnutls emacs-mime emacs epa erc ert eshell eudc flymake forms gnus htmlfontify idlwave info mairix-el message mh-e newsticker nxml-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode tramp url vip viper widget wisent woman; do /sbin/install-info --delete /usr/share/info/$f /usr/share/info/dir 2> /dev/null || : done fi Quick fix: Replace $f with $f.info.gz | ||||
Tags | No tags attached. | ||||
abrt_hash | |||||
URL | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-11-10 15:11 | yong | New Issue |