<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>173532</bug_id>
          
          <creation_ts>2007-04-06 03:56 0000</creation_ts>
          <short_desc>invalid subarch check filters too much</short_desc>
          <delta_ts>2007-04-12 19:43:02 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Hosted Projects</product>
          <component>Catalyst</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <keywords>InSVN</keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>vapier@gentoo.org</reporter>
          <assigned_to>catalyst@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>vapier@gentoo.org</who>
            <bug_when>2007-04-06 03:56:22 0000</bug_when>
            <thetext>if an arch module is broken, you get the generic &quot;Invalid Subarch&quot; error message

i&apos;d apply this fix:
...
        # Call arch constructor, pass our settings
        try:
            self.arch=self.subarchmap[self.settings[&quot;subarch&quot;]](self.settings)
-       except:
+       except KeyError:
            print &quot;Invalid subarch: &apos;&quot;+self.settings[&quot;subarch&quot;]+&quot;&apos;&quot;
            print &quot;Choose one of the following:&quot;,
...</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>wolf31o2@gentoo.org</who>
            <bug_when>2007-04-10 21:34:12 0000</bug_when>
            <thetext>Fixed in SVN</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>wolf31o2@gentoo.org</who>
            <bug_when>2007-04-12 19:43:02 0000</bug_when>
            <thetext>This is fixed in 2.0.4 which was just released.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>