Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 307601 - dev-util/sip should warn about rebuilding via elog not ewarn
Summary: dev-util/sip should warn about rebuilding via elog not ewarn
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-03 11:50 UTC by Paweł Hajdan, Jr. (RETIRED)
Modified: 2010-03-03 13:52 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 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2010-03-03 11:50:23 UTC
ewarn 'When updating sip, you usually need to recompile packages that'
    ewarn 'depend on sip, such as PyQt4 and qscintilla-python. If you have'
    ewarn 'app-portage/gentoolkit installed you can find these packages with'
    ewarn '`equery d sip` and `equery d PyQt4`.'

These should be changed to elog IMO. Otherwise it's too easy to miss, see bug #307513.
Comment 1 Davide Pesavento (RETIRED) gentoo-dev 2010-03-03 13:45:04 UTC
Or users should learn how to configure portage's elog functionality... The current defaults are:

PORTAGE_ELOG_CLASSES="log warn error"
PORTAGE_ELOG_SYSTEM="save_summary echo"

thus warning messages (from ewarn) are echoed just like messages from elog. I don't see how switching to elog would improve the situation.
Comment 2 Ben de Groot (RETIRED) gentoo-dev 2010-03-03 13:52:50 UTC
Ewarn has a _higher_ priority than elog, so the message should be more visible in the current situation. If it's not, then that is a question of user configuration, and nothing we can do something about on our end.