Bug 11628 - xemacs has trouble finding its mule packages
|
Bug#:
11628
|
Product: Gentoo Linux
|
Version: 1.4_rc1
|
Platform: x86
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: rendhalver@gentoo.org
|
Reported By: chutz@gg3.net
|
|
Component: Applications
|
|
|
URL:
|
|
Summary: xemacs has trouble finding its mule packages
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2002-12-05 09:06 0000
|
I have xemacs-21.4.9 and xemacs-packages-sumo-2002.09.19 installed.
The ways to reproduce the bug are:
1. start xemacs
2. Meta-X set-language-environment
3. Choose Japanese
4. XEmacs complains it "Cannot open load file: japan-util"
... now for the temporary workaround:
5. Meta-X load-file
6. /usr/lib/xemacs/mule-packages/lisp/mule-base/japan-util.elc
7. Try step 2 - it works now
XEmacs doesn't look at the /usr/lib/xemacs/mule-packages/lisp/mule-base
directory. Why?
*** Bug 11933 has been marked as a duplicate of this bug. ***
this problem is due to --package-path=/usr/lib/xemacs/xemacs-packages being set
in the current ebuild
package-path is for setting a packages root and it stops the package path
searching dead in its tracks
this will guarantee /usr/lib/xemacs/mule-packages never gets found
i will commit my new ebuild which WILL fix this problem and Bug 11933
new ebuild commited to cvs should fix this bug
its ~arch masked right now will unmask it when i have confirmation that the
problem is solved
Works as expected.
Might as well mark as FIXED.
sounds good to me
thanks for testing it