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=y1cJ9d47eP3vI7ZXRBd+DAV9UwBysGyb5MaIO7Nljri 5Qai3f1b9bVdQPIpMSXo90b7LgYbVfU1bsPTdVLd47bN7Ish6bkur3Q2FwLiAfBa wCi8oIoMf4wHe+3w1zsBOKaqXuj+2fPEyB3L6X06Fj/VIzuVc0txX+VI8GCIYNu8 = 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=mNqlYDgFphfhv4HRSOP8r5m4QlY=; b=cb3aUBe/L7MMRs8nZ 6o+lEtKumiiPoEA+9qjTJYOabdX77KMV8flpLPRb+DYmt7xAxHwV1HY17yVD+FrG U9fntQEH8r4/srKJvuSCpa0uLevNd4FuUcvvHISf+MZfaMpkBCYcOpvx7W4TD+b1 XNL3298/d8h701tCHhkj7hjE+U= 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=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-we0-f171.google.com X-Received: by 10.194.80.161 with SMTP id s1mr36111043wjx.47.1402993691197; Tue, 17 Jun 2014 01:28:11 -0700 (PDT) Message-ID: <539FFC12.1050903@gmail.com> Date: Tue, 17 Jun 2014 10:28:02 +0200 From: Marco Atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; 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: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 > Thanks in advance for your help. > Regards, Regards Marco -- 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