From: | Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com> |
---|---|
To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
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 08:08:22 |
Message-ID: | CANFyU950BjLjeyrLsa7T-UbKLHUV_1n=WnzmxJG-PM7EncZHAw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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?
On Mon, Apr 15, 2024 at 4:06 PM Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
>
> On 2024-04-15 Mo 05:59, Devrim Gündüz wrote:
>
> Hi,
>
> I'm unable to build the latest snapshot on my Fedora 39 box. I think
> this problem appeared before the weekend (not sure, though). This is
> libxml 2.10.4:
>
> ===============================================================
> '/usr/bin/perl' ../../../src/backend/utils/activity/generate-wait_event_types.pl --docs ../../../src/backend/utils/activity/wait_event_names.txt
> /usr/bin/xmllint --nonet --path . --path . --output postgres-full.xml --noent --valid postgres.sgml
> I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd
> postgres.sgml:21: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" <http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd>
> ]>
>
>
> It's working on my Fedora 39. This error suggests to me that you don't
> have docbook-dtds installed. If you do, then I don't know :-)
>
> cheers
>
> andrew
>
> --
> Andrew Dunstan
> EDB: https://www.enterprisedb.com
>
>
--
Sandeep Thakkar
From | Date | Subject | |
---|---|---|---|
Next Message | Ilyasov Ian | 2024-05-23 08:12:07 | RE: Fix src/test/subscription/t/029_on_error.pl test when wal_debug is enabled |
Previous Message | Richard Guo | 2024-05-23 07:30:43 | Re: Wrong results with grouping sets |