On Wed, Oct 09, 2013 at 10:49:09PM +0200, Francesco Poli wrote:
> No need to apologize, your English will improve as you practice it!
Thanks for your support :)
> Now, I have some tests I would like you to perform on your system,
> after (temporarily) re-upgrading to apt-listbugs version 0.1.10 or
> 0.1.11
Ok, I've upgrade to the version 0.1.11 (version 0.1.10 have disappeared from
the repositry).
And this was the results:
Test 0
------
$ apt-listbugs
0.1.11
$ LC_ALL=C apt-listbugs list apt/0.9.9
Retrieving bug reports... 0% Fail
Error retrieving bug reports from the server with the following error message:
W: uninitialized constant XML::SaxParser
It could be because your network is down, or because of broken proxy servers,
or the BTS server itself is down. Check network configuration and try again
Retry downloading bug information? [Y/n] n
Continue the installation anyway? [y/N] n
... E: Exiting with error
Test 1
------
$ LC_ALL=C ruby1.9.1 /usr/bin/apt-listbugs list apt/0.9.9
Retrieving bug reports... 0% Fail
Error retrieving bug reports from the server with the following error message:
W: uninitialized constant XML::SaxParser
It could be because your network is down, or because of broken proxy servers,
or the BTS server itself is down. Check network configuration and try again
Retry downloading bug information? [Y/n] n
Continue the installation anyway? [y/N] n
... E: Exiting with error
$ LC_ALL=C ruby1.8 /usr/bin/apt-listbugs list apt/0.9.9
Retrieving bug reports... 0% Fail
Error retrieving bug reports from the server with the following error message:
W: uninitialized constant XML::SaxParser
It could be because your network is down, or because of broken proxy servers,
or the BTS server itself is down. Check network configuration and try again
Retry downloading bug information? [Y/n] n
Continue the installation anyway? [y/N] n
... E: Exiting with error
Test 2
------
$ LC_ALL=C irb1.9.1
using ruby: 1.9.3-p448
irb(main):001:0> require 'soap/rpc/driver'
=> true
irb(main):002:0> server="http://bugs.debian.org:80/cgi-bin/soap.cgi"
=> "http://bugs.debian.org:80/cgi-bin/soap.cgi"
irb(main):003:0> ns = 'Debbugs/SOAP/'
=> "Debbugs/SOAP/"
irb(main):004:0> drv = SOAP::RPC::Driver.new(server, ns)
=>
#<SOAP::RPC::Driver:#<SOAP::RPC::Proxy:http://bugs.debian.org:80/cgi-bin/soap.cgi>>
irb(main):005:0> drv.add_method('get_bugs','keyparam')
=> #<Method:
#<SOAP::RPC::Driver:#<SOAP::RPC::Proxy:http://bugs.debian.org:80/cgi-bin/soap.cgi>>.get_bugs>
irb(main):006:0> drv.get_bugs(['package', 'apt-listbugs', 'severity',
'normal']).sort
=> ["493632", "499657", "536613", "688506", "693291", "725479", "725672"]
irb(main):007:0> exit
So, ruby 1.8 makes no difference. And the ruby-soap4r seems to do the
correct job. This is weird!
>Please let me know, thanks for your feedback!
You're welcome
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]