Package: apt-listbugs
Version: 0.0.73

Hi Junichi,

this bug is still not fixed:

# apt-listbugs list apt-listbugs
Reading package fields... Donenment variable http_proxy is set and 
soap_use_proxy is not 'on'.
Reading package status... Done
Retrieving bug reports... 0% Fail
Error retrieving bug reports from the server with the following error message:
 W: Network is unreachable - connect(2) (bugs.debian.org, #80)
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]? 

>From the view of the user it does not matter if this is a problem of
apt-listbugs itself or ruby, especially if this bug can be fixed by a
simple single line change:

--- apt-listbugs.dist-0.0.73    2007-01-29 14:29:04.000000000 +0100
+++ apt-listbugs        2007-03-06 15:33:41.000000000 +0100
@@ -393,6 +393,7 @@
     end
     if ENV["http_proxy"] != nil && ENV["soap_use_proxy"] != "on"
       $stderr.print $intl._("W: sanity check failed: environment variable 
http_proxy is set and soap_use_proxy is not 'on'.")
+      ENV["soap_use_proxy"] = "on"
     end
 
     # http_proxy check

I have running this patch for months without any problems.

Could you _please_ apply this patch to apt-listbugs to fix this nasty
behaviour before etch is released?

Thanks,

Uwe


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to