In the soap reply for bug 356853, this snippet looks suspicious:
<fixed xsi:type="apachens:Map">
<item>
<key xsi:type="xsd:gYearMonth">2007-14</key>
<value xsi:nil="true"/>
</item>
</fixed>
<fixed_versions soapenc:arrayType="xsd:gYearMonth[1]"
xsi:type="soapenc:Array">
<item xsi:type="xsd:gYearMonth">2007-14</item>
</fixed_versions>
And it turns out if I hack /usr/lib/ruby/1.8/http-access2.rb to
s/xsd:gYearMonth/xsd:string/g on the response before passing it back up,
the package installs. Apparently the BTS's soap response generator is
erroneously guessing the version number "2007-14" is a year-month, and
apt-listbugs (or the underlying soap library) therefore tries to parse
it as such.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]