Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 118246 - gcc-config confused by /etc/env.d/gcc/CVS directory
Summary: gcc-config confused by /etc/env.d/gcc/CVS directory
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-07 20:02 UTC by Mark Purtill
Modified: 2006-10-22 10:49 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 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.