[emacs_common 0005280]: "emacs -Q" throws error
Mantis Bug Tracker via bug-notifications
bug-notifications at lists.opencsw.org
Fri Jul 15 20:04:46 CEST 2016
The following issue has been RESOLVED.
======================================================================
https://www.opencsw.org/mantis/view.php?id=5280
======================================================================
Reported By: dam
Assigned To: pfelecan
======================================================================
Project: emacs_common
Issue ID: 5280
Category: packaging
Reproducibility: always
Severity: major
Priority: normal
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2016-06-15 14:46 CEST
Last Modified: 2016-07-15 20:04 CEST
======================================================================
Summary: "emacs -Q" throws error
Description:
When executing "emacs -Q" without DISPLAY set an error is displayed:
Error in post-command-hook (global-font-lock-mode-check-buffers):
(file-error "Cannot open load file" "No such file or directory"
"time-date")
The issue is different from https://www.opencsw.org/mantis/view.php?id=5278 as
time-date.elc is actually there, but
searched in a different directory:
dam at unstable10s [unstable10s]:/home/dam > grep time-date
/var/sadm/install/contents
/opt/csw/share/emacs/24.5/lisp/calendar/time-date.elc f none 0644 root bin
10306 16172 1428513524 CSWemacs-common
dam at unstable10s [unstable10s]:/home/dam > grep time-date tmp/trusslog
23852/1: open64("/opt/csw/share/emacs/24.5/lisp/time-date.elc",
O_RDONLY) Err#2 ENOENT
23852/1: open64("/opt/csw/share/emacs/24.5/lisp/time-date.elc.gz",
O_RDONLY) Err#2 ENOENT
23852/1: open64("/opt/csw/share/emacs/24.5/lisp/time-date.el",
O_RDONLY) Err#2 ENOENT
23852/1: open64("/opt/csw/share/emacs/24.5/lisp/time-date.el.gz",
O_RDONLY) Err#2 ENOENT
23852/1: open64("/opt/csw/share/emacs/24.5/lisp/time-date.elc",
O_RDONLY) Err#2 ENOENT
23852/1: open64("/opt/csw/share/emacs/24.5/lisp/time-date.elc.gz",
O_RDONLY) Err#2 ENOENT
23852/1: open64("/opt/csw/share/emacs/24.5/lisp/time-date.el",
O_RDONLY) Err#2 ENOENT
23852/1: open64("/opt/csw/share/emacs/24.5/lisp/time-date.el.gz",
O_RDONLY) Err#2 ENOENT
======================================================================
----------------------------------------------------------------------
(0011173) pfelecan (manager) - 2016-07-15 20:04
https://www.opencsw.org/mantis/view.php?id=5280#c11173
----------------------------------------------------------------------
the July 15th 2016 version solves this issue by merging .elc and .ek in
common.
More information about the bug-notifications
mailing list