On 11.09.2020 15:12, Ken Brown via Cygwin wrote:
On 9/11/2020 7:31 AM, Marco Atzeri via Cygwin wrote:
On 11.09.2020 10:32, Hamish McIntyre-Bhatty via Cygwin wrote:
On 11/09/2020 08:22, Fergus Daly via Cygwin wrote:
On 2020-09-10 04:57, Fergus Daly via Cygwin wrote:
Sorry if this has been asked 4 million times already.


Installing just base+fontconfig is not providing any error,
so it must be an interaction of fontconfig with some other package

You can reproduce the problem by doing a fresh install and choosing libfontconfig-common and libxml2.  setup.log.full shows

running: C:\cygwin64temp\bin\bash.exe --norc --noprofile "/etc/postinstall/fontconfig_dtd.sh"
could not open /etc/xml/catalog for saving

Marco, libxml2 used to have a postinstall script that would create /etc/xml/catalog:

$ cat /etc/postinstall/libxml2.sh.done
if test ! -f /etc/xml/catalog; then
         /bin/mkdir -p /etc/xml
         /usr/bin/xmlcatalog --noout --create /etc/xml/catalog
fi

But this seems to have disappeared from the most recent release.

noted.
libxml2-2.9.10-2 on the build stage


Ken

Thanks
Marco

--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to