Your message dated Tue, 14 Jun 2005 01:47:08 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#309161: fixed in subversion 1.2.0-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 15 May 2005 04:21:29 +0000
>From [EMAIL PROTECTED] Sat May 14 21:21:29 2005
Return-path: <[EMAIL PROTECTED]>
Received: from smtp05.mrf.mail.rcn.net [207.172.4.64] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DXAd5-0007qz-00; Sat, 14 May 2005 21:21:28 -0700
Received: from 208-58-77-33.c3-0.grg-ubr3.lnh-grg.md.cable.rcn.com (HELO 
tux64.internal.ucko.debian.net) (208.58.77.33)
  by smtp05.mrf.mail.rcn.net with ESMTP; 15 May 2005 00:21:27 -0400
X-IronPort-AV: i="3.93,109,1115006400"; 
   d="scan'208"; a="37886078:sNHT21616126"
Received: from amu by tux64.internal.ucko.debian.net with local (Exim 4.50)
        id 1DXAd4-000328-EZ
        for [EMAIL PROTECTED]; Sun, 15 May 2005 00:21:26 -0400
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Aaron M. Ucko" <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: /usr/bin/svndumpfilter: crashes on 64-bit platforms
X-Mailer: reportbug 3.12
Date: Sun, 15 May 2005 00:21:26 -0400
X-Debbugs-Cc: [EMAIL PROTECTED]
Message-Id: <[EMAIL PROTECTED]>
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Mail-From: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: subversion
Version: 1.1.4-2.1
Severity: normal
File: /usr/bin/svndumpfilter
Tags: patch upstream

On amd64, and AFAICT any 64-bit platform, svndumpfilter dies fairly
quickly with the message "svn: Can't write to stream: Invalid
argument".  I tracked this down to the program's non-portable use of
int rather than apr_size_t for a length passed by reference, and
observed that the one-line patch below lets it run to completion.

Index: subversion/svndumpfilter/main.c
===================================================================
--- subversion/svndumpfilter/main.c.orig        2005-05-14 23:18:17.000000000 
-0400
+++ subversion/svndumpfilter/main.c     2005-05-14 23:21:10.000000000 -0400
@@ -680,7 +680,7 @@
 close_node (void *node_baton)
 {
   struct node_baton_t *nb = node_baton;
-  int len = 2;
+  apr_size_t len = 2;
 
   /* Get out of here if we can. */
   if (nb->do_skip)


-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages subversion depends on:
ii  db4.2-util                 4.2.52-18     Berkeley v4.2 Database Utilities
ii  libapr0                    2.0.54-3      the Apache Portable Runtime
ii  libc6                      2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libdb4.2                   4.2.52-18     Berkeley v4.2 Database Libraries [
ii  libexpat1                  1.95.8-3      XML parsing C library - runtime li
ii  libldap2                   2.1.30-6      OpenLDAP libraries
ii  libneon24                  0.24.7.dfsg-2 An HTTP and WebDAV client library
ii  libssl0.9.7                0.9.7g-1      SSL shared libraries
ii  libsvn0                    1.1.4-2.1     shared libraries used by Subversio
ii  libxml2                    2.6.16-7      GNOME XML library
ii  patch                      2.5.9-2       Apply a diff file to an original
ii  zlib1g                     1:1.2.2-4     compression library - runtime

-- no debconf information

---------------------------------------
Received: (at 309161-close) by bugs.debian.org; 14 Jun 2005 05:51:55 +0000
>From [EMAIL PROTECTED] Mon Jun 13 22:51:55 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Di4L4-0002rz-00; Mon, 13 Jun 2005 22:51:55 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1Di4GS-00061J-00; Tue, 14 Jun 2005 01:47:08 -0400
From: David Kimdon <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#309161: fixed in subversion 1.2.0-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 14 Jun 2005 01:47:08 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 7

Source: subversion
Source-Version: 1.2.0-1

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

libapache2-svn_1.2.0-1_powerpc.deb
  to pool/main/s/subversion/libapache2-svn_1.2.0-1_powerpc.deb
libsvn-core-perl_1.2.0-1_powerpc.deb
  to pool/main/s/subversion/libsvn-core-perl_1.2.0-1_powerpc.deb
libsvn0-dev_1.2.0-1_powerpc.deb
  to pool/main/s/subversion/libsvn0-dev_1.2.0-1_powerpc.deb
libsvn0_1.2.0-1_powerpc.deb
  to pool/main/s/subversion/libsvn0_1.2.0-1_powerpc.deb
python2.3-subversion_1.2.0-1_powerpc.deb
  to pool/main/s/subversion/python2.3-subversion_1.2.0-1_powerpc.deb
subversion-tools_1.2.0-1_all.deb
  to pool/main/s/subversion/subversion-tools_1.2.0-1_all.deb
subversion_1.2.0-1.diff.gz
  to pool/main/s/subversion/subversion_1.2.0-1.diff.gz
subversion_1.2.0-1.dsc
  to pool/main/s/subversion/subversion_1.2.0-1.dsc
subversion_1.2.0-1_powerpc.deb
  to pool/main/s/subversion/subversion_1.2.0-1_powerpc.deb
subversion_1.2.0.orig.tar.gz
  to pool/main/s/subversion/subversion_1.2.0.orig.tar.gz



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 Kimdon <[EMAIL PROTECTED]> (supplier of updated subversion 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: SHA1

Format: 1.7
Date: Wed,  8 Jun 2005 22:19:21 -0700
Source: subversion
Binary: libsvn-core-perl libapache2-svn libsvn0 python2.3-subversion 
subversion-tools libsvn0-dev subversion
Architecture: source powerpc all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: David Kimdon <[EMAIL PROTECTED]>
Changed-By: David Kimdon <[EMAIL PROTECTED]>
Description: 
 libapache2-svn - apache modules for Subversion (aka. svn)
 libsvn-core-perl - perl bindings for Subversion (aka. svn)
 libsvn0    - shared libraries used by Subversion (aka. svn)
 libsvn0-dev - development files for Subversion (aka. svn) libraries
 python2.3-subversion - python modules for interfacing with Subversion (aka. 
svn)
 subversion - advanced version control system (aka. svn)
 subversion-tools - assorted tools related to Subversion (aka. svn)
Closes: 235755 266973 269021 269165 279080 296046 309161 310474
Changes: 
 subversion (1.2.0-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #310474)
   * Fixes many bugs (some of these may have actually been fixed
     before 1.2.0, in any case they are now fixed) :
     svndumpfilter: no crash on 64-bit platforms (Closes: #309161)
     symlink now works in "svn merge" (Closes: #296046)
     svnserve does ipv6 (Closes: #235755)
     svn no longer can export non-existent files (Closes: #279080)
     svn status "R" is documented in the svn book: (Closes: #269021)
     Fix auth problem (Closes: #269165)
     svn diff handles ctrl-c (Closes: #266973)
   * Build-conflict with libsvn0 (<<1.2). This is a work-around to
     Debian bug 291641.
   * The subversion book source has moved out of this package, install a
     pre-built book.
Files: 
 e24e322de7d484e499dc082779cc8afe 1062 devel optional subversion_1.2.0-1.dsc
 243cd2f6bda14b2d26b462fac0e1df30 6432904 devel optional 
subversion_1.2.0.orig.tar.gz
 d03cf38a1c1461015c3309e4b43f1601 31116 devel optional 
subversion_1.2.0-1.diff.gz
 a67838a9ab55478b29ca48d388b6db59 79992 admin extra 
subversion-tools_1.2.0-1_all.deb
 e75168ba94955d49e8a5831a59953e68 2000948 devel optional 
subversion_1.2.0-1_powerpc.deb
 3bf37e28505d9aea58e297f08470731a 547892 libs optional 
libsvn0_1.2.0-1_powerpc.deb
 f6c7bd73e759c7409fedf3b41e86a0c3 807684 libdevel extra 
libsvn0-dev_1.2.0-1_powerpc.deb
 7f9c4a3df0c2cea5420e1f8777a242a6 76738 net optional 
libapache2-svn_1.2.0-1_powerpc.deb
 a2fa7a83bd945cb9209ee74351c3b25c 1522134 python optional 
python2.3-subversion_1.2.0-1_powerpc.deb
 93d5c6f89ab026f05ea1cff3140dc5f5 629828 admin optional 
libsvn-core-perl_1.2.0-1_powerpc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCri6LST1m+6jv1gMRAlFxAKCFMmgp9hkjsYeYC9FEvI0bWgCUsACdF/We
3GIdzzJmp7S7LpLfraLFTjU=
=EHGp
-----END PGP SIGNATURE-----


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

Reply via email to