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:date:message-id:from:to:subject:mime-version :content-type; q=dns; s=default; b=fryjNxCYg4aTX7hGCKbEn9lJT3OJd 5+rWVf3CSHnLaFxAKgb5fik/z0XJ78OArlVQPWTY2ONPXL6Av/ZwI25E10NRPEy4 acRz3tzfthOgpkg92ARY7P8Pbc3g+Ue2Paf9lugpnM55bJuFeIFvYX1mdBn6NdKm nMKTO+s54pDBHs= 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:date:message-id:from:to:subject:mime-version :content-type; s=default; bh=sdJEzMnBsqCabcE8S4U7T3CO/jo=; b=Y9C JUdzKoDySAhuHIDpIr20huTs3AJdjMYy0NBzUhZt8m0XqiedtR2rhbr9kUwu0Ozu tGgxKfRP8VfmnvP/ZdNtsT4rVmlf+sSdwzjYcpc0xfZmR9LVXMLhZVCX4P1bTZTv FfMJpGmeBMPK2y7qaf+Xvk6XZlb7Cl/rCzkizyto= 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.0 required=5.0 tests=BAYES_40 autolearn=ham version=3.3.2 X-HELO: hampton.hostforweb.net Date: Tue, 17 Jun 2014 15:40:25 +0900 Message-ID: From: Katsumi Yamaoka To: cygwin AT cygwin DOT com Subject: rebaseall breaks some packages(?) User-Agent: Gnus/5.130012 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.12) Emacs/24.4.50 (i686-pc-cygwin) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-OutGoing-Spam-Status: No, score=-2.9 X-Get-Message-Sender-Via: hampton.hostforweb.net: acl_c_authenticated_local_user: yamaoka 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. And I got the following when I tried to run w3m in the background from Emacs: M-x w3m 0 [main] emacs 7496 child_info_fork::abort: address space\ needed by 'p11-kit-trust.so' (0x1630000) is already occupied or 0 [main] emacs 6448 child_info_fork::abort: address space\ needed by 'gnome-keyring-pkcs11.dll' (0x1690000) is already\ occupied Rebaseall doesn't help. A way to make those programs work I found is only to reinstall the packages: `gnome-keyring', `p11-kit-trust', `bzr', and `python'. However, those reinstallations cause some other programs to not work. For those other programs, rebaseall does help. Though it breaks bzr, emacs-w3m, etc. again. It's annoying. Thanks in advance for your help. Regards, -- 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