Your message dated Sat, 12 Jul 2014 11:25:29 +0000
with message-id <[email protected]>
and subject line Bug#706096: fixed in viewvc 1.1.22-1
has caused the Debian Bug report #706096,
regarding TypeError: expecting an integer for the buffer size on displaying 
changeset
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
706096: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706096
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: viewvc
Version: 1.1.5-1.4
Severity: important

Dear Maintainer,

   * What led up to the situation?
     New install of Wheezy/svn/viewvc, qualification of viewvc, display 
changeset
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
    Edited and compiled /usr/lib/viewvc/lib/vclib/svn/svn_repos.py
   * What was the outcome of this action?
   Bug no longer ocurs
   * What outcome did you expect instead?

-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages viewvc depends on:
ii  python             2.7.3-4
ii  python-subversion  1.6.17dfsg-4+deb7u2
ii  python-support     1.0.15
ii  rcs                5.8.1-1
ii  subversion         1.6.17dfsg-4+deb7u2

Versions of packages viewvc recommends:
ii  apache2                         2.2.22-13
ii  apache2-mpm-worker [httpd-cgi]  2.2.22-13
ii  python-pygments                 1.5+dfsg-1

Versions of packages viewvc suggests:
pn  cvsgraph               <none>
pn  libapache2-mod-python  <none>
ii  mime-support           3.52-1
pn  python-tk              <none>
pn  viewvc-query           <none>

-- Configuration Files:
/etc/viewvc/viewvc.conf changed:
[general]
root_parents = /var/lib/svn : svn
[utilities]
[options]
template_dir = /etc/viewvc/templates
[templates]
[cvsdb]
[vhosts]
[authz-forbidden]
[authz-forbiddenre]
[authz-svnauthz]


-- no debconf information


This looks similar to Bug #683188, but the fix for this is applied in my 
version of Wheezy.

An Exception Has Occurred
Python Traceback

Traceback (most recent call last):
  File "/usr/lib/viewvc/lib/viewvc.py", line 4322, in main
    request.run_viewvc()
  File "/usr/lib/viewvc/lib/viewvc.py", line 397, in run_viewvc
    self.view_func(self)
  File "/usr/lib/viewvc/lib/viewvc.py", line 3141, in view_diff
    fp = request.repos.rawdiff(p1, rev1, p2, rev2, diff_type, diff_options)
  File "/usr/lib/viewvc/lib/vclib/svn/svn_repos.py", line 710, in rawdiff
    temp1 = temp_checkout(self, p1, r1)
  File "/usr/lib/viewvc/lib/vclib/svn/svn_repos.py", line 254, in temp_checkout
    chunk = core.svn_stream_read(stream, core.SVN_STREAM_CHUNK_SIZE)
  File "/usr/lib/pymodules/python2.7/libsvn/core.py", line 4801, in 
svn_stream_read
    return _core.svn_stream_read(*args)
TypeError: expecting an integer for the buffer size

editing
File "/usr/lib/viewvc/lib/vclib/svn/svn_repos.py", line 254, in temp_checkout
    chunk = core.svn_stream_read(stream, core.SVN_STREAM_CHUNK_SIZE)

to

    chunk = core.svn_stream_read(stream, int(core.SVN_STREAM_CHUNK_SIZE))

makes it work as desired.

--- End Message ---
--- Begin Message ---
Source: viewvc
Source-Version: 1.1.22-1

We believe that the bug you reported is fixed in the latest version of
viewvc, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Martínez Moreno <[email protected]> (supplier of updated viewvc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 10 Jul 2014 21:42:45 +0200
Source: viewvc
Binary: viewvc viewvc-query
Architecture: source all
Version: 1.1.22-1
Distribution: unstable
Urgency: medium
Maintainer: David Martínez Moreno <[email protected]>
Changed-By: David Martínez Moreno <[email protected]>
Description:
 viewvc     - web interface for CVS and/or Subversion repositories
 viewvc-query - utility to query CVS and Subversion commit database
Closes: 409864 410273 410324 614509 706096
Changes:
 viewvc (1.1.22-1) unstable; urgency=medium
 .
   * New upstream release (closes: #614509).  Main changes since last release
     (1.1.5) are:
     - Improved root look and SVN cache performance.
     - New 'max_filesize_kbytes' and 'binary_mime_types' configuration options.
     - Tarball generation improvements.
     - File content handling improvements.
     - Miscellaneous cvsdb improvements.
     - Add Basic authentication support to standalone.py.
     - The charset detection code is more robust.
     - Remote SVN views are now more performant and robust.
     - Added support for custom revision log markup rules.
     - Use Pygments lexer-guessing functionality.
     - Fixed a lot of bugs in corner cases.
   * I'm not able to see any problems with TypeError, so closes: #706096.
     Please reopen if it keeps happening.
   * There was a problem in the migration code from viewcvs into viewvc, but by
     now everyone is in viewvc 1.1, so I'm sad to say that this finally closes:
     #409864, #410273, #410324.
   * This release ships two new binaries in each package: a WSGI and a FCGI
     additionally to the normal CGI program, to give you any possible option.
   * debian/control:
     - Removed ancient Replaces and Conflicts with versions 8-10 years old.
     - Added Vcs-* fields.
     - Bumped Standards-Version to 3.9.5.
     - Rewritten Descriptions for both packages to reflect that now we ship 3
       binaries.
     - Add Depends on python, dh-python.
   * debian/patches:
     - Removed numbers from patches, remnants from the dpatch era, and appended
       .patch suffix.
     - Added DEP-3 headers to all of them.
     - Patches rev2369, rev2547, rev2551, compression-content-length,
       CVE-2012-3356, CVE-2012-3357 and CVE-2012-4533: Merged upstream.
     - Remaining patches are resynced against current tree.
     - shebang_wsgi_scripts.patch: Added to get rid of lintian warnings.
   * debian/rules: Rewritten from scratch with latest abstractions in mind,
     trying to mimic the old behavior.
   * debian/NEWS: Removed.
   * debian/source/format: Moved to 3.0 (quilt).
   * debian/compat: Bumped to 9, modified debian/control.
   * debian/watch: Added.
Checksums-Sha1:
 f70931154cea51f8a170e75ce233d1f4d875b013 1939 viewvc_1.1.22-1.dsc
 e169b2cf9ae4674f9b4d446e92234e0f7075ded6 616830 viewvc_1.1.22.orig.tar.gz
 6c2193b1deb4d65d8b398d05289dd298aaf6dcb9 19244 viewvc_1.1.22-1.debian.tar.xz
 3de11875265aa7dea7a886e66e8db053de47ca0c 532506 viewvc_1.1.22-1_all.deb
 61c3ef633c2ac41df395a01ff55200b6e3566cfc 11966 viewvc-query_1.1.22-1_all.deb
Checksums-Sha256:
 e16fb3e20b9ef090aa71c9a24d7339603dadace7bb4643ee78881b7b00c3b389 1939 
viewvc_1.1.22-1.dsc
 e41fde0088b3f4bad5cbe29cc0cfebf30c8dbe888bc1e818910d7a47174b59fa 616830 
viewvc_1.1.22.orig.tar.gz
 4947e45c7d3c1b6a68269a63e4ef40329eb99b132d37a195e19c8b461b223c42 19244 
viewvc_1.1.22-1.debian.tar.xz
 15678702f115e82814fdf9b5338b52a229cb74f4c228712e42604b68299a9a2c 532506 
viewvc_1.1.22-1_all.deb
 3fb93ee99bad8c74a072aa895007409e70121514d35cbc1839ced895bed4f6b5 11966 
viewvc-query_1.1.22-1_all.deb
Files:
 29412c24fdee6555a39230237aa81b3a 532506 vcs optional viewvc_1.1.22-1_all.deb
 fe429f05dc8fdc66596e56014918be8c 11966 vcs optional 
viewvc-query_1.1.22-1_all.deb
 f8e3017659b8b3db63821e6ec28eba1a 1939 vcs optional viewvc_1.1.22-1.dsc
 6d0a4dcf572958463ca66e0fcc2764c9 616830 vcs optional viewvc_1.1.22.orig.tar.gz
 2274faa0c3baffb79da58d8d7c7d9bd0 19244 vcs optional 
viewvc_1.1.22-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJTwPY9AAoJEAdDiqCYSkVFJsMP/13nQNgxu9knddUSxPUb2Kct
J9mD+sF2BG0xVfepwdO1+u38uNQuU0qRUYoGbngYRK5bg1EaTzjpdUefZg88n2QN
rKULq13JdaBvLHqjFg/VI5y3AZ7xdhuy/EcAzDKMNaaA+if/qlf2hRp4zfGXELNW
+1FTdGbBtdR+BrEFXFeRfGX9oqpRuEsP+6r4Fzmlbrhg5i1ZtS6t0PeHhyVWjOYo
OeduamvJA24ZYGQ4WsGJ1f333DbKsn4BtNEq3Yf+e4rFgoCTOutLvpK4DzwllmAv
Tn0e2lYBqMhMnleoHNcxqOD4cjbTka1jpg3YdG2tnzgnJvuk6bl00M5GIak+li3O
O76XPOXtscaNeX1lBEm24uvo7pavuDbWJCVFLzzH4nTem8GaDYaVfQE5L1h2aj++
BQiK9CKG3m/68G9ZgoLfKVS7eV6unkDwILUCusmHGRTdWFWSojRIyD2dccG/VtvP
MFt+1SPbCxnCcMZi+fzpmvhWm9SZ98SXqCucdneu/JUBXCURWzG5TepIqsoifSB2
eoSDD+ZMIWnhLAl8VdJfXyLVUdULRn4FAPKvGNYjLSktt0nO7SiydNKfyUwrM3IF
YaY5Ps3CYNKbbwUxGMO64BYrtbkoX/mBbimg/ulbAWzJwoQ22BaZ2lTV7TT0IjB5
jlF25H3fGceVuGaw5e9W
=ywhA
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to