Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7962 - Version Hinting support in Portage
Summary: Version Hinting support in Portage
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-15 12:09 UTC by Martin Schlemmer (RETIRED)
Modified: 2011-10-30 22:18 UTC (History)
4 users (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 Martin Schlemmer (RETIRED) gentoo-dev 2002-09-15 12:09:04 UTC
[07:06] <Azarah> kibosh: still just wondering how to get portage to stick to the
"default" version if you do a emerge gcc ... 
[07:07] <kibosh> Azarah: hmmm yep 
[07:07] <kibosh> Azarah: that's an outstanding issue 
[07:07] <kibosh> Azarah: right now, out of a set of ebuilds emerge picks the
most recent 
[07:07] <kibosh> if we could have a way of tweaking that behavior 
[07:08] <kibosh> so that one is considered the "best" choice even if it's older 
[07:08] <kibosh> then I think we have a solution. 
[07:08] *** Joins: owen [~owen@amin462vy28eh.bc.hsia.telus.net] has joined
#gentoo-dev 
[07:08] *** Mode change for #gentoo-dev by ChanServ: +v owen 
[07:08] <Azarah> kibosh: something to tell it: emerge gcc = gcc-2.95.3 latest
revision 
[07:08] <Azarah> and emerge =gcc-3.2-r1 will merge 3.2 
[07:08] <kibosh> then, rather than using masks in the profile, we can just
"hint" that gcc-2.95.3 for example is the "best" 
[07:08] <Azarah> for example 
[07:08] <Azarah> yep 
[07:09] <kibosh> right 
[07:09] <kibosh> I think that's the best solution 
[07:09] <Azarah> so then oo can pull in gcc3.2 without having to worry that the
system gets borked with the wrong gcc 
[07:09] <kibosh>  /etc/make.profile/hints 
[07:09] <kibosh>  =sys-devel/gcc-2.95.3* 
[07:09] <kibosh> yep yep :) 
[07:09] <Azarah> sorda like the /etc/make.profile/packages, just not as
restrictive  
[07:09] <Azarah> i like :) 
[07:10] <kibosh> I need to wait until we have a grand unified scheme for
masking/hinting 
[07:10] <kibosh> Azarah: but the hinting idea as above seems good, if you could
submit a bug to me about it that would be
   helpful.
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2003-02-04 22:08:03 UTC
Anyone still interested in this?
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2003-02-05 18:06:48 UTC
Well the idea was to be able to not fix things like gcc in the profile, but
rather hint to the version, so that 'emerge gcc' on a 1.2 box will install
gcc2, where on a 1.4 box, it will install gcc3.  But, it should still be
possible to do 'emerge =gcc-3.2.2', and get 3.2.2 alongside 2.95.3 on a
1.2 box without having to hack the profile, or use ebuild.

Thus yes, it would be nice, as for adding ......
Comment 3 Brian Harring (RETIRED) gentoo-dev 2004-04-08 20:25:16 UTC
Status?  This bug has past the year mark :)
Comment 4 Brian Harring (RETIRED) gentoo-dev 2004-08-10 22:48:32 UTC
Killing this... been 4 months or so.
Reopen if you're still after it.