Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143667 - sys-libs/com_err should use elog/ewarn instead
Summary: sys-libs/com_err should use elog/ewarn instead
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-12 06:27 UTC by Bo Ørsted Andresen (RETIRED)
Modified: 2006-08-12 17:28 UTC (History)
1 user (show)

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 Bo Ørsted Andresen (RETIRED) gentoo-dev 2006-08-12 06:27:31 UTC
It is a bit annoying that one must include einfo in the elogs in order to catch messages like the one below. Shouldn't this be ewarn's?

pkg_postinst() {
    [...]
    einfo "PLEASE PLEASE take note of this"
    einfo "Please make *sure* to run revdep-rebuild now"
    einfo "Certain things on your system may have linked against a"
    einfo "different version of com_err -- those things need to be"
    einfo "recompiled.  Sorry for the inconvenience"
    [...]
}
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-08-12 06:30:46 UTC
I'd also love to see this showm when it's actually relevant, b/c for most people it's irrelevant left-over from previous version.
Comment 2 SpanKY gentoo-dev 2006-08-12 17:28:02 UTC
thanks, moved to ewarn

Jakub: as i told you on irc already, it has *nothing* to do with previous versions of com_err