From bug-notifications at lists.opencsw.org Thu Jul 14 00:03:50 2016 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Thu, 14 Jul 2016 00:03:50 +0200 Subject: [pythonsvn 0005144]: pyhton modules not found by apache In-Reply-To: Message-ID: <432b6b49a813a4b159320fd011021ce3@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5144 ====================================================================== Reported By: schwindt Assigned To: dam ====================================================================== Project: pythonsvn Issue ID: 5144 Category: packaging Reproducibility: always Severity: major Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2014-02-05 10:11 CET Last Modified: 2016-07-14 00:03 CEST ====================================================================== Summary: pyhton modules not found by apache Description: I just upgraded to CSWpythonsvn 1.8.5,REV=2014.01.19. After that the trac instances could no longer sync to the repositories. upon symlinking /opt/csw/lib/svn/python/site-packages/* to /opt/csw/lib/python2.6/site-packages/ everyting went back to normal ====================================================================== ---------------------------------------------------------------------- (0011171) dam (administrator) - 2016-07-14 00:03 https://www.opencsw.org/mantis/view.php?id=5144#c11171 ---------------------------------------------------------------------- The issue has finally been resolved. Please see experimental packages at http://buildfarm.opencsw.org/experimental.html#subversion However, please note that Subversion 1.9.4 only supports Python 2.7 and therefore no 2.6 module is available. From bug-notifications at lists.opencsw.org Fri Jul 15 20:03:21 2016 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 15 Jul 2016 20:03:21 +0200 Subject: [emacs_common 0005278]: subdirs.el missing from emacs_common package In-Reply-To: <8844e3363dc569ffca43dd27a4d978e0> Message-ID: The following issue has been RESOLVED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5278 ====================================================================== Reported By: trinkle Assigned To: pfelecan ====================================================================== Project: emacs_common Issue ID: 5278 Category: packaging Reproducibility: always Severity: major Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2016-05-15 06:08 CEST Last Modified: 2016-07-15 20:03 CEST ====================================================================== Summary: subdirs.el missing from emacs_common package Description: Missing files/directories /opt/csw/share/emacs/24.5/lisp/subdirs.el /opt/csw/share/emacs/24.5/site-lisp/ /opt/csw/share/emacs/24.5/site-lisp/subdirs.el Without the first, emacs does not function. ====================================================================== ---------------------------------------------------------------------- (0011172) pfelecan (manager) - 2016-07-15 20:03 https://www.opencsw.org/mantis/view.php?id=5278#c11172 ---------------------------------------------------------------------- the July 15th 2016 solves this issue by merging common, .elc, with .el From bug-notifications at lists.opencsw.org Fri Jul 15 20:04:46 2016 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 15 Jul 2016 20:04:46 +0200 Subject: [emacs_common 0005280]: "emacs -Q" throws error In-Reply-To: <90300d8b06a4d75136ee7777945b6610> Message-ID: <6d48f31e206c54f5b625cf755456c94d@www.opencsw.org> 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.