X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=LE6cKBeidBF6ORbFDnkqzZDVYFZcAySbKvITp2ODQdf lcZOouS4wPRwrNmcgZJ36CaRXYEJnvINbVsIQooEoa3riMq1wwVeiRjm/j1IwHse 5CYtSNnmaORVwDIM7OivRRJ6QG2Bqnf7At24Qfdsh5IPBB9aq2rrBQDeJn1vCgsc = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=b/6M9Fw86CBB6E5jalwOi6AeWFM=; b=I8nCZKqh2SudMw/qt zKKTw2KLqdPkIzzvdFKQcjrvZzU9y2n9fYLCSeSZhuOYXpfZCW+fPUsU5hFljQOD D06J9JiPU79XP4UQht0IlvWlQfKhFjRRxsHLWQzPLZpIUePYffFOdhhdgIYPM9/4 2G2lM+Qh7319T/F4A0PVRNUzMI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,SPF_PASS,TW_BZ autolearn=ham version=3.3.1 X-CornellRouted: This message has been Routed already. Message-ID: <51DF39CE.8050405@cornell.edu> Date: Thu, 11 Jul 2013 19:03:42 -0400 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: bzr problem References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-CORNELL-SPAM-CHECKED: Pawpaw X-Original-Sender: kbrown AT cornell DOT edu - Thu Jul 11 19:03:46 2013 X-PMX-CORNELL: Alva01 On 7/11/2013 12:32 AM, Katsumi Yamaoka wrote: > Hi, > > Recently /usr/bin/bzr doesn't work well. For the Emacs trunk, > those two commands achieve the purpose even if issuing a warning: > > $ bzr update > $ bzr commit -m "Bla bla" > > Usually a warning is like: > 0 [main] python2.7 1264 child_info_fork::abort: address space needed by 'math.dll' (0x800000) is already occupied > > But it is sometimes: > 1 [main] python2.7 5784 child_info_fork::abort: unable to remap _ARC4.dll to same address as parent (0xBE0000) - try running rebaseall > > Rebaseall doesn't help. Reinstalling bzr+python doesn't, either. Did you run rebaseall *after* reinstalling bzr and python? Reinstalling undoes the rebasing. If that still doesn't help, try looking at the output of 'rebase -is' to see if it shows DLL collisions (marked with an asterisk). You might also try moving /etc/rebase.db.i386 out of the way and the running rebaseall again, so that it can start with a clean slate. Ken -- 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