Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86704 - Missing `|| die' after call to `doins' in function `elisp-site-file-install' of `elisp-common' eclass.
Summary: Missing `|| die' after call to `doins' in function `elisp-site-file-install' ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-25 14:06 UTC by Tobias C. Rittweiler
Modified: 2005-05-03 02:21 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias C. Rittweiler 2005-03-25 14:06:51 UTC
As suggested in Bug #86387 [*], a call to `die' should be added to the `doins'
in function `elisp-site-file-install' of the `elisp-common' eclass in order to
prevent problems as stated in Bug #86242 [**]. (Possibly, there are other places
as well, where such a invocation of `die' would be desired---I didn't check.)

[*]  http://bugs.gentoo.org/show_bug.cgi?id=86387
[**] http://bugs.gentoo.org/show_bug.cgi?id=86242

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-05-03 02:21:01 UTC
Yeah, it's useful for elips packagers to catch broken site-gentoo files.
Thanks for the report.