X-Recipient: archive-cygwin@delorie.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@cygwin.com
From: Andrew Schulman <schulman.andrew@epamail.epa.gov>
Subject: Re: bzr completely broken?
Date: Tue, 02 Aug 2011 15:25:06 -0400
Lines: 33
Message-ID: <8fjg3756bfbgelfli94dmqhat97k5p5bmp@4ax.com>
References: <h4upu65mnaa8pjkjpq8qv9tgcksembv2q2@4ax.com> <a91qu6hddkpp43egork4jo0se47qinsr79@4ax.com> <ropd375qtu182a20e29mal72omo8pslf4d@4ax.com> <4E3762DF.3040601@cygwin.com> <3euf37dhcv87d2ahbsmnq0f456pkob1vvo@4ax.com> <20110802132559.GA9043@ednor.casa.cgf.cx> <tv0g371iv362rtvfts32j3d4b954jn4ibv@4ax.com> <20110802144015.GB8652@calimero.vinschen.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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

