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:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=MGklh7L0hIEcxVhh
	AWmGUSiOVddwYv0L+o5fk7aGyrWS/Vy3++oreR9nDhx7fYSeNLfXxiLfOpWtn8nc
	DT0R+7UmQXe6XdjQucJk7wKYoi9HqaJPi6qr8N5w0lU1/C3X1pOYiZ9NOD9UYOqv
	qDsK5a9texxGiukBUplr+WK+fZE=
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:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=loZm6MVNH9MbHW9DiP8IjZ
	H6Mxs=; b=DsfVFvsgBWe2DwmuIUOM3+Xv1Kx5PGGPunjS4viqvPMU9JQmvnj7pt
	MyBqZZWmAojC27fsFbGybe/sq7QA2Rpy4RMOHchRl/rxfYQ6GnjSr5OzzlcgikY3
	zvhbheFsty7itTCQlDpMKO23Ktffrpwc2gKPUvNwvUcInunwslO5U=
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.9 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=kbrowncornelledu, kbrown@cornell.edu, H*f:sk:xjMoa-u, H*i:sk:CADex0x
X-HELO: limerock04.mail.cornell.edu
X-CornellRouted: This message has been Routed already.
Subject: Re: Taking a very long time to run /etc/postinstall/texlive-dollection-context.sh
To: cygwin@cygwin.com
References: <CADex0xz2fs6P=Eu52-ykXorNJ1cLep=t-4sV5XQqGxy8s9CB6Q@mail.gmail.com> <569D6B1C.5040306@cornell.edu> <CADex0xwFADvQioAyUmxWE=R=xjMoa-uoFGaZ2Cvv52pY6mJYeg@mail.gmail.com>
From: Ken Brown <kbrown@cornell.edu>
Message-ID: <569DA8C1.4010507@cornell.edu>
Date: Mon, 18 Jan 2016 22:08:49 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1
MIME-Version: 1.0
In-Reply-To: <CADex0xwFADvQioAyUmxWE=R=xjMoa-uoFGaZ2Cvv52pY6mJYeg@mail.gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On 1/18/2016 8:08 PM, Kenneth Wolcott wrote:
> On Mon, Jan 18, 2016 at 2:45 PM, Ken Brown <kbrown@cornell.edu> wrote:
>> On 1/18/2016 4:06 PM, Kenneth Wolcott wrote:
>>>
>>> Hi;
>>>
>>> Taking a very long time to run
>>> /etc/postinstall/texlive-dollection-context.sh
>>>
>>> How long should it take?  I've had to terminate it prior to completion
>>> a couple of times because I had to logout of the machine (Windows 2008
>>> Standard server).  The longest I had it run  was about 18 hours.
>>
>>
>> It should take less than a minute.  Here's what the script does:
>>
>> /usr/bin/fmtutil-sys --enablefmt cont-en/pdftex
>> /usr/bin/fmtutil-sys --enablefmt cont-en/xetex
>> /usr/bin/fmtutil-sys --byfmt cont-en
>>
>> Can you run those commands manually and see what the problem is?
>>
>> Ken
>
> Thank you!
>
> /usr/bin/fmtutil-sys --enablefmt cont-en/pdftex
>        2 [main] perl 25628 child_info_fork::abort: unable to remap
> IO.dll to same address as parent (0x2C0000) - try running rebaseall

You need to do a full rebase.  I recommend that you do this as follows:

1. Run '/usr/bin/rebase-trigger full'.

2. Reboot, and make sure no Cygwin processes or services are running.

3. Run setup.

The _autorebase postinstall script will take care of the rebase, and 
setup will rerun any postinstall scripts that previously failed.

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

