delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2013/06/29/07:44:01

X-Recipient: archive-cygwin AT delorie DOT 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=IWdhYtbLD0FMvxZprL3Hi74DClZJ9SZz1gBrUvDU/Gw
obMEAsPc4LnfZ/gaGEQhdW7OzTb4tgr+p98IIScsv4Ai2zPjDK6tfykmlKkqDDNJ
Ymg+1LgBR9mm5IHZRk5HSPywGO9MzZz6fa8dIP1hR9jnnl503wvi6mQfiVZuUu8Q
=
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=m0bxBloYsshbHQ3W0OV2ApY3IkA=; b=xb/hnOVI+gmPKK1lf
bhOvXQqxAugnugCuyHWI6BwLxpBG/5IUZbwfb22hg44WxU2QhpO186uE3Fca6RBh
TJPC7fagaXpz3/PknVU5hKB2qn0y+GFVlhun6uSSbBFnn4olQC8Tl8BeUCj4YcKm
diJGmbEwyFg8CGVZxpT2Jk20W4=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
X-Spam-SWARE-Status: No, score=-5.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.1
X-CornellRouted: This message has been Routed already.
Message-ID: <51CEC839.507@cornell.edu>
Date: Sat, 29 Jun 2013 07:42:49 -0400
From: Ken Brown <kbrown AT cornell DOT edu>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: Re: texlive-install: core dumped
References: <op DOT wzfrolroofd6j1 AT nebbiolo DOT upc DOT de>
In-Reply-To: <op.wzfrolroofd6j1@nebbiolo.upc.de>

On 6/29/2013 6:34 AM, Helmut Karlowski wrote:
> I've just updated my cygwin using setup.exe on XP-pro and found that the
> texlive-install produced an error.
>
> In setup.log.full I found:
>
> fmtutil: initial config file is `/etc/texmf/web2c/fmtutil.cnf'
> fmtutil: configuration file updated: `/etc/texmf/web2c/fmtutil.cnf'
> fmtutil: running `luatex -ini   -jobname=luatex -progname=luatex
> luatex.ini' ...
> Memory fault (core dumped)
> Error: `luatex -ini  -jobname=luatex -progname=luatex luatex.ini' failed
>
> ...
>
> fmtutil: initial config file is `/etc/texmf/web2c/fmtutil.cnf'
> fmtutil: configuration file updated: `/etc/texmf/web2c/fmtutil.cnf'
> fmtutil: running `luatex -ini   -jobname=dviluatex -progname=dviluatex
> dviluatex.ini' ...
> Memory fault (core dumped)
> Error: `luatex -ini  -jobname=dviluatex -progname=dviluatex
> dviluatex.ini' failed
>
> ...
>
> fmtutil: running `luatex -ini   -jobname=luatex -progname=luatex
> luatex.ini' ...
> Memory fault (core dumped)
> Error: `luatex -ini  -jobname=luatex -progname=luatex luatex.ini' failed
>
> and more.
>
> I don't know which process crashed

The error message suggests that the following crashed:

   luatex -ini  -jobname=luatex -progname=luatex luatex.ini

Can you run it by hand (as administrator)?

> Are the stackdumps being deleted by setup? I could not reproduce a crash
> by running fmtutil --refresh manually.

'fmtutil --refresh' just recreates existing formats, so it shouldn't 
fail.  And, by the way, you should have been running fmtutil-sys rather 
than fmtutil if you're trying to reproduce what the texlive postinstall 
scripts do.

> With fmtutil --all I get at the end:
>
> ###############################################################################
>
> fmtutil: Error! Not all formats have been built successfully.
> Visit the log files in directory
>    /home/adm/.cache/texmf/web2c
> for details.
> ###############################################################################
>
>
> This is a summary of all `failed' messages:
> `pdftex -ini  -jobname=mllatex -progname=mllatex
> -translate-file=cp227.tcx -mltex mllatex.ini' failed

Have you installed texlive-collection-formatsextra?  If not, I think 
this is to be expected.  In any case, it can be ignored unless you use 
mltex.

> `xetex -ini  -jobname=xetex -progname=xetex -etex xetex.ini' failed
> `xetex -ini  -jobname=xelatex -progname=xelatex -etex xelatex.ini' failed

Have you installed texlive-collection-xetex?

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019