Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 341261 - savedconfig.eclass incorrect printing
Summary: savedconfig.eclass incorrect printing
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-16 11:39 UTC by Faustus
Modified: 2010-10-26 16:13 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 Faustus 2010-10-16 11:39:34 UTC
Shouldn't

    elog '${PORTAGE_CONFIGROOT}/etc/portage/savedconfig/'
    elog '[${CTARGET}|${CHOST}|""]/${CATEGORY}/[${PF}|${P}|${PN}]'

be something like:

    elog "${PORTAGE_CONFIGROOT}/etc/portage/savedconfig/"
    elog "[${CTARGET}|${CHOST}|\"\"]/${CATEGORY}/[${PF}|${P}|${PN}]"
Comment 1 SpanKY gentoo-dev 2010-10-16 21:04:25 UTC
no.  it is intended to convey the meaning behind the paths.
Comment 2 Faustus 2010-10-16 21:19:13 UTC
Convey the meaning to whom, the user who updated busybox? This message doesn't make any sense to the user. If it is intended only for ebuild developers, then a clarification should be added, in my opinion.
Comment 3 SpanKY gentoo-dev 2010-10-26 16:13:03 UTC
i find the display more useful