Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149186 - [prelink] ebuild should use elog instead of einfo
Summary: [prelink] ebuild should use elog instead of einfo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-26 08:25 UTC by Bo Ørsted Andresen (RETIRED)
Modified: 2007-03-13 06:41 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 Bo Ørsted Andresen (RETIRED) gentoo-dev 2006-09-26 08:25:08 UTC
The default /etc/make.conf.example contains:

PORTAGE_ELOG_CLASSES="warn error log"

This ensures that ewarn's, eerror's and elog's are logged but einfo's are not! Therefore important information that the user is supposed to see should not be shown by einfo.

From pkg_postinst:
    einfo "You may wish to read the Gentoo Linux Prelink Guide, which can be"
    einfo "found online at:"
    einfo "    http://www.gentoo.org/doc/en/prelink-howto.xml"

Please s/einfo/elog/ in the pkg_postinst of all prelink ebuilds...
Comment 1 SpanKY gentoo-dev 2006-09-26 14:18:46 UTC
better to use ewarn, not elog
Comment 2 SpanKY gentoo-dev 2007-03-13 06:41:18 UTC
done