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=yJeoyaqMfirhtBn1
	9bPEyc/j++oZGXLeK1hKXGcQsFKPU5vQicQvC+eGaAx+R38/A/YaQ8k/MqMuBNBQ
	2sJ1mtdvlKtqfgke3jqpBwyvFpOAsH0J2JUxCyeXRrNnk0Lvyy1qdO7UQ/xesSNF
	3PlinA4ERAo59zgtSPQERgawdvA=
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=Wjo0lqeqTiOpYXBMsco33v
	8NJDU=; b=MB1Mura+1Aj21Nf/ByV4UdgbFTCcGeiT4Ke2OsLneH4/y2ql89cdCa
	OApeHcMLDR00MEUK8c+BmzbShVT7Q7oqkRgYchby/0dT2UHEJxVXX92v+jbzhZSG
	/XC0mDEzLZQeGtR9SEnqMUHBxbZh51Diwom/F133J1wrF9yRS+CBU=
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=-2.1 required=5.0 tests=AWL,BAYES_05,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=sk:trinity, sourceforge.net, sourceforgenet, pdflatex
X-HELO: limerock04.mail.cornell.edu
X-CornellRouted: This message has been Routed already.
Subject: Re: xdvipdfmx:fatal: This font using the "seac" command for accented characters...
To: cygwin@cygwin.com
References: <trinity-ca35b493-a8b2-41ee-a5d2-4b0eff2a9a72-1465810067552@3capp-gmx-bs58>
From: Ken Brown <kbrown@cornell.edu>
Message-ID: <e1326999-87d9-729b-7d63-dc76fc024990@cornell.edu>
Date: Mon, 13 Jun 2016 08:18:38 -0400
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1
MIME-Version: 1.0
In-Reply-To: <trinity-ca35b493-a8b2-41ee-a5d2-4b0eff2a9a72-1465810067552@3capp-gmx-bs58>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-PMX-Cornell-Gauge: Gauge=XXXXX
X-IsSubscribed: yes

On 6/13/2016 5:27 AM, Mark McGregor wrote:
> References: <trinity-65448339-5e78-4d88-bd88-c56cded8d4d5-1465776480726 at 3capp-gmx-bs72>
>
> ----Ken Brown wrote:
> Based on that, you can work around the problem by commenting out the type1 fonts in /usr/share/fontconfig/conf.avail/09-texlive.conf, like this:
> $ cat /usr/share/fontconfig/conf.avail/09-texlive.conf
> <?xml version="1.0"?>
> <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
> <fontconfig>
>   <dir>/usr/share/texmf-dist/fonts/opentype</dir>
>   <dir>/usr/share/texmf-dist/fonts/truetype</dir>
>   <!-- <dir>/usr/share/texmf-dist/fonts/type1</dir> -->
> </fontconfig>
>
>
> Then rerun the command '/usr/libexec/fc-cache-1 -sv' from /etc/postinstall/zp_fontconfig_cache_1.sh.
> ----
>
> Thank you! The workaround seems to work.
>
> Would this solution affect the compilation processes of lualatex (which does compile the file in question) or pdflatex?

No.  lualatex and pdftex don't use fontconfig.

By the way, I've filed a bug report about this problem:

   https://sourceforge.net/p/xetex/bugs/131/

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

