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:subject:to:references:cc:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=YEekHyfszdQ7RAQQ
	Z8Hq7Y2xmCsKQrre6CZ/JPT47wW9dFbZFfPmqqJScHzmCSBY/6q/aF4cE2EWESwh
	MhPT3XochvxfreXglZZGteXbyDYS1hv7mlcjxY3WIx/ddbsc5Qfts/OkCrUt2SxD
	pABUGfp1BtnXMO+PltobOgJ3Khg=
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:subject:to:references:cc:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=TZWrZtOCfRQnTLnkCr2BT3
	ueA2Y=; b=ay8UQlng1DTepu0ZybImBhAGfwRPetJZSTV0EnB+unTYBhhvFpO+4j
	CTNAzGoxOX+SdbGVUZHHoT7lK/mnkIwYSqatPqtLXHRbfSiA41ty/9JSJkqEs3fG
	objA+fJqZPHwXmYvTdt+IXvqwgrR0IIkVNL16ct2N96lYeQJEVXEs=
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=-0.4 required=5.0 tests=AWL,BAYES_50,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2
X-HELO: limerock01.mail.cornell.edu
X-CornellRouted: This message has been Routed already.
Subject: Re: How to correctly rebase?
To: cygwin@cygwin.com
References: <22046.25592.311399.765933@woitok.gmail.com> <8925F252-F479-4990-B568-1EC612DF39A5@etr-usa.com> <22047.42793.36600.773496@woitok.gmail.com> <41C9E795-AEEC-4378-8548-44DAF7DB98E7@etr-usa.com>
Cc: Rainer.Woitok@Gmail.Com
From: Ken Brown <kbrown@cornell.edu>
Message-ID: <5620164E.1010508@cornell.edu>
Date: Thu, 15 Oct 2015 17:10:38 -0400
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0
MIME-Version: 1.0
In-Reply-To: <41C9E795-AEEC-4378-8548-44DAF7DB98E7@etr-usa.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
X-IsSubscribed: yes

On 10/15/2015 4:53 PM, Warren Young wrote:
> On Oct 15, 2015, at 7:16 AM, Dr Rainer Woitok <rainer.woitok@gmail.com> wrote:
>>
>> /usr/share/texmf-dist/tex/plain/gustlib/licz/licz-tst.mex: skipped because not rebaseable
>
> I think these are a harmless confusion of mex-the-Metafont-format with mex-the-Octave-plugin-format.
>
> You can ignore them.
>
> It would be nice if rebase were smart enough to look for *.mex and *.oct only in known Octave directories, but it isn’t my itch, so I’m not going to be doing anything about it.
>
>> The following DLLs couldn't be rebased due to errors:
>>   /usr/bin/cygintl-8.dll
>>   /usr/bin/cygiconv-2.dll
>
> I got similar errors in my testing, though with different libraries.  I reinstalled those library packages and the errors went away.

Another possibility is that those DLLs were in use.  Rainer, did you make sure 
that no Cygwin processes were running other than dash?
>
> The only complaints I still see are about a 32-bit libstdc++ for cross-compiling on this 64-bit system, which is harmless.
>
>> QUESTION: I called "rebaselst" with  the "--cleardb" option which should
>> cause it to pass "-b 0x70000000" to "rebase" (this is an "i386" system).
>> Why then are we starting above at a base of 0x32b40000?
>
> Because BLODA?

No, it's because rebase is called with the -s option, which implies the -d 
option, which means that it starts at 0x70000000 and works down.  Rainer, you 
can run 'rebase -is' to see the full list of base addresses.

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

