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 problem


On 7/11/2013 12:32 AM, Katsumi Yamaoka wrote:
Hi,

Recently /usr/bin/bzr doesn't work well.  For the Emacs trunk,
those two commands achieve the purpose even if issuing a warning:

$ bzr update
$ bzr commit -m "Bla bla"

Usually a warning is like:
0 [main] python2.7 1264 child_info_fork::abort: address space needed by 'math.dll' (0x800000) is already occupied

But it is sometimes:
1 [main] python2.7 5784 child_info_fork::abort: unable to remap _ARC4.dll to same address as parent (0xBE0000) - try running rebaseall

Rebaseall doesn't help.  Reinstalling bzr+python doesn't, either.

Did you run rebaseall *after* reinstalling bzr and python? Reinstalling undoes the rebasing. If that still doesn't help, try looking at the output of 'rebase -is' to see if it shows DLL collisions (marked with an asterisk). You might also try moving /etc/rebase.db.i386 out of the way and the running rebaseall again, so that it can start with a clean slate.

Ken


--
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]