Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 137484 - mit-krb5-1.4.3-r1: Wrong use of einfo/ewarn
Summary: mit-krb5-1.4.3-r1: Wrong use of einfo/ewarn
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High trivial (vote)
Assignee: Gentoo Kerberos Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-21 05:38 UTC by Alexander Skwar
Modified: 2006-07-05 16:28 UTC (History)
0 users

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


Attachments
Patch against ebuild replacing einfo with ewarn (mit-krb5-1.4.3-r1.einfo-2-ewarn.patch,683 bytes, patch)
2006-06-21 05:40 UTC, Alexander Skwar
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Skwar 2006-06-21 05:38:34 UTC
In the mit-krb5-1.4.3-r1, there's in pkg_postinst:

    ewarn "PLEASE READ THIS"
    einfo "This release of mit-krb5 now depends on an external version"
    einfo "of the com_err library.  Please make sure to run revdep-rebuild"
    einfo "to ensure the integrity of the linking on your system"

The new elog system can mail and/or save "warn" messages (and also "info" messages). If it's set to mail only messages of level "warn", a message containing only the following is generated:

WARN: postinst
PLEASE READ THIS


That's not really helpful.

I'll attach a patch against the ebuild, which will change the "einfo" to "ewarn".
Comment 1 Alexander Skwar 2006-06-21 05:40:47 UTC
Created attachment 89713 [details, diff]
Patch against ebuild replacing einfo with ewarn
Comment 2 Emanuele Giaquinta (RETIRED) gentoo-dev 2006-07-05 16:28:34 UTC
fixed, thanks.