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=WGTA6hSKEJpAK8OXmwd1B6S60q3sZMf+wwVlGa8qBpA GUJPvt81YdWsiwldCbVASk57IG508ik+9lvavGtc845h6yQbnOvqU6Hix0rmedbr XmK8/TDzpyl9PmUovL5lfnD7z/bn2QNBqhfOQFXpyjAQASGRww5HhfftDu0JXIys = 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=q7T4fCqpIU5sNqsgrnswKLmZltU=; b=FEW1ZTwKuB27VyqA7 mXRPBRiGYliqpxlin6mmZJ+NFrBhYtLndC2oHxGk9/uiaLFsz2RgD+mUp7Ia+KoY fXjip/DucaVxBB70m+xAlp6fwtqY1VC0O9QXoRNvZHT/DKCUYarVvRiUy+Z/dybN PcIIWsYncFI3aM4hhiuyoE6hW0= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_COUK,SPF_PASS autolearn=no version=3.3.2 X-HELO: out.ipsmtp2nec.opaltelecom.net X-SMTPAUTH: drstacey AT tiscali DOT co DOT uk X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhYCAOh6oFNV0kbS/2dsb2JhbAANTa49AQEBAQEBBpYUgxIBgSOEeAEBAQQ4QBELGAkWDwkDAgECAUUTCAEBsz6gAReFY4kaFoQtBLFc X-IPAS-Result: AhYCAOh6oFNV0kbS/2dsb2JhbAANTa49AQEBAQEBBpYUgxIBgSOEeAEBAQQ4QBELGAkWDwkDAgECAUUTCAEBsz6gAReFY4kaFoQtBLFc Message-ID: <53A07BDA.2080208@tiscali.co.uk> Date: Tue, 17 Jun 2014 18:33:14 +0100 From: David Stacey User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: rebaseall breaks some packages(?) References: <539FFC12 DOT 1050903 AT gmail DOT com> In-Reply-To: <539FFC12.1050903@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 17/06/14 09:28, Marco Atzeri wrote: > On 17/06/2014 08:40, Katsumi Yamaoka wrote: >> Hi, >> >> I updated the Cygwin installation on Win7 SP1 32-bit yesterday >> (using setup-x86.exe) and got unable to use some commands. >> For instance, when I tried to update the Emacs source by using >> bzr+ssh I got: >> >> $ cd emacs/trunk >> $ bzr update >> 0 [main] python2.7 3856 child_info_fork::abort: address\ >> space needed by '_AES.dll' (0x5B0000) is already occupied >> bzr: ERROR: Don't know how to handle SSH connections. Please\ >> set BZR_SSH environment variable. >> > > (0x5B0000) is a very low address, I guess your rebase was not really > successful. > > on my system the address is much higher > $rebase -i /usr/lib/python2.7/site-packages/Crypto/Cipher/_AES.dll > /usr/lib/python2.7/site-packages/Crypto/Cipher/_AES.dll base > 0x4b5b0000 size 0x0 > 000e000 > > >> Rebaseall doesn't help. > > Sometime you need to full rebase from scratch. > Remove the rebase database /etc/rebase.db.i386 > and rebaseall again. > Be sure to have not any running cygwin program This might happen if you updated from rebase-4.4.0 to 4.4.1. The older version could have corrupt addresses in its database, which would cause errors of the kind you've experienced. The problem would get worse if other packages were added. Although the code is fixed, you'll need to delete the rebase database and run rebaseall again as Marco suggests. Cheers, Dave. -- 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