Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 306527 - savedconfig.eclass: simplify elog message
Summary: savedconfig.eclass: simplify elog message
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-23 14:48 UTC by Toralf Förster
Modified: 2010-03-07 14:38 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 Toralf Förster gentoo-dev 2010-02-23 14:48:31 UTC
IMHO the variables in the last 2 lines should be evaluated, isnt't it ?:

...
You can rename this file/directory to one of the following for
its configuration to apply to multiple versions:
${PORTAGE_CONFIGROOT}/etc/portage/savedconfig/
[${CTARGET}|${CHOST}|""]/${CATEGORY}/[${PF}|${P}|${PN}]



Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2010-02-24 19:29:42 UTC
Er, that is in savedconfig.eclass. Nothing to do with busybox.
Comment 2 SpanKY gentoo-dev 2010-03-07 02:38:45 UTC
no because the contents of those variables are designed to change (think cross-compiling and different ROOT setup)
Comment 3 Toralf Förster gentoo-dev 2010-03-07 09:05:53 UTC
(In reply to comment #2)
> no because the contents of those variables are designed to change (think
> cross-compiling and different ROOT setup)
> 
Well, sounds right from a programmers point.
OTOH is is not really user-friendly readable and the message is designed for users, isn't it ?
Comment 4 SpanKY gentoo-dev 2010-03-07 14:38:30 UTC
people who are interested in customizing the config are more likely to be competent, so random users are not the target audience.