X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,TW_BZ,TW_YG X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Andrew Schulman Subject: Re: bzr completely broken? Date: Tue, 02 Aug 2011 15:25:06 -0400 Lines: 33 Message-ID: <8fjg3756bfbgelfli94dmqhat97k5p5bmp@4ax.com> References: <4E3762DF DOT 3040601 AT cygwin DOT com> <3euf37dhcv87d2ahbsmnq0f456pkob1vvo AT 4ax DOT com> <20110802132559 DOT GA9043 AT ednor DOT casa DOT cgf DOT cx> <20110802144015 DOT GB8652 AT calimero DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive: encrypt X-IsSubscribed: yes 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 > On Aug 2 10:07, 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* > > chmod u+w /usr/bin/cygcrypt-0.dll > > ? Uh... yes. Thanks. It works now. Although I had to get more aggressive and run find /usr -iname \*.dll -o -iname \*.so | xargs chmod u+w After that, rebaseall completed successfully, and bzr now works again. Who maintains the rebase package? I wonder if it should automatically try to chmod u+w all of the files it wants to operate on-- maybe just temporarily. A. -- 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