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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=lJRinQmdy6v4ZHQ/2qW9AWLHsy0kgi1kQAg8kwMhI+X
	4RvAbYA5p9/PQaNsO0yaWhWFREDu9OMUZ2IhyucOm8BDqDjc25sVr1wO1OIThuwh
	tJYCdui9pWwgIktUxElPCgR1izpXeHBmuF+7TPuiBWWer+bueC5xu/NKNfXN5df4
	=
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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=ANeOjI11/xspejyQGWzW1bLcM5U=; b=yK/i5ESJ4O+OVdRoX
	5/xfx1nnqlCURQfnmhcMXFQLCFopfn1P4BrXH+lIsyXULKpcJB+itaEn/g7hSH0R
	3eIMIncemUw+q1qcbxQZjUQwEHeR3J8nLTM97z2Rf1bBxeVXa4qm4CuAsVopPpc4
	eASXXRkCD76y0we7F/cRJ+Rysg=
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=AWL,BAYES_20,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2
X-HELO: limerock01.mail.cornell.edu
X-CornellRouted: This message has been Routed already.
Message-ID: <533EC3EF.30608@cornell.edu>
Date: Fri, 04 Apr 2014 10:38:39 -0400
From: Ken Brown <kbrown@cornell.edu>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: TexLive post install script fails
References: <CAKw7uVhCxk4-4WYDJO9PREAW9+5m-jy4fx0pC2613+SZGtd5EA@mail.gmail.com>
In-Reply-To: <CAKw7uVhCxk4-4WYDJO9PREAW9+5m-jy4fx0pC2613+SZGtd5EA@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
X-IsSubscribed: yes

On 4/4/2014 9:54 AM, Václav Zeman wrote:
> Hi.
>
> TeXLive post install script exits with error for me. I am attaching
> cygcheck output and mllatex.log with the errors.

Thanks for the report.  The error is actually harmless (unless you want 
to use mllatex), but it should go away if you issue the following two 
commands (as administrator):

   /usr/bin/fmtutil-sys --disablefmt mllatex
   /usr/bin/fmtutil-sys --disablefmt mltex

On the other hand, if you want to use mltex/mllatex, then install 
texlive-collection-formatsextra.

Here are the gory details in case you're curious:

The problem arose from the way texlive was initially packaged for 
Cygwin.  By default, all formats were enabled.  I've since changed that 
so that all formats are initially disabled by default, and then only 
those formats that are provided by the various texlive-collection-* 
packages are enabled by the postinstall scripts for those packages.

If you want, you can run the script 
/usr/bin/texlive_generate_fmtutil.sh.  This will create a new 
/etc/texmf/web2c/fmtutil.cnf file in which all formats are disabled 
except those for which you have installed the appropriate 
texlive-collection-* package.  In case something goes wrong, the old 
fmtutil.cnf is saved in /etc/texmf/web2c/fmtutil.cnf.bak.

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

