Hello:

  I got the same problem yesterday, but I think I was unable to reproduce it 
with the debug info. I got this using the procedure in README.Debian:

~/apt-lb.rb
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... 0%Exception `LoadError' 
at /usr/lib/ruby/1.8/xml/encoding-ja.rb:12 - no such file to load -- uconv
Set XSD::XMLParser::XMLParser as XML processor.
Wire dump:

= Request

! CONNECT TO bugs.debian.org:80
! CONNECTION ESTABLISHED
POST /cgi-bin/soap.cgi HTTP/1.1
SOAPAction: ""
Content-Type: text/xml; charset=utf-8
User-Agent: SOAP4R/1.5.5 (/114, ruby 1.8.6 (2007-09-24) [i486-linux])
Date: mié dic 05 11:45:16 +0100 2007
Content-Length: 1045
Host: bugs.debian.org

<?xml version="1.0" encoding="utf-8" ?>
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema";
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <env:Body>
    <n1:get_bugs xmlns:n1="Debbugs/SOAP/"
        env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";>
      <keyvalue n2:arrayType="xsd:anyType[4]"
          xmlns:n2="http://schemas.xmlsoap.org/soap/encoding/";
          xsi:type="n2:Array">
        <item xsi:type="xsd:string">severity</item>
        <item n2:arrayType="xsd:anyType[3]"
            xsi:type="n2:Array">
          <item xsi:type="xsd:string">critical</item>
          <item xsi:type="xsd:string">grave</item>
          <item xsi:type="xsd:string">serious</item>
        </item>
        <item xsi:type="xsd:string">package</item>
        <item n2:arrayType="xsd:anyType[1]"
            xsi:type="n2:Array">
          <item xsi:type="xsd:string">kpdf</item>
        </item>
      </keyvalue>
    </n1:get_bugs>
  </env:Body>
</env:Envelope>

= Response

Exception `Timeout::Error' at /usr/lib/ruby/1.8/timeout.rb:54 - execution 
expired
Exception `Timeout::Error' at /usr/lib/ruby/1.8/http-access2.rb:1524 - 
execution expired
/usr/lib/ruby/1.8/timeout.rb:54:in `gets': execution expired (Timeout::Error)
        from /usr/lib/ruby/1.8/http-access2.rb:1492:in `parse_header'
        from /usr/lib/ruby/1.8/timeout.rb:56:in `timeout'
        from /usr/lib/ruby/1.8/timeout.rb:76:in `timeout'
        from /usr/lib/ruby/1.8/http-access2.rb:1490:in `parse_header'
        from /usr/lib/ruby/1.8/http-access2.rb:1448:in `read_header'
        from /usr/lib/ruby/1.8/http-access2.rb:1274:in `get_status'
        from /usr/lib/ruby/1.8/http-access2.rb:472:in `do_get_header'
        from /usr/lib/ruby/1.8/http-access2.rb:442:in `do_get_block'
         ... 9 levels...
        from /usr/share/apt-listbugs/debian/btssoap.rb:48:in `get_bugs'
        from /usr/share/apt-listbugs/debian/bts.rb:56:in `parse'
        from /usr/sbin/apt-listbugs:1035:in `create'
        from /usr/sbin/apt-listbugs:1376

I had this twice for 2 different packages.

I end up adding -d in the file /etc/apt/apt.conf.d/10apt-listbugs:
DPkg::Tools::Options::/usr/sbin/apt-listbugs "-d";

But aptitude did work this time and I had no debug info I supposed because it 
there wasn't any problem to debug. I'll go on trying.

Thanks.

-- 
Raúl Sánchez Siles

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to