This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bzr completely broken?


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]