Re: MacOS: xsltproc fails with "warning: failed to load external entity"

From: Aleksander Alekseev <aleksander(at)timescale(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: MacOS: xsltproc fails with "warning: failed to load external entity"
Date: 2023-01-30 11:53:25
Message-ID: CAJ7c6TNq3phiefEopG8X7ZJ7oj7kZyQdPefHM+kt=XvVPkd08Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers,

> I've found a solution:
>
> ```
> export SGML_CATALOG_FILES=/usr/local/etc/xml/catalog
> export XMLLINT="xmllint --catalogs"
> export XSLTPROC="xsltproc --catalogs"
> ```
>
> I will submit a patch for the documentation in a bit, after I'll check
> it properly.

PFA the patch.

I don't have a strong opinion regarding any particular wording and
would like to ask the committer to change it as he sees fit.

--
Best regards,
Aleksander Alekseev

Attachment Content-Type Size
v1-0001-Document-the-workaround-for-xsltproc-when-buildin.patch application/octet-stream 1.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2023-01-30 12:00:50 Re: Deadlock between logrep apply worker and tablesync worker
Previous Message Nitin Jadhav 2023-01-30 11:42:27 Re: Fix GUC_NO_SHOW_ALL test scenario in 003_check_guc.pl