From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6050 invoked by alias); 2 Aug 2011 14:33:54 -0000 Received: (qmail 6035 invoked by uid 22791); 2 Aug 2011 14:33:52 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,TW_BZ,TW_YG,UNPARSEABLE_RELAY X-Spam-Check-By: sourceware.org Received: from nm16-vm0.bullet.mail.ne1.yahoo.com (HELO nm16-vm0.bullet.mail.ne1.yahoo.com) (98.138.91.49) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Tue, 02 Aug 2011 14:33:39 +0000 Received: from [98.138.90.50] by nm16.bullet.mail.ne1.yahoo.com with NNFMP; 02 Aug 2011 14:33:38 -0000 Received: from [98.138.84.34] by tm3.bullet.mail.ne1.yahoo.com with NNFMP; 02 Aug 2011 14:33:38 -0000 Received: from [127.0.0.1] by smtp102.mail.ne1.yahoo.com with NNFMP; 02 Aug 2011 14:33:38 -0000 X-Yahoo-SMTP: jenXL62swBAWhMTL3wnej93oaS0ClBQOAKs8jbEbx_o- Received: from cgf.cx (cgf@173.76.51.125 with login) by smtp102.mail.ne1.yahoo.com with SMTP; 02 Aug 2011 07:33:37 -0700 PDT Received: from localhost (ednor.casa.cgf.cx [192.168.187.5]) by cgf.cx (Postfix) with ESMTP id B4F4913C002 for ; Tue, 2 Aug 2011 10:33:36 -0400 (EDT) Date: Tue, 02 Aug 2011 14:33:00 -0000 From: Christopher Faylor To: cygwin@cygwin.com Subject: Re: bzr completely broken? Message-ID: <20110802143322.GB9043@ednor.casa.cgf.cx> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <4E3762DF.3040601@cygwin.com> <3euf37dhcv87d2ahbsmnq0f456pkob1vvo@4ax.com> <20110802132559.GA9043@ednor.casa.cgf.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2011-08/txt/msg00046.txt.bz2 On Tue, Aug 02, 2011 at 10:07:42AM -0400, Andrew Schulman wrote: >> >> > $ rebaseall >> >> > ReBaseImage (/usr/bin/cygcrypt-0.dll) failed with last error = 6 >> >> >> >> Something still using cygcrypt-0.dll? >> > >> >Good thought, but no. I stopped all Cygwin processes, since rebaseall >> >wouldn't run with them running. Also TaskInfo confirms that no Cygwin >> >processes are running, and no process has any cyg*.dll loaded. >> >> Does /usr/bin/cygcrypt-0.dll exist? > >Yes: > >$ ll /usr/bin/cygcrypt-0.dll >-r-xr-xr-x 1 ASchulma Administrators 6656 Oct 19 2003 /usr/bin/cygcrypt-0.dll* Does something like this help: cd /usr/bin mv cygcrypt-0.dll cygcrypt-0.dll.saf cp -a cygcrypt-0.dll.saf cygcrypt-0.dll ? cgf -- 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