X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=2.4 required=5.0	tests=AWL,BAYES_40,TW_BZ
X-Spam-Check-By: sourceware.org
Message-ID: <4E64B5DF.8020209@rblasch.org>
Date: Mon, 05 Sep 2011 13:43:27 +0200
From: Ronald Blaschke <mailing-lists@rblasch.org>
Reply-To: ron@rblasch.org
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.1) Gecko/20110830 Thunderbird/6.0.1
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: OverflowError with bzr 2.4.0-1
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-SPF-Scan-By: smf-spf v2.0.2 - http://smfs.sf.net/
Received-SPF: None (nitweb2.nit.at: domain of mailing-lists@rblasch.org	does not designate permitted sender hosts)	receiver=nitweb2.nit.at; client-ip=178.112.99.139;	envelope-from=<mailing-lists@rblasch.org>; helo=[192.168.42.91];
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

I recently upgraded the bzr package to this version:

Bazaar (bzr) 2.4.0
  Python interpreter: /usr/bin/python 2.6.5
  Python standard library: /usr/lib/python2.6
  Platform: CYGWIN_NT-6.1-WOW64-1.7.9-0.237-5-3-i686-32bit

Now I receive the following error message during "bzr status" on a branch.

bzr: ERROR: exceptions.OverflowError: can't convert negative value to
unsigned long

Traceback (most recent call last):
[snip]
  File "/usr/lib/python2.6/site-packages/bzrlib/delta.py", line 127, in
_compare_trees
    want_unversioned=want_unversioned):
  File "_dirstate_helpers_pyx.pyx", line 1459, in
bzrlib._dirstate_helpers_pyx.ProcessEntryC.__next__
(bzrlib/_dirstate_helpers_pyx.c:12147)
  File "_dirstate_helpers_pyx.pyx", line 1732, in
bzrlib._dirstate_helpers_pyx.ProcessEntryC._iter_next
(bzrlib/_dirstate_helpers_pyx.c:14909)
  File "_dirstate_helpers_pyx.pyx", line 1831, in
bzrlib._dirstate_helpers_pyx.ProcessEntryC._loop_one_block
(bzrlib/_dirstate_helpers_pyx.c:15778)
  File "_dirstate_helpers_pyx.pyx", line 1156, in
bzrlib._dirstate_helpers_pyx.ProcessEntryC._process_entry
(bzrlib/_dirstate_helpers_pyx.c:8261)
  File "_dirstate_helpers_pyx.pyx", line 873, in
bzrlib._dirstate_helpers_pyx._update_entry
(bzrlib/_dirstate_helpers_pyx.c:5835)
  File "_dirstate_helpers_pyx.pyx", line 827, in
bzrlib._dirstate_helpers_pyx._pack_stat
(bzrlib/_dirstate_helpers_pyx.c:5547)
OverflowError: can't convert negative value to unsigned long

There is no issue with bzr 2.3.1-1.  Also, I have checked out the bzr
2.4.0 source and built it myself ("make extensions"), and this works
just fine as well.

Any ideas?

Ron

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

