Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 173532
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Catalyst Developers <catalyst@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: SpanKY <vapier@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 173532 depends on: Show dependency tree
Bug 173532 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-04-06 03:56 0000
if an arch module is broken, you get the generic "Invalid Subarch" error
message

i'd apply this fix:
...
        # Call arch constructor, pass our settings
        try:
            self.arch=self.subarchmap[self.settings["subarch"]](self.settings)
-       except:
+       except KeyError:
            print "Invalid subarch: '"+self.settings["subarch"]+"'"
            print "Choose one of the following:",
...

------- Comment #1 From Chris Gianelloni (RETIRED) 2007-04-10 21:34:12 0000 -------
Fixed in SVN

------- Comment #2 From Chris Gianelloni (RETIRED) 2007-04-12 19:43:02 0000 -------
This is fixed in 2.0.4 which was just released.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug