Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 91665

Summary: Emacs not installing leim
Product: Gentoo Linux Reporter: Nolan Eakins <nolan>
Component: Current packagesAssignee: Emacs project <emacs>
Status: RESOLVED FIXED    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Copies the leim files instead of cheating w/ a symlink

Description Nolan Eakins 2005-05-06 01:32:12 UTC
Leim does not get insalled when app-editors/emacs is emerged even if it is in the USE flags.

Reproducible: Always
Steps to Reproduce:
1. Add the "leim" use flag
2. Emerge app-editors/emacs
3. Run "ls /usr/share/emacs/21.4/leim"

Actual Results:  
Nothing

Expected Results:  
Listed the files needed for leim

I noticed while emacs was emerging that when the leim tarball was extracted it
replaced the "emacs-21.3" symlink with an actual directory preventing the leim
files from making it into the "emacs-21.4" directory. By hand I moved the leim
directory in 21.3 to the 21.4 directory while emacs was still configuring itself.

That should probably be done in the ebuild.
Comment 1 Nolan Eakins 2005-05-06 02:07:41 UTC
Created attachment 58190 [details, diff]
Copies the leim files instead of cheating w/ a symlink

Patche for emacs-21.4.ebuild
Comment 2 Nolan Eakins 2005-05-06 02:23:30 UTC
Comment on attachment 58190 [details, diff]
Copies the leim files instead of cheating w/ a symlink

Checking for the leim USE flag should probably be done around the 'cp'
Comment 3 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-05-21 13:24:06 UTC
Thanks for the bug report. This should be fixed in CVS 
(we don't have 21.3 ebuilds anymore, so I simply changed 
to use leim-21.4.tar.gz).