From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from forward104o.mail.yandex.net (forward104o.mail.yandex.net [IPv6:2a02:6b8:0:1a2d::607]) by sourceware.org (Postfix) with ESMTPS id C4B6A385701E for ; Sat, 12 Sep 2020 18:20:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C4B6A385701E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=yandex.ru Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=anrdaemon@yandex.ru Received: from mxback19j.mail.yandex.net (mxback19j.mail.yandex.net [IPv6:2a02:6b8:0:1619::95]) by forward104o.mail.yandex.net (Yandex) with ESMTP id 780B6942306; Sat, 12 Sep 2020 21:20:02 +0300 (MSK) Received: from iva4-bca95d3b11b1.qloud-c.yandex.net (iva4-bca95d3b11b1.qloud-c.yandex.net [2a02:6b8:c0c:4e8e:0:640:bca9:5d3b]) by mxback19j.mail.yandex.net (mxback/Yandex) with ESMTP id lezL5OJbXa-K2tGmJ5q; Sat, 12 Sep 2020 21:20:02 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1599934802; bh=oUd52WS4QmKTyeCcYzfEPK27toPYcvGpAybJcsRap+4=; h=In-Reply-To:Subject:To:Reply-To:From:Message-ID:References:Date; b=iVBhjEYqagCaUriCOOJdw7yeO6tNLccKjckFig/QREoqiym668m8jKkHThcBPo0wm 9VqHriIuD7AcSjCz8TJPn5b8od3RyxM7aRjB3Gq/Xlx6SontxD0ZRcECtY/STE0kOW XqWIw5RFVpKolstmgSQww1hHZNGEHq35UDbKixFA= Authentication-Results: mxback19j.mail.yandex.net; dkim=pass header.i=@yandex.ru Received: by iva4-bca95d3b11b1.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id Bg3QXZDh5J-K1m4FxoQ; Sat, 12 Sep 2020 21:20:01 +0300 (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client certificate not present) Received: from [192.168.1.10] (HELO daemon2.darkdragon.lan) by daemon2 (Office Mail Server 0.8.12 build 08053101) with SMTP; Sat, 12 Sep 2020 18:16:00 -0000 Date: Sat, 12 Sep 2020 21:16:00 +0300 From: Andrey Repin X-Mailer: The Bat! (v6.8.8) Home Reply-To: cygwin@cygwin.com X-Priority: 3 (Normal) Message-ID: <1266713422.20200912211600@yandex.ru> To: Ken Brown , cygwin@cygwin.com Subject: Re: postinstall: fontconfig abnormal exit In-Reply-To: References: <106370283.20200908171659@yandex.ru> <782011494.20200910083521@yandex.ru> <5a2fdf46-93c8-048b-cadb-cb9d9212c716@SystematicSw.ab.ca> <20200910230426.5811f3e8@quarternote> <8f40571c-1a37-8e4b-f1bd-ecf40175d0d7@gmail.com> <179bbaf0-02b4-1c63-0083-5fa2a8833ea9@cornell.edu> <06e9cf44-8cc8-267e-12b3-e8a866a01c80@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_THEBAT, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Sep 2020 18:20:08 -0000 Greetings, Ken Brown! > Unfortunately, this doesn't yet fix the problem with fontconfig_dtd.sh. The > latter will now succeed if it is run after libxml2.sh, but not if it is run > first. I'm not aware of any way to force setup to run one postinstall script > before another. So maybe fontconfig_dtd.sh should be modified to include the > contents of libxml2.sh, like this: > $ cat fontconfig_dtd.sh > if [ -x /usr/bin/xmlcatalog ] ; then > if [ ! -f /etc/xml/catalog ] ; then > /bin/mkdir -p /etc/xml > /usr/bin/xmlcatalog --noout --create /etc/xml/catalog > fi > /usr/bin/xmlcatalog --noout --add "system" "fonts.dtd" > /usr/share/xml/fontconfig/fonts.dtd /etc/xml/catalog > fi install --verbose --mode=0755 --directory -- /etc/xml/catalog > I can do a non-maintainer update of fontconfig that makes this change if people > agree that it's a good idea. -- With best regards, Andrey Repin Saturday, September 12, 2020 21:14:31 Sorry for my terrible english...