Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 111058

Summary: bug in profile.eselect module
Product: Gentoo Hosted Projects Reporter: lolita <piavlo>
Component: eselectAssignee: Gentoo eselect Team <eselect>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description lolita 2005-10-31 13:44:10 UTC
profile.eselect module looks at /usr/portage/profiles/profiles.desc
to list available profiles, while profiles.desc is not complete.
# eselect profile list
Available profile symlink targets:
  [1]   default-linux/x86/2005.0

while

# eselect profile show
Current make.profile symlink:
  /usr/portage/profiles/default-linux/x86/2005.1 

thus making this module unusable
Comment 1 Aaron Walker (RETIRED) gentoo-dev 2005-11-05 06:09:50 UTC
Yeah currently only stable profiles are listed in profiles.desc.  Not sure how
this is a bug in the profile module though.

And yes it makes it kind of useless.  Going to try and see if I can prod someone
or send a mail to -dev to see if we can get it updated finally.
Comment 2 lolita 2005-11-06 04:20:44 UTC
(In reply to comment #1)
> Yeah currently only stable profiles are listed in profiles.desc.

isn't the default-linux/x86/2005.1 profile stable?
Comment 3 Aaron Walker (RETIRED) gentoo-dev 2005-11-06 05:03:57 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > Yeah currently only stable profiles are listed in profiles.desc.
> 
> isn't the default-linux/x86/2005.1 profile stable?
> 

Actually, it was an error for me to say "only stable" as there are some
technically development profiles there.  As to why default-linux/x86/2005.1 is
not listed in profiles.desc, your guess is as good as mine.  Someone more
involved with the profiles (vapier or wolf31o2 perhaps) would likely know.