Re: HEAD build error on Fedora 39

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>
Cc: Devrim Gündüz <devrim(at)gunduz(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: HEAD build error on Fedora 39
Date: 2024-05-23 20:57:57
Message-ID: 18c8c21f-b218-48fb-896a-2eebd393639d@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 2024-05-23 Th 04:08, Sandeep Thakkar wrote:
> Hi Andrew, Devrim,
>
> I'm seeing these errors on MacOS:
> --
> /opt/local/Current_v15/bin/xsltproc --nonet --path . --path .
> --stringparam pg.version '17beta1'  stylesheet.xsl postgres-full.xml
> I/O error : Attempt to load network entity
> http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl
> warning: failed to load external entity
> "http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"
> compilation error: file stylesheet.xsl line 6 element import
> xsl:import : unable to load
> http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl
> I/O error : Attempt to load network entity
> http://docbook.sourceforge.net/release/xsl/current/common/entities.ent
> stylesheet-html-common.xsl:4: warning: failed to load external entity
> "http://docbook.sourceforge.net/release/xsl/current/common/entities.ent"
> %common.entities;
> --
>
> I've set SGML_CATALOG_FILES to point to the catalog from docbook-xsl.
> Am I missing something?

Sandeep,

Hmm, it's working for me, via homebrews' libxslt, docbook and
docbook-xsl ... I'm not setting anything special in the environment
(although  maybe meson/ninja does).

cheers

andrew

--
Andrew Dunstan
EDB:https://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bertrand Drouvot 2024-05-23 21:12:28 Re: Avoid orphaned objects dependencies, take 3
Previous Message Andrew Dunstan 2024-05-23 20:34:09 Re: Speed up JSON escape processing with SIMD plus other optimisations