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

Bug 118246

Summary: gcc-config confused by /etc/env.d/gcc/CVS directory
Product: Gentoo Linux Reporter: Mark Purtill <gentoo>
Component: [OLD] Core systemAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: VERIFIED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mark Purtill 2006-01-07 20:02:35 UTC
I have my /etc directory tree under CVS control, so there's a directory /etc/env.d/gcc/CVS.  "gcc-config -l" ignores the directory, but if I run (e.g.) "gcc-config 11", I get the configuration that was #10 in the list, so it's off by one.  (gcc-config 1 gives me the help message.)  It would be nice if that part of gcc-config also ignored the CVS directory.
Comment 1 SpanKY gentoo-dev 2006-01-08 01:52:33 UTC
fixed in cvs
Comment 2 Mark Purtill 2006-10-22 10:49:51 UTC
Work fine for me now.