X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:mime-version:content-type
	:content-transfer-encoding:message-id:date:to:subject:reply-to;
	 q=dns; s=default; b=spNSs0rfyaOZ4QbLdP1a+agS2bdxpjbnbjh/Tar+cVS
	6Ut7pLToxt7lExz9pvrd57sGn0ot/nVaFc/Vui5PHWgn6BA9orAaY8H/8BilW3cX
	JygDPrq7oNb60GB0gTyxpTN+xk/VGLlGluvetJz/lWy25DYKFKFvljx7kiX0NTQQ
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:mime-version:content-type
	:content-transfer-encoding:message-id:date:to:subject:reply-to;
	 s=default; bh=DpYcSRQ5vVZMUZnshPbbm/R0CpU=; b=gCkoUMBh1Zn/g+43+
	atWk7EwoQ7bLbT7JAKg4/kw+LxKE0Qmv1rVrfA45eiKyAqGOZ4ReFp0LHKMYaGGS
	VSVIm2g2Arp3ylQPt3oOqhCpsvx8BkwEivQT0yoa0oHlUxAfPKkwQ+sqztdJuzVk
	ni1FnBEdANIWFMHYXpP0VyE8iA=
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
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM,HK_NAME_FM_DR,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2
X-HELO: mail-wi0-f175.google.com
X-Received: by 10.180.85.226 with SMTP id k2mr5030572wiz.67.1444832258075;        Wed, 14 Oct 2015 07:17:38 -0700 (PDT)
From: Dr Rainer Woitok <rainer.woitok@gmail.com>
X-Google-Original-From: Dr Rainer Woitok <Rainer.Woitok@Gmail.Com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <22046.25592.311399.765933@woitok.gmail.com>
Date: Wed, 14 Oct 2015 16:17:28 +0200
To: cygwin@cygwin.com
Subject: How to correctly rebase?
Reply-To: cygwin@cygwin.com, Rainer.Woitok@gmail.com

Cygwinners,

Currently I'm a bit at my wit's end :-/

I locally built a product from source (Gdal), and while running the test
programs, I got

   python2.7 8800 child_info_fork::abort: unable to remap _gdalconst.dll
   to same address as parent (0x260000) - try running rebaseall

Searching a bit, I found

   /usr/share/doc/Cygwin/_autorebase.README

telling me to place the list of absolute paths  of my personal DLLs into
/var/lib/rebase/user.d/Rainer",  to run  "rebase-trigger fullrebase" (it
didn't advice to run this from a privileged account, but I found out my-
self), and finally to simply run "setup_x86.exe" in the normal way, that
is, without any other Cygwin processes executing.

After doing so, I rebooted and tested again, but this time I got

   python2.7 8136 child_info_fork::abort: address space needed by
   '_io.dll' (0x370000) is already occupied
   2324 [main] python2.7 9104 child_info_fork::abort: unable to remap
   time.dll to same address as parent (0x270000) - try running rebaseall

However, these two libraries are both residing in

   /usr/lib/python2.7/lib-dynload/

and have nothing to do with my own Gdal libraries.  And running Mercuri-
al or almost any other  Python application now fails,  asking me to "try
running rebaseall".  I then tried to run

   rebaseall -v -T /var/lib/rebase/user.d/Rainer

directly from a privileged Ash Shell (again without any other Cygwin ac-
tivity) returning me a fine list of new bases and  sizes for all librar-
ies, but Python still refuses to work.

What did I do wrong  (to avoid it  in the future)  but more importantly,
how can I remedy the current situation?

Any quick help appreciated, since Python and Mercurial are vital for me.

Sincerely,
  Rainer

PS: Please also reply by personal mail to me,  as I am not subscribed to
this mailing list.

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

