Bug#389681: 389681is reproducible here

2006-10-05 Thread Junichi Uekawa
Hi,

 
  ls -1 /var/cache/apt/archives/reportbug_*.deb | /usr/sbin/apt-listbugs -d 
  apt
 
 The output is attached.
 At the end there is:
 
 Exception `XMLParserError' at /usr/lib/ruby/1.8/xsd/xmlparser/xmlparser.rb:31 
 -
 unclosed token
  Exception: XMLParserError
 Exception `LocalJumpError' at /usr/sbin/apt-listbugs:1050 - no block given
  ... E: no block given
 
 Error on the XML, the parser or apt-listbugs?

The XML data is broken, possibly through the data transfer.

Server seems to give me the right answer to me, so something is broken
between your machine and the server.

Is your machine 
1. on a very slow link?
2. served by a very broken web proxy server ?

regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


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



Bug#389681: 389681is reproducible here

2006-10-05 Thread Nelson A. de Oliveira

Hi!

On 10/5/06, Junichi Uekawa [EMAIL PROTECTED] wrote:

Is your machine
1. on a very slow link?


I think that not. It's an ADSL 600K downstream and 120K upstream.


2. served by a very broken web proxy server ?


Only of there is a proxy between my network and the server where
reportbug is getting the data.
Here at home there is no web proxy server.

I have made some tests here and it's giving this error only with the
reportbug package.

With a package that has no RC bugs:

$ ls optipng_0.5.4-1_i386.deb | /usr/sbin/apt-listbugs -d apt
false
http_proxy: false :
http://bugs.debian.org:80/
indexdir = /indices/
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... 0%fetching /indices/index.db-critical.gz..
Reading /indices/index.db-critical.gz...
fetching /indices/index.db-grave.gz..
Reading /indices/index.db-grave.gz...
fetching /indices/index.db-serious.gz..
Reading /indices/index.db-serious.gz...
No bugs to fetch
Retrieving bug reports... Done
Parsing Found/Fixed information... Don

With a package that have RC bugs (if you want the full log, I can send you):

(...)
Retrieving bug reports... Done
Parsing Found/Fixed information... 0%bug_number:#346958 -- apparently
closed with -done without version info
bug_number:#346958 greater:false less:false delete too new bug:true
... fixed_max is nil, too new or too old
comparing fixed: []-, found:[xpad/2.10-1 xpad/2.10-2]-2.10-2, and
new_ver:2.11-2 and removal:true
Parsing Found/Fixed information... 50%bug_number:#390260 greater:false
less:false delete too new bug:false
... fixed_max is nil, too new or too old
comparing fixed: []-, found:[xpad/2.11-2]-2.11-2, and new_ver:2.11-2
and removal:false
Parsing Found/Fixed information... Done
grave bugs of xpad (2.11-2 - 2.11-2) pending
#390260 - xpad: Losing information if using bold, italic, etc.
(Found: xpad/2.11-2)
Summary:
xpad(1 bug)
Are you sure you want to install/upgrade the above packages? [Y/n/?/...]

So it looks that apt-listbugs is working and there is no problem with
the network.
Something specific with the XML generated when asking for the bugs of reportbug?

Thank you!
Nelson


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



Bug#389681: 389681is reproducible here

2006-10-04 Thread Junichi Uekawa
Hi,

 Actually it's a different error:
 
 # LC_ALL=C aptitude install reportbug
 Reading package lists... Done
 Building dependency tree... Done
 Reading extended state information
 Initializing package states... Done
 Building tag database... Done
 The following packages have been kept back:
   cupsys openoffice.org-calc openoffice.org-common openoffice.org-core
   openoffice.org-draw openoffice.org-impress openoffice.org-l10n-pt-br
   openoffice.org-math openoffice.org-writer python-uno x11-common
   xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xkb-data
   xserver-xorg xserver-xorg-core xserver-xorg-input-evdev
   xserver-xorg-input-kbd xserver-xorg-input-mouse xserver-xorg-video-i810
   xserver-xorg-video-vesa
 The following packages will be upgraded:
   reportbug
 The following packages are RECOMMENDED but will NOT be installed:
   python-cjkcodecs python-iconvcodec
 1 packages upgraded, 0 newly installed, 0 to remove and 23 not upgraded.
 Need to get 0B/138kB of archives. After unpacking 4096B will be used.
 Do you want to continue? [Y/n/?]
 Writing extended state information... Done
 Reading package fields... Done
 Reading package status... Done
 Retrieving bug reports... 0% ... E: no block given


Can you try with the following command-line options? It will produce more debug 
output:

ls -1 /var/cache/apt/archives/reportbug_*.deb | /usr/sbin/apt-listbugs -d apt



Also, have you read the manpage ?
did you try SOAP_USE_PROXY=on?


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


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



Bug#389681: 389681is reproducible here

2006-10-04 Thread Nelson A. de Oliveira

Hi Junichi!

On 10/4/06, Junichi Uekawa [EMAIL PROTECTED] wrote:

Can you try with the following command-line options? It will produce more debug 
output:

ls -1 /var/cache/apt/archives/reportbug_*.deb | /usr/sbin/apt-listbugs -d apt


The output is attached.
At the end there is:

Exception `XMLParserError' at /usr/lib/ruby/1.8/xsd/xmlparser/xmlparser.rb:31 -
unclosed token
Exception: XMLParserError
Exception `LocalJumpError' at /usr/sbin/apt-listbugs:1050 - no block given
... E: no block given

Error on the XML, the parser or apt-listbugs?


Also, have you read the manpage ?
did you try SOAP_USE_PROXY=on?


The same output as before.

Thank you!

Best regards,
Nelson


output
Description: Binary data


Bug#389681: 389681is reproducible here

2006-10-03 Thread Nelson A. de Oliveira

Hi again!

On 10/3/06, Nelson A. de Oliveira [EMAIL PROTECTED] wrote:

Also, I have installed apt-listbugs 0.0.58 from incoming and it's
still giving the same error.


Actually it's a different error:

# LC_ALL=C aptitude install reportbug
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
The following packages have been kept back:
 cupsys openoffice.org-calc openoffice.org-common openoffice.org-core
 openoffice.org-draw openoffice.org-impress openoffice.org-l10n-pt-br
 openoffice.org-math openoffice.org-writer python-uno x11-common
 xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xkb-data
 xserver-xorg xserver-xorg-core xserver-xorg-input-evdev
 xserver-xorg-input-kbd xserver-xorg-input-mouse xserver-xorg-video-i810
 xserver-xorg-video-vesa
The following packages will be upgraded:
 reportbug
The following packages are RECOMMENDED but will NOT be installed:
 python-cjkcodecs python-iconvcodec
1 packages upgraded, 0 newly installed, 0 to remove and 23 not upgraded.
Need to get 0B/138kB of archives. After unpacking 4096B will be used.
Do you want to continue? [Y/n/?]
Writing extended state information... Done
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... 0% ... E: no block given
E: Sub-process if dpkg -s apt-listbugs | grep -q '^Status: .* ok
installed'; then /usr/sbin/apt-listbugs apt || ( test $? -ne 10 ||
exit 10; echo 'Warning: apt-listbugs exited abnormally, hit enter key
to continue.' 12 ; read a  /dev/tty ); fi returned an error code
(10)
E: Failure running script if dpkg -s apt-listbugs | grep -q '^Status:
.* ok installed'; then /usr/sbin/apt-listbugs apt || ( test $? -ne 10
|| exit 10; echo 'Warning: apt-listbugs exited abnormally, hit enter
key to continue.' 12 ; read a  /dev/tty ); fi
A package failed to install.  Trying to recover:
dpkg: error processing reportbug (--configure):
Package is in a very bad inconsistent state - you should
reinstall it before attempting configuration.
Errors were encountered while processing:
reportbug

Before it was giving E: undefined local variable or method`pkg' for
Factory::BugsFactory:Module and not it's E: no block given

Thank you again.

Nelson


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



Bug#389681: 389681is reproducible here

2006-10-03 Thread Nelson A. de Oliveira

Hi!

On 10/3/06, Junichi Uekawa [EMAIL PROTECTED] wrote:

 Reproducible here too:

are you all using proxies ?


There is just a NAT here on my network.

my box - NAT - world

I don't know if this is causing problem (it always worked).

Also, I have installed apt-listbugs 0.0.58 from incoming and it's
still giving the same error.

Thank you!

Best regards,
Nelson


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



Bug#389681: 389681is reproducible here

2006-10-02 Thread Nelson A. de Oliveira

Reproducible here too:

# LC_ALL=C aptitude install reportbug
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
The following packages have been kept back:
 cupsys openoffice.org-calc openoffice.org-common openoffice.org-core
 openoffice.org-draw openoffice.org-impress openoffice.org-l10n-pt-br
 openoffice.org-math openoffice.org-writer python-uno x11-common
 xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xkb-data
 xserver-xorg xserver-xorg-core xserver-xorg-input-evdev
 xserver-xorg-input-kbd xserver-xorg-input-mouse xserver-xorg-video-i810
 xserver-xorg-video-vesa
The following packages will be upgraded:
 reportbug
The following packages are RECOMMENDED but will NOT be installed:
 python-cjkcodecs python-iconvcodec
1 packages upgraded, 0 newly installed, 0 to remove and 23 not upgraded.
Need to get 0B/138kB of archives. After unpacking 4096B will be used.
Do you want to continue? [Y/n/?]
Writing extended state information... Done
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... 0% ... E: undefined local variable or method
`pkg' for Factory::BugsFactory:Module
E: Sub-process if dpkg -s apt-listbugs | grep -q '^Status: .* ok
installed'; then /usr/sbin/apt-listbugs apt || ( test $? -ne 10 ||
exit 10; echo 'Warning: apt-listbugs exited abnormally, hit enter key
to continue.' 12 ; read a  /dev/tty ); fi returned an error code
(10)
E: Failure running script if dpkg -s apt-listbugs | grep -q '^Status:
.* ok installed'; then /usr/sbin/apt-listbugs apt || ( test $? -ne 10
|| exit 10; echo 'Warning: apt-listbugs exited abnormally, hit enter
key to continue.' 12 ; read a  /dev/tty ); fi
A package failed to install.  Trying to recover:
dpkg: error processing reportbug (--configure):
Package is in a very bad inconsistent state - you should
reinstall it before attempting configuration.
Errors were encountered while processing:
reportbug

Thank you!

Nelson


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