Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91665 - Emacs not installing leim
Summary: Emacs not installing leim
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-06 01:32 UTC by Nolan Eakins
Modified: 2005-05-21 13:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Copies the leim files instead of cheating w/ a symlink (emacs.diff,443 bytes, patch)
2005-05-06 02:07 UTC, Nolan Eakins
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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).