Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58797 - app-emacs/slime-cvs complains about missing ChangeLog file
Summary: app-emacs/slime-cvs complains about missing ChangeLog file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-29 10:12 UTC by Dirk Gerrits
Modified: 2004-08-07 15:27 UTC (History)
0 users

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


Attachments
New ebuild fixing the problem (slime-cvs-0-r2.ebuild,2.00 KB, patch)
2004-08-07 13:01 UTC, Jens Lindemann
Details | Diff
New ebuild #2 (slime-cvs-0-r2.ebuild,1.99 KB, patch)
2004-08-07 13:07 UTC, Jens Lindemann
Details | Diff
third try *sigh* (slime-cvs-0-r2.ebuild,2.00 KB, patch)
2004-08-07 13:16 UTC, Jens Lindemann
Details | Diff
Fourth one (slime-cvs-0-r2.ebuild,2.00 KB, patch)
2004-08-07 13:54 UTC, Jens Lindemann
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Gerrits 2004-07-29 10:12:44 UTC
Doing 'M-x slime' in Emacs after an emerge slime-cvs produces 

slime-changelog-date: Opening input file: no such file or directory, /usr/share/emacs/site-lisp/slime-cvs/ChangeLog

this is easily fixed as root with 

zcat /usr/share/doc/slime-cvs-0-r1/ChangeLog.gz > /usr/share/emacs/site-lisp/slime-cvs/ChangeLog

but it would be better if the ebuild worked out of the box, of course.

BTW, in case anyone's wondering, the function slime-changelog-date was reintroduced on 7-7-2004, as far as I can tell.
Comment 1 Jens Lindemann 2004-08-07 13:01:58 UTC
Created attachment 36968 [details, diff]
New ebuild fixing the problem

Fix works for me, this ebuild includes it.
Comment 2 Jens Lindemann 2004-08-07 13:07:16 UTC
Created attachment 36969 [details, diff]
New ebuild #2

removed a trap for developers :p
Comment 3 Jens Lindemann 2004-08-07 13:16:00 UTC
Created attachment 36973 [details, diff]
third try *sigh*

Moved zcat operation from pkg_postinst() to src_install()
Comment 4 Jens Lindemann 2004-08-07 13:54:57 UTC
Created attachment 36976 [details, diff]
Fourth one

Special thanks go to kloeri for telling me ${P} when the right answer would
have been ${PF}
Comment 5 Dirk Gerrits 2004-08-07 15:12:03 UTC
Works for me as well, thanks.  

I'm rather new here... should I change the resolution to FIXED, or should I leave that to Gentoo developers?
Comment 6 Bryan Østergaard (RETIRED) gentoo-dev 2004-08-07 15:27:21 UTC
Dirk, leave it to the Gentoo devs to change the resolution - it will get done along with adding the ebuild to portage (right now :)).

Jens, thanks for fixing the ebuild.